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
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
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,
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
- 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
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
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
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
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
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
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
11 matches
Mail list logo