diff options
author | Kefeng Wang <wangkefeng.wang@huawei.com> | 2016-12-07 14:44:36 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-12-07 17:10:00 -0800 |
commit | 166ad0e1e2132ff0cda08b94af8301655fcabbcd (patch) | |
tree | 601dc97976191b7baa0ba833cd2bda2bf7745b50 /ipc | |
parent | 53855d10f4567a0577360b6448d52a863929775b (diff) | |
download | linux-stable-166ad0e1e2132ff0cda08b94af8301655fcabbcd.tar.gz linux-stable-166ad0e1e2132ff0cda08b94af8301655fcabbcd.tar.bz2 linux-stable-166ad0e1e2132ff0cda08b94af8301655fcabbcd.zip |
kcov: add missing #include <linux/sched.h>
In __sanitizer_cov_trace_pc we use task_struct and fields within it, but
as we haven't included <linux/sched.h>, it is not guaranteed to be
defined. While we usually happen to acquire the definition through a
transitive include, this is fragile (and hasn't been true in the past,
causing issues with backports).
Include <linux/sched.h> to avoid any fragility.
[mark.rutland@arm.com: rewrote changelog]
Link: http://lkml.kernel.org/r/1481007384-27529-1-git-send-email-wangkefeng.wang@huawei.com
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Cc: Dmitry Vyukov <dvyukov@google.com>
Cc: Andrey Ryabinin <aryabinin@virtuozzo.com>
Cc: James Morse <james.morse@arm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions