* linux-next: manual merge of the s390 tree with the dma-mapping tree
@ 2026-07-31 13:50 Mark Brown
0 siblings, 0 replies; only message in thread
From: Mark Brown @ 2026-07-31 13:50 UTC (permalink / raw)
To: Heiko Carstens, Vasily Gorbik, Christian Borntraeger
Cc: Aneesh Kumar K.V, Jaehoon Kim, Linux Kernel Mailing List,
Linux Next Mailing List, Marek Szyprowski
[-- Attachment #1: Type: text/plain, Size: 1232 bytes --]
Hi all,
Today's linux-next merge of the s390 tree got a conflict in:
arch/s390/mm/init.c
between commit:
30c5e45ee2c53 ("dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED")
from the dma-mapping tree and commit:
28b0d6897484a ("s390/pv: Enable SWIOTLB_ANY for s390 PV")
from the s390 tree.
I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging. You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.
diff --cc arch/s390/mm/init.c
index 8d1de5a2e5549,01050a8e7e05a..0000000000000
--- a/arch/s390/mm/init.c
+++ b/arch/s390/mm/init.c
@@@ -166,7 -151,7 +166,7 @@@ static void __init pv_init(void
virtio_set_mem_acc_cb(virtio_require_restricted_mem_acc);
/* make sure bounce buffers are shared */
- swiotlb_init(true, SWIOTLB_VERBOSE);
- swiotlb_init(true, SWIOTLB_FORCE | SWIOTLB_VERBOSE | SWIOTLB_ANY);
++ swiotlb_init(true, SWIOTLB_VERBOSE | SWIOTLB_ANY);
swiotlb_update_mem_attributes();
}
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-31 13:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-31 13:50 linux-next: manual merge of the s390 tree with the dma-mapping tree Mark Brown
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.