Re: [PATCH v2] virtio_pmem: populate numa information

2022-12-06 Thread Michael Sammler
This patch is reviewed and tested. Is there anything that needs to be done from my side (e.g. sync with mainline)? (Adding my alternative email address to this thread as I will soon lose access to the address I am sending this email from.)

[PATCH v2] virtio_pmem: populate numa information

2022-11-15 Thread Michael Sammler
-off-by: Michael Sammler Reviewed-by: Pasha Tatashin Reviewed-by: Pankaj Gupta Tested-by: Mina Almasry --- Changes from v1: - added Reviewed-by and Tested-by - synced with mainline drivers/nvdimm/virtio_pmem.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a

Re: [PATCH v1] virtio_pmem: populate numa information

2022-10-21 Thread Michael Sammler
gt; computing the numa node is taken from cxl_pmem_region_probe in > > drivers/cxl/pmem.c. > > > > Signed-off-by: Michael Sammler > > --- > > drivers/nvdimm/virtio_pmem.c | 11 +-- > > 1 file changed, 9 insertions(+), 2 deletions(-) > > > &g

[PATCH v1] virtio_pmem: populate numa information

2022-10-17 Thread Michael Sammler
-off-by: Michael Sammler --- drivers/nvdimm/virtio_pmem.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/drivers/nvdimm/virtio_pmem.c b/drivers/nvdimm/virtio_pmem.c index 20da455d2ef6..a92eb172f0e7 100644 --- a/drivers/nvdimm/virtio_pmem.c +++ b/drivers/nvdimm