DennisWithDai / linux-kernel

0 stars 0 forks source link

how to upgarde linux kernel to the newest version #1

Closed DennisWithDai closed 7 years ago

DennisWithDai commented 7 years ago

We should upgarde the open source linux kernel to the newest version to fix some bugs that have found. Please summary the step if we never touch any open source files

DennisWithDai commented 7 years ago

Please follow below steps to upgard linux kernel via git rebase command,thanks. step 1: git remote add stable https://www.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git OR git remote add stable /zhsa022/usrhome/dennis.dai/local_git/linux-stable step 2: git fetch stable step 3: git checkout master step 4: git rebase remotes/stable/linux-4.4.y OR git rebase remotes/stable/linux-3.12.y step 5: slove conflict if have step 6: git add conflict files if have step 7: git rebase --continue step 8: git pull if need step 9: slove conflict if have step10: git push origin master