]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag 'erofs-for-6.4-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 23 May 2023 17:47:32 +0000 (10:47 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 23 May 2023 17:47:32 +0000 (10:47 -0700)
commit5fe326b4467689ef3690491ee2ad25ff4d81fe59
treef4117fbe14cccd56f182eeaa3eacd23846cd3a61
parentae8373a5add4ea39f032563cf12a02946d1e3546
parentcf7f2732b4b83026842832e7e4e04bf862108ac2
Merge tag 'erofs-for-6.4-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs

Pull erofs fixes from Gao Xiang:
 "One patch addresses a null-ptr-deref issue reported by syzbot weeks
  ago, which is caused by the new long xattr name prefix feature and
  needs to be fixed.

  The remaining two patches are minor cleanups to avoid unnecessary
  compilation and adjust per-cpu kworker configuration.

  Summary:

   - Fix null-ptr-deref related to long xattr name prefixes

   - Avoid pcpubuf compilation if CONFIG_EROFS_FS_ZIP is off

   - Use high priority kthreads by default if per-cpu kthread workers
     are enabled"

* tag 'erofs-for-6.4-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs:
  erofs: use HIPRI by default if per-cpu kthreads are enabled
  erofs: avoid pcpubuf.c inclusion if CONFIG_EROFS_FS_ZIP is off
  erofs: fix null-ptr-deref caused by erofs_xattr_prefixes_init