• Dan Williams's avatar
    raid6test: fix stack overflow · 1b6df693
    Dan Williams authored
    Testing on x86_64 with NDISKS=255 yields:
    
       do_IRQ: modprobe near stack overflow (cur:ffff88007d19c000,sp:ffff88007d19c128)
    
    ...and eventually
    
       general protection fault: 0000 [#1]
    
    Moving the scribble buffers off the stack allows the test to complete
    successfully.
    Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
    1b6df693
raid6test.c 6.06 KB