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: <6ch2zw5qv6ntgxgufebbmu3ixs4xg5duh7aoth3ept5ybgtsm7@55zj6mtd7izz>
Date: Wed, 27 Aug 2025 14:34:01 +0000
From: Dragos Tatulea <dtatulea@...dia.com>
To: Jakub Kicinski <kuba@...nel.org>
Cc: almasrymina@...gle.com, asml.silence@...il.com, 
	"David S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, 
	Paolo Abeni <pabeni@...hat.com>, Simon Horman <horms@...nel.org>, cratiu@...dia.com, 
	parav@...dia.com, netdev@...r.kernel.org, sdf@...a.com, 
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next v5 6/7] net: devmem: pre-read requested rx
 queues during bind

On Tue, Aug 26, 2025 at 05:33:21PM -0700, Jakub Kicinski wrote:
> On Mon, 25 Aug 2025 09:36:38 +0300 Dragos Tatulea wrote:
> > +		rxq_idx = nla_get_u32(tb[NETDEV_A_QUEUE_ID]);
> > +		if (rxq_idx >= rxq_bitmap_len)
> > +			return -EINVAL;
> 
> Sorry, missed this in v4, could you add NL_SET_BAD_ATTR() here?
Yes. Will send a v6 soon.

Thanks,
Dragos

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ