Skip to content

ip tunnels: backport upstream fixes

Guillaume Nault requested to merge gnault/centos-stream-9:bz2081047 into main

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2081047 Upstream Status: linux.git

Backports of upstream network tunnel fixes. Patch 1 is a trivial error message rate limiting. Patch 3 fixes a GRE6 "skb under panic" bug (patch 2 is just a prerequisite for patch 3). Patch 6 fixes a race condition on GRE sequence numbers (patches 4 and 5 are prerequisites for patch 6).

Signed-off-by: Guillaume Nault gnault@redhat.com

Edited by Guillaume Nault

Merge request reports