On Tue, Mar 11, 2025 at 03:39:18PM +0000, Roxana Nicolescu wrote: > Hi there, > > I am Roxana and I recently joined the Linux Kernel Mentorship program. > > As you probably may know, we must submit at least 5 patches to graduate from > this program. > I started looking at the syzbot bugs and came across bcachefs. I plan to try > to solve some of those. I have to admit I don’t know much about the > implementation, but I want to learn along the way. > If you have any suggestions that may help me or if you need help with > something specific, please let me know. > > All the best, > Roxana
Hi! For syzbot bugs, I'd first start out by getting ktest up and running: https://evilpiepirate.org/git/ktest.git/ Once you can use it to run simple tests, you can use it to run syzbot reproducers locally: build-test-kernel run -IP ~/ktest/tests/syzbot-repro.ktest <bug-id> And join the IRC channel, feel free to hit me up there: irc.oftc.net#bcache
