This script is designed to help you merge or pick linux-stable into your own kernel source repos.
Either clone this repo or run the following command in the root of your kernel folder:
curl -o linux-stable.sh https://raw.githubusercontent.com/android-linux-stable/script/master/linux-stable.sh && chmod +x linux-stable.sh
Once you have it downloaded, run ./linux-stable.sh -h
to learn more about it
If you have any questions or issues, file an issue on this repo!