]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'af_xdp-fixes'
authorAlexei Starovoitov <ast@kernel.org>
Tue, 3 Jul 2018 01:37:12 +0000 (18:37 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 3 Jul 2018 01:37:12 +0000 (18:37 -0700)
commitd951a9970d08206dd7fd4b81efe9fbbcf3b6f91c
treee8ab093eacf899194e27a120f8ede438ca3fece3
parent4d17f5de4cc38d411016f7d53a3d9cf1ad17dcf5
parent805c288db5ac7d24a67d61115cfa09a4cc393f67
Merge branch 'af_xdp-fixes'

Magnus Karlsson says:

====================
This patch set fixes three bugs in the SKB TX path of AF_XDP.
Details in the individual commits.

The structure of the patch set is as follows:

Patch 1: Fix for lost completion message
Patch 2-3: Fix for possible multiple completions of single packet
Patch 4: Fix potential race during error

Changes from v1:

* Added explanation of race in commit message of patch 4.
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>