[GIT PULL] exfat update for 6.11-rc1

From: Namjae Jeon
Date: Tue Jul 16 2024 - 08:01:49 EST


Hi Linus,

This is exfat update pull request for v6.11-rc1. I add description of
this pull request on below. Please pull exfat with following ones.

Thanks!

The following changes since commit 0c3836482481200ead7b416ca80c68a29cfdaabd:

Linux 6.10 (2024-07-14 15:43:32 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat.git
tags/exfat-for-6.11-rc1

for you to fetch changes up to 89fc548767a2155231128cb98726d6d2ea1256c9:

exfat: fix potential deadlock on __exfat_get_dentry_set (2024-07-15
21:44:28 +0900)

----------------------------------------------------------------
Description for this pull request:
- Fix deadlock issue reported by syzbot.
- Handle idmapped mounts.

----------------------------------------------------------------
Michael Jeanson (1):
exfat: handle idmapped mounts

Sungjong Seo (1):
exfat: fix potential deadlock on __exfat_get_dentry_set

fs/exfat/dir.c | 2 +-
fs/exfat/file.c | 22 +++++++++++++---------
fs/exfat/super.c | 2 +-
3 files changed, 15 insertions(+), 11 deletions(-)