This is a note to let you know that I've just added the patch titled sparc32: Do not select GENERIC_ISA_DMA to the 6.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: sparc32-do-not-select-generic_isa_dma.patch and it can be found in the queue-6.8 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. commit 2b09165ceded15faf7bb1dc3c13c293ab78316ce Author: Sam Ravnborg <sam@xxxxxxxxxxxx> Date: Sat Feb 24 18:42:26 2024 +0100 sparc32: Do not select GENERIC_ISA_DMA [ Upstream commit 99bd9a4f87926e12ce60796d7db1d6b226aca5e3 ] sparc32 do not support generic isa dma, so do not select the symbol. This fixes the following warnings: dma.c:70:5: error: no previous prototype for 'request_dma' [-Werror=missing-prototypes] dma.c:88:6: error: no previous prototype for 'free_dma' [-Werror=missing-prototypes] Signed-off-by: Sam Ravnborg <sam@xxxxxxxxxxxx> Fixes: 0fcb70851fbf ("Makefile.extrawarn: turn on missing-prototypes globally") Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Tested-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> # build-tested Cc: Andreas Larsson <andreas@xxxxxxxxxxx> Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> Cc: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Cc: Maciej W. Rozycki <macro@xxxxxxxxxxx> Reviewed-by: Andreas Larsson <andreas@xxxxxxxxxxx> Signed-off-by: Andreas Larsson <andreas@xxxxxxxxxxx> Link: https://lore.kernel.org/r/20240224-sam-fix-sparc32-all-builds-v2-5-1f186603c5c4@xxxxxxxxxxxx Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx> diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 0c5a98ef11440..37a1cfecd9c73 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig @@ -142,10 +142,6 @@ config HIGHMEM default y if SPARC32 select KMAP_LOCAL -config GENERIC_ISA_DMA - bool - default y if SPARC32 - config PGTABLE_LEVELS default 4 if 64BIT default 3