[GIT PULL] tpmdd changes for v6.9-rc2

2024-03-26 Thread Jarkko Sakkinen
Merge tag 'gfs2-v6.8-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 (2024-03-25 10:53:39 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git tags/tpmdd-v6.9-rc2 for you to fetch changes up to

Re: kernel crash in mknod

2024-03-26 Thread Paul Moore
On Tue, Mar 26, 2024 at 7:40 AM Christian Brauner wrote: > > For bigger changes it's also worthwhile if the object that's passed down > into the hook-based LSM layer is as specific as possible. If someone > does a change that affects lifetime rules of mounts then any hook that > takes a struct

Re: kernel crash in mknod

2024-03-26 Thread Christian Brauner
> we can change the parameter of security_path_post_mknod() from > dentry to inode? If all current callers only operate on the inode then it seems the best to only pass the inode. If there's some reason someone later needs a dentry the hook can always be changed. For bigger changes it's also