Hello RT-list! I'm pleased to announce the 5.10.241-rt135 stable release. This release is just an update to the new stable 5.10.241 version and no RT changes have been made. You can get this release via the git tree at: git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git branch: v5.10-rt Head SHA1: ae9468b2aec045dbfc6541c064db3c57c30d0572 Or to build 5.10.241-rt135 directly, the following patches should be applied: https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.10.241.xz https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patch-5.10.241-rt135.patch.xz Signing key fingerprint: 9354 0649 9972 8D31 D464 D140 F394 A423 F8E6 7C26 All keys used for the above files and repositories can be found on the following git repository: git://git.kernel.org/pub/scm/docs/kernel/pgpkeys.git Enjoy! Luis Changes from v5.10.240-rt134: --- Merge conflict in kernel/cgroup/cpuset.c: context conflict due to callback_lock being a raw_spin_lock in RT. --- diff --cc kernel/cgroup/cpuset.c index 6a61bb8e2669,efe9785c6c13..e9372633d69f --- a/kernel/cgroup/cpuset.c +++ b/kernel/cgroup/cpuset.c @@@ -1878,9 -1896,11 +1896,11 @@@ static int update_nodemask(struct cpuse if (retval < 0) goto done; + check_insane_mems_config(&trialcs->mems_allowed); + - spin_lock_irq(&callback_lock); + raw_spin_lock_irq(&callback_lock); cs->mems_allowed = trialcs->mems_allowed; - spin_unlock_irq(&callback_lock); + raw_spin_unlock_irq(&callback_lock); /* use trialcs->mems_allowed as a temp variable */ update_nodemasks_hier(cs, &trialcs->mems_allowed);