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: <20250826173321.4ad50edc@kernel.org>
Date: Tue, 26 Aug 2025 17:33:21 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Dragos Tatulea <dtatulea@...dia.com>
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 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?

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ