[GIT PULL] autofs fixes
From: Christian Brauner
Date: Thu Aug 24 2023 - 10:48:43 EST
Hey Linus,
/* Summary */
This fixes a memory leak in autofs reported by syzkaller and a missing
conversion from uninterruptible to interruptible wake up when autofs
is in catatonic mode.
/* Testing */
clang: Ubuntu clang version 15.0.7
gcc: (Ubuntu 12.2.0-3ubuntu1) 12.2.0
All patches are based on v6.5-rc1 and have been sitting in linux-next.
No build failures or warnings were observed.
/* Conflicts */
At the time of creating this PR no merge conflicts were reported from
linux-next and no merge conflicts showed up doing a test-merge with
current mainline.
The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:
Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)
are available in the Git repository at:
git@xxxxxxxxxxxxxxxxxxx:pub/scm/linux/kernel/git/vfs/vfs tags/v6.6-vfs.autofs
for you to fetch changes up to 17fce12e7c0a53f0bed26af231a2a98a34d34c60:
autofs: use wake_up() instead of wake_up_interruptible(() (2023-08-04 13:57:34 +0200)
Please consider pulling these changes from the signed v6.6-vfs.autofs tag.
Thanks!
Christian
----------------------------------------------------------------
v6.6-vfs.autofs
----------------------------------------------------------------
Fedor Pchelkin (1):
autofs: fix memory leak of waitqueues in autofs_catatonic_mode
Ian Kent (1):
autofs: use wake_up() instead of wake_up_interruptible(()
fs/autofs/waitq.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)