diff options
| author | Jeferson <jroliveira.oliveira301@gmail.com> | 2022-01-17 20:41:28 +0100 |
|---|---|---|
| committer | Jeferson <jroliveira.oliveira301@gmail.com> | 2022-01-17 20:41:28 +0100 |
| commit | 4500a44912050294ffa168cea9707ebe4c7e466f (patch) | |
| tree | 29cec3bd89ed0702e0f84cb0f1a996a01605e937 /lib/test_bpf.c | |
| parent | 1904adc0bb37e30c472eccb7bbe5e724d7cc2595 (diff) | |
| parent | b0ee52316847cf279a1028334117985a5d633c0c (diff) | |
Merge tag 'v4.4.299' of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux into s12.0s12.0
This is the 4.4.299 stable release
Change-Id: I331944da7c34652c67c588856c491a5edcf37adf
Diffstat (limited to 'lib/test_bpf.c')
| -rw-r--r-- | lib/test_bpf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/test_bpf.c b/lib/test_bpf.c index 670c56bbd08e..c74e8744722b 100644 --- a/lib/test_bpf.c +++ b/lib/test_bpf.c @@ -4556,7 +4556,7 @@ static struct bpf_test tests[] = { { }, INTERNAL, { 0x34 }, - { { 1, 0xbef } }, + { { ETH_HLEN, 0xbef } }, .fill_helper = bpf_fill_ld_abs_vlan_push_pop, }, /* |
