]> git.ipfire.org Git - thirdparty/linux.git/commit
bcachefs: Don't put rhashtable on stack
authorKent Overstreet <kent.overstreet@linux.dev>
Sun, 8 Jun 2025 15:40:00 +0000 (11:40 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 12 Jun 2025 03:21:30 +0000 (23:21 -0400)
commit757601ef853359fe2d57d75c00b5045f62efc608
tree7417a3f730cf0ce103ddbdc20c3666758a6fd914
parentf946ce0be45e75801583a5371fccf7466961d9d0
bcachefs: Don't put rhashtable on stack

Object debugging generally needs special provisions for putting said
objects on the stack, which rhashtable does not have.

Reported-by: syzbot+bcc38a9556d0324c2ec2@syzkaller.appspotmail.com
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/movinggc.c