mbox series

[GIT,PULL] capabilities update for 6.15

Message ID 20250328040726.GA423659@mail.hallyn.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] capabilities update for 6.15 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sergeh/linux.git tags/caps-pr-20250327

Message

Serge E. Hallyn March 28, 2025, 4:07 a.m. UTC
Hi Linus,

this PR just contains one patch to drop an unused helper.  Please merge.

thanks,
-serge

--

The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sergeh/linux.git tags/caps-pr-20250327

for you to fetch changes up to 4ae89b1fe7c2e37a8f2ea39765e4c40c9d42a101:

  capability: Remove unused has_capability (2025-03-07 22:03:09 -0600)

----------------------------------------------------------------
Capabilities update for 6.15

This branch contains one patch:

    capability: Remove unused has_capability

This removes a helper function whose last user (smack) stopped using
it in 2018.

This has been in linux-next for most of the the last cycle with no
apparent issues.  It is available at:

git@git.kernel.org/pub/scm/linux/kernel/git/sergeh/linux.git #caps-20250327

on top of commit 2014c95afecee3e76ca4a56956a936e23283f05b (tag: v6.14-rc1)

----------------------------------------------------------------
Dr. David Alan Gilbert (1):
      capability: Remove unused has_capability

 include/linux/capability.h |  5 -----
 kernel/capability.c        | 16 ----------------
 security/commoncap.c       |  9 +++++----
 3 files changed, 5 insertions(+), 25 deletions(-)

Comments

pr-tracker-bot@kernel.org March 28, 2025, 8:41 p.m. UTC | #1
The pull request you sent on Thu, 27 Mar 2025 23:07:26 -0500:

> git://git.kernel.org/pub/scm/linux/kernel/git/sergeh/linux.git tags/caps-pr-20250327

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/78fb88eca684ed6f09f01a232c925b6da75d8131

Thank you!