Skip to content

tcp: fix accounted memory leak on ARM

Paolo Abeni requested to merge pabeni/centos-stream-9:tcp_leak into main

JIRA: https://issues.redhat.com/browse/RHEL-34070 Tested: LNST, Tier1

The issue is addressed by the last commit in the merge. The previous 2 changes are pre-requisites to avoid any conflict in the last one. Technically neither of the pre-req is strictly needed, we adapt the fix with moderate effort and limited risk, but both the pre-reqs are small enough and nice enough to be a valuable alternative. Additionally the first one is provides a new sysctl that will be very likely used/requested by the users affected by this issue.

Signed-off-by: Paolo Abeni pabeni@redhat.com

Edited by Paolo Abeni

Merge request reports