]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'xdp-vlan'
authorAlexei Starovoitov <ast@kernel.org>
Wed, 10 Oct 2018 04:59:09 +0000 (21:59 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 10 Oct 2018 04:59:10 +0000 (21:59 -0700)
commit02bf5a978004babcc72c23e3a32077fb70e97b85
treecbdbc3c7bfabbbda8a93384f818f4e435c5fac71
parent50353834d4a75343379c754f96da09d94a06240e
parent6a3991608972323ec4de77047d5e08c41554507c
Merge branch 'xdp-vlan'

Jesper Dangaard Brouer says:

====================
While implementing PoC building blocks for eBPF code XDP+TC that can
manipulate VLANs headers, I discovered a bug in generic-XDP.

The fix should be backported to stable kernels.  Even-though
generic-XDP was introduced in v4.12, I think the bug is not exposed
until v4.14 in the mentined fixes commit.
====================

Acked-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>