From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754485AbbETUTW (ORCPT ); Wed, 20 May 2015 16:19:22 -0400 Received: from pmta2.delivery5.ore.mailhop.org ([54.186.218.12]:46936 "HELO pmta2.delivery5.ore.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1754423AbbETUTT (ORCPT ); Wed, 20 May 2015 16:19:19 -0400 X-Greylist: delayed 963 seconds by postgrey-1.27 at vger.kernel.org; Wed, 20 May 2015 16:19:19 EDT X-DKIM: OpenDKIM Filter v2.6.8 io EA0FD80023 Date: Wed, 20 May 2015 20:03:11 +0000 From: Jason Cooper To: Stuart Yoder Cc: Thomas Gleixner , "marc.zyngier@arm.com" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "Lian M.H." Subject: Re: [RESEND][ PATCH v3] irqchip/gicv3-its: ITS table size should not be smaller than PSZ Message-ID: <20150520200311.GA19834@io.lakedaemon.net> References: <1432134795-661-1-git-send-email-stuart.yoder@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Stuart, On Wed, May 20, 2015 at 07:54:57PM +0000, Stuart Yoder wrote: > > > > -----Original Message----- > > From: Thomas Gleixner [mailto:tglx@linutronix.de] > > Sent: Wednesday, May 20, 2015 2:26 PM > > To: Yoder Stuart-B08248 > > Cc: marc.zyngier@arm.com; jason@lakedaemon.net; linux-kernel@vger.kernel.org; linux-arm- > > kernel@lists.infradead.org; Lian Minghuan-B31939 > > Subject: Re: [RESEND][ PATCH v3] irqchip/gicv3-its: ITS table size should not be smaller than PSZ > > > > On Wed, 20 May 2015, Stuart Yoder wrote: > > If this were your original email: --------------------------------------- > > > > > > From: Minghuan Lian > > > > > > when allocating a device table, if the requested allocation > > > is smaller than the default granule size of the ITS > > > then, we need to round up to the default size > > > > > > [sy: Added code comments and resubmitted] > > > > > > Signed-off-by: Minghuan Lian > > > Signed-off-by: Stuart Yoder --------------------------------------- it would have worked. By adding a second 'From' line in the body of the message, 'git am' will put the correct author on the commit. > > So who wrote that patch? That's not a valid SOB chain .... > > Minghuan wrote the original patch (v1,v2), making the functional change. > I wrote/added the comments and submitted v3, after discussing with > Minghuan. thx, Jason.