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]
Date:   Tue, 1 Mar 2022 18:03:14 -0800
From:   Jakub Kicinski <kuba@...nel.org>
To:     Martin KaFai Lau <kafai@...com>
Cc:     <bpf@...r.kernel.org>, <netdev@...r.kernel.org>,
        Alexei Starovoitov <ast@...nel.org>,
        Andrii Nakryiko <andrii@...nel.org>,
        Daniel Borkmann <daniel@...earbox.net>,
        David Miller <davem@...emloft.net>,
        Eric Dumazet <edumazet@...gle.com>, <kernel-team@...com>,
        Willem de Bruijn <willemb@...gle.com>
Subject: Re: [PATCH v5 net-next 06/13] net: ip: Handle delivery_time in ip
 defrag

On Mon, 28 Feb 2022 21:37:09 -0800 Martin KaFai Lau wrote:
> diff --git a/include/net/inet_frag.h b/include/net/inet_frag.h
> index 63540be0fc34..8ad0c1d6d024 100644
> --- a/include/net/inet_frag.h
> +++ b/include/net/inet_frag.h
> @@ -90,6 +90,7 @@ struct inet_frag_queue {
>  	ktime_t			stamp;
>  	int			len;
>  	int			meat;
> +	__u8			mono_delivery_time;
>  	__u8			flags;
>  	u16			max_size;
>  	struct fqdir		*fqdir;

kdoc missing for this one, also we can ignore the __u8 in flags and
stick to non-uAPI types this time

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ