• T
    percpu: make allocation failures more verbose · f2badb0c
    Tejun Heo 提交于
    Warn and dump stack when percpu allocation fails.  percpu allocator is
    still young and unchecked NULL percpu pointer usage can result in
    random memory corruption when combined with the pointer shifting in
    access macros.  Allocation failures should be rare and the warning
    message will be disabled after certain times.
    Signed-off-by: NTejun Heo <tj@kernel.org>
    f2badb0c
percpu.c 60.8 KB