lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20230109161636.512203-1-arnd@kernel.org> Date: Mon, 9 Jan 2023 17:16:33 +0100 From: Arnd Bergmann <arnd@...nel.org> To: Aaro Koskinen <aaro.koskinen@....fi>, Janusz Krzysztofik <jmkrzyszt@...il.com>, Tony Lindgren <tony@...mide.com>, linux-omap@...r.kernel.org, Robert Jarzmik <robert.jarzmik@...e.fr> Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org, Daniel Mack <daniel@...que.org>, Haojian Zhuang <haojian.zhuang@...il.com>, Arnd Bergmann <arnd@...db.de> Subject: [PATCH 0/3] ARM: SoC fixes From: Arnd Bergmann <arnd@...db.de> These are three fixes for mistakes I discovered during the preparation of the boardfile removal. Robert noticed the accidental removal of PXA310 and PXA320 support because of a misplaced Kconfig statement, and the two OMAP patches were build failures that got introduced earlier but that I found while testing the removal. If these look fine, I'll queue them for 6.2 and for stable backports, basing the boardfile removal patches on top. Arnd Bergmann (3): ARM: pxa: enable PXA310/PXA320 for DT-only build ARM: omap1: fix !ARCH_OMAP1_ANY link failures ARM: omap1: fix building gpio15xx arch/arm/mach-omap1/Kconfig | 5 +---- arch/arm/mach-omap1/Makefile | 4 ---- arch/arm/mach-omap1/gpio15xx.c | 1 + arch/arm/mach-omap1/io.c | 32 +++++++++++++++----------------- arch/arm/mach-omap1/mcbsp.c | 21 --------------------- arch/arm/mach-omap1/pm.h | 7 ------- arch/arm/mach-pxa/Kconfig | 2 ++ include/linux/soc/ti/omap1-io.h | 4 ++-- 8 files changed, 21 insertions(+), 55 deletions(-) -- 2.39.0
Powered by blists - more mailing lists