Commit 0138af2472df for kernel

commit 0138af2472dfdef0d56fc4697416eaa0ff2589bd
Merge: aba9da0905f1 2f0407ed923b
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Wed Mar 25 18:41:35 2026 -0700

    Merge tag 'erofs-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs

    Pull erofs fixes from Gao Xiang:

     - Mark I/Os as failed when encountering short reads on file-backed
       mounts

     - Label GFP_NOIO in the BIO completion when the completion is in the
       process context, and directly call into the decompression to avoid
       deadlocks

     - Improve Kconfig descriptions to better highlight the overall efforts

     - Fix .fadvise() for page cache sharing

    * tag 'erofs-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs:
      erofs: fix .fadvise() for page cache sharing
      erofs: update the Kconfig description
      erofs: add GFP_NOIO in the bio completion if needed
      erofs: set fileio bio failed in short read case