linux-kernelorg-stable/include
Jiri Olsa 7599a896f2 audit: Move audit_log_task declaration under CONFIG_AUDITSYSCALL
The 0-DAY found that audit_log_task is not declared under
CONFIG_AUDITSYSCALL which causes compilation error when
it is not defined:

    kernel/bpf/syscall.o: In function `bpf_audit_prog.isra.30':
 >> syscall.c:(.text+0x860): undefined reference to `audit_log_task'

Adding the audit_log_task declaration and stub within
CONFIG_AUDITSYSCALL ifdef.

Fixes: 91e6015b08 ("bpf: Emit audit messages upon successful prog load and unload")
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-11-21 12:14:49 -08:00
..
acpi
asm-generic
clocksource
crypto
drm
dt-bindings
keys
kvm
linux audit: Move audit_log_task declaration under CONFIG_AUDITSYSCALL 2019-11-21 12:14:49 -08:00
math-emu
media
misc
net net: page_pool: add the possibility to sync DMA memory for device 2019-11-20 12:34:28 -08:00
pcmcia
ras
rdma
scsi
soc net: mscc: ocelot: publish ocelot_sys.h to include/soc/mscc 2019-11-15 12:32:16 -08:00
sound
target
trace page_pool: Add API to update numa node 2019-11-20 11:47:36 -08:00
uapi net: sched: allow flower to match erspan options 2019-11-21 11:44:06 -08:00
vdso
video
xen
Kbuild