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]
Date: Fri, 22 Sep 2023 13:41:26 +0200
From: Przemek Kitszel <przemyslaw.kitszel@...el.com>
To: Eric Dumazet <edumazet@...gle.com>, "David S . Miller"
	<davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni
	<pabeni@...hat.com>
CC: Simon Horman <simon.horman@...igine.com>, <netdev@...r.kernel.org>,
	<eric.dumazet@...il.com>
Subject: Re: [PATCH v2 net-next 0/3] net: use DEV_STATS_xxx() helpers in
 virtio_net and l2tp_eth

On 9/21/23 10:52, Eric Dumazet wrote:
> Inspired by another (minor) KCSAN syzbot report.
> Both virtio_net and l2tp_eth can use DEV_STATS_xxx() helpers.
> 
> v2: removed unused @priv variable (Simon, kernel build bot)
> 
> Eric Dumazet (3):
>    net: add DEV_STATS_READ() helper
>    virtio_net: avoid data-races on dev->stats fields
>    net: l2tp_eth: use generic dev->stats fields
> 
>   drivers/net/macsec.c      |  6 +++---
>   drivers/net/virtio_net.c  | 30 +++++++++++++++---------------
>   include/linux/netdevice.h |  1 +
>   net/l2tp/l2tp_eth.c       | 34 ++++++++++++----------------------
>   4 files changed, 31 insertions(+), 40 deletions(-)
> 

Nice read,
Reviewed-by: Przemek Kitszel <przemyslaw.kitszel@...el.com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ