From: David S. Miller Date: Wed, 9 Sep 2020 18:04:39 +0000 (-0700) Subject: Merge branch 'net-skb_put_padto-fixes' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ddaa27803847f8c14a9aa8ebee4fff5f1a1c379;p=people%2Fms%2Flinux.git Merge branch 'net-skb_put_padto-fixes' Eric Dumazet says: ==================== net: skb_put_padto() fixes sysbot reported a bug in qrtr leading to use-after-free. First patch fixes the issue. Second patch addes __must_check attribute to avoid similar issues in the future. ==================== Signed-off-by: David S. Miller --- 0ddaa27803847f8c14a9aa8ebee4fff5f1a1c379