From: Daniel Borkmann Date: Tue, 22 May 2018 08:25:07 +0000 (+0200) Subject: Merge branch 'bpf-af-xdp-cleanups' X-Git-Tag: v4.18-rc1~114^2~148^2~9 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=fd0bfa8d6e046237cb591bd3b51c87c56d4772b2;p=linux.git Merge branch 'bpf-af-xdp-cleanups' 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 --- fd0bfa8d6e046237cb591bd3b51c87c56d4772b2