From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v4 3/4] irqchip: GIC: Convert to EOImode == 1 Date: Thu, 10 Sep 2015 17:30:17 +0100 Message-ID: <55F1B019.6050800@citrix.com> References: <1440604845-28229-1-git-send-email-marc.zyngier@arm.com> <1440604845-28229-4-git-send-email-marc.zyngier@arm.com> <55F08731.3050402@citrix.com> <55F15353.2000800@arm.com> <55F1AE75.6000405@citrix.com> <55F1B011.6090204@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 4F97B411E3 for ; Thu, 10 Sep 2015 12:30:47 -0400 (EDT) Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hCAfRmSFP4YM for ; Thu, 10 Sep 2015 12:30:45 -0400 (EDT) Received: from SMTP02.CITRIX.COM (smtp02.citrix.com [66.165.176.63]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id 97600411AA for ; Thu, 10 Sep 2015 12:30:45 -0400 (EDT) In-Reply-To: <55F1B011.6090204@arm.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu To: Marc Zyngier , Thomas Gleixner , Jason Cooper , Pranavkumar Sawargaonkar Cc: Ian Campbell , kvm@vger.kernel.org, linux-kernel@vger.kernel.org, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org, Jiang Liu List-Id: kvmarm@lists.cs.columbia.edu On 10/09/15 17:30, Marc Zyngier wrote: > On 10/09/15 17:23, Julien Grall wrote: >> On 10/09/15 10:54, Marc Zyngier wrote: > > [...] > >>> In the meantime, can you give the following patch a shot? My Mustang is >>> wired to a 4kB CPU interface, so I'll need your help to test it. >> >> I applied the two patches on top of linus/master and I'm able to boot >> correctly on X-gene. Thank you! > > Thanks for testing. Can I put your Tested-by tag on the patch when I > send it to Thomas? Sure: Tested-by: Julien Grall Regards, -- Julien Grall From mboxrd@z Thu Jan 1 00:00:00 1970 From: julien.grall@citrix.com (Julien Grall) Date: Thu, 10 Sep 2015 17:30:17 +0100 Subject: [PATCH v4 3/4] irqchip: GIC: Convert to EOImode == 1 In-Reply-To: <55F1B011.6090204@arm.com> References: <1440604845-28229-1-git-send-email-marc.zyngier@arm.com> <1440604845-28229-4-git-send-email-marc.zyngier@arm.com> <55F08731.3050402@citrix.com> <55F15353.2000800@arm.com> <55F1AE75.6000405@citrix.com> <55F1B011.6090204@arm.com> Message-ID: <55F1B019.6050800@citrix.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 10/09/15 17:30, Marc Zyngier wrote: > On 10/09/15 17:23, Julien Grall wrote: >> On 10/09/15 10:54, Marc Zyngier wrote: > > [...] > >>> In the meantime, can you give the following patch a shot? My Mustang is >>> wired to a 4kB CPU interface, so I'll need your help to test it. >> >> I applied the two patches on top of linus/master and I'm able to boot >> correctly on X-gene. Thank you! > > Thanks for testing. Can I put your Tested-by tag on the patch when I > send it to Thomas? Sure: Tested-by: Julien Grall Regards, -- Julien Grall From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754567AbbIJQbc (ORCPT ); Thu, 10 Sep 2015 12:31:32 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:43149 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754552AbbIJQb3 (ORCPT ); Thu, 10 Sep 2015 12:31:29 -0400 X-IronPort-AV: E=Sophos;i="5.17,505,1437436800"; d="scan'208";a="302759354" Message-ID: <55F1B019.6050800@citrix.com> Date: Thu, 10 Sep 2015 17:30:17 +0100 From: Julien Grall User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.8.0 MIME-Version: 1.0 To: Marc Zyngier , Thomas Gleixner , Jason Cooper , Pranavkumar Sawargaonkar CC: , Eric Auger , , Jiang Liu , Christoffer Dall , , , Stefano Stabellini , Ian Campbell Subject: Re: [PATCH v4 3/4] irqchip: GIC: Convert to EOImode == 1 References: <1440604845-28229-1-git-send-email-marc.zyngier@arm.com> <1440604845-28229-4-git-send-email-marc.zyngier@arm.com> <55F08731.3050402@citrix.com> <55F15353.2000800@arm.com> <55F1AE75.6000405@citrix.com> <55F1B011.6090204@arm.com> In-Reply-To: <55F1B011.6090204@arm.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-DLP: MIA2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/09/15 17:30, Marc Zyngier wrote: > On 10/09/15 17:23, Julien Grall wrote: >> On 10/09/15 10:54, Marc Zyngier wrote: > > [...] > >>> In the meantime, can you give the following patch a shot? My Mustang is >>> wired to a 4kB CPU interface, so I'll need your help to test it. >> >> I applied the two patches on top of linus/master and I'm able to boot >> correctly on X-gene. Thank you! > > Thanks for testing. Can I put your Tested-by tag on the patch when I > send it to Thomas? Sure: Tested-by: Julien Grall Regards, -- Julien Grall