From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id E286F1B3D7 for ; Fri, 23 Nov 2018 10:29:55 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Nov 2018 01:29:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,269,1539673200"; d="scan'208";a="107038546" Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.251.82.123]) ([10.251.82.123]) by fmsmga002.fm.intel.com with ESMTP; 23 Nov 2018 01:29:53 -0800 To: Luca Boccassi , stable@dpdk.org References: <20181121164802.8186-1-bluca@debian.org> <20181121164802.8186-2-bluca@debian.org> From: "Burakov, Anatoly" Message-ID: Date: Fri, 23 Nov 2018 09:29:53 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20181121164802.8186-2-bluca@debian.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH 16.11 2/2] vfio: fix build 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, 23 Nov 2018 09:29:56 -0000 On 21-Nov-18 4:48 PM, Luca Boccassi wrote: > From: Anatoly Burakov > > [ backported from upstream commit 9fa5993f103712d10be0f0b111a3a9afc92cd9e6 ] > > Some compilers require definition of vfio_iommu_spapr_tce_ddw_info > before its use in vfio_iommu_spapr_tce_info, so move tce_info > definition below tce_ddw_info. > > Fixes: 468f42cc2645 ("vfio: fix build on old kernel") > > Signed-off-by: Anatoly Burakov > --- Reviewed-by: Anatoly Burakov The patchset can probably be squashed into one patch, since the latter is fix for the former. -- Thanks, Anatoly