Commit 477e31fd1e81 for kernel

commit 477e31fd1e81ef925ce55931bcdbf609ba2207c8
Merge: ca010e2ef64c 0bdbf89a8bbe
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Wed Dec 3 20:14:44 2025 -0800

    Merge tag 'erofs-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs

    Pull erofs updates from Gao Xiang:

     - Fix a WARNING caused by a recent FSDAX misdetection regression

     - Fix the filesystem stacking limit for file-backed mounts

     - Print more informative diagnostics on decompression errors

     - Switch the on-disk definition `erofs_fs.h` to the MIT license

     - Minor cleanups

    * tag 'erofs-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs:
      erofs: switch on-disk header `erofs_fs.h` to MIT license
      erofs: get rid of raw bi_end_io() usage
      erofs: enable error reporting for z_erofs_fixup_insize()
      erofs: enable error reporting for z_erofs_stream_switch_bufs()
      erofs: improve Zstd, LZMA and DEFLATE error strings
      erofs: improve decompression error reporting
      erofs: tidy up z_erofs_lz4_handle_overlap()
      erofs: limit the level of fs stacking for file-backed mounts
      erofs: correct FSDAX detection