mbox series

[GIT,PULL] lsm/lsm-pr-20241004

Message ID a68d32deab61b1c4b1be66e5346ef547@paul-moore.com (mailing list archive)
State Accepted
Delegated to: Paul Moore
Headers show
Series [GIT,PULL] lsm/lsm-pr-20241004 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git tags/lsm-pr-20241004

Message

Paul Moore Oct. 4, 2024, 5:04 p.m. UTC
Linus,

Here is the CONFIG_SECURITY_TOMOYO_LKM revert that we've been discussing
this week.  With near unanimous agreement that the original TOMOYO
patches were not the right way to solve the distro problem Tetsuo is
trying the solve, reverting is our best option at this time.

Please merge for v6.12-rc2.

-Paul

--
The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git
    tags/lsm-pr-20241004

for you to fetch changes up to c5e3cdbf2afedef77b64229fd0aed693abf0a0c4:

  tomoyo: revert CONFIG_SECURITY_TOMOYO_LKM support
    (2024-10-04 11:41:22 -0400)

----------------------------------------------------------------
lsm/stable-6.12 PR 20241004
----------------------------------------------------------------

Paul Moore (1):
      tomoyo: revert CONFIG_SECURITY_TOMOYO_LKM support

 security/tomoyo/Kconfig         |   15 -
 security/tomoyo/Makefile        |    8 
 security/tomoyo/common.c        |   14 -
 security/tomoyo/common.h        |   72 ------
 security/tomoyo/gc.c            |    3 
 security/tomoyo/init.c          |  366 --------------------------------
 security/tomoyo/load_policy.c   |   12 -
 security/tomoyo/proxy.c         |   82 -------
 security/tomoyo/securityfs_if.c |   10 
 security/tomoyo/tomoyo.c        |  110 +++++++++
 security/tomoyo/util.c          |    3 
 11 files changed, 118 insertions(+), 577 deletions(-)

--
paul-moore.com

Comments

pr-tracker-bot@kernel.org Oct. 5, 2024, 6:07 p.m. UTC | #1
The pull request you sent on Fri, 04 Oct 2024 13:04:21 -0400:

> https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git tags/lsm-pr-20241004

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

Thank you!