The process is to find the relevant commits in tbs git and figure out what files need to be added and patched.
I used "git diff" command to generate the patch files, e.g. "git diff oldfile newfile > patchfile". Then I joined all the patches into 1 file.
The patch needs to be copied to projects/Generic/patches/linux or packages/linux/patches/default