Revision e67b72b90b7e19a4be4d9c29f3feea6f58ab43f8 authored by Muchun Song on 07 June 2022, 07:02:14 UTC, committed by Jakub Kicinski on 09 June 2022, 04:11:05 UTC
In our server, there may be no high order (>= 6) memory since we reserve
lots of HugeTLB pages when booting.  Then the system panic.  So use
alloc_large_system_hash() to allocate table_perturb.

Fixes: e9261476184b ("tcp: dynamically allocate the perturb table used by source ports")
Signed-off-by: Muchun Song <songmuchun@bytedance.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Link: https://lore.kernel.org/r/20220607070214.94443-1-songmuchun@bytedance.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 487994f
History
File Mode Size
.gitignore -rw-r--r-- 125 bytes
Kconfig -rw-r--r-- 5.4 KB
Makefile -rw-r--r-- 3.5 KB
blacklist.c -rw-r--r-- 9.4 KB
blacklist.h -rw-r--r-- 135 bytes
blacklist_hashes.c -rw-r--r-- 166 bytes
blacklist_nohashes.c -rw-r--r-- 122 bytes
common.c -rw-r--r-- 1.2 KB
common.h -rw-r--r-- 216 bytes
default_x509.genkey -rw-r--r-- 407 bytes
extract-cert.c -rw-r--r-- 3.5 KB
revocation_certificates.S -rw-r--r-- 495 bytes
system_certificates.S -rw-r--r-- 1017 bytes
system_keyring.c -rw-r--r-- 9.9 KB

back to top