mbox series

[GIT,PULL] capabilities changes for 6.14-rc1

Message ID 20250120215944.GA16878@mail.hallyn.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] capabilities changes for 6.14-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sergeh/linux.git tags/caps-6.13-rc1

Message

Serge E. Hallyn Jan. 20, 2025, 9:59 p.m. UTC
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sergeh/linux.git tags/caps-6.13-rc1

for you to fetch changes up to d48da4d5ed7b4a022a4e54f210575baac71f58af:

  security: add trace event for cap_capable (2024-12-04 20:59:21 -0600)

----------------------------------------------------------------
capabilities patches for 6.14-rc1

This branch contains basically the same two patches as last time:

1. A patch by Paul Moore to remove the cap_mmap_file() hook, as it simply
   returned the default return value and so doesn't need to exist.
2. A patch by Jordan Rome to add a trace event for cap_capable(), updated
   to address your feedback during the last cycle.

Both patches have been sitting in linux-next since 6.13-rc1 with no
issues.

Signed-off-by: Serge E. Hallyn <serge@hallyn.com>

----------------------------------------------------------------
Jordan Rome (1):
      security: add trace event for cap_capable

Paul Moore (1):
      capabilities: remove cap_mmap_file()

 MAINTAINERS                       |  1 +
 include/trace/events/capability.h | 57 ++++++++++++++++++++++++++++++++++++
 security/commoncap.c              | 61 ++++++++++++++++++++++++++-------------
 3 files changed, 99 insertions(+), 20 deletions(-)
 create mode 100644 include/trace/events/capability.h