I could use a hand applying a patch to the kernel source. I'm attempting
to apply the "low-latency" patch. (http://people.redhat.com/mingo/lowlatency-patches/)
I have the kernel source in /usr/src/linux and the patch at
/usr/src/lowlatency-2.2.16-A0
I've been typing various mutations of
cd /usr/src/linux
patch /usr/src/lowlatency-2.2.16-A0 -p0
On Sat, 4 Nov 2000, Michael Lechasseur wrote:
I have the kernel source in /usr/src/linux and the patch at /usr/src/lowlatency-2.2.16-A0
I've been typing various mutations of
cd /usr/src/linux patch /usr/src/lowlatency-2.2.16-A0 -p0
try this: cd /usr/src/linux patch -p1 < /usr/src/lowlatency-2.2.16-A0
cu, Robert
patch -p 0 < /usr/src/lowlatency-2.2.16-A0
One note - this may or may not work well with kernel sources provided by a distribution. RedHat in particularly doesn't distribute the standard sources but rather just the architecture specific portions + patches. Getting clean sources from ftp.kernel.org may be necessary.
Karl
On Sat, 4 Nov 2000, Michael Lechasseur wrote:
I could use a hand applying a patch to the kernel source. I'm attempting to apply the "low-latency" patch. (http://people.redhat.com/mingo/lowlatency-patches/)
I have the kernel source in /usr/src/linux and the patch at /usr/src/lowlatency-2.2.16-A0
I've been typing various mutations of
cd /usr/src/linux patch /usr/src/lowlatency-2.2.16-A0 -p0
For REDHAT there are all ready patch sources at: http://www.gardena.net/benno/linux/lowlatency-rpm.html
--PLu
Karl MacMillan wrote:
patch -p 0 < /usr/src/lowlatency-2.2.16-A0
One note - this may or may not work well with kernel sources provided by a distribution. RedHat in particularly doesn't distribute the standard sources but rather just the architecture specific portions + patches. Getting clean sources from ftp.kernel.org may be necessary.
Karl
On Sat, 4 Nov 2000, Michael Lechasseur wrote:
I could use a hand applying a patch to the kernel source. I'm attempting
to apply the "low-latency" patch. (http://people.redhat.com/mingo/lowlatency-patches/)
I have the kernel source in /usr/src/linux and the patch at
/usr/src/lowlatency-2.2.16-A0
I've been typing various mutations of cd /usr/src/linux patch /usr/src/lowlatency-2.2.16-A0 -p0
-- _____________________________________________________ | Karl W. MacMillan | | Computer Music Department | | Peabody Institute of the Johns Hopkins University | | karlmac@peabody.jhu.edu | | www.peabody.jhu.edu/~karlmac |
I was able to patch the kernel once I had the proper instructions, thanks
to Karl. I patched and it compiled fine. What I would like to find is a way to check if there is any benefit to running a low latency patched kernel. Although the topic of latency has come up now and again on the PD list, I'm not sure how much of a benefit it offers to PD users. I'm guessing that it would be useful to people that are doing a lot of disk reads and writes.
-----Original Message----- From: Peter Lunden [mailto:ludde@kkh.se] Sent: Thursday, November 09, 2000 11:38 AM To: Karl MacMillan Cc: Michael Lechasseur; Pd-List Subject: Re: help - applying patches to kernel source
For REDHAT there are all ready patch sources at: http://www.gardena.net/benno/linux/lowlatency-rpm.html
--PLu
Karl MacMillan wrote:
patch -p 0 < /usr/src/lowlatency-2.2.16-A0