Paolo Abeni activity https://gitlab.com/pabeni 2026-03-16T16:51:09Z tag:gitlab.com,2026-03-16:5209296292 Paolo Abeni approved merge request !2141: net: core locking changes at Red Hat / centos-stream / src / kernel / centos-stream-10 2026-03-16T16:51:09Z pabeni Paolo Abeni [email protected]

JIRA: https://issues.redhat.com/browse/RHEL-150155

Backport a number of core networking lock changes, namely:

  • Conversion of RTNL sections to RCU.
  • Removal of the RTNL lock in favor of dedicated ones.
  • Per-netns RTNL & related changes (e.g. smaller RTNL sections). This will be
    disabled in RHEL.

The over ideas are 1) to make other backports easier 2) improve RTNL section
performances.

Some pre-requisites are included. Some related patches have already been
backported and merged (e.g. per-netdev locks).

Omitted-fix: 34f71de3f548 ("net: avoid false positive warnings in __net_mp_close_rxq()"). This is unrelated to this MR and is providing an additional fix, not fixing the referenced commit. Not backporting it won't introduce a regression.

Omitted-fix: cbada1048847 ("neighbour: restore protocol != 0 check in pneigh update"). This is a non-critical fix and we'll backport the fix in a follow-up MR during this cycle.

Signed-off-by: Antoine Tenart [email protected]

tag:gitlab.com,2026-03-06:5175698899 Paolo Abeni closed merge request !7826: Draft: Revert "Merge: RHEL 9 MM subsystem proactive follow up fixes" at Red Hat / centos-stream / src / kernel / cent... 2026-03-06T14:44:51Z pabeni Paolo Abeni [email protected]

Merge Request Required Information

Summary of Changes

Approved Development Ticket(s)

All submissions to CentOS Stream must reference a ticket in Red Hat Jira.

Click for formatting instructions Please follow the CentOS Stream contribution documentation for how to file this ticket and have it approved.

List tickets each on their own line of this description using the format "Resolves: RHEL-76229", "Related: RHEL-76229" or "Reverts: RHEL-76229", as appropriate.

tag:gitlab.com,2026-03-06:5174802120 Paolo Abeni closed merge request !2220: Draft: CVE-2026-23204 net/sched: cls_u32: use skb_header_pointer_careful() at Red Hat / centos-stream / src / kernel ... 2026-03-06T11:17:25Z pabeni Paolo Abeni [email protected]

JIRA: https://issues.redhat.com/browse/RHEL-150408 CVE: CVE-2026-23204

The first patch is a needed pre-requisited, while the 2nd one addresses the issue

Signed-off-by: Paolo Abeni [email protected]