]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Merge branch 'bpf-af-xdp-cleanups'
authorDaniel Borkmann <daniel@iogearbox.net>
Tue, 22 May 2018 08:25:07 +0000 (10:25 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Tue, 22 May 2018 08:25:08 +0000 (10:25 +0200)
Björn Töpel says:

====================
This the second follow-up set. The first four patches are uapi
changes:

* Removing rebind support
* Getting rid of structure hole
* Removing explicit cache line alignment
* Stricter bind checks

The last patches do some cleanups, where the umem and refcount_t
changes were suggested by Daniel.

* Add a missing write-barrier and use READ_ONCE for data-dependencies
* Clean up umem and do proper locking
* Convert atomic_t to refcount_t
====================

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>

Trivial merge