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] [day] [month] [year] [list]
Message-ID:
 <PAXPR04MB8510E161D4AE292A961B42CF887DA@PAXPR04MB8510.eurprd04.prod.outlook.com>
Date: Thu, 19 Jun 2025 01:39:48 +0000
From: Wei Fang <wei.fang@....com>
To: Marc Kleine-Budde <mkl@...gutronix.de>
CC: "imx@...ts.linux.dev" <imx@...ts.linux.dev>, "netdev@...r.kernel.org"
	<netdev@...r.kernel.org>, "linux-kernel@...r.kernel.org"
	<linux-kernel@...r.kernel.org>, "kernel@...gutronix.de"
	<kernel@...gutronix.de>, "bpf@...r.kernel.org" <bpf@...r.kernel.org>, Shenwei
 Wang <shenwei.wang@....com>, Clark Wang <xiaoning.wang@....com>, "David S.
 Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Jakub
 Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>, Richard Cochran
	<richardcochran@...il.com>, Andrew Lunn <andrew+netdev@...n.ch>, Alexander
 Lobakin <aleksander.lobakin@...el.com>
Subject: RE: [PATCH net-next v4 03/11] net: fec: switch from asm/cacheflush.h
 to linux/cacheflush.h

> To fix the checkpatch warning, use linux/cacheflush.h instead of
> asm/cacheflush.h.
> 
> Signed-off-by: Marc Kleine-Budde <mkl@...gutronix.de>
> ---
>  drivers/net/ethernet/freescale/fec_main.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/drivers/net/ethernet/freescale/fec_main.c
> b/drivers/net/ethernet/freescale/fec_main.c
> index 17e9bddb9ddd..dbfc191bcde1 100644
> --- a/drivers/net/ethernet/freescale/fec_main.c
> +++ b/drivers/net/ethernet/freescale/fec_main.c
> @@ -49,6 +49,7 @@
>  #include <linux/bitops.h>
>  #include <linux/io.h>
>  #include <linux/irq.h>
> +#include <linux/cacheflush.h>
>  #include <linux/clk.h>
>  #include <linux/crc32.h>
>  #include <linux/platform_device.h>
> @@ -71,8 +72,6 @@
>  #include <linux/bpf.h>
>  #include <linux/bpf_trace.h>
> 
> -#include <asm/cacheflush.h>
> -
>  #include "fec.h"
> 
>  static void set_multicast_list(struct net_device *ndev);
> 

Reviewed-by: Wei Fang <wei.fang@....com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ