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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAE2F3rBg+m_iVpJN+raoto2YV-0g1WFC-JNtuZV=OjarHgL3RQ@mail.gmail.com>
Date: Tue, 26 Aug 2025 09:39:26 -0700
From: Daniel Mentz <danielmentz@...gle.com>
To: Xichao Zhao <zhao.xichao@...o.com>
Cc: will@...nel.org, joro@...tes.org, robin.murphy@....com, 
	iommu@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] iommu/arm-smmu: Remove dev_err_probe() if error is -ENOMEM

On Thu, Aug 21, 2025 at 2:48 AM Xichao Zhao <zhao.xichao@...o.com> wrote:
>
> The dev_err_probe() doesn't do anything when error is '-ENOMEM'.
> Therefore, remove the useless call to dev_err_probe(), and just
> return the value instead.

You could mention the following commit which I believe changed the
-ENOMEM behavior.

2f3cfd2f4b7c ("driver core: Make dev_err_probe() silent for -ENOMEM")

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ