tvogel / vaio-f11-linux

Automatically exported from code.google.com/p/vaio-f11-linux
7 stars 2 forks source link

Hunks FAILED upon Kernel Patch (2.6.39) #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Grab the 2011-05-19 2.6.39 from kernel.org
2. Attempt to patch the kernel (cat vaio.patch | patch -p1 --dry-run )
3. Notice the Hunk Errors, fixed one of them with: 
    cat vaio-test13-2.6.39.patch | patch -p1 -F3 --ignore-whitespace --dry-run

What is the expected output? What do you see instead?
Expected output is no hunks FAILED errors, instead I see the 2 hunks FAILED 
error.

What version of the product are you using? On what operating system?
Latest, test13-2.9.39 on Arch Linux using 2.6.39 kernel from May 19th 2011

Please provide any additional information below.
I have made a new patch file for the 2.9.39 kernel, please review it and if it 
fits update the source here, as it should resolve the issues. I am new at 
making the patches, so hopefully it was done right, if not let me know and I 
will redo it. 

Original issue reported on code.google.com by prem...@gmail.com on 26 May 2011 at 7:07

Attachments:

GoogleCodeExporter commented 9 years ago
Typo on the last section, 2.9.39 should be 2.6.39, my apologizes for any 
confusion. 

Original comment by prem...@gmail.com on 26 May 2011 at 7:10