]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: dsa: tag_qca: Make sure there is headroom for tag
authorPer Forlin <per.forlin@axis.com>
Thu, 13 Feb 2020 14:37:09 +0000 (15:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Feb 2020 07:36:22 +0000 (08:36 +0100)
commitd9bc012b4a47d981012ebfa28e64342f5b6b3edb
tree15ca7dee05dcd0bb9628b611c36dc7374dc88824
parent42dd56266b9f7e0442cb14a18f5c8febe6c525a8
net: dsa: tag_qca: Make sure there is headroom for tag

[ Upstream commit 04fb91243a853dbde216d829c79d9632e52aa8d9 ]

Passing tag size to skb_cow_head will make sure
there is enough headroom for the tag data.
This change does not introduce any overhead in case there
is already available headroom for tag.

Signed-off-by: Per Forlin <perfn@axis.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/dsa/tag_qca.c