Hi, I understood statement that Thosmas explained about invalid access of 2.6.29-rt1 soruces. In general, We remeber rc directory (./v2.6/testing/ and release directory (./v2.6/) certainly. Release Version is located in http://www.kernel.org/pub/linux/kernel/v2.6/ site. RC Version is located in http://www.kernel.org/pub/linux/kernel/v2.6/testing/ site. I summarized quick howto per notice of "2.6.* rt patch" file. fc9#> wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.29.tar.bz2 (If linux version is RC[release candidate] version, use "wget http://www.kernel.org/pub/linux/kernel/v2.6/testing/***" command.) fc9#> wget http://www.kernel.org/pub/linux/kernel/projects/rt/patch-2.6.29-rt1.bz2 fc9#> tar xjf ./linux-2.6.29.tar.bz2 fc9#> tar xvjf ./patch-2.6.29-rt1-broken-out.tar.bz2 fc9#> cd ./linux-2.6.29 fc9#> for i in `cat ../patches/series | grep patch | grep -v "#" `;do echo "+++ patching $i"; patch -p1 < ../patches/$i;done fc9#> cp ./arch/x86/configs/i386_defconfig ./.config fc9#> make menuconfig ..... Below Omission ..... Regards, GeunSik Lim 2009/3/26 Thomas Gleixner <tglx@xxxxxxxxxxxxx>: > On Thu, 26 Mar 2009, Jaswinder Singh Rajput wrote: > >> On Wed, 2009-03-25 at 21:59 +0100, Thomas Gleixner wrote: >> > We are pleased to announce the next update to our new preempt-rt >> > series. >> > >> > - port forward to 2.6.29 final >> > >> > Download locations: >> > >> > http://rt.et.redhat.com/download/ >> > http://www.kernel.org/pub/linux/kernel/projects/rt/ >> > >> > Information on the RT patch can be found at: >> > >> > http://rt.wiki.kernel.org/index.php/Main_Page >> > >> > to build the 2.6.29-rt1 tree, the following patches should be >> > applied: >> > >> > http://www.kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.29.tar.bz2 >> >> Is this valid ? > > If we remove the testing/ it should work better :) > > tglx > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ > -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html