[PATCH 1/1] um: Select HAS_IOREMAP for UML_IOMEM_EMULATION

2024-04-03 Thread Niklas Schnelle
In a future patch HAS_IOPORT=n will disable inb()/outb() and friends at compile time. UML supports these via its UML_IOMEM_EMULATION so let that select HAS_IOPORT and also reflect this in NO_IOPORT_MAP. Co-developed-by: Arnd Bergmann Signed-off-by: Arnd Bergmann Signed-off-by: Niklas Schnelle -

[PATCH 0/1] um: Handle HAS_IOPORT dependencies

2024-04-03 Thread Niklas Schnelle
Hi Richard, Anton, Johannes, This is a follow up in my ongoing effort of making inb()/outb() and similar I/O port accessors compile-time optional. Previously I sent this as a treewide series titled "treewide: Remove I/O port accessors for HAS_IOPORT=n" with the latest being its 5th version[0]. Wit

Re: [PATCH v2 21/25] nvdimm: virtio_pmem: drop owner assignment

2024-04-03 Thread Gupta, Pankaj
On 3/31/2024 10:44 AM, Krzysztof Kozlowski wrote: virtio core already sets the .owner, so driver does not need to. Acked-by: Dave Jiang Signed-off-by: Krzysztof Kozlowski --- Depends on the first patch. --- drivers/nvdimm/virtio_pmem.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dri