• Jeff Garzik's avatar
    [PATCH] Fix oopses in fealnx driver TX path · a998d65b
    Jeff Garzik authored
    In both uniprocessor and SMP, the fealnx driver's TX-submit path can 
    race against the interrupt handler, with disastrous results.  Add the
    lock that needed to be there all along, to fix this.
    
    There's another problem in the RX path, that will be sent as a separate 
    patch, as soon as we get that patch 100% nailed down, and acceptable for
    a Release Candidate.
    a998d65b
fealnx.c 52.8 KB