• Paul Mackerras's avatar
    [PATCH] Threaded core dumps for PPC32 · 86854297
    Paul Mackerras authored
    At the moment, ppc32 kernels will oops if a threaded program tries to
    dump core.  We call dump_fpu with a NULL regs pointer, which it tries
    to dereference.
    
    This fixes the issue by implementing the hooks used in doing threaded
    core dumps properly.
    86854297
process.c 16.4 KB