Re: Add linux-um archives to lore.kernel.org?

2022-10-13 Thread Anton Ivanov
On 12/10/2022 20:15, Johannes Berg wrote: On Wed, 2022-10-12 at 14:11 -0500, Bjorn Helgaas wrote: The linux-um@lists.infradead.org mailing list is listed in MAINTAINERS and is quite active [1]. Once in a while a commit links to the infradead pipermail archive [2] (the link in that commit app

Re: [PATCH v6 5/7] treewide: use get_random_u32() when possible

2022-10-13 Thread Rolf Eike Beer
Am Dienstag, 11. Oktober 2022, 01:06:11 CEST schrieb Jason A. Donenfeld: > The prandom_u32() function has been a deprecated inline wrapper around > get_random_u32() for several releases now, and compiles down to the > exact same code. Replace the deprecated wrapper with a direct call to > the real

Re: [PATCH v6 5/7] treewide: use get_random_u32() when possible

2022-10-13 Thread Florian Westphal
Rolf Eike Beer wrote: > Florian, can you comment and maybe fix it? Can't comment, do not remember -- this was 5 years ago. > Or you wanted to move the variable before the loop and keep the random state > between the loops and only reseed when all '1' bits have been consumed. Probably. No clue,

Re: [PATCH v6 5/7] treewide: use get_random_u32() when possible

2022-10-13 Thread Rolf Eike Beer
Am Donnerstag, 13. Oktober 2022, 12:16:35 CEST schrieb Florian Westphal: > Rolf Eike Beer wrote: > > Florian, can you comment and maybe fix it? > > Can't comment, do not remember -- this was 5 years ago. > > > Or you wanted to move the variable before the loop and keep the random > > state betwe

Re: Add linux-um archives to lore.kernel.org?

2022-10-13 Thread Richard Weinberger
- Ursprüngliche Mail - > Von: "anton ivanov" > On 12/10/2022 20:15, Johannes Berg wrote: >> On Wed, 2022-10-12 at 14:11 -0500, Bjorn Helgaas wrote: >>> The linux-um@lists.infradead.org mailing list is listed in MAINTAINERS >>> and is quite active [1]. Once in a while a commit links to the

Re: Add linux-um archives to lore.kernel.org?

2022-10-13 Thread Geert Uytterhoeven
Hi Richard, On Thu, Oct 13, 2022 at 2:46 PM Richard Weinberger wrote: > - Ursprüngliche Mail - > > Von: "anton ivanov" > > On 12/10/2022 20:15, Johannes Berg wrote: > >> On Wed, 2022-10-12 at 14:11 -0500, Bjorn Helgaas wrote: > >>> The linux-um@lists.infradead.org mailing list is listed

Re: Add linux-um archives to lore.kernel.org?

2022-10-13 Thread Geert Uytterhoeven
Hi Richard. > > >>> https://korg.docs.kernel.org/lore.html says pipermail archives like > > >>> infradead has are not ideal, but I don't have any archives at all, and > > >>> I don't know how to get even pipermail archives out of infradead. The first step is https://korg.docs.kernel.org/lore.html

[PATCH] fs/hostfs: Replace kmap() with kmap_local_page()

2022-10-13 Thread Fabio M. De Francesco
The use of kmap() is being deprecated in favor of kmap_local_page(). There are two main problems with kmap(): (1) It comes with an overhead as the mapping space is restricted and protected by a global lock for synchronization and (2) it also requires global TLB invalidation when the kmap’s pool wr

Re: [PATCH v6 5/7] treewide: use get_random_u32() when possible

2022-10-13 Thread Jason A. Donenfeld
On Thu, Oct 13, 2022 at 01:40:40PM +0200, Rolf Eike Beer wrote: > Am Donnerstag, 13. Oktober 2022, 12:16:35 CEST schrieb Florian Westphal: > > Rolf Eike Beer wrote: > > > Florian, can you comment and maybe fix it? > > > > Can't comment, do not remember -- this was 5 years ago. > > > > > Or you w

Re: Add linux-um archives to lore.kernel.org?

2022-10-13 Thread Konstantin Ryabitsev
On Thu, Oct 13, 2022 at 02:57:18PM +0200, Geert Uytterhoeven wrote: > The first step is > https://korg.docs.kernel.org/lore.html#requesting-archival-of-an-existing-list > > It doesn't make much sense to start collecting archives if the lore > collector hasn't been activated yet. The archiver is n

Re: Add linux-um archives to lore.kernel.org?

2022-10-13 Thread Geert Uytterhoeven
Hi Konstantin, On Thu, Oct 13, 2022 at 8:29 PM Konstantin Ryabitsev wrote: > On Thu, Oct 13, 2022 at 02:57:18PM +0200, Geert Uytterhoeven wrote: > > The first step is > > https://korg.docs.kernel.org/lore.html#requesting-archival-of-an-existing-list > > > > It doesn't make much sense to start col