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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 28 Sep 2020 00:51:56 -0700 (PDT) From: David Miller <davem@...emloft.net> To: f.fainelli@...il.com Cc: netdev@...r.kernel.org, olteanv@...il.com, lkp@...el.com, kuba@...nel.org, ap420073@...il.com, linux-kernel@...r.kernel.org Subject: Re: [PATCH net-next] net: vlan: Fixed signedness in vlan_group_prealloc_vid() From: Florian Fainelli <f.fainelli@...il.com> Date: Sun, 27 Sep 2020 19:31:50 -0700 > After commit d0186842ec5f ("net: vlan: Avoid using BUG() in > vlan_proto_idx()"), vlan_proto_idx() was changed to return a signed > integer, however one of its called: vlan_group_prealloc_vid() was still > using an unsigned integer for its return value, fix that. > > Fixes: d0186842ec5f ("net: vlan: Avoid using BUG() in vlan_proto_idx()") > Reported-by: kernel test robot <lkp@...el.com> > Signed-off-by: Florian Fainelli <f.fainelli@...il.com> Applied, thanks Florian.
Powered by blists - more mailing lists