Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts: net/ipv4/ip_gre.c Minor conflicts between tunnel bug fixes in net and ipv6 tunnel cleanups in net-next. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@ -18,7 +18,6 @@ int bpf_prog1(struct pt_regs *ctx)
|
||||
u64 cookie;
|
||||
} data;
|
||||
|
||||
memset(&data, 0, sizeof(data));
|
||||
data.pid = bpf_get_current_pid_tgid();
|
||||
data.cookie = 0x12345678;
|
||||
|
||||
|
Reference in New Issue
Block a user