Skip to content

netfilter: nf_tables: add reschedule during chain loop detection

Florian Westphal requested to merge fwestpha/centos-stream-9-fw:bz2219421 into main

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2219421 Upstream Status: all upstream

On debug kernel with large ruleset restore the chainloop detection can take a very long time to complete.

Add a schedule call to avoid softlockup warning.

Signed-off-by: Florian Westphal fwestpha@redhat.com

Merge request reports