Skip to content
Snippets Groups Projects
Commit 8565d26b authored by David S. Miller's avatar David S. Miller
Browse files

The BPF verifier conflict was some minor contextual issue.

The TUN conflict was less trivial.  Cong Wang fixed a memory leak of
tfile->tx_array in 'net'.  This is an skb_array.  But meanwhile in
net-next tun changed tfile->tx_arry into tfile->tx_ring which is a
ptr_ring.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 85831e56 ec835f81
No related branches found
No related tags found
No related merge requests found
Showing
with 250 additions and 179 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment