Merge branch 'bpf-unlocking-fix'
authorDavid S. Miller <davem@davemloft.net>
Tue, 21 Feb 2017 18:30:15 +0000 (13:30 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Feb 2017 18:30:15 +0000 (13:30 -0500)
commitd54fef315399e0b16f8ae2b41167f34f8df12e88
tree954aa0e71dbb2fc5fad9d6a77ca6477a873ffbe6
parent559c59b238ebb7d39b732b6b08a59693b972e75c
parent9d876e79df6a2f364b9f2737eacd72ceb27da53a
Merge branch 'bpf-unlocking-fix'

Daniel Borkmann says:

====================
BPF fix with regards to unlocking

This set fixes the issue Eric was reporting recently [1].
First patch is a prerequisite discussed with Laura that is
needed for the later fix in the second one. I've tested this
extensively and it does not reproduce anymore on my side
after the fix. Thanks & sorry about that!

  [1] https://www.spinics.net/lists/netdev/msg421877.html
====================

Signed-off-by: David S. Miller <davem@davemloft.net>