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: 
 <176170200650.2457978.16336444534158307365.git-patchwork-notify@kernel.org>
Date: Wed, 29 Oct 2025 01:40:06 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Petr Oros <poros@...hat.com>
Cc: vadim.fedorenko@...ux.dev, arkadiusz.kubalewski@...el.com,
 jiri@...nulli.us, netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
 ivecera@...hat.com, mschmidt@...hat.com
Subject: Re: [PATCH net] dpll: fix device-id-get and pin-id-get to return
 errors
 properly

Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@...nel.org>:

On Fri, 24 Oct 2025 21:07:33 +0200 you wrote:
> The device-id-get and pin-id-get handlers were ignoring errors from
> the find functions and sending empty replies instead of returning
> error codes to userspace.
> 
> When dpll_device_find_from_nlattr() or dpll_pin_find_from_nlattr()
> returned an error (e.g., -EINVAL for "multiple matches" or -ENODEV
> for "not found"), the handlers checked `if (!IS_ERR(ptr))` and
> skipped adding the device/pin handle to the message, but then still
> sent the empty message as a successful reply.
> 
> [...]

Here is the summary with links:
  - [net] dpll: fix device-id-get and pin-id-get to return errors properly
    https://git.kernel.org/netdev/net/c/36fedc44e37e

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ