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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID:
 <VI0P195MB27398E5490BDD76B2107D1C5ED1FA@VI0P195MB2739.EURP195.PROD.OUTLOOK.COM>
Date: Fri, 26 Sep 2025 00:32:47 +0300
From: Franz-Josef Haider <fj.haider@...look.com>
To: linux@...linux.org.uk
Cc: fj.haider@...look.com, linux-arm-kernel@...ts.infradead.org,
 linux-kernel@...r.kernel.org, trivial@...nel.org
Subject: [PATCH] ARM: Add missing mmu flags entry to arm940 proc info.

>From 6543180935c8308b044c7166cc028caa23d4807b Mon Sep 17 00:00:00 2001
From: Franz-Josef Haider <fj.haider@...look.com>
Date: Thu, 25 Sep 2025 22:12:06 +0300
Subject: [PATCH] ARM: Add missing mmu flags entry to arm940 proc info.

The proc infos for other cpus do have this entry.
Fixes a fatal crash early during boot.

Fixes: 8799ee9f49f6 ("[ARM] Set bit 4 on section mappings correctly depending on CPU")
Signed-off-by: Franz-Josef Haider <fj.haider@...look.com>
---
 arch/arm/mm/proc-arm940.S | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mm/proc-arm940.S b/arch/arm/mm/proc-arm940.S
index 0d30bb25c42b..79f39707fbf3 100644
--- a/arch/arm/mm/proc-arm940.S
+++ b/arch/arm/mm/proc-arm940.S
@@ -356,6 +356,7 @@ __arm940_proc_info:
 	.long	0x41009400
 	.long	0xff00fff0
 	.long	0
+	.long	0
 	initfn	__arm940_setup, __arm940_proc_info
 	.long	cpu_arch_name
 	.long	cpu_elf_name
-- 
2.51.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ