Apply patches using git cherry-pick
To apply individual patches from an upstream kernel tree to your current Ubuntu kernel tree use the following command:
git cherry-pick -s -e -x <SHAID>
Where, SHAID is the commit ID of the patch you want to apply.
To apply individual patches from an upstream kernel tree to your current Ubuntu kernel tree use the following command:
git cherry-pick -s -e -x <SHAID>
Where, SHAID is the commit ID of the patch you want to apply.
Kernel/Action/ApplyCherryPickPatches (last edited 2010-07-07 19:55:05 by cpe-70-114-236-114)