This time I put the 2.6.11-mm4.bz2 patch in /usr/src.
Then I did cd /linux (which points to the full linux-2.6.11.6 source).
Then I issued the command:
CODE
bzcat ../2.6.11-mm4.bz2 | patch -p1
The patching process began - but it was clear to see that at least 10 of the patches failed to take. I had messages that 1 out of two hunks, or one out of 10 hunks, or whatever failed and that it was saving the rejects to a file throughout the output of the patching process. It also complained that some patches were already present and asked me what I would like to do about them? Having no clue what to answer I simply went with the default option and said no (or n) to all the questions.
My question is then, what am I doing wrong and why wont these patches take cleanly - and when it asks me about previously applied patches, what should I say and why?
I wouldn't normally worry about the mm patches - but I need them for reiserfs 4 support in my kernel.
Any input anyone can offer on this would be very much appreciated.
Best regards,
GJ