Add more files to be listed under the locking and cgroup components.
Signed-off-by: Waiman Long [email protected]
Restartable sequence is a kernel feature that enables userspace code (like glibc) to handle percpu variables and even implement userspace spinlocks. It complements futex that enables userspace mutex. Add that as part of the locking component.
Signed-off-by: Waiman Long [email protected]
JIRA: https://issues.redhat.com/browse/RHEL-133793
Depends: !1855
Tested: locktorture
Locking/futex updates for 10.2. This is up through 6.16 and includes some of the 6.17 merge window and later fixes.
Signed-off-by: Čestmír Kalina [email protected]
Čestmír Kalina (ca3aad99) at 12 Feb 16:26
sched: defer calling __put_task_struct() in non-preemptible context
... and 1 more commit
Čestmír Kalina (a983e7e8) at 12 Feb 16:19
sched: defer calling __put_task_struct() in non-preemptible context
... and 13224 more commits
Arm updates from v6.18
JIRA: https://issues.redhat.com/browse/RHEL-132203
V4: Dropped backports of:
510a8fa49dc1 arm64/boot: Factor out a macro to check SPE version
00d7a1af5ab5 arm64/boot: Enable EL2 requirements for SPE_FEAT_FDS
which were merged in !1879
Signed-off-by: Mark Salter [email protected]
JIRA: https://issues.redhat.com/browse/RHEL-134848
This is a temporary RHEL only version of what should be upstream soon.
Signed-off-by: Phil Auld [email protected]
Rebased on top of c10s/main due to conflicts. Changes in v2: