lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 5 Oct 2020 11:05:25 +0200 From: Björn Töpel <bjorn.topel@...il.com> To: netdev@...r.kernel.org, bpf@...r.kernel.org, ast@...nel.org, daniel@...earbox.net Cc: Björn Töpel <bjorn.topel@...el.com>, magnus.karlsson@...el.com, jonathan.lemon@...il.com, hch@...radead.org Subject: [PATCH bpf-next] xsk: remove internal DMA headers From: Björn Töpel <bjorn.topel@...el.com> Christoph Hellwig correctly pointed out [1] that the AF_XDP core was pointlessly including internal headers. Let us remove those includes. [1] https://lore.kernel.org/bpf/20201005084341.GA3224@infradead.org/ Reported-by: Christoph Hellwig <hch@...radead.org> Fixes: 1c1efc2af158 ("xsk: Create and free buffer pool independently from umem") Signed-off-by: Björn Töpel <bjorn.topel@...el.com> --- net/xdp/xsk_buff_pool.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/net/xdp/xsk_buff_pool.c b/net/xdp/xsk_buff_pool.c index e63fadd000db..64c9e55d4d4e 100644 --- a/net/xdp/xsk_buff_pool.c +++ b/net/xdp/xsk_buff_pool.c @@ -3,9 +3,6 @@ #include <net/xsk_buff_pool.h> #include <net/xdp_sock.h> #include <net/xdp_sock_drv.h> -#include <linux/dma-direct.h> -#include <linux/dma-noncoherent.h> -#include <linux/swiotlb.h> #include "xsk_queue.h" #include "xdp_umem.h" base-commit: 1028ae4069991e26d1522e957939fb61d2da1d12 -- 2.25.1
Powered by blists - more mailing lists