lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <66b135659ad15_c14482941a@dwillia2-xfh.jf.intel.com.notmuch>
Date: Mon, 5 Aug 2024 13:26:13 -0700
From: Dan Williams <dan.j.williams@...el.com>
To: Dan Williams <dan.j.williams@...el.com>, Mike Rapoport <rppt@...nel.org>,
	<linux-kernel@...r.kernel.org>
CC: Alexander Gordeev <agordeev@...ux.ibm.com>, Andreas Larsson
	<andreas@...sler.com>, Andrew Morton <akpm@...ux-foundation.org>, "Arnd
 Bergmann" <arnd@...db.de>, Borislav Petkov <bp@...en8.de>, Catalin Marinas
	<catalin.marinas@....com>, Christophe Leroy <christophe.leroy@...roup.eu>,
	Dan Williams <dan.j.williams@...el.com>, Dave Hansen
	<dave.hansen@...ux.intel.com>, David Hildenbrand <david@...hat.com>, "David
 S. Miller" <davem@...emloft.net>, Davidlohr Bueso <dave@...olabs.net>, "Greg
 Kroah-Hartman" <gregkh@...uxfoundation.org>, Heiko Carstens
	<hca@...ux.ibm.com>, Huacai Chen <chenhuacai@...nel.org>, Ingo Molnar
	<mingo@...hat.com>, Jiaxun Yang <jiaxun.yang@...goat.com>, "John Paul Adrian
 Glaubitz" <glaubitz@...sik.fu-berlin.de>, Jonathan Cameron
	<jonathan.cameron@...wei.com>, Jonathan Corbet <corbet@....net>, "Michael
 Ellerman" <mpe@...erman.id.au>, Mike Rapoport <rppt@...nel.org>, "Palmer
 Dabbelt" <palmer@...belt.com>, "Rafael J. Wysocki" <rafael@...nel.org>, "Rob
 Herring" <robh@...nel.org>, Samuel Holland <samuel.holland@...ive.com>,
	Thomas Bogendoerfer <tsbogend@...ha.franken.de>, Thomas Gleixner
	<tglx@...utronix.de>, Vasily Gorbik <gor@...ux.ibm.com>, Will Deacon
	<will@...nel.org>, Zi Yan <ziy@...dia.com>, <devicetree@...r.kernel.org>,
	<linux-acpi@...r.kernel.org>, <linux-arch@...r.kernel.org>,
	<linux-arm-kernel@...ts.infradead.org>, <linux-cxl@...r.kernel.org>,
	<linux-doc@...r.kernel.org>, <linux-mips@...r.kernel.org>,
	<linux-mm@...ck.org>, <linux-riscv@...ts.infradead.org>,
	<linux-s390@...r.kernel.org>, <linux-sh@...r.kernel.org>,
	<linuxppc-dev@...ts.ozlabs.org>, <loongarch@...ts.linux.dev>,
	<nvdimm@...ts.linux.dev>, <sparclinux@...r.kernel.org>, <x86@...nel.org>
Subject: Re: [PATCH v3 00/26] mm: introduce numa_memblks

Dan Williams wrote:
> Mike Rapoport wrote:
> > From: "Mike Rapoport (Microsoft)" <rppt@...nel.org>
> > 
> > Hi,
> > 
> > Following the discussion about handling of CXL fixed memory windows on
> > arm64 [1] I decided to bite the bullet and move numa_memblks from x86 to
> > the generic code so they will be available on arm64/riscv and maybe on
> > loongarch sometime later.
> > 
> > While it could be possible to use memblock to describe CXL memory windows,
> > it currently lacks notion of unpopulated memory ranges and numa_memblks
> > does implement this.
> > 
> > Another reason to make numa_memblks generic is that both arch_numa (arm64
> > and riscv) and loongarch use trimmed copy of x86 code although there is no
> > fundamental reason why the same code cannot be used on all these platforms.
> > Having numa_memblks in mm/ will make it's interaction with ACPI and FDT
> > more consistent and I believe will reduce maintenance burden.
> > 
> > And with generic numa_memblks it is (almost) straightforward to enable NUMA
> > emulation on arm64 and riscv.
> 
> Hey Mike,
> 
> So interesting to see this come full circle and instead of moving
> numa_memblks to memblock, just uplevel numa_memblks. From the
> perspective of having numa_memblks enhancements work for more
> architectures this gets an enthusiastic thumbs up from me. Let me go
> look at the details...

For the series you can add:

Acked-by: Dan Williams <dan.j.williams@...el.com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ