Skip to content

This are all linux patches you can get on 3.18.y, 3.10.y and 3.4.y kernel

License

Notifications You must be signed in to change notification settings

Tkkg1994/Linux-Patches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this for?

This are all linux patches you can get on 3.18.y, 3.10.y and 3.4.y kernel.

I realised that it is kind of very boring to download all small patches on the www.kernel.org website. So I will upload here all new Linux versions, that you can download them just from here!

For example you got a 3.4.0 kernel and want to update it to latest linux mainstream, you have to download 108 files (at the moment). Here on this github page, you can just download them all with one click :)

HOW TO patch my source:

Open your terminal, navigate to your source and copy the patchfiles into this direction. Then type: patch -p1 <(filename) --ignore-whitespace

And what to do if I got .rej files?

This files are coming to the repo if a patch did not apply successfully. In this file you can see what should be changed and you have to manually fix it. The original file is always stored in the .orig file. So you always see what changed between the updates. I recommand you to commit all changes, after every linux patch, like following: Type in terminal: git commit -a "Linux 3.4.2 patch"

About

This are all linux patches you can get on 3.18.y, 3.10.y and 3.4.y kernel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages