]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag 'exfat-for-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/linkin...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 2 Aug 2023 18:43:06 +0000 (11:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 2 Aug 2023 18:43:06 +0000 (11:43 -0700)
commit4b954598a47ba07034aab9af8ddd485bdc3d5b16
treeb610ce277a4c6a6c81aa393b80e4726ec91a8f05
parent79d65ee53b968c006ad382a4d4c2dccd898706f9
parentff84772fd45d486e4fc78c82e2f70ce5333543e6
Merge tag 'exfat-for-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat

Pull exfat fixes from Namjae Jeon:

 - Fix page allocation failure from allocation bitmap by using
   kvmalloc_array/kvfree

 - Add the check to validate if filename entries exceeds max filename
   length

 - Fix potential deadlock condition from dir_emit*()

* tag 'exfat-for-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat:
  exfat: release s_lock before calling dir_emit()
  exfat: check if filename entries exceeds max filename length
  exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfree