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: 
 <172867562948.2977918.6854581716055058273.git-patchwork-notify@kernel.org>
Date: Fri, 11 Oct 2024 19:40:29 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Namhyung Kim <namhyung@...nel.org>
Cc: andrii@...nel.org, eddyz87@...il.com, linux-kernel@...r.kernel.org,
 bpf@...r.kernel.org
Subject: Re: [PATCH] libbpf: Fix possible compiler warnings in hashmap

Hello:

This patch was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko <andrii@...nel.org>:

On Fri, 11 Oct 2024 10:00:21 -0700 you wrote:
> The hashmap__for_each_entry[_safe] is accessing 'map' as a pointer.
> But it does without parentheses so passing a static hash map with an
> ampersand (like '&slab_hash') will cause compiler warnings due
> to unmatched types as '->' operator has a higher precedence.
> 
> Signed-off-by: Namhyung Kim <namhyung@...nel.org>
> 
> [...]

Here is the summary with links:
  - libbpf: Fix possible compiler warnings in hashmap
    https://git.kernel.org/bpf/bpf-next/c/989a29cfed9b

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