]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
tools include uapi: Grab a copy of linux/sched.h
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 20 Jul 2017 13:46:34 +0000 (10:46 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 20 Jul 2017 14:02:51 +0000 (11:02 -0300)
commit450c86c9a3301db5165172bcaced73d036f9c582
treea2b0c0e4212c3217767b32ad84d259056b02215e
parentc51bdfecd782eec710237c53137e0fefd032d287
tools include uapi: Grab a copy of linux/sched.h

So that we make sure we have recent enough defines for things
such as 'perf trace' system call argument beautifiers.

For instance, the 'clone' syscall argument 'flag' needs to use
CLONE_NEWCGROUP, and that is not available in RHEL7.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-81sln0ng4a2lcxrth14vcov4@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/include/uapi/linux/sched.h [new file with mode: 0644]
tools/perf/MANIFEST
tools/perf/check-headers.sh