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: <20241103144559.3318d889@hermes.local>
Date: Sun, 3 Nov 2024 14:45:59 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: Maurice Lambert <mauricelambert434@...il.com>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] netlink: typographical error in nlmsg_type constants
 definition

On Sun,  3 Nov 2024 23:39:50 +0100
Maurice Lambert <mauricelambert434@...il.com> wrote:

> This commit fix a typographical error in netlink nlmsg_type constants definition in the include/uapi/linux/rtnetlink.h at line 177. The definition is RTM_NEWNVLAN RTM_NEWVLAN instead of RTM_NEWVLAN RTM_NEWVLAN.
> 
> Signed-off-by: Maurice Lambert <mauricelambert434@...il.com>
> ---
>  include/uapi/linux/rtnetlink.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/uapi/linux/rtnetlink.h b/include/uapi/linux/rtnetlink.h
> index 3b687d20c9ed..db7254d52d93 100644
> --- a/include/uapi/linux/rtnetlink.h
> +++ b/include/uapi/linux/rtnetlink.h
> @@ -174,7 +174,7 @@ enum {
>  #define RTM_GETLINKPROP	RTM_GETLINKPROP
>  
>  	RTM_NEWVLAN = 112,
> -#define RTM_NEWNVLAN	RTM_NEWVLAN
> +#define RTM_NEWVLAN	RTM_NEWVLAN
>  	RTM_DELVLAN,
>  #define RTM_DELVLAN	RTM_DELVLAN
>  	RTM_GETVLAN,

Fixes: 8dcea187088b ("net: bridge: vlan: add rtm definitions and dump support")

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ