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: <alpine.DEB.2.21.2310240303440.63803@angie.orcam.me.uk> Date: Tue, 24 Oct 2023 10:05:00 +0100 (BST) From: "Maciej W. Rozycki" <macro@...am.me.uk> To: Jiaxun Yang <jiaxun.yang@...goat.com> cc: Gregory CLEMENT <gregory.clement@...tlin.com>, "paulburton@...nel.org" <paulburton@...nel.org>, Thomas Bogendoerfer <tsbogend@...ha.franken.de>, "linux-mips@...r.kernel.org" <linux-mips@...r.kernel.org>, Rob Herring <robh+dt@...nel.org>, Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>, devicetree@...r.kernel.org, linux-kernel@...r.kernel.org, Vladimir Kondratiev <vladimir.kondratiev@...el.com>, Tawfik Bayouk <tawfik.bayouk@...ileye.com>, Alexandre Belloni <alexandre.belloni@...tlin.com>, Théo Lebrun <theo.lebrun@...tlin.com>, Thomas Petazzoni <thomas.petazzoni@...tlin.com> Subject: Re: [PATCH 03/11] MIPS: support RAM beyond 32-bit On Thu, 12 Oct 2023, Jiaxun Yang wrote: > > There is a kind of mirror but its physical address start at 0x8000000 > > so beyond the first 512MBytes that are used for KSEG0. > > Really, KSEG0 range is 0x00000000 to 0x20000000, and 0x08000000 to 0x10000000 > is definitely within that range. > > But I'd agree that 0x08000000 to 0x10000000 (32MB) seems too small for kernel > text and data. So yeah, it makes sense to load kernel into XKPHYS. Hmm, my calculation indicates the range shown spans 128MiB, which I think is usually suitably large to hold kernel static text and data even for the richest configurations. Regardless, loading into XKPHYS isn't wrong, with some platforms we've been doing it for decades now. Maciej
Powered by blists - more mailing lists