Re: [PATCH 2/2] ima: evm: Rename *_post_path_mknod() to *_path_post_mknod()

2024-03-29 Thread Paul Moore
On Fri, Mar 29, 2024 at 3:28 PM Mimi Zohar wrote: > On Fri, 2024-03-29 at 15:12 -0400, Paul Moore wrote: > > Another important thing to keep in mind about 'Fixes' tags, unless > > you've told the stable kernel folks to only take patches that you've > > explicitly marked for stable, they are

Re: [PATCH 2/2] ima: evm: Rename *_post_path_mknod() to *_path_post_mknod()

2024-03-29 Thread Mimi Zohar
[Cc: Sasha, Greg] On Fri, 2024-03-29 at 15:12 -0400, Paul Moore wrote: > I'd take it one step further and remove both 'Fixes' tags. A 'Fixes' > tag implies a flaw in the functionality of the code, this is just a > function rename. Totally agree. > Another important thing to keep in mind about

Re: [PATCH 2/2] ima: evm: Rename *_post_path_mknod() to *_path_post_mknod()

2024-03-29 Thread Paul Moore
On Fri, Mar 29, 2024 at 11:17 AM Mimi Zohar wrote: > On Fri, 2024-03-29 at 11:56 +0100, Roberto Sassu wrote: > > From: Roberto Sassu > > > > Rename ima_post_path_mknod() and evm_post_path_mknod() respectively to > > ima_path_post_mknod() and evm_path_post_mknod(), to facilitate finding > > users

Re: [PATCH 2/2] ima: evm: Rename *_post_path_mknod() to *_path_post_mknod()

2024-03-29 Thread Roberto Sassu
On 3/29/2024 4:16 PM, Mimi Zohar wrote: On Fri, 2024-03-29 at 11:56 +0100, Roberto Sassu wrote: From: Roberto Sassu Rename ima_post_path_mknod() and evm_post_path_mknod() respectively to ima_path_post_mknod() and evm_path_post_mknod(), to facilitate finding users of the path_post_mknod LSM

Re: [PATCH 2/2] ima: evm: Rename *_post_path_mknod() to *_path_post_mknod()

2024-03-29 Thread Mimi Zohar
On Fri, 2024-03-29 at 11:56 +0100, Roberto Sassu wrote: > From: Roberto Sassu > > Rename ima_post_path_mknod() and evm_post_path_mknod() respectively to > ima_path_post_mknod() and evm_path_post_mknod(), to facilitate finding > users of the path_post_mknod LSM hook. > > Cc:

[PATCH 2/2] ima: evm: Rename *_post_path_mknod() to *_path_post_mknod()

2024-03-29 Thread Roberto Sassu
From: Roberto Sassu Rename ima_post_path_mknod() and evm_post_path_mknod() respectively to ima_path_post_mknod() and evm_path_post_mknod(), to facilitate finding users of the path_post_mknod LSM hook. Cc: sta...@vger.kernel.org # 6.8.x Reported-by: Christian Brauner Closes: