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
- Sedat -