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: 
 <175028162073.259999.11715713097590702178.git-patchwork-notify@kernel.org>
Date: Wed, 18 Jun 2025 21:20:20 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Simon Horman <horms@...nel.org>
Cc: krzk@...nel.org, davem@...emloft.net, edumazet@...gle.com,
 kuba@...nel.org, pabeni@...hat.com, netdev@...r.kernel.org
Subject: Re: [PATCH net-next] nfc: Remove checks for nla_data returning NULL

Hello:

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

On Tue, 17 Jun 2025 09:45:39 +0100 you wrote:
> The implementation of nla_data is as follows:
> 
> static inline void *nla_data(const struct nlattr *nla)
> {
> 	return (char *) nla + NLA_HDRLEN;
> }
> 
> [...]

Here is the summary with links:
  - [net-next] nfc: Remove checks for nla_data returning NULL
    https://git.kernel.org/netdev/net-next/c/a9874d961e8c

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