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]
Date: Mon, 4 Mar 2024 08:40:59 +0000
From: Srinivasulu Opensrc <sthanneeru.opensrc@...ron.com>
To: fan <nifan.cxl@...il.com>, "Ho-Ren (Jack) Chuang"
	<horenchuang@...edance.com>
CC: Hao Xiang <hao.xiang@...edance.com>, Gregory Price
	<gourry.memverge@...il.com>, "aneesh.kumar@...ux.ibm.com"
	<aneesh.kumar@...ux.ibm.com>, "mhocko@...e.com" <mhocko@...e.com>,
	"tj@...nel.org" <tj@...nel.org>, "john@...alactic.com" <john@...alactic.com>,
	Srinivasulu Thanneeru <sthanneeru@...ron.com>, Eishan Mirakhur
	<emirakhur@...ron.com>, Vinicius Tavares Petrucci <vtavarespetr@...ron.com>,
	Ravis OpenSrc <Ravis.OpenSrc@...ron.com>, Alistair Popple
	<apopple@...dia.com>, "Rafael J. Wysocki" <rafael@...nel.org>, Len Brown
	<lenb@...nel.org>, Andrew Morton <akpm@...ux-foundation.org>, Dave Jiang
	<dave.jiang@...el.com>, Dan Williams <dan.j.williams@...el.com>, "Jonathan
 Cameron" <Jonathan.Cameron@...wei.com>, Huang Ying <ying.huang@...el.com>,
	"linux-acpi@...r.kernel.org" <linux-acpi@...r.kernel.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"linux-mm@...ck.org" <linux-mm@...ck.org>, "Ho-Ren (Jack) Chuang"
	<horenc@...edu>, "Ho-Ren (Jack) Chuang" <horenchuang@...il.com>,
	"linux-cxl@...r.kernel.org" <linux-cxl@...r.kernel.org>,
	"qemu-devel@...gnu.org" <qemu-devel@...gnu.org>
Subject: RE: [EXT] Re: [PATCH v1 0/1] Improved Memory Tier Creation for
 CPUless NUMA Nodes



> -----Original Message-----
> From: fan <nifan.cxl@...il.com>
> Sent: Monday, March 4, 2024 8:38 AM
> To: Ho-Ren (Jack) Chuang <horenchuang@...edance.com>
> Cc: Hao Xiang <hao.xiang@...edance.com>; Gregory Price
> <gourry.memverge@...il.com>; aneesh.kumar@...ux.ibm.com;
> mhocko@...e.com; tj@...nel.org; john@...alactic.com; Eishan Mirakhur
> <emirakhur@...ron.com>; Vinicius Tavares Petrucci
> <vtavarespetr@...ron.com>; Ravis OpenSrc <Ravis.OpenSrc@...ron.com>;
> Alistair Popple <apopple@...dia.com>; Rafael J. Wysocki
> <rafael@...nel.org>; Len Brown <lenb@...nel.org>; Andrew Morton
> <akpm@...ux-foundation.org>; Dave Jiang <dave.jiang@...el.com>; Dan
> Williams <dan.j.williams@...el.com>; Jonathan Cameron
> <Jonathan.Cameron@...wei.com>; Huang Ying <ying.huang@...el.com>;
> linux-acpi@...r.kernel.org; linux-kernel@...r.kernel.org; linux-
> mm@...ck.org; Ho-Ren (Jack) Chuang <horenc@...edu>; Ho-Ren (Jack)
> Chuang <horenchuang@...il.com>; linux-cxl@...r.kernel.org; qemu-
> devel@...gnu.org
> Subject: [EXT] Re: [PATCH v1 0/1] Improved Memory Tier Creation for CPUless
> NUMA Nodes
> 
> CAUTION: EXTERNAL EMAIL. Do not click links or open attachments unless
> you recognize the sender and were expecting this message.
> 
> 
> On Fri, Mar 01, 2024 at 08:22:44AM +0000, Ho-Ren (Jack) Chuang wrote:
> > The memory tiering component in the kernel is functionally useless for
> > CPUless memory/non-DRAM devices like CXL1.1 type3 memory because the
> nodes
> > are lumped together in the DRAM tier.
> >
> https://lore.k/
> ernel.org%2Flinux-
> mm%2FPH0PR08MB7955E9F08CCB64F23963B5C3A860A%40PH0PR08MB7955
> .namprd08.prod.outlook.com%2FT%2F&data=05%7C02%7Csthanneeru.open
> src%40micron.com%7Cc4f03409bf454cca29d008dc3bf853d0%7Cf38a5ecd281
> 34862b11bac1d563c806f%7C0%7C0%7C638451185012848960%7CUnknown
> %7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haW
> wiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=syvhw1w8%2BoC6ss4%2Bu2X
> HjBuyrpwFK1hIefopgVbRy7g%3D&reserved=0
> 
Referring to the following use case from above patch?

--
1. Useful to move cxl nodes to the right tiers from userspace, when
   the hardware fails to assign the tiers correctly based on
   memorytypes.

   On some platforms we have observed cxl memory being assigned to
   the same tier as DDR memory. This is arguably a system firmware
   bug, but it is true that tiers represent *ranges* of performance.
   and we believe it's important for the system operator to have
   the ability to override bad firmware or OS decisions about tier
   assignment as a fail-safe against potential bad outcomes.
--

> Is this the right patchset you want to refer to? It is about node
> migration between tiers, how is it related to the context here?
> 
> Fan
> 
> >
> > This patchset automatically resolves the issues. It delays the initialization
> > of memory tiers for CPUless NUMA nodes until they obtain HMAT
> information
> > at boot time, eliminating the need for user intervention.
> > If no HMAT specified, it falls back to using `default_dram_type`.
> >
> > Example usecase:
> > We have CXL memory on the host, and we create VMs with a new system
> memory
> > device backed by host CXL memory. We inject CXL memory performance
> attributes
> > through QEMU, and the guest now sees memory nodes with performance
> attributes
> > in HMAT. With this change, we enable the guest kernel to construct
> > the correct memory tiering for the memory nodes.
> >
> > Ho-Ren (Jack) Chuang (1):
> >   memory tier: acpi/hmat: create CPUless memory tiers after obtaining
> >     HMAT info
> >
> >  drivers/acpi/numa/hmat.c     |  3 ++
> >  include/linux/memory-tiers.h |  6 +++
> >  mm/memory-tiers.c            | 76 ++++++++++++++++++++++++++++++++----
> >  3 files changed, 77 insertions(+), 8 deletions(-)
> >
> > --
> > Hao Xiang and Ho-Ren (Jack) Chuang
> >


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ