Skip to content
Snippets Groups Projects

Check for upstream kernel commits in Debian kernel packages

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Teej Tj
    snippetfile1.txt 245 B
    alias gcname='git log -n 1 --pretty=format:'\''%s'\'''
    
    debver="6.1.0-25-amd64"; awk -v find="$(gcname  a2ba098587f18)" '/^linux/ {version=$0} $0 ~ find {print version, "contains", find }' < <(zcat /usr/share/doc/linux-image-${debver}/changelog)
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment