From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id BC449A00E6 for ; Thu, 16 May 2019 20:22:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A8A7E5F1A; Thu, 16 May 2019 20:22:17 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 9E0685B12 for ; Thu, 16 May 2019 20:22:15 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 09C6D88309; Thu, 16 May 2019 18:22:10 +0000 (UTC) Received: from rh.redhat.com (ovpn-116-124.ams2.redhat.com [10.36.116.124]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2FDDA60C71; Thu, 16 May 2019 18:22:04 +0000 (UTC) From: Kevin Traynor To: stable@dpdk.org Cc: bruce.richardson@intel.com, reshma.pattan@intel.com, Kevin Traynor Date: Thu, 16 May 2019 19:21:54 +0100 Message-Id: <20190516182157.32128-1-ktraynor@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Thu, 16 May 2019 18:22:15 +0000 (UTC) Subject: [dpdk-stable] [PATCH 18.11 0/3] Fixes for GCC 9 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" Already there are some fixes from master in the 18.11 stable branch to allow working with GCC 9. These are some additional fixes required. Kevin Traynor (2): bus/fslmc: fix warning with GCC 9 mk: disable packed member pointer warning for telemetry Reshma Pattan (1): mk: disable warning for packed member pointer drivers/bus/fslmc/fslmc_bus.c | 2 +- lib/librte_telemetry/Makefile | 5 +++++ mk/toolchain/gcc/rte.vars.mk | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) -- 2.20.1