From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 1/5] xen: Use existing __section() macro instead of opencoding it Date: Mon, 8 Jun 2015 15:20:42 +0100 Message-ID: <1433773242.7108.509.camel@citrix.com> References: <1433511082-20472-1-git-send-email-andrew.cooper3@citrix.com> <1433511082-20472-2-git-send-email-andrew.cooper3@citrix.com> <5575A4B80200007800082185@mail.emea.novell.com> <1433766594.7108.485.camel@citrix.com> <5575B7CB0200007800082282@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5575B7CB0200007800082282@mail.emea.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: Andrew Cooper , TimDeegan , Stefano Stabellini , Xen-devel List-Id: xen-devel@lists.xenproject.org On Mon, 2015-06-08 at 14:42 +0100, Jan Beulich wrote: > >>> On 08.06.15 at 14:29, wrote: > > On Mon, 2015-06-08 at 13:20 +0100, Jan Beulich wrote: > >> >>> On 05.06.15 at 15:31, wrote: > >> > No functional change > >> > > >> > Signed-off-by: Andrew Cooper > >> > CC: Keir Fraser > >> > CC: Jan Beulich > >> > CC: Ian Campbell > >> > CC: Stefano Stabellini > >> > CC: Tim Deegan > >> > --- > >> > xen/arch/x86/hvm/hvm.c | 2 +- > >> > xen/arch/x86/mm.c | 3 +-- > >> > xen/arch/x86/setup.c | 2 +- > >> > xen/arch/x86/x86_64/mm.c | 6 ++---- > >> > xen/include/asm-arm/device.h | 2 +- > >> > xen/include/asm-arm/platform.h | 2 +- > >> > 6 files changed, 7 insertions(+), 10 deletions(-) > >> > >> Not having seen a ARM maintainer ack so far, I decided to commit > >> only the x86 parts. > > > > It was only posted Friday afternoon. > > Right, and this wasn't meant as a complaint or anything; I > simply wanted to get it off my plate, but didn't want to drop > bits silently. I suppose it would have been better to submit > these as independent x86 and ARM patches anyway... > > > Anyway: Acked-by: Ian Campbell > > And now also committed and pushed. Thanks.