]> git.baikalelectronics.ru Git - kernel.git/commit
Fix a handful of audit-related issue
authorPalmer Dabbelt <palmer@sifive.com>
Mon, 7 Jan 2019 16:45:47 +0000 (08:45 -0800)
committerPalmer Dabbelt <palmer@sifive.com>
Mon, 7 Jan 2019 16:45:47 +0000 (08:45 -0800)
commitd8c03daca38d7bc81ce0248c2d7d5c82706436dd
treeb46e0f4c1fa20bbd00dc838c19d3b824cc673b23
parentf3227d2a90311f05aaa2cd2c8b37d087298c6600
parent95c06f204b601fa42f4304c00ff297becbf540b5
Fix a handful of audit-related issue

This is sort of a mix between a new feature and a bug fix.  I've managed
to screw up merging this patch set a handful of times but I think it's
OK this time around.  The main new feature here is audit support for
RISC-V, with some fixes to audit-related bugs that cropped up along the
way:

* The addition of NR_syscalls into unistd.h, which is necessary for
  CONFIG_FTRACE_SYSCALLS.
* The definition of CREATE_TRACE_POINTS so
  __tracepoint_sys_{enter,exit} get defined.
* A fix for trace_sys_exit() so we can enable
  CONFIG_HAVE_SYSCALL_TRACEPOINTS.
arch/riscv/Kconfig
include/uapi/linux/audit.h