Take the 2-minute tour ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems. It's 100% free, no registration required.

I'm trying to understand how the patching of the kernel source works. I found the patch that I would like to try an apply on the following page. I found no .patch files that I can use to apply the patch.

I would like to apply the patch on the kernel 3.10 source.

My current setup includes:

Can someone please direct me to the next steps + the concepts behind the steps?

share|improve this question
    
It seems the repository you've linked is a full git copy of Linux. –  enedil Feb 14 '14 at 14:31
    
@enedil I saw that, yes. I thought that the patching through git would go through merging with that repository. But the repository is kernel 3.13 so the idea doesn't seem sensible any more. –  Alan Feb 15 '14 at 10:00

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.