[GIT PULL] erofs fixes for 6.16-rc3
From: Gao Xiang
Date: Sat Jun 21 2025 - 10:43:46 EST
Hi Linus,
Could you consider those fixes for 6.16-rc3?
A few miscellaneous fixes are as shown below..
Thanks,
Gao Xiang
The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:
Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.16-rc3-fixes
for you to fetch changes up to 417b8af2e30d7f131682a893ad79c506fd39c624:
erofs: remove a superfluous check for encoded extents (2025-06-20 23:41:12 +0800)
----------------------------------------------------------------
Changes since the last update:
- Use the mounter’s credentials for file-backed mounts to resolve
Android SELinux permission issues;
- Remove the unused trace event `erofs_destroy_inode`;
- Error out on crafted out-of-file-range encoded extents;
- Remove an incorrect check for encoded extents.
----------------------------------------------------------------
Gao Xiang (3):
erofs: remove unused trace event erofs_destroy_inode
erofs: refuse crafted out-of-file-range encoded extents
erofs: remove a superfluous check for encoded extents
Tatsuyuki Ishi (1):
erofs: impersonate the opener's credentials when accessing backing file
fs/erofs/fileio.c | 3 +++
fs/erofs/zmap.c | 10 ++++------
include/trace/events/erofs.h | 18 ------------------
3 files changed, 7 insertions(+), 24 deletions(-)