From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCHv3 iproute2 0/2] clang + misc changes Date: Thu, 30 Aug 2018 07:59:50 -0700 Message-ID: <20180830075950.4e9563ae@xeon-e3> References: <20180823010130.147780-1-mahesh@bandewar.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev , Mahesh Bandewar To: Mahesh Bandewar Return-path: Received: from mail-pg1-f193.google.com ([209.85.215.193]:46832 "EHLO mail-pg1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728449AbeH3TC2 (ORCPT ); Thu, 30 Aug 2018 15:02:28 -0400 Received: by mail-pg1-f193.google.com with SMTP id b129-v6so3997682pga.13 for ; Thu, 30 Aug 2018 07:59:55 -0700 (PDT) In-Reply-To: <20180823010130.147780-1-mahesh@bandewar.net> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, 22 Aug 2018 18:01:30 -0700 Mahesh Bandewar wrote: > From: Mahesh Bandewar > > The primary theme is to make clang compile the iproute2 package without > warnings. Along with this there are two other misc patches in the series. > > First patch uses the preferred_family when operating with maddr feature. > Prior to this patch, it would always open an AF_INET socket irrespective > of the family that is preferred via command-line. > > Second patch mostly adds format attributes to make the c-lang compiler > happy and not throw the warning messages. > > Mahesh Bandewar (2): > ipmaddr: use preferred_family when given > iproute: make clang happy with iproute2 package > > include/json_writer.h | 3 +-- > ip/iplink_can.c | 19 ++++++++++++------- > ip/ipmaddr.c | 13 ++++++++++++- > lib/color.c | 1 + > lib/json_print.c | 1 + > lib/json_writer.c | 15 +-------------- > misc/ss.c | 3 ++- > tc/m_ematch.c | 1 + > tc/m_ematch.h | 1 + > 9 files changed, 32 insertions(+), 25 deletions(-) > > -- > 2.18.0.1017.ga543ac7ca45-goog > Applied, thanks