From ce429cb2e277d001c2179df1ac66a470f00802ae Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Thu, 23 Nov 2023 16:01:41 +0100 Subject: [PATCH] NEWS: tag 1.12 Signed-off-by: Giuseppe Scrivano --- NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/NEWS b/NEWS index b78f8f733..99a6ad08f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +* crun-1.12 + +- add new WebAssembly handler: spin. +- systemd: fallback to system bus if session bus is not available. +- configure the cpu rt and cpuset controllers before joining them to + avoid running temporarily the workload on the wrong cpus. +- preconfigure the cpuset with required resources instead of using the + parent's set. This prevents needless churn in the kernel as it + tracks which CPUs have load balancing disabled. +- try attr//* before the attr/* files. Writes to the attr/* + files may fail if apparmor is not the first "major" LSM in the list + of loaded LSMs (e.g. lsm=apparmor,bpf vs lsm=bpf,apparmor). + * crun-1.11.2 - fix a regression caused by 1.11.1 where the process crashes if there