[GIT PULL] fscrypt fix for v7.2-rc7

Eric Biggers <[email protected]> Mon, 3 Aug 2026 11:27:00 -0700
Newsgroups org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-fscrypt,org.kernel.vger.linux-kernel
Message-ID <20260803182700.GA2062@quark>
The following changes since commit f5098b6bae761e346ebcd9da7f95622c04733cff:

  Linux 7.2-rc5 (2026-07-26 14:45:48 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/fs/fscrypt/linux.git tags/fscrypt-for-linus

for you to fetch changes up to cf6c993c0feca7984797e634deba3c80342e199a:

  fscrypt: use the mount idmap for the owner check in fscrypt_ioctl_set_policy() (2026-07-28 21:19:44 -0700)

----------------------------------------------------------------

Fix a bug where FS_IOC_SET_ENCRYPTION_POLICY checked the original uid
rather than the idmapped one.

----------------------------------------------------------------
Zhan Xusheng (1):
      fscrypt: use the mount idmap for the owner check in fscrypt_ioctl_set_policy()

 fs/crypto/policy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)