Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts: drivers/net/ethernet/altera/altera_sgdma.c net/netlink/af_netlink.c net/sched/cls_api.c net/sched/sch_api.c The netlink conflict dealt with moving to netlink_capable() and netlink_ns_capable() in the 'net' tree vs. supporting 'tc' operations in non-init namespaces. These were simple transformations from netlink_capable to netlink_ns_capable. The Altera driver conflict was simply code removal overlapping some void pointer cast cleanups in net-next. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -820,7 +820,7 @@ do_div:
|
||||
r->A &= r->X;
|
||||
break;
|
||||
case BPF_ALU_AND | BPF_K:
|
||||
r->A &= r->X;
|
||||
r->A &= K;
|
||||
break;
|
||||
case BPF_ALU_OR | BPF_X:
|
||||
r->A |= r->X;
|
||||
|
||||
Reference in New Issue
Block a user