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: <20250930125451.GM2695987@ziepe.ca>
Date: Tue, 30 Sep 2025 09:54:51 -0300
From: Jason Gunthorpe <jgg@...pe.ca>
To: Dan Carpenter <dan.carpenter@...aro.org>
Cc: Guixin Liu <kanie@...ux.alibaba.com>, Joerg Roedel <joro@...tes.org>,
	Will Deacon <will@...nel.org>, Robin Murphy <robin.murphy@....com>,
	Lu Baolu <baolu.lu@...ux.intel.com>, iommu@...ts.linux.dev,
	linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org
Subject: Re: [PATCH next] iommufd: Fix error code in
 iommu_device_register_bus()

On Tue, Sep 30, 2025 at 03:25:52PM +0300, Dan Carpenter wrote:
>  	iommu->fwnode = fwnode_create_software_node(NULL, NULL);
>  	if (IS_ERR(iommu->fwnode)) {
>  		bus_unregister_notifier(bus, nb);
> -		return err;
> +		return PTR_ERR(iommu->fwnode);
>  	}

Thanks Dan I fixed the commit

Jason

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ