On Wed, Aug 05, 2020 at 12:45:25PM -0700, Linus Torvalds wrote: > On Wed, Aug 5, 2020 at 12:24 PM Guenter Roeck <linux@xxxxxxxxxxxx> wrote: > > > > On 8/5/20 11:37 AM, Linus Torvalds wrote: > > > > > > Because the trivial fix would be something like the appended, which is > > > the right thing to do anyway. > > > > Correct. > > I'll take that as an Ack, and also remove the crazy reverse include > from archrandom.h that most definitely shouldn't be there. > > It's now commit 585524081ecd ("random: random.h should include > archrandom.h, not the other way around") in my tree, because a grep > for "archrandom.h" shows that now the only place it exists is > <linux/random.h> and a few files that cannot possibly affect arm64 > (because they are on x86 and powerpc, neither of which has that insane > reverse include). Thanks, I've queued this up for 5.7.y now. Doesn't look relevant for older kernels, but I haven't gotten reports of them not building just yet :) thanks, greg k-h