I started the patch process on my 2.6.22.1 kernel and got the following:
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file Makefile.rej
This is the content of Makefile.rej
***************
*** 1,8 ****
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 22
- EXTRAVERSION =
- NAME = Holy Dancing Manatees, Batman!
# *DOCUMENTATION*
# To see a list of typical targets execute "make help"
--- 1,9 ----
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 22
+ EXTRAVERSION = -ck1
+ NAME = So long, and thanks for all the fish
+ JANAME = ã�•よã�†ã�ªã‚‰ã€�ã�„ã�¾ã�¾ã�§éšã‚’ã�‚りã�Œã�¨ã�†
# *DOCUMENTATION*
# To see a list of typical targets execute "make help"
Is this their way of saying "goodbye"?
I went ahead and re-built the kernel.
BTW: the patch seems to have worked well but I'm unsure of how to determine this for sure. Subjectively it seems to be "improved" and the "built in" suspend to RAM seems to work.
EDIT: And finally, I tried to patch the kernel with the TuxOnIce (suspend2) but there were some "failed hunks" that would require editing one of the kernel sources. After looking that over it seemed to be more complicated than my abilities at the moment. I then tried applying the TOI patch to a "vanilla" 2.6.22.1 kernel which worked well but several hunks failed when applying the CK2 patch. Thus the choice for me is: do I want suspend to disk ability without the enhancement of the CK2 patch or the performance boost?