Hey Alex,
On Mon, Apr 24, 2023 at 01:56:15PM +0200, Alexandre Ghiti wrote:
We used to map the dtb differently between early_pg_dir and swapper_pg_dir which caused issues when we referenced addresses from the early mapping with swapper_pg_dir (reserved_mem): move the dtb mapping to the fixmap region in patch 1, which allows to simplify dtb handling in patch 2.
base-commit-tag: v5.15.108
Alexandre Ghiti (3): [ Upstream commit ef69d2559fe9 ] [ Upstream commit f1581626071c ] [ Upstream commit 1b50f956c8fe ]
I only got 1/3 in my inbox, but I think you've got the structure slightly incorrect here Alex. The $subject should be preserved, and the "upstream commit" stuff should be the first line of the body.
I think that `commit <sha1> upstream.` is the preferred format, although I did see some other format being documented recently enough, but not going to actually speak for the stable folk!
Cheers, Conor.
Documentation/riscv/vm-layout.rst | 2 +- arch/riscv/include/asm/fixmap.h | 8 ++++ arch/riscv/include/asm/pgtable.h | 8 +++- arch/riscv/kernel/setup.c | 6 +-- arch/riscv/mm/init.c | 68 ++++++++++++++++--------------- 5 files changed, 52 insertions(+), 40 deletions(-)
-- 2.37.2