From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8F5E5A04A3 for ; Tue, 16 Jun 2020 15:51:52 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7AC0F1BF7E; Tue, 16 Jun 2020 15:51:52 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id E7F015B3A for ; Tue, 16 Jun 2020 15:51:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1592315510; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Qc0F50H7zNqQeZ8lfJeHVpssstCMJ1CRWt1Hbmuhd1Q=; b=Nu5MKAwEK0yCAz4eIkC7BC+uYuH5r0N9ZdcOT+BlRgETIjJJDBeSDZtYMug3bUhXaGl2+V lLSFzNmbTZ5CGCtsQY8q4FvsqpnSNiriHe5mYpe/ZDFuw97Ai5w8ROfJHhWDv4GVTLj04u VKob43fCRCzGMyAhWw83BsFzf37MdHI= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-357-21-LQ5UZOjKMBP_t2Hyx9Q-1; Tue, 16 Jun 2020 09:51:46 -0400 X-MC-Unique: 21-LQ5UZOjKMBP_t2Hyx9Q-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 07D4A1937FDD; Tue, 16 Jun 2020 13:51:45 +0000 (UTC) Received: from rh.redhat.com (unknown [10.33.36.205]) by smtp.corp.redhat.com (Postfix) with ESMTP id EF98D6EDBE; Tue, 16 Jun 2020 13:51:43 +0000 (UTC) From: Kevin Traynor To: stable@dpdk.org Cc: bluca@debian.org, ferruh.yigit@intel.com, Kevin Traynor Date: Tue, 16 Jun 2020 14:51:33 +0100 Message-Id: <20200616135137.8563-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] [PATCH 18.11 0/4] 18.11.9 build fixes 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: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Various build fixes so that 18.11.9 will build with gcc 10 Kevin Traynor (4): kni: fix gcc 10 ethtool build error kni: fix ethtool maybe-uninitialized warnings crypto/octeontx: fix gcc 10 -fno-common build errors app/testpmd: disable gcc 10 -fno-common build errors app/test-pmd/Makefile | 6 ++++++ app/test-pmd/meson.build | 5 +++++ drivers/common/cpt/cpt_pmd_logs.h | 2 +- drivers/crypto/octeontx/otx_cryptodev.c | 2 ++ kernel/linux/kni/ethtool/igb/e1000_phy.c | 26 ++++++++++++++---------- 5 files changed, 29 insertions(+), 12 deletions(-) -- 2.21.3