• Tejun Heo's avatar
    percpu: fix pcpu_chunk_struct_size · cb83b42e
    Tejun Heo authored
    Impact: fix short allocation leading to memory corruption
    
    While dropping rvalue wrapping macros around global parameters,
    pcpu_chunk_struct_size was set incorrectly resulting in shorter page
    pointer array.  Fix it.
    Signed-off-by: default avatarTejun Heo <tj@kernel.org>
    cb83b42e
percpu.c 24.2 KB