Skip to content

Instantly share code, notes, and snippets.

@lschuermann
Created December 22, 2022 21:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lschuermann/06e0268e3312b44781f68ec64eb10451 to your computer and use it in GitHub Desktop.
Save lschuermann/06e0268e3312b44781f68ec64eb10451 to your computer and use it in GitHub Desktop.
$ git log --all --oneline --grep="^ksmbd: fix use-after-free bug in smb2_tree_disconect" | awk '{ print $1 }' | xargs -I{} sh -c "echo Commit {} && git tag --contains {}"
Commit 02ed2a9b7874
v5.19.10
v5.19.11
v5.19.12
v5.19.13
v5.19.14
v5.19.15
v5.19.16
v5.19.17
v5.19.2
v5.19.3
v5.19.4
v5.19.5
v5.19.6
v5.19.7
v5.19.8
v5.19.9
Commit 3db2001d3a39
v5.18.18
v5.18.19
Commit a54c509c32ad
v5.15.61
v5.15.62
v5.15.63
v5.15.64
v5.15.65
v5.15.66
v5.15.67
v5.15.68
v5.15.69
v5.15.70
v5.15.71
v5.15.72
v5.15.73
v5.15.74
v5.15.75
v5.15.76
v5.15.77
v5.15.78
v5.15.79
v5.15.80
v5.15.81
v5.15.82
v5.15.83
v5.15.84
v5.15.85
Commit cf6531d98190
v6.0
v6.0-rc1
v6.0-rc2
v6.0-rc3
v6.0-rc4
v6.0-rc5
v6.0-rc6
v6.0-rc7
v6.0.1
v6.0.10
v6.0.11
v6.0.12
v6.0.13
v6.0.14
v6.0.15
v6.0.2
v6.0.3
v6.0.4
v6.0.5
v6.0.6
v6.0.7
v6.0.8
v6.0.9
v6.1
v6.1-rc1
v6.1-rc2
v6.1-rc3
v6.1-rc4
v6.1-rc5
v6.1-rc6
v6.1-rc7
v6.1-rc8
v6.1.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment