On Thu, 2004-12-30 at 13:38 +0100, Christoph Eckert wrote:
Ususally
kernel patches have to be applied from the top
level directory of the kernel source with a patch line like
the following:
patch -p1 < /path/to/patch
to test before applying use:
patch -p1 --dry-run < /path/to/patch
I read that I need a »mm«-kernel. Is this a vanilla from
kernel.org, or do I need special sources?
This might not be the case anymore. The vanilla kernel is getting a lot
better. As always, YMMV.
You still need at least 2.6.10 + realtime LSM patch to get low latency.
If the latency is not good enough then you might try -mm + Ingo patches.
Lee