Čestmír Kalina activity https://gitlab.com/ckalina 2026-03-11T16:26:10Z tag:gitlab.com,2026-03-11:5193349971 Čestmír Kalina approved merge request !1075: owners: Add more files to locking and cgroup at Red Hat / centos-stream / src / kernel / documentation 2026-03-11T16:26:10Z ckalina Čestmír Kalina [email protected]

Add more files to be listed under the locking and cgroup components.

Signed-off-by: Waiman Long [email protected]

tag:gitlab.com,2026-03-03:5162482930 Čestmír Kalina approved merge request !1066: owners: Add restartable sequence at Red Hat / centos-stream / src / kernel / documentation 2026-03-03T15:39:21Z ckalina Čestmír Kalina [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]

tag:gitlab.com,2026-02-24:5136515244 Čestmír Kalina closed merge request !1858: Draft: locking/futex updates for 10.2 at Red Hat / centos-stream / src / kernel / centos-stream-10 2026-02-24T11:21:54Z ckalina Čestmír Kalina [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]

tag:gitlab.com,2026-02-12:5098335908 Čestmír Kalina pushed to project branch c9s-9.7-99501-ctx-refill_obj_stock at Čestmír Kalina / centos-stream-9 2026-02-12T16:26:24Z ckalina Č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

tag:gitlab.com,2026-02-12:5098308386 Čestmír Kalina pushed to project branch c9s-9.7-99501-ctx-refill_obj_stock at Čestmír Kalina / centos-stream-9 2026-02-12T16:19:44Z ckalina Čestmír Kalina [email protected]

Čestmír Kalina (a983e7e8) at 12 Feb 16:19

sched: defer calling __put_task_struct() in non-preemptible context

... and 13224 more commits

tag:gitlab.com,2026-01-27:5039645722 Čestmír Kalina approved merge request !1899: arm updates from v6.18 at Red Hat / centos-stream / src / kernel / centos-stream-10 2026-01-27T21:23:21Z ckalina Čestmír Kalina [email protected]

Arm updates from v6.18

  • add Neoverse V3AE CPU type, docs, cpu errata (Nvidia AGX Thor)
  • GCS updates (Guarded Control Stack)
  • SPE: disable traps of PMSDSFR to EL2 per documentation
  • Remove incorrect warning on MTE-tagged copypage
  • SPCR corrections
  • abort module load earlier if SCS (shadow call stack) patching fails
  • abort module load if module has alternative callback not in core .text

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]

tag:gitlab.com,2026-01-14:4993391012 Čestmír Kalina approved merge request !1996: sched: Fix build for modules using set_tsk_need_resched() at Red Hat / centos-stream / src / kernel / centos-str... 2026-01-14T14:17:51Z ckalina Čestmír Kalina [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]

tag:gitlab.com,2026-01-13:4990486507 Čestmír Kalina commented on merge request !1855 at Red Hat / centos-stream / src / kernel / centos-stream-10 2026-01-13T20:37:24Z ckalina Čestmír Kalina [email protected]

Rebased on top of c10s/main due to conflicts. Changes in v2:

  • Dropped upstream commit 23c22d91561dd ("rcu-tasks: Move RCU Tasks self-tests to core_initcall()"). Already present (6ff0957b).
  • Dropped upstream commit 53dac345395c0 ("hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYING"). Already present (06f45ae7).
  • Minor context diffs due to 47fe6216 ("entry: Rename "kvm" entry code assets to "virt" to genericize APIs"), added to "Conflicts:" sections for the relevant commits.
  • Addressed comments !1855 (comment 2955862420) and !1855 (comment 2968721452).