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: 
 <175149241313.872486.2789502153734310329.git-patchwork-notify@kernel.org>
Date: Wed, 02 Jul 2025 21:40:13 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Eric Dumazet <edumazet@...gle.com>
Cc: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com, horms@...nel.org,
 willemb@...gle.com, netdev@...r.kernel.org, eric.dumazet@...il.com
Subject: Re: [PATCH v2 net-next 0/4] net: introduce net_aligned_data

Hello:

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

On Mon, 30 Jun 2025 09:35:36 +0000 you wrote:
> ____cacheline_aligned_in_smp on small fields like
> tcp_memory_allocated and udp_memory_allocated is not good enough.
> 
> It makes sure to put these fields at the start of a cache line,
> but does not prevent the linker from using the cache line for other
> fields, with potential performance impact.
> 
> [...]

Here is the summary with links:
  - [v2,net-next,1/4] net: add struct net_aligned_data
    https://git.kernel.org/netdev/net-next/c/3715b5df09b9
  - [v2,net-next,2/4] net: move net_cookie into net_aligned_data
    https://git.kernel.org/netdev/net-next/c/998642e999d2
  - [v2,net-next,3/4] tcp: move tcp_memory_allocated into net_aligned_data
    https://git.kernel.org/netdev/net-next/c/83081337419c
  - [v2,net-next,4/4] udp: move udp_memory_allocated into net_aligned_data
    https://git.kernel.org/netdev/net-next/c/e3d4825124bc

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