From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-f68.google.com (mail-pg0-f68.google.com [74.125.83.68]) by dpdk.org (Postfix) with ESMTP id 92A55559A for ; Fri, 14 Jul 2017 12:35:24 +0200 (CEST) Received: by mail-pg0-f68.google.com with SMTP id j186so10228420pge.1 for ; Fri, 14 Jul 2017 03:35:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fridaylinux-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=wg/u1P6nGyUB1bNYim4PDoYoaRuZILocukgILLZLusI=; b=jqA+WeIFszl8Hz/Pa3iHZMWPwwDJXzcIHuQU+33tL5Cjzmx4BfvDItQqwbC63yTsUk f7+Syn3zoYK/bvpbin+2J/PWifIH1JDWLXUZaD8j/A6RbrWgIIK46Tx1Pb98dkXDSNQG /QNiCPTg/oEoK3agoGbjEdQu9X2c4Izb8t+a76EUFLV60lkzrlqUxZD1SUUkPlTlnARI jm8B6UARgo0o0QspZW9s6s0TYWo5fmFzvi7YFUQ+08q5C88WvNmFYlPY2XU98tgxyErv iL13kg76NYu89sZAAR2bMlj9KfjcovfN2XDuenUyR12G5SelpQXGww20QkCKt148APkR ML4g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=wg/u1P6nGyUB1bNYim4PDoYoaRuZILocukgILLZLusI=; b=pq29wXFGlpW13HNpj3fAUwZtuDCerrDuC8/eIUg8RerEU1irqEKGzMY2HTWhpSvYO5 tlgJTyFA6TV3VxeDSLUe6tNfEqGAqtoZsrjIiDSXKj+LVZsXYOIjV5D3OcnVCrELMUPF cil08Tq8TIOoJOdfNXT86FwCrZDJHvNtRPVgWt6NlPWUpqX6wGk9QnDCVndk+bE4Rtoz Yybr+SeAbj/xGq8XkbS0wB0kiBWtuU2UwKpnQYokqNfzfkyrUlXSS5PqkarLzhRnyPIA 7LDS+QOqcHQs2Ogo/jLti35AZtb1n0AgfBPHH1J+XOpF/SsHDw6JFQglSNIiXQ4WD6xs pbXw== X-Gm-Message-State: AIVw111F5hYH0BPVqWEFljl9tEldziOQ0g+5H6VVAnnA7JuUPPxHCl9I Jtm1tjm9ulut/l71 X-Received: by 10.98.159.16 with SMTP id g16mr4442885pfe.21.1500028523897; Fri, 14 Jul 2017 03:35:23 -0700 (PDT) Received: from localhost.localdomain ([180.158.48.171]) by smtp.gmail.com with ESMTPSA id y205sm15273553pfb.124.2017.07.14.03.35.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 14 Jul 2017 03:35:22 -0700 (PDT) From: Yuanhan Liu To: Ferruh Yigit Cc: Nirmoy Das , Markos Chandras , dpdk stable Date: Fri, 14 Jul 2017 18:33:36 +0800 Message-Id: <1500028450-25989-12-git-send-email-yliu@fridaylinux.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1500028450-25989-1-git-send-email-yliu@fridaylinux.org> References: <1500028450-25989-1-git-send-email-yliu@fridaylinux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] patch 'kni: fix build with gcc 7.1' has been queued to LTS release 16.11.3 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2017 10:35:24 -0000 Hi, FYI, your patch has been queued to LTS release 16.11.3 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 07/19/17. So please shout if anyone has objections. Thanks. --yliu --- >>From 2807cae5824d29a7c4d9c0d2cb8853833fc506d2 Mon Sep 17 00:00:00 2001 From: Ferruh Yigit Date: Tue, 13 Jun 2017 17:42:08 +0100 Subject: [PATCH] kni: fix build with gcc 7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ upstream commit c3698192940ca9786cb2871272a585638c50d194 ] build error: .../dpdk/build/build/lib/librte_eal/linuxapp/kni/igb_main.c: In function ‘igb_kni_probe’: .../dpdk/build/build/lib/librte_eal/linuxapp/kni/igb_main.c:2483:30: error: ‘%d’ directive output may be truncated writing between 1 and 5 bytes into a region of size between 0 and 11 [-Werror=format-truncation=] "%d.%d, 0x%08x, %d.%d.%d", ^~ .../dpdk/build/build/lib/librte_eal/linuxapp/kni/igb_main.c:2483:8: note: directive argument in the range [0, 65535] "%d.%d, 0x%08x, %d.%d.%d", ^~~~~~~~~~~~~~~~~~~~~~~~~ .../dpdk/build/build/lib/librte_eal/linuxapp/kni/igb_main.c:2481:4: note: ‘snprintf’ output between 23 and 43 bytes into a destination of size 32 snprintf(adapter->fw_version, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sizeof(adapter->fw_version), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "%d.%d, 0x%08x, %d.%d.%d", ~~~~~~~~~~~~~~~~~~~~~~~~~~ fw.eep_major, fw.eep_minor, fw.etrack_id, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fw.or_major, fw.or_build, fw.or_patch); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Fixed by increasing buffer size to 43 as suggested in compiler log. Fixes: b9ee370557f1 ("kni: update kernel driver ethtool baseline") Reported-by: Nirmoy Das Signed-off-by: Ferruh Yigit Reviewed-by: Markos Chandras --- lib/librte_eal/linuxapp/kni/ethtool/igb/igb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_eal/linuxapp/kni/ethtool/igb/igb.h b/lib/librte_eal/linuxapp/kni/ethtool/igb/igb.h index d077b49..8667f29 100644 --- a/lib/librte_eal/linuxapp/kni/ethtool/igb/igb.h +++ b/lib/librte_eal/linuxapp/kni/ethtool/igb/igb.h @@ -607,7 +607,7 @@ struct igb_adapter { int int_mode; u32 rss_queues; u32 vmdq_pools; - char fw_version[32]; + char fw_version[43]; u32 wvbr; struct igb_mac_addr *mac_table; #ifdef CONFIG_IGB_VMDQ_NETDEV -- 2.7.4