You are not logged in.
Hi.
I have been using the bfs kernel patch (it seems quite good if a bit buggy..)
I notice tht if I patch the kernel with the latest patch
i.e
bzcat ../patch-2.6.31.6.bz2 | patch -p1
then the bfs patch fails.
If I use the bfs patch on original 2.6.31 kernel it is fine.
I have also noticed that I can patch the bfs patched kernel with the latest normal kernel patch afterwards, I am wondering if that undoes the bfs patche changes?
I.e:- when using the bfs kernel patch should I just ignore the general kernel patches?
Cheers for any advice given .
Last edited by yossarianuk (2009-11-14 15:20:59)
Offline
Look at the extra version line in the bfs patch .
This snippet is not real , It's how I remember it.
-EXTRAVERSION=
+EXTRAVERSION= .........
In the 1st line , add .6 or whatever value you have in the original file you are patching.
English is not my native language .
Offline
If you're using the ARCH patch, you can apply it to the base kernel then apply the BFS patch after that
Offline