summaryrefslogtreecommitdiff
path: root/scripts/generate_rust_analyzer.py
diff options
context:
space:
mode:
authorArd Biesheuvel <ardb@kernel.org>2025-03-17 08:23:11 +0100
committerArd Biesheuvel <ardb@kernel.org>2025-03-17 18:19:02 +0100
commitdec1277875a5974413068bfb67df7e87e51a189b (patch)
tree76c2fc5a217054ec4877cd55296bc34306b755ba /scripts/generate_rust_analyzer.py
parentcb16dfed0093217a68c0faa9394fa5823927e04c (diff)
efivarfs: use I_MUTEX_CHILD nested lock to traverse variables on resume
syzbot warns about a potential deadlock, but this is a false positive resulting from a missing lockdep annotation: iterate_dir() locks the parent whereas the inode_lock() it warns about locks the child, which is guaranteed to be a different lock. So use inode_lock_nested() instead with the appropriate lock class. Reported-by: syzbot+019072ad24ab1d948228@syzkaller.appspotmail.com Suggested-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions