• Sridhar Samudrala's avatar
    [SCTP] Fix to avoid large kmalloc failures on 64-bit platforms. · 2d14da6a
    Sridhar Samudrala authored
    When spinlock debugging is enabled, the size of assoc hash table and
    port hash table for a fixed value of 4096 entries exceeds the size
    of the largest possible kmalloc() on 64-bit platforms. This problem is
    avoided by using page allocations similar to the methodology followed
    for tcp hash table allocations.
    2d14da6a
proc.c 7.75 KB