[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <261b229ae93fbd27f63d887b3217e3bade4e816f.camel@sipsolutions.net>
Date: Thu, 28 Mar 2024 09:48:06 +0100
From: Johannes Berg <johannes@...solutions.net>
To: Suren Baghdasaryan <surenb@...gle.com>, akpm@...ux-foundation.org
Cc: sfr@...b.auug.org.au, kent.overstreet@...ux.dev, sj@...nel.org,
richard@....at, anton.ivanov@...bridgegreys.com, linux-mm@...ck.org,
linux-um@...ts.infradead.org, linux-next@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/1] arch/um: fix forward declaration for vmalloc
On Tue, 2024-03-26 at 00:37 -0700, Suren Baghdasaryan wrote:
>
> -extern void *vmalloc(unsigned long size);
> +extern void *vmalloc_noprof(unsigned long size);
> +#define vmalloc(...) vmalloc_noprof(__VA_ARGS__)
>
I was confused a bit by the define at first, but that's because this is
a user-side header file.
Reviewed-by: Johannes Berg <johannes@...solutions.net
johannes
Powered by blists - more mailing lists