Skip to content

this tool can make you generate linux kernel patch quickly! improve your work efficiency!

Notifications You must be signed in to change notification settings

SeenHit/linuxGeneratePatchTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LinuxKernelScript

linux kernel generate patch and send patch script

Usage

1. how to use GeneratePatch.py?
First, write down commit msg.
commitmsg.info

Use min instead of doing it manually		-> don't write prefix

Use min() to simplify code, there is no functional change.

Fixes: drivers/iio/poteionmeter/ad5272:73	 -> write down what file and line you have changed
Signed-off-by: William Dean <[email protected]>

Second, modify code and don't execute 'git add' command
Third, run scrpit as follows:

python2 GeneratePatch.py -b         // generate bugfix patch
python2 GeneratePatch.py            // generate cleanup patch

2, how to use SendPathToCommunity.py?
just run:

python2 SendPathToCommunity.py <your_patch_file_name>

Some Advice

You need to run script at linux source code folder, and this will work well :)
and if you have any problem, you can add a issue or feel free to contact me.

About

this tool can make you generate linux kernel patch quickly! improve your work efficiency!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages