From: Linus Torvalds Date: Wed, 2 Aug 2023 18:43:06 +0000 (-0700) Subject: Merge tag 'exfat-for-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/linkin... X-Git-Tag: v6.6.7~2255 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b954598a47ba07034aab9af8ddd485bdc3d5b16;p=platform%2Fkernel%2Flinux-starfive.git Merge tag 'exfat-for-6.5-rc5' of git://git./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 --- 4b954598a47ba07034aab9af8ddd485bdc3d5b16