[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID:
<SEZPR03MB67867ACC0D9AAD3A3AB19EBAB4572@SEZPR03MB6786.apcprd03.prod.outlook.com>
Date: Wed, 21 Feb 2024 17:19:53 +0000
From: Maxwell Bland <mbland@...orola.com>
To: Christophe Leroy <christophe.leroy@...roup.eu>,
"linux-arm-kernel@...ts.infradead.org" <linux-arm-kernel@...ts.infradead.org>
CC: "gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>,
"agordeev@...ux.ibm.com" <agordeev@...ux.ibm.com>,
"akpm@...ux-foundation.org" <akpm@...ux-foundation.org>,
"andreyknvl@...il.com" <andreyknvl@...il.com>,
"andrii@...nel.org"
<andrii@...nel.org>,
"aneesh.kumar@...nel.org" <aneesh.kumar@...nel.org>,
"aou@...s.berkeley.edu" <aou@...s.berkeley.edu>,
"ardb@...nel.org"
<ardb@...nel.org>, "arnd@...db.de" <arnd@...db.de>,
"ast@...nel.org"
<ast@...nel.org>,
"borntraeger@...ux.ibm.com" <borntraeger@...ux.ibm.com>,
"bpf@...r.kernel.org" <bpf@...r.kernel.org>,
"brauner@...nel.org"
<brauner@...nel.org>,
"catalin.marinas@....com" <catalin.marinas@....com>,
"cl@...ux.com" <cl@...ux.com>,
"daniel@...earbox.net" <daniel@...earbox.net>,
"dave.hansen@...ux.intel.com" <dave.hansen@...ux.intel.com>,
"david@...hat.com" <david@...hat.com>,
"dennis@...nel.org"
<dennis@...nel.org>,
"dvyukov@...gle.com" <dvyukov@...gle.com>,
"glider@...gle.com" <glider@...gle.com>,
"gor@...ux.ibm.com"
<gor@...ux.ibm.com>,
"guoren@...nel.org" <guoren@...nel.org>,
"haoluo@...gle.com" <haoluo@...gle.com>,
"hca@...ux.ibm.com"
<hca@...ux.ibm.com>,
"hch@...radead.org" <hch@...radead.org>,
"john.fastabend@...il.com" <john.fastabend@...il.com>,
"jolsa@...nel.org"
<jolsa@...nel.org>,
"kasan-dev@...glegroups.com"
<kasan-dev@...glegroups.com>,
"kpsingh@...nel.org" <kpsingh@...nel.org>,
"linux-arch@...r.kernel.org" <linux-arch@...r.kernel.org>,
"linux@...linux.org.uk" <linux@...linux.org.uk>,
"linux-efi@...r.kernel.org"
<linux-efi@...r.kernel.org>,
"linux-kernel@...r.kernel.org"
<linux-kernel@...r.kernel.org>,
"linux-mm@...ck.org" <linux-mm@...ck.org>,
"linuxppc-dev@...ts.ozlabs.org" <linuxppc-dev@...ts.ozlabs.org>,
"linux-riscv@...ts.infradead.org" <linux-riscv@...ts.infradead.org>,
"linux-s390@...r.kernel.org" <linux-s390@...r.kernel.org>,
"lstoakes@...il.com" <lstoakes@...il.com>,
"mark.rutland@....com"
<mark.rutland@....com>,
"martin.lau@...ux.dev" <martin.lau@...ux.dev>,
"meted@...ux.ibm.com" <meted@...ux.ibm.com>,
"michael.christie@...cle.com"
<michael.christie@...cle.com>,
"mjguzik@...il.com" <mjguzik@...il.com>,
"mpe@...erman.id.au" <mpe@...erman.id.au>,
"mst@...hat.com" <mst@...hat.com>,
"muchun.song@...ux.dev" <muchun.song@...ux.dev>,
"naveen.n.rao@...ux.ibm.com"
<naveen.n.rao@...ux.ibm.com>,
"npiggin@...il.com" <npiggin@...il.com>,
"palmer@...belt.com" <palmer@...belt.com>,
"paul.walmsley@...ive.com"
<paul.walmsley@...ive.com>,
"quic_nprakash@...cinc.com"
<quic_nprakash@...cinc.com>,
"quic_pkondeti@...cinc.com"
<quic_pkondeti@...cinc.com>,
"rick.p.edgecombe@...el.com"
<rick.p.edgecombe@...el.com>,
"ryabinin.a.a@...il.com"
<ryabinin.a.a@...il.com>,
"ryan.roberts@....com" <ryan.roberts@....com>,
"samitolvanen@...gle.com" <samitolvanen@...gle.com>,
"sdf@...gle.com"
<sdf@...gle.com>,
"song@...nel.org" <song@...nel.org>,
"surenb@...gle.com"
<surenb@...gle.com>,
"svens@...ux.ibm.com" <svens@...ux.ibm.com>,
"tj@...nel.org" <tj@...nel.org>, "urezki@...il.com" <urezki@...il.com>,
"vincenzo.frascino@....com" <vincenzo.frascino@....com>,
"will@...nel.org"
<will@...nel.org>,
"wuqiang.matt@...edance.com" <wuqiang.matt@...edance.com>,
"yonghong.song@...ux.dev" <yonghong.song@...ux.dev>,
"zlim.lnx@...il.com"
<zlim.lnx@...il.com>,
Andrew Wheeler <awheeler@...orola.com>
Subject: Re: [PATCH 1/4] mm/vmalloc: allow arch-specific vmalloc_node
overrides
> On Wednesday, February 21, 2024 12:59 AM, Christophe Leroy wrote:
>
> In the code you add __weak for that. But you also add the flags to the
> parameters and I can't understand why when reading the above description.
This change was made to allow most kernel interfaces use vmalloc_node and
enable the overrides to work. It also reduces the number of kernel locations
which would need to be change if there was ever a change to the
vmalloc_node_range interface.
However, there is a pushback to overriding the vmalloc interface, so this change
will likely not show up in my final patch.
Regards,
Maxwell
Powered by blists - more mailing lists