linux-stable/drivers/nvme/host
Pratyush Yadav c81e46a880 nvme-pci: do not set the NUMA node of device if it has none
[ Upstream commit dad651b2a4 ]

If a device has no NUMA node information associated with it, the driver
puts the device in node first_memory_node (say node 0). Not having a
NUMA node and being associated with node 0 are completely different
things and it makes little sense to mix the two.

Signed-off-by: Pratyush Yadav <ptyadav@amazon.de>
Signed-off-by: Keith Busch <kbusch@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-10-10 21:44:59 +02:00
..
core.c nvme initialize core quirks before calling nvme_init_subsystem 2022-12-14 11:28:30 +01:00
fabrics.c nvme-fabrics: decode host pathing error for connect 2021-06-16 11:54:58 +02:00
fabrics.h
fault_inject.c
fc.c nvme-fc: fail new connections to a deleted host or remote port 2020-10-07 08:00:07 +02:00
Kconfig
lightnvm.c nvme: register ns_id attributes as default sysfs groups 2021-03-11 14:05:00 +01:00
Makefile
multipath.c nvme-multipath: fix ANA state updates when a namespace is not present 2021-10-06 15:31:16 +02:00
nvme.h nvme: register ns_id attributes as default sysfs groups 2021-03-11 14:05:00 +01:00
pci.c nvme-pci: do not set the NUMA node of device if it has none 2023-10-10 21:44:59 +02:00
rdma.c nvme-rdma: fix possible use-after-free in transport error_recovery work 2022-02-23 11:58:38 +01:00
trace.c
trace.h