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(-)