[GIT PULL] erofs fixes for 6.15-rc2

From: Gao Xiang
Date: Sun Apr 13 2025 - 13:03:54 EST


Hi Linus,

Could you consider those fixes for 6.15-rc2?

Just a few miscellaneous fixes as shown below.. All commits have been
in -next for a while and no potential merge conflicts is observed.

Thanks,
Gao Xiang

The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.15-rc2-fixes

for you to fetch changes up to f5ffef9881a76764477978c39f1ad0136a4adcab:

erofs: remove duplicate code (2025-04-10 14:24:05 +0800)

----------------------------------------------------------------
Changes since last update:

- Properly handle errors when file-backed I/O fails.

- Fix compilation issues on ARM platform (arm-linux-gnueabi);

- Fix parsing of encoded extents;

- Minor cleanup.

----------------------------------------------------------------
Bo Liu (1):
erofs: remove duplicate code

Gao Xiang (2):
erofs: add __packed annotation to union(__le16..)
erofs: fix encoded extents handling

Sheng Yong (1):
erofs: set error to bio if file-backed IO fails

fs/erofs/erofs_fs.h | 8 ++++----
fs/erofs/fileio.c | 2 ++
fs/erofs/zdata.c | 1 -
fs/erofs/zmap.c | 5 +++--
4 files changed, 9 insertions(+), 7 deletions(-)