[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240701185132.319995-1-jesse@rivosinc.com>
Date: Mon, 1 Jul 2024 14:51:28 -0400
From: Jesse Taube <jesse@...osinc.com>
To: linux-riscv@...ts.infradead.org
Cc: Ard Biesheuvel <ardb@...nel.org>,
Paul Walmsley <paul.walmsley@...ive.com>,
Palmer Dabbelt <palmer@...belt.com>,
Albert Ou <aou@...s.berkeley.edu>,
Nathan Chancellor <nathan@...nel.org>,
Nick Desaulniers <ndesaulniers@...gle.com>,
Bill Wendling <morbo@...gle.com>,
Justin Stitt <justinstitt@...gle.com>,
Jesse Taube <jesse@...osinc.com>,
Alexandre Ghiti <alexghiti@...osinc.com>,
Conor Dooley <conor.dooley@...rochip.com>,
Masahiro Yamada <masahiroy@...nel.org>,
Wende Tan <twd2.me@...il.com>,
Christophe JAILLET <christophe.jaillet@...adoo.fr>,
Sami Tolvanen <samitolvanen@...gle.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Baoquan He <bhe@...hat.com>,
"Mike Rapoport (IBM)" <rppt@...nel.org>,
"Vishal Moola (Oracle)" <vishal.moola@...il.com>,
linux-kernel@...r.kernel.org,
llvm@...ts.linux.dev
Subject: [PATCH v3 0/4] RISC-V: Parse DT for Zkr to seed KASLR
Add functions to pi/fdt_early.c to help parse the FDT to check if
the isa string has the Zkr extension. Then use the Zkr extension to
seed the KASLR base address.
The first two patches fix the visibility of symbols.
V1 -> V2:
- Add RISC-V: pi: Force hidden visibility for all symbol references
- Add RISC-V: pi: Add kernel/pi/pi.h
- Rewrite archrandom_early.c to parse DT over checking the csr
V2 -> V3:
- Add RISC-V: lib: Add pi aliases for string functions
- Rewrite isa_string_contains in third patch
Jesse Taube (4):
RISC-V: pi: Force hidden visibility for all symbol references
RISC-V: lib: Add pi aliases for string functions
RISC-V: pi: Add kernel/pi/pi.h
RISC-V: Use Zkr to seed KASLR base address
arch/riscv/kernel/pi/Makefile | 3 +-
arch/riscv/kernel/pi/archrandom_early.c | 30 +++++
arch/riscv/kernel/pi/cmdline_early.c | 10 +-
arch/riscv/kernel/pi/fdt_early.c | 167 +++++++++++++++++++++++-
arch/riscv/kernel/pi/pi.h | 20 +++
arch/riscv/lib/memset.S | 2 +
arch/riscv/lib/strcmp.S | 1 +
arch/riscv/lib/strncmp.S | 1 +
arch/riscv/mm/init.c | 5 +-
9 files changed, 223 insertions(+), 16 deletions(-)
create mode 100644 arch/riscv/kernel/pi/archrandom_early.c
create mode 100644 arch/riscv/kernel/pi/pi.h
--
2.45.2
Powered by blists - more mailing lists