* Re: [syzbot] [exfat?] kernel BUG in folio_set_bh
[not found] <6865e87a.a70a0220.2b31f5.000a.GAE@google.com>
@ 2025-07-03 8:07 ` syzbot
2025-07-05 2:17 ` Luis Chamberlain
0 siblings, 1 reply; 2+ messages in thread
From: syzbot @ 2025-07-03 8:07 UTC (permalink / raw)
To: axboe, brauner, hare, hirofumi, linkinjeon, linux-block,
linux-fsdevel, linux-kernel, mcgrof, sj1557.seo, syzkaller-bugs,
willy
syzbot has bisected this issue to:
commit 47dd67532303803a87f43195e088b3b4bcf0454d
Author: Luis Chamberlain <mcgrof@kernel.org>
Date: Fri Feb 21 22:38:22 2025 +0000
block/bdev: lift block size restrictions to 64k
bisection log: https://syzkaller.appspot.com/x/bisect.txt?x=15ec33d4580000
start commit: 50c8770a42fa Add linux-next specific files for 20250702
git tree: linux-next
final oops: https://syzkaller.appspot.com/x/report.txt?x=17ec33d4580000
console output: https://syzkaller.appspot.com/x/log.txt?x=13ec33d4580000
kernel config: https://syzkaller.appspot.com/x/.config?x=d831c9dfe03f77ec
dashboard link: https://syzkaller.appspot.com/bug?extid=f4f84b57a01d6b8364ad
syz repro: https://syzkaller.appspot.com/x/repro.syz?x=15c93770580000
C reproducer: https://syzkaller.appspot.com/x/repro.c?x=1001aebc580000
Reported-by: syzbot+f4f84b57a01d6b8364ad@syzkaller.appspotmail.com
Fixes: 47dd67532303 ("block/bdev: lift block size restrictions to 64k")
For information about bisection process see: https://goo.gl/tpsmEJ#bisection
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [syzbot] [exfat?] kernel BUG in folio_set_bh
2025-07-03 8:07 ` [syzbot] [exfat?] kernel BUG in folio_set_bh syzbot
@ 2025-07-05 2:17 ` Luis Chamberlain
0 siblings, 0 replies; 2+ messages in thread
From: Luis Chamberlain @ 2025-07-05 2:17 UTC (permalink / raw)
To: syzbot
Cc: axboe, brauner, hare, hirofumi, linkinjeon, linux-block,
linux-fsdevel, linux-kernel, sj1557.seo, syzkaller-bugs, willy,
p.raghav
On Thu, Jul 03, 2025 at 01:07:02AM -0700, syzbot wrote:
> syzbot has bisected this issue to:
>
> commit 47dd67532303803a87f43195e088b3b4bcf0454d
> Author: Luis Chamberlain <mcgrof@kernel.org>
> Date: Fri Feb 21 22:38:22 2025 +0000
>
> block/bdev: lift block size restrictions to 64k
>
> bisection log: https://syzkaller.appspot.com/x/bisect.txt?x=15ec33d4580000
> start commit: 50c8770a42fa Add linux-next specific files for 20250702
> git tree: linux-next
> final oops: https://syzkaller.appspot.com/x/report.txt?x=17ec33d4580000
> console output: https://syzkaller.appspot.com/x/log.txt?x=13ec33d4580000
> kernel config: https://syzkaller.appspot.com/x/.config?x=d831c9dfe03f77ec
> dashboard link: https://syzkaller.appspot.com/bug?extid=f4f84b57a01d6b8364ad
> syz repro: https://syzkaller.appspot.com/x/repro.syz?x=15c93770580000
> C reproducer: https://syzkaller.appspot.com/x/repro.c?x=1001aebc580000
>
> Reported-by: syzbot+f4f84b57a01d6b8364ad@syzkaller.appspotmail.com
> Fixes: 47dd67532303 ("block/bdev: lift block size restrictions to 64k")
>
> For information about bisection process see: https://goo.gl/tpsmEJ#bisection
Odd, I can't see where the null pointer comes from.
bdev_getblk() --> __getblk_slow() properly returns NULL and doesn't use
the data. But neither does fat_fill_super() on failure. My only
suspicion was on fat_msg() but that sb usage seems fine and the goto out_fail
seems fine as iput() also doesn't process null inodes and unload_nls()
is fine. The return value is also set to -EIO correctly so we don't return NULL
actually. I jus tdon't see anything odd on _fat_msg() either.
Hrm..
Luis
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-07-05 2:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <6865e87a.a70a0220.2b31f5.000a.GAE@google.com>
2025-07-03 8:07 ` [syzbot] [exfat?] kernel BUG in folio_set_bh syzbot
2025-07-05 2:17 ` Luis Chamberlain
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).