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: <20250701123328.GO41770@horms.kernel.org>
Date: Tue, 1 Jul 2025 13:33:28 +0100
From: Simon Horman <horms@...nel.org>
To: Aurelien Aptel <aaptel@...dia.com>
Cc: linux-nvme@...ts.infradead.org, netdev@...r.kernel.org,
	sagi@...mberg.me, hch@....de, kbusch@...nel.org, axboe@...com,
	chaitanyak@...dia.com, davem@...emloft.net, kuba@...nel.org,
	Boris Pismenny <borisp@...dia.com>, aurelien.aptel@...il.com,
	smalin@...dia.com, malin1024@...il.com, ogerlitz@...dia.com,
	yorayz@...dia.com, galshalom@...dia.com, mgurtovoy@...dia.com,
	tariqt@...dia.com, gus@...labora.com, edumazet@...gle.com,
	pabeni@...hat.com, dsahern@...nel.org, ast@...nel.org,
	jacob.e.keller@...el.com
Subject: Re: [PATCH v29 01/20] net: Introduce direct data placement tcp
 offload

On Mon, Jun 30, 2025 at 02:07:18PM +0000, Aurelien Aptel wrote:

...

> diff --git a/include/net/sock.h b/include/net/sock.h
> index 0f2443d4ec58..c1b3d6e1e5e5 100644
> --- a/include/net/sock.h
> +++ b/include/net/sock.h
> @@ -507,7 +507,8 @@ struct sock {
>  	u8			sk_gso_disabled : 1,
>  				sk_kern_sock : 1,
>  				sk_no_check_tx : 1,
> -				sk_no_check_rx : 1;
> +				sk_no_check_rx : 1,
> +				sk_no_condense : 1;

nit: sk_no_condense should be added to the kernel doc for struct sock

     Flagged by ./scripts/kernel-doc -none

>  	u8			sk_shutdown;
>  	u16			sk_type;
>  	u16			sk_protocol;

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ