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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <b19ba244-64cc-4c12-67f6-3bbb2e4b009f@linux.dev>
Date: Thu, 3 Aug 2023 16:07:30 -0700
From: Martin KaFai Lau <martin.lau@...ux.dev>
To: Jakub Kicinski <kuba@...nel.org>
Cc: davem@...emloft.net, netdev@...r.kernel.org, edumazet@...gle.com,
 pabeni@...hat.com, kernel test robot <lkp@...el.com>, madalin.bucur@....com,
 martin.lau@...nel.org
Subject: Re: [PATCH net-next] eth: dpaa: add missing net/xdp.h include

On 8/3/23 4:00 PM, Jakub Kicinski wrote:
> Add missing include for DPAA (fix aarch64 build).
> 
> Reported-by: kernel test robot <lkp@...el.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202308040620.ty8oYNOP-lkp@intel.com/
> Fixes: 680ee0456a57 ("net: invert the netdevice.h vs xdp.h dependency")
> Signed-off-by: Jakub Kicinski <kuba@...nel.org>
> ---
> CC: madalin.bucur@....com
> CC: martin.lau@...nel.org
> ---
>   drivers/net/ethernet/freescale/dpaa/dpaa_eth.h | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/net/ethernet/freescale/dpaa/dpaa_eth.h b/drivers/net/ethernet/freescale/dpaa/dpaa_eth.h
> index 35b8cea7f886..ac3c8ed57bbe 100644
> --- a/drivers/net/ethernet/freescale/dpaa/dpaa_eth.h
> +++ b/drivers/net/ethernet/freescale/dpaa/dpaa_eth.h
> @@ -8,6 +8,7 @@
>   
>   #include <linux/netdevice.h>
>   #include <linux/refcount.h>
> +#include <net/xdp.h>

Reviewed-by: Martin KaFai Lau <martin.lau@...nel.org>



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ