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: <20250625164200.45fb717d@kernel.org>
Date: Wed, 25 Jun 2025 16:42:00 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Leon Romanovsky <leon@...nel.org>
Cc: Jason Gunthorpe <jgg@...dia.com>, Patrisious Haddad
 <phaddad@...dia.com>, Andrew Lunn <andrew+netdev@...n.ch>, Eric Dumazet
 <edumazet@...gle.com>, linux-rdma@...r.kernel.org, Mark Bloch
 <mbloch@...dia.com>, netdev@...r.kernel.org, Paolo Abeni
 <pabeni@...hat.com>, Saeed Mahameed <saeedm@...dia.com>, Tariq Toukan
 <tariqt@...dia.com>
Subject: Re: [PATCH mlx5-next 1/2] net/mlx5: fs, add multiple prios to RDMA
 TRANSPORT steering domain

On Tue, 17 Jun 2025 11:19:15 +0300 Leon Romanovsky wrote:
> +	for (i = 0; i < MLX5_RDMA_TRANSPORT_BYPASS_PRIO; i++) {
> +		prio = fs_create_prio(&root_ns->ns, i, 1);
> +		if (IS_ERR(prio))
> +			return PTR_ERR(prio);
> +	}
> +	set_prio_attrs(root_ns);

Looking at the PR now -- y'all sure this doesn't need any extra cleanup
if creation of non-first prio fails?

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ