My first report

First proper blog I've ever had, so not sure if I'm even writing this properly! That said, having just got my first report in, I'm struck by just how helpful and polite everyone is within the kernel community. Very positive experience so far! My first report just contained details of the patches I'd submitted, although as it turned out, one of them:

https://syzkaller.appspot.com/bug?id=0766d38c656abeace60621896d705743aeefed51

was fixed but I'd taken the wrong approach to fix it, just zeroing out the two buffers (IPv4 was also affected). Eric Dumazet was extremely helpful in pointing me to the kernel's tun driver (and specifically TUNSETLINK handling) as the cause of the problem. I therefore wrote a better patch to tackle this directly, which needed tweaking again to remove an inline specifier, as I was advised by David Miller that the compiler should decide on inlining ideally.

When submitting the updated patch I committed a faux pas by not crediting Eric as the source of the diagnosis, so I was keen to correct this very quickly! All-in-all, a fun process so far.

Comments

Popular posts from this blog

End of Mentorship