[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <aFbFC3q0SNO7ZkQi@debian>
Date: Sat, 21 Jun 2025 22:43:23 +0800
From: Gao Xiang <xiang@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-erofs@...ts.ozlabs.org, LKML <linux-kernel@...r.kernel.org>,
Tatsuyuki Ishi <ishitatsuyuki@...gle.com>,
Hongbo Li <lihongbo22@...wei.com>, Chao Yu <chao@...nel.org>
Subject: [GIT PULL] erofs fixes for 6.16-rc3
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(-)
Powered by blists - more mailing lists