Comment 10 for bug 1860320

Revision history for this message
Taihsiang Ho (tai271828) wrote :

Current upstream status has this fix commit

    $ git log upstream/master --abbrev-commit --pretty=oneline --grep "net: hns3: pad the short frame before sending to the hardware"
    36c67349a1a1 net: hns3: pad the short frame before sending to the hardware

    $ git tag --list --contains 36c67349a1a1
    v5.5
    v5.5-rc7
    v5.5.1
    v5.5.2
    v5.5.3
    v5.5.4
    v5.5.5
    v5.5.6
    v5.5.7
    v5.6-rc1
    v5.6-rc2
    v5.6-rc3
    v5.6-rc4

    $ git remote -v
    upstream git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git (fetch)
    upstream git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git (push)