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: <CO1PR11MB50895AAC8674CB97F7284983D61F2@CO1PR11MB5089.namprd11.prod.outlook.com>
Date: Fri, 3 May 2024 18:15:19 +0000
From: "Keller, Jacob E" <jacob.e.keller@...el.com>
To: Donald Hunter <donald.hunter@...il.com>, "netdev@...r.kernel.org"
	<netdev@...r.kernel.org>, Jakub Kicinski <kuba@...nel.org>, "David S. Miller"
	<davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Paolo Abeni
	<pabeni@...hat.com>, Jiri Pirko <jiri@...nulli.us>, Johannes Nixdorf
	<jnixdorf-oss@....de>, Ido Schimmel <idosch@...dia.com>, Nikolay Aleksandrov
	<razor@...ckwall.org>
CC: "donald.hunter@...hat.com" <donald.hunter@...hat.com>
Subject: RE: [PATCH net v1] netlink: specs: Add missing bridge linkinfo attrs



> -----Original Message-----
> From: Donald Hunter <donald.hunter@...il.com>
> Sent: Friday, May 3, 2024 9:43 AM
> To: netdev@...r.kernel.org; Jakub Kicinski <kuba@...nel.org>; David S. Miller
> <davem@...emloft.net>; Eric Dumazet <edumazet@...gle.com>; Paolo Abeni
> <pabeni@...hat.com>; Jiri Pirko <jiri@...nulli.us>; Keller, Jacob E
> <jacob.e.keller@...el.com>; Johannes Nixdorf <jnixdorf-oss@....de>; Ido
> Schimmel <idosch@...dia.com>; Nikolay Aleksandrov <razor@...ckwall.org>
> Cc: donald.hunter@...hat.com; Donald Hunter <donald.hunter@...il.com>
> Subject: [PATCH net v1] netlink: specs: Add missing bridge linkinfo attrs
> 
> Attributes for FDB learned entries were added to the if_link netlink api
> for bridge linkinfo but are missing from the rt_link.yaml spec. Add the
> missing attributes to the spec.
> 
> Fixes: ddd1ad68826d ("net: bridge: Add netlink knobs for number / max learned
> FDB entries")
> Signed-off-by: Donald Hunter <donald.hunter@...il.com>

Reviewed-by: Jacob Keller <jacob.e.keller@...el.com>

> ---
>  Documentation/netlink/specs/rt_link.yaml | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/Documentation/netlink/specs/rt_link.yaml
> b/Documentation/netlink/specs/rt_link.yaml
> index 8e4d19adee8c..4e702ac8bf66 100644
> --- a/Documentation/netlink/specs/rt_link.yaml
> +++ b/Documentation/netlink/specs/rt_link.yaml
> @@ -1144,6 +1144,12 @@ attribute-sets:
>        -
>          name: mcast-querier-state
>          type: binary
> +      -
> +        name: fdb-n-learned
> +        type: u32
> +      -
> +        name: fdb-max-learned
> +        type: u32
>    -
>      name: linkinfo-brport-attrs
>      name-prefix: ifla-brport-
> --
> 2.44.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ