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, 10 Jan 2022 09:20:58 -0800 From: Stephen Hemminger <stephen@...workplumber.org> To: netdev@...r.kernel.org Cc: Stephen Hemminger <sthemmin@...rosoft.com> Subject: Re: [PATCH iproute2-next 00/11] Clang warning fixes On Sat, 8 Jan 2022 12:46:39 -0800 Stephen Hemminger <stephen@...workplumber.org> wrote: > Building iproute2-next generates a lot of warnings and > finds a few bugs. This patchset resolves many of these > warnings but some areas (BPF, RDMA, DCB) need more work. > > Stephen Hemminger (11): > tc: add format attribute to tc_print_rate > utils: add format attribute > netem: fix clang warnings > m_vlan: fix formatting of push ethernet src mac > flower: fix clang warnings > nexthop: fix clang warning about timer check > tc_util: fix clang warning in print_masked_type > ipl2tp: fix clang warning > can: fix clang warning > tipc: fix clang warning about empty format string > tunnel: fix clang warning > > include/utils.h | 4 +++- > ip/ipl2tp.c | 5 ++-- > ip/iplink_can.c | 5 ++-- > ip/ipnexthop.c | 10 ++++---- > ip/tunnel.c | 6 ++--- > tc/f_flower.c | 62 +++++++++++++++++++++++-------------------------- > tc/m_vlan.c | 4 ++-- > tc/q_netem.c | 33 +++++++++++++++----------- > tc/tc_util.c | 21 +++++++---------- > tipc/link.c | 2 +- > 10 files changed, 77 insertions(+), 75 deletions(-) > Will resend this after 5.16 merge. Some of these are already fixed
Powered by blists - more mailing lists