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 BEA61A04A5 for ; Wed, 17 Jun 2020 11:15:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id ADF3E100C; Wed, 17 Jun 2020 11:15:44 +0200 (CEST) Received: from mail-wr1-f65.google.com (mail-wr1-f65.google.com [209.85.221.65]) by dpdk.org (Postfix) with ESMTP id 9BA46100C for ; Wed, 17 Jun 2020 11:15:42 +0200 (CEST) Received: by mail-wr1-f65.google.com with SMTP id e1so1517108wrt.5 for ; Wed, 17 Jun 2020 02:15:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=OucAhjpM0yYQjnrgs9PvbR5r++KEo34bblX51fOpIqM=; b=A4oZeoRjEJ5SbhECDRxt0G5RFO1oOXhKh0DlXUQ7OUXdrieCHMh0mYVDZoJrtiiK++ u7I/bSnfSmiQeyZlr7kPrp1uOIaK5JdiH9OnqkCu4nwoSiYMhHf6wcnyNkf4zpULW0SK 6KCK6A0Od2SEK/yStWfn6GRjb7bED5poLKSSOzfK49spFN2ZSLvVsNUQ+SWV/Hy7EQZU 5hUkz1YA8zyRLp7YM0hWNOWX9EzecxWZ1wAhSrQQwDZzZLz55kfg35OIykcAVFHf3DWf PDBu0c1gz4nIwMgSF/ROaWVsaUzfcIaAxsCxDBDJOfiX5d+QpmQJ04rkDlPdv/CYtb2z Eo4Q== X-Gm-Message-State: AOAM533q7Um31ag5R4K94OrRhKBgeSE7B3Xe0FYE/MYM2eNu1LQ95Egl 4srEOV1KKeIR5SvBKjZRJEU= X-Google-Smtp-Source: ABdhPJxA1SeC3d9wLmy/qHHqvArputqI6Hfua1PuoB3/VUQn8wjt4fsUD6zt8OyxcIYxV6M2ZqgAxg== X-Received: by 2002:a5d:5261:: with SMTP id l1mr7672295wrc.246.1592385342385; Wed, 17 Jun 2020 02:15:42 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id u9sm7940339wme.16.2020.06.17.02.15.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 Jun 2020 02:15:40 -0700 (PDT) Message-ID: <5e1c3f3564a5097eea34feb2307d0f756077e20a.camel@debian.org> From: Luca Boccassi To: Kevin Traynor , stable@dpdk.org Cc: ferruh.yigit@intel.com Date: Wed, 17 Jun 2020 10:15:38 +0100 In-Reply-To: <20200616135137.8563-1-ktraynor@redhat.com> References: <20200616135137.8563-1-ktraynor@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: Re: [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" On Tue, 2020-06-16 at 14:51 +0100, Kevin Traynor wrote: > Various build fixes so that 18.11.9 will build with gcc 10=20 >=20 > 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 >=20 > 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(-) Series-Acked-By: Luca Boccassi