* [GIT PULL] erofs fixes for 6.16-rc3
@ 2025-06-21 14:43 Gao Xiang
2025-06-21 16:36 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Gao Xiang @ 2025-06-21 14:43 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-erofs, LKML, Tatsuyuki Ishi, Hongbo Li, Chao Yu
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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-06-21 16:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-21 14:43 [GIT PULL] erofs fixes for 6.16-rc3 Gao Xiang
2025-06-21 16:36 ` pr-tracker-bot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.