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:   Mon, 6 Feb 2023 18:51:42 +0100
From:   Lorenzo Bianconi <lorenzo.bianconi@...hat.com>
To:     Lorenzo Bianconi <lorenzo@...nel.org>
Cc:     bpf@...r.kernel.org, netdev@...r.kernel.org, ast@...nel.org,
        daniel@...earbox.net, andrii@...nel.org, davem@...emloft.net,
        kuba@...nel.org, pabeni@...hat.com, edumazet@...gle.com,
        sfr@...b.auug.org.au
Subject: Re: [PATCH bpf-next] net: add missing xdp_features description

> Add missing xdp_features field description in the struct net_device
> documentation. This patch fix the following warning:

Hi all,

Please drop this version, I will post a v2 to fix indentation.

Regards,
Lorenzo

> 
> ./include/linux/netdevice.h:2375: warning: Function parameter or member 'xdp_features' not described in 'net_device'
> 
> Fixes: d3d854fd6a1d ("netdev-genl: create a simple family for netdev stuff")
> Signed-off-by: Lorenzo Bianconi <lorenzo@...nel.org>
> ---
>  include/linux/netdevice.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
> index 0f7967591288..645787259172 100644
> --- a/include/linux/netdevice.h
> +++ b/include/linux/netdevice.h
> @@ -1819,6 +1819,7 @@ enum netdev_ml_priv_type {
>   *			of Layer 2 headers.
>   *
>   *	@flags:		Interface flags (a la BSD)
> +*	@xdp_features:	XDP capability supported by the device
>   *	@priv_flags:	Like 'flags' but invisible to userspace,
>   *			see if.h for the definitions
>   *	@gflags:	Global flags ( kept as legacy )
> -- 
> 2.39.1
> 

Download attachment "signature.asc" of type "application/pgp-signature" (229 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ