From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.kundenserver.de ([217.72.192.75]:52290 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759173AbcLPTuv (ORCPT ); Fri, 16 Dec 2016 14:50:51 -0500 From: Arnd Bergmann Subject: Re: [PATCH 04/13] vfio-pci: use 32-bit comparisons for register address for gcc-4.5 Date: Fri, 16 Dec 2016 20:50:33 +0100 Message-ID: <3673393.CH4rJCRAcf@wuerfel> In-Reply-To: <20161216083056.33ea0fa9@t450s.home> References: <20161216105634.235457-1-arnd@arndb.de> <20161216105634.235457-5-arnd@arndb.de> <20161216083056.33ea0fa9@t450s.home> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Alex Williamson Cc: linux-arch@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@vger.kernel.org, Russell King , Andrew Morton , kernel-build-reports@lists.linaro.org, kvmarm@lists.cs.columbia.edu On Friday, December 16, 2016 8:30:56 AM CET Alex Williamson wrote: > > Acked-by: Alex Williamson > > Would you like me to pull this one patch in through the vfio tree? > Thanks, If you think the patch is appropriate, please merge it. I originally just posted this as illustration to raise the question of whether we actually want to support gcc-4.5, from the feedback so far it does seem like the answer is yes, and we will need it. Arnd