public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] vfsuid fix for v6.2-rc1
@ 2022-12-20 14:17 Christian Brauner
  2022-12-21 16:16 ` Linus Torvalds
  2022-12-21 17:18 ` pr-tracker-bot
  0 siblings, 2 replies; 3+ messages in thread
From: Christian Brauner @ 2022-12-20 14:17 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Christian Brauner, linux-fsdevel, linux-kernel, Seth Forshee

Hey Linus,

/* Summary */
This moves the ima specific vfs{g,u}id_t comparison helpers out of the header
and into the one file in ima where they are used. We shouldn't incentivize
people to use them by placing them into the header. As discussed and suggested
by Linus in [1] let's just define them locally in the one file in ima where
they are used.

Link: https://lore.kernel.org/lkml/CAHk-=wj+tqv2nyUZ5T5EwYWzDAAuhxQ+-DA2nC9yYOTUo5NOPg@mail.gmail.com [1]

/* Testing */
clang: Ubuntu clang version 15.0.2-1
gcc: gcc (Ubuntu 12.2.0-3ubuntu1) 12.2.0

No build failures or warnings were observed. All old and new tests in fstests,
selftests, and LTP pass without regressions.

/* Conflicts */
At the time of creating this PR no merge conflicts were reported from
linux-next and no merge conflicts showed up doing a test-merge with current
mainline.

The following changes since commit 764822972d64e7f3e6792278ecc7a3b3c81087cd:

  Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux (2022-12-12 20:54:39 -0800)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping.git tags/fs.vfsuid.ima.v6.2-rc1

for you to fetch changes up to 2c05bf3aa0741f4f3c72432db7801371dbbcf289:

  mnt_idmapping: move ima-only helpers to ima (2022-12-13 12:28:51 +0100)

Please consider pulling these changes from the signed fs.vfsuid.ima.v6.2-rc1 tag.

Thanks!
Christian

----------------------------------------------------------------
fs.vfsuid.ima.v6.2-rc1

----------------------------------------------------------------
Christian Brauner (1):
      mnt_idmapping: move ima-only helpers to ima

 include/linux/mnt_idmapping.h       | 20 --------------------
 security/integrity/ima/ima_policy.c | 24 ++++++++++++++++++++++++
 2 files changed, 24 insertions(+), 20 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] vfsuid fix for v6.2-rc1
  2022-12-20 14:17 [GIT PULL] vfsuid fix for v6.2-rc1 Christian Brauner
@ 2022-12-21 16:16 ` Linus Torvalds
  2022-12-21 17:18 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Torvalds @ 2022-12-21 16:16 UTC (permalink / raw)
  To: Christian Brauner; +Cc: linux-fsdevel, linux-kernel, Seth Forshee

On Tue, Dec 20, 2022 at 6:18 AM Christian Brauner <brauner@kernel.org> wrote:
>
> This moves the ima specific vfs{g,u}id_t comparison helpers out of the header
> and into the one file in ima where they are used. We shouldn't incentivize
> people to use them by placing them into the header. As discussed and suggested
> by Linus in [1] let's just define them locally in the one file in ima where
> they are used.
>
> Link: https://lore.kernel.org/lkml/CAHk-=wj+tqv2nyUZ5T5EwYWzDAAuhxQ+-DA2nC9yYOTUo5NOPg@mail.gmail.com [1]

That wasn't actually the correct link...

              Linus

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] vfsuid fix for v6.2-rc1
  2022-12-20 14:17 [GIT PULL] vfsuid fix for v6.2-rc1 Christian Brauner
  2022-12-21 16:16 ` Linus Torvalds
@ 2022-12-21 17:18 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2022-12-21 17:18 UTC (permalink / raw)
  To: Christian Brauner
  Cc: Linus Torvalds, Christian Brauner, linux-fsdevel, linux-kernel,
	Seth Forshee

The pull request you sent on Tue, 20 Dec 2022 15:17:43 +0100:

> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping.git tags/fs.vfsuid.ima.v6.2-rc1

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-12-21 17:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-20 14:17 [GIT PULL] vfsuid fix for v6.2-rc1 Christian Brauner
2022-12-21 16:16 ` Linus Torvalds
2022-12-21 17:18 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox