]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ext4: fix possible double unlock when moving a directory
authorTheodore Ts'o <tytso@mit.edu>
Sat, 18 Mar 2023 01:53:52 +0000 (21:53 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Mar 2023 12:30:02 +0000 (13:30 +0100)
commit020166bc6669ca9fb267ebd96bd88c4fb64a5d46
treef236309864e3d8a0fd083360949c0065c4e8e0bd
parent7257070be70e19a9138f39009c1a26c83a8a7cfa
ext4: fix possible double unlock when moving a directory

commit 70e42feab2e20618ddd0cbfc4ab4b08628236ecd upstream.

Fixes: 0813299c586b ("ext4: Fix possible corruption when moving a directory")
Link: https://lore.kernel.org/r/5efbe1b9-ad8b-4a4f-b422-24824d2b775c@kili.mountain
Reported-by: Dan Carpenter <error27@gmail.com>
Reported-by: syzbot+0c73d1d8b952c5f3d714@syzkaller.appspotmail.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/ext4/namei.c