lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:   Thu, 10 Aug 2017 09:34:02 -0700
From:   tip-bot for Arnaldo Carvalho de Melo <tipbot@...or.com>
To:     linux-tip-commits@...r.kernel.org
Cc:     tglx@...utronix.de, mingo@...nel.org, linux-kernel@...r.kernel.org,
        namhyung@...nel.org, wangnan0@...wei.com, jasowang@...hat.com,
        adrian.hunter@...el.com, hpa@...or.com, acme@...hat.com,
        dsahern@...il.com, jolsa@...nel.org, mst@...hat.com
Subject: [tip:perf/core] tools include uapi: Grab a copy of linux/vhost.h

Commit-ID:  d02b395e118d7d4100caeeab553cebd182fdefd5
Gitweb:     http://git.kernel.org/tip/d02b395e118d7d4100caeeab553cebd182fdefd5
Author:     Arnaldo Carvalho de Melo <acme@...hat.com>
AuthorDate: Mon, 31 Jul 2017 16:45:32 -0300
Committer:  Arnaldo Carvalho de Melo <acme@...hat.com>
CommitDate: Tue, 1 Aug 2017 13:04:56 -0300

tools include uapi: Grab a copy of linux/vhost.h

We will use it to generate tables for beautifying ioctl's 'cmd' arg.

Cc: Adrian Hunter <adrian.hunter@...el.com>
Cc: David Ahern <dsahern@...il.com>
Cc: Jason Wang <jasowang@...hat.com>
Cc: Jiri Olsa <jolsa@...nel.org>
Cc: "Michael S. Tsirkin" <mst@...hat.com>
Cc: Namhyung Kim <namhyung@...nel.org>
Cc: Wang Nan <wangnan0@...wei.com>
Link: http://lkml.kernel.org/n/tip-nxwpq34hu6te1m2ra5m7o8n9@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
 {include => tools/include}/uapi/linux/vhost.h | 0
 tools/perf/MANIFEST                           | 1 +
 tools/perf/check-headers.sh                   | 1 +
 3 files changed, 2 insertions(+)

diff --git a/include/uapi/linux/vhost.h b/tools/include/uapi/linux/vhost.h
similarity index 100%
copy from include/uapi/linux/vhost.h
copy to tools/include/uapi/linux/vhost.h
diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST
index 513f52a..6207282 100644
--- a/tools/perf/MANIFEST
+++ b/tools/perf/MANIFEST
@@ -85,6 +85,7 @@ tools/include/uapi/linux/mman.h
 tools/include/uapi/linux/perf_event.h
 tools/include/uapi/linux/sched.h
 tools/include/uapi/linux/stat.h
+tools/include/uapi/linux/vhost.h
 tools/include/uapi/sound/asound.h
 tools/include/linux/poison.h
 tools/include/linux/rbtree.h
diff --git a/tools/perf/check-headers.sh b/tools/perf/check-headers.sh
index 1f00950..932fda5 100755
--- a/tools/perf/check-headers.sh
+++ b/tools/perf/check-headers.sh
@@ -8,6 +8,7 @@ include/uapi/linux/kvm.h
 include/uapi/linux/perf_event.h
 include/uapi/linux/sched.h
 include/uapi/linux/stat.h
+include/uapi/linux/vhost.h
 include/uapi/sound/asound.h
 include/linux/hash.h
 include/uapi/linux/hw_breakpoint.h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ