User Tools

Site Tools


civilinfrastructureplatform:cipkernelmaintenance

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
civilinfrastructureplatform:cipkernelmaintenance [2017/12/13 18:06]
bwhct [Find the patches] Fix link to netdev list info
civilinfrastructureplatform:cipkernelmaintenance [2017/12/13 18:23]
bwhct [Read the commit message] Improve formatting of the command lines
Line 105: Line 105:
    * If the author is Linus, be aware that he often makes security fixes without describing the security implications.    * If the author is Linus, be aware that he often makes security fixes without describing the security implications.
  
-Look for a //Fixes:// tag in the commit message, identifying which commit introduced (or only partly fixed) the bug that's being fixed:+Look for a ''​Fixes:'' ​tag in the commit message, identifying which commit introduced (or only partly fixed) the bug that's being fixed:
    * If it's not present, look to see if the free-form text identifies which commit introduced it.    * If it's not present, look to see if the free-form text identifies which commit introduced it.
    * Is that commit actually present in the stable branch? Don't forget that it might have been backported as part of another stable update. ​ If not, this probably doesn'​t belong in the stable branch.    * Is that commit actually present in the stable branch? Don't forget that it might have been backported as part of another stable update. ​ If not, this probably doesn'​t belong in the stable branch.
-   * Find the first release containing a commit: ​<​code>​ git describe --contains --match '​v*'​ *hash* </​code>​ +   * Find the first release containing a commit:
-   * Check whether a stable branch contains a backported commit: <​code>​ git log --pretty=oneline --grep=`*hash* ​ `v`*version*`..stable/​linux-`*version*`.y </​code>​+
  
-The //git-check-in-stable// script from [[https://​anonscm.debian.org/​cgit/​kernel/​kernel-team.git/​|kernel-team.git]] provides a shortcut (and slightly nicer output format) for the second command.+> ''​%%git describe --contains --match '​v*'​ %%**//hash//​**''​ 
 + 
 +   * Check whether a stable branch contains a backported commit: 
 + 
 +> ''​%%git log --pretty=oneline ​--grep=%%**//​hash//​**%% v%%**//​version//​**..stable/linux-**//​version//​**.y''​ 
 + 
 +The ''​git-check-in-stable'' ​script from [[https://​anonscm.debian.org/​cgit/​kernel/​kernel-team.git/​|Debian kernel/kernel-team.git]] provides a shortcut (and slightly nicer output format) for the second command.
  
 ==== Read the code ==== ==== Read the code ====
civilinfrastructureplatform/cipkernelmaintenance.txt · Last modified: 2023/09/28 06:49 by jki-siemens