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] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260127174550.5913464f@kernel.org>
Date: Tue, 27 Jan 2026 17:45:50 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Oliver Hartkopp <socketcan@...tkopp.net>
Cc: netdev@...r.kernel.org, linux-can@...r.kernel.org
Subject: Re: [net-next 1/6] can: use skb hash instead of private variable in
 headroom

On Sun, 25 Jan 2026 21:15:56 +0100 Oliver Hartkopp wrote:
>  struct uniqframe {
>  	const struct sk_buff *skb;
> -	int skbcnt;
> +	__u32 hash;
>  	unsigned int join_rx_count;
>  };

u32, __ types are for uAPI

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ