• William Lee Irwin III's avatar
    [PATCH] vm86 IRQ bugfix · 7d09d324
    William Lee Irwin III authored
    vm86 does broken tasklist scanning for matching task_struct pointers,
    which is oopsable. This registers a notifier for it to GC vm86 IRQ's in
    release_thread() and removes the broken tasklist scanning.
    
    This bugfix is in 2.4.x and has been in 2.5.x-dj for an extended period
    of time.
    7d09d324
vm86.c 19.9 KB