On Mon, Aug 10, 2020 at 5:00 PM Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
On Mon, Aug 10, 2020 at 04:59:22PM +0200, Sedat Dilek wrote:
On Mon, Aug 10, 2020 at 4:57 PM Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
On Mon, Aug 10, 2020 at 04:46:18PM +0200, Sedat Dilek wrote:
On Mon, Aug 10, 2020 at 4:43 PM Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
On Mon, Aug 10, 2020 at 04:29:55PM +0200, Sedat Dilek wrote:
On Mon, Aug 10, 2020 at 4:05 PM Sasha Levin sashal@kernel.org wrote: > > On Mon, Aug 10, 2020 at 12:11:40PM +0200, Sedat Dilek wrote: > >On Mon, Aug 10, 2020 at 12:01 PM Greg Kroah-Hartman > >gregkh@linuxfoundation.org wrote: > >> > >> On Mon, Aug 10, 2020 at 12:01:25PM +0200, Greg Kroah-Hartman wrote: > >> > On Mon, Aug 10, 2020 at 11:52:30AM +0200, Sedat Dilek wrote: > >> > > [ Hope I have the correct CC for linux-stable ML ] > >> > > > >> > > Hi Greg and Sasha, > >> > > > >> > > The base for <linux-stable-rc.git#queue/5.8> is Linux v5.7.14 where it > >> > > should be Linux v5.8. > >> > > >> > What exactly do you mean by "#queue/5.8"? > >> > > >> > Is that a branch name? Ah, never seen those before, maybe they are > >> > something that Sasha creates? > >> > >> But yes, you are right, it seems to mirror queue/5.7 at the moment, > >> which isn't correct. > >> > >> thanks, > > > >[ CC correct stable ML ] > > > >Exactly. > > > >With <linux-stable-rc.git#queue/5.8> I mean [1]. > > Ah, thanks for pointing it out! I've fixed the script and pushed out a > correct queue-5.8 branch. >
Thanks Sasha.
Would you mind to take the random/random32 patches from Linus mainline for queue/5.8 (see Linux v5.7.14)?
Hm, most of them are already in 5.8.0, what ones are missing? Let me go check...
For x86-64 I have:
$ KTAG="v5.8" ; git log --oneline $KTAG.. 0765242c3a25 (HEAD -> for-5.8/random-5.9) random: random.h should include archrandom.h, not the other way around ba4ac1491cff random32: move the pseudo-random 32-bit definitions to prandom.h
I have no idea what these commits mean, sorry.
The linux-stable-rc tree is rebased all the time, and I don't know what the queue/ directories are, Sasha uses those for stuff.
So if you could provide the upstream git commit id that you are missing here, that would be great.
thanks,
My apologies...
commit c0842fbc1b18c7a044e6ff3e8fa78bfa822c7d1a random32: move the pseudo-random 32-bit definitions to prandom.h
commit 585524081ecdcde1c719e63916c514866d898217 random: random.h should include archrandom.h, not the other way around
Great, those are the two I queued up about 5 minutes ago. I'll try to push out a -rc for 5.8 later today with these fixes in it.
thanks,
Yupp, that would be fine.
- Sedat -