=== 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 }}} Where, SHAID is the commit ID of the patch you want to apply.