Also sprach Manfred Spraul:
} Bill Wendling wrote:
} >
} + else
} + fds = (struct pollfd *)vmalloc(size);
} +
}
} vmalloc() & vfree() need lock_kernel(). Tigran wrote a patch, but that
} patch is not (yet?) part of the standard kernel.
}
If you look carefully towards the top and bottom of sys_poll(), you'll
see the {un}lock_kernel() calls.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/