mbox series

[v1,0/2] POE fixes: kthreads and docs

Message ID 20241001133618.1547996-1-joey.gouly@arm.com (mailing list archive)
Headers show
Series POE fixes: kthreads and docs | expand

Message

Joey Gouly Oct. 1, 2024, 1:36 p.m. UTC
Hi,

Two fixes/amendments for 6.12 for the POE series:
	- Set POR for kthreads, as discussed [1]
	- Add docs, as requested [2]

I have a (hacky) io_uring test, that I will try clean up and send out at
some point.

Thanks,
Joey

[1] https://lore.kernel.org/linux-arm-kernel/6c8ad091-a56b-41ba-b403-2e3c2e578100@intel.com/
[2] https://lore.kernel.org/linux-arm-kernel/20240913151459.GA24129@willie-the-truck/

Joey Gouly (2):
  arm64: set POR_EL0 for kernel threads
  Documentation/protection-keys: add AArch64 to documentation

 Documentation/core-api/protection-keys.rst | 38 +++++++++++++++++-----
 arch/arm64/kernel/process.c                |  3 ++
 2 files changed, 33 insertions(+), 8 deletions(-)

Comments

Will Deacon Oct. 14, 2024, 4:42 p.m. UTC | #1
On Tue, 01 Oct 2024 14:36:16 +0100, Joey Gouly wrote:
> Two fixes/amendments for 6.12 for the POE series:
> 	- Set POR for kthreads, as discussed [1]
> 	- Add docs, as requested [2]
> 
> I have a (hacky) io_uring test, that I will try clean up and send out at
> some point.
> 
> [...]

Applied (with Kevin's suggested edits) to arm64 (for-next/fixes), thanks!

[1/2] arm64: set POR_EL0 for kernel threads
      https://git.kernel.org/arm64/c/e3e85271330b
[2/2] Documentation/protection-keys: add AArch64 to documentation
      https://git.kernel.org/arm64/c/f56d8d2389ba

Cheers,