]> git.baikalelectronics.ru Git - kernel.git/commit
net/sched: fix incorrect vlan_push_eth dest field
authorLouis Peens <louis.peens@corigine.com>
Wed, 23 Mar 2022 09:25:06 +0000 (11:25 +0200)
committerJakub Kicinski <kuba@kernel.org>
Wed, 23 Mar 2022 17:32:48 +0000 (10:32 -0700)
commit0d80add8e280cb3a10d144f35b6d58c19268b66c
tree1d12b5b94b59764454b678051f99d7631ed0dfbd
parentd8d6b1a6de22fee1013cc73d51197af110e2cc56
net/sched: fix incorrect vlan_push_eth dest field

Seems like a potential copy-paste bug slipped in here,
the second memcpy should of course be populating src
and not dest.

Fixes: 0220ca22215a ("net/sched: add vlan push_eth and pop_eth action to the hardware IR")
Signed-off-by: Louis Peens <louis.peens@corigine.com>
Link: https://lore.kernel.org/r/20220323092506.21639-1-louis.peens@corigine.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/tc_act/tc_vlan.h