* [PATCH] ARM: multi_v7_defconfig: Enable dma-buf heaps @ 2026-05-27 8:41 Maxime Ripard 2026-05-27 8:50 ` Arnd Bergmann 0 siblings, 1 reply; 5+ messages in thread From: Maxime Ripard @ 2026-05-27 8:41 UTC (permalink / raw) To: Arnd Bergmann, Krzysztof Kozlowski, Alexandre Belloni, Linus Walleij Cc: Drew Fustini, linux-arm-kernel, soc, Maxime Ripard, Andrew Davis Now that the system and CMA heaps can be built as modules, enable both as modules in the arm multi_v7_defconfig. Suggested-by: Andrew Davis <afd@ti.com> Signed-off-by: Maxime Ripard <mripard@kernel.org> --- arch/arm/configs/multi_v7_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 2891eeba9032..3345a8eb8422 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -1073,10 +1073,13 @@ CONFIG_RZN1_DMAMUX=m CONFIG_RCAR_DMAC=y CONFIG_RENESAS_USB_DMAC=m CONFIG_STM32_DMA=y CONFIG_STM32_DMAMUX=y CONFIG_STM32_MDMA=y +CONFIG_DMABUF_HEAPS=y +CONFIG_DMABUF_HEAPS_SYSTEM=m +CONFIG_DMABUF_HEAPS_CMA=m CONFIG_VIRTIO_PCI=y CONFIG_VIRTIO_MMIO=y CONFIG_STAGING=y CONFIG_MFD_NVEC=y CONFIG_KEYBOARD_NVEC=y -- 2.54.0 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] ARM: multi_v7_defconfig: Enable dma-buf heaps 2026-05-27 8:41 [PATCH] ARM: multi_v7_defconfig: Enable dma-buf heaps Maxime Ripard @ 2026-05-27 8:50 ` Arnd Bergmann 2026-06-12 8:33 ` Maxime Ripard 0 siblings, 1 reply; 5+ messages in thread From: Arnd Bergmann @ 2026-05-27 8:50 UTC (permalink / raw) To: Maxime Ripard, Krzysztof Kozlowski, Alexandre Belloni, Linus Walleij Cc: Drew Fustini, linux-arm-kernel, soc, Andrew Davis On Wed, May 27, 2026, at 10:41, Maxime Ripard wrote: > Now that the system and CMA heaps can be built as modules, enable both > as modules in the arm multi_v7_defconfig. > > Suggested-by: Andrew Davis <afd@ti.com> > Signed-off-by: Maxime Ripard <mripard@kernel.org> I'd like to wait until we have resolved the build regression from the earlier patch[1][2]. I don't have a strong opinion on how to resolve it, but at least for now Christoph is asking to have your change reverted. [1] https://lore.kernel.org/all/ahPqbfH54R3JJyaV@infradead.org/ [2] https://lore.kernel.org/all/eebe442e-eb5e-40db-b07a-f446c8f7c8db@kernel.org/ Arnd ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] ARM: multi_v7_defconfig: Enable dma-buf heaps 2026-05-27 8:50 ` Arnd Bergmann @ 2026-06-12 8:33 ` Maxime Ripard 2026-06-12 9:41 ` Arnd Bergmann 0 siblings, 1 reply; 5+ messages in thread From: Maxime Ripard @ 2026-06-12 8:33 UTC (permalink / raw) To: Arnd Bergmann Cc: Krzysztof Kozlowski, Alexandre Belloni, Linus Walleij, Drew Fustini, linux-arm-kernel, soc, Andrew Davis [-- Attachment #1: Type: text/plain, Size: 881 bytes --] Hi Arnd, On Wed, May 27, 2026 at 10:50:02AM +0200, Arnd Bergmann wrote: > On Wed, May 27, 2026, at 10:41, Maxime Ripard wrote: > > Now that the system and CMA heaps can be built as modules, enable both > > as modules in the arm multi_v7_defconfig. > > > > Suggested-by: Andrew Davis <afd@ti.com> > > Signed-off-by: Maxime Ripard <mripard@kernel.org> > > I'd like to wait until we have resolved the build regression > from the earlier patch[1][2]. I don't have a strong opinion on how > to resolve it, but at least for now Christoph is asking to have > your change reverted. I believe it's now fixed, even though not through a revert, and is on its way to Linus: https://lore.kernel.org/dri-devel/c7a9dbb0-a5c8-4e67-904e-1a52b3de9bb4@linux.intel.com/ arch/arm doesn't select ARCH_HAS_MEM_ENCRYPT afaik, so this patch can be applied as is I think? Maxime [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 273 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] ARM: multi_v7_defconfig: Enable dma-buf heaps 2026-06-12 8:33 ` Maxime Ripard @ 2026-06-12 9:41 ` Arnd Bergmann 2026-06-12 10:02 ` Maxime Ripard 0 siblings, 1 reply; 5+ messages in thread From: Arnd Bergmann @ 2026-06-12 9:41 UTC (permalink / raw) To: Maxime Ripard Cc: Krzysztof Kozlowski, Alexandre Belloni, Linus Walleij, Drew Fustini, linux-arm-kernel, soc, Andrew Davis On Fri, Jun 12, 2026, at 10:33, Maxime Ripard wrote: > On Wed, May 27, 2026 at 10:50:02AM +0200, Arnd Bergmann wrote: >> On Wed, May 27, 2026, at 10:41, Maxime Ripard wrote: >> >> I'd like to wait until we have resolved the build regression >> from the earlier patch[1][2]. I don't have a strong opinion on how >> to resolve it, but at least for now Christoph is asking to have >> your change reverted. > > I believe it's now fixed, even though not through a revert, and is on > its way to Linus: > https://lore.kernel.org/dri-devel/c7a9dbb0-a5c8-4e67-904e-1a52b3de9bb4@linux.intel.com/ > > arch/arm doesn't select ARCH_HAS_MEM_ENCRYPT afaik, so this patch can be > applied as is I think? Yes, I've added it to the soc/defconfig branch already, though the automatic notification apparently did not trigger. Arnd ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] ARM: multi_v7_defconfig: Enable dma-buf heaps 2026-06-12 9:41 ` Arnd Bergmann @ 2026-06-12 10:02 ` Maxime Ripard 0 siblings, 0 replies; 5+ messages in thread From: Maxime Ripard @ 2026-06-12 10:02 UTC (permalink / raw) To: Arnd Bergmann Cc: Krzysztof Kozlowski, Alexandre Belloni, Linus Walleij, Drew Fustini, linux-arm-kernel, soc, Andrew Davis [-- Attachment #1: Type: text/plain, Size: 967 bytes --] On Fri, Jun 12, 2026 at 11:41:18AM +0200, Arnd Bergmann wrote: > On Fri, Jun 12, 2026, at 10:33, Maxime Ripard wrote: > > On Wed, May 27, 2026 at 10:50:02AM +0200, Arnd Bergmann wrote: > >> On Wed, May 27, 2026, at 10:41, Maxime Ripard wrote: > >> > >> I'd like to wait until we have resolved the build regression > >> from the earlier patch[1][2]. I don't have a strong opinion on how > >> to resolve it, but at least for now Christoph is asking to have > >> your change reverted. > > > > I believe it's now fixed, even though not through a revert, and is on > > its way to Linus: > > https://lore.kernel.org/dri-devel/c7a9dbb0-a5c8-4e67-904e-1a52b3de9bb4@linux.intel.com/ > > > > arch/arm doesn't select ARCH_HAS_MEM_ENCRYPT afaik, so this patch can be > > applied as is I think? > > Yes, I've added it to the soc/defconfig branch already, though > the automatic notification apparently did not trigger. Oh, perfect then, thanks :) Maxime [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 273 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-06-12 10:02 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2026-05-27 8:41 [PATCH] ARM: multi_v7_defconfig: Enable dma-buf heaps Maxime Ripard 2026-05-27 8:50 ` Arnd Bergmann 2026-06-12 8:33 ` Maxime Ripard 2026-06-12 9:41 ` Arnd Bergmann 2026-06-12 10:02 ` Maxime Ripard
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox