On Tue, Nov 08, 2022 at 02:39:22PM -0800, Dmitry Vyukov wrote: > On Tue, 8 Nov 2022 at 10:44, 'Jason A. Donenfeld' via syzkaller-bugs > <syzkaller-bugs@xxxxxxxxxxxxxxxx> wrote: > > > > Already fixed in the tree. > > Hi Jason, > > The latest commit touching this code in linux-next is this one. Is it > the fixing commit? > > commit e0a37003ff0beed62e85a00e313b21764c5f1d4f > Author: Jason A. Donenfeld <Jason@xxxxxxxxx> > CommitDate: Mon Nov 7 12:47:57 2022 +0100 > hw_random: use add_hwgenerator_randomness() for early entropy It's this one: https://git.kernel.org/pub/scm/linux/kernel/git/crng/random.git/commit/?id=9807175c5515cea94f8ac6c157f20cc48c40465b Couple hours more and there'll be a new linux-next with the fix. Jason