Skip to content
Commit c8923c6b authored by David S. Miller's avatar David S. Miller
Browse files

[NETFILTER]: Fix OOPSes on machines with discontiguous cpu numbering.



Original patch by Harald Welte, with feedback from Herbert Xu
and testing by Sébastien Bernard.

EBTABLES, ARP tables, and IP/IP6 tables all assume that cpus
are numbered linearly.  That is not necessarily true.

This patch fixes that up by calculating the largest possible
cpu number, and allocating enough per-cpu structure space given
that.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c931488c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment