Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932118AbXASPrT (ORCPT ); Fri, 19 Jan 2007 10:47:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932503AbXASPrT (ORCPT ); Fri, 19 Jan 2007 10:47:19 -0500 Received: from xenotime.net ([66.160.160.81]:43773 "HELO xenotime.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S932118AbXASPrS (ORCPT ); Fri, 19 Jan 2007 10:47:18 -0500 Date: Fri, 19 Jan 2007 07:43:33 -0800 From: Randy Dunlap To: Benjamin Romer Cc: vgoyal@in.ibm.com, "Eric W. Biederman" , linux-kernel@vger.kernel.org Subject: Re: PATCH: Update disable_IO_APIC to use 8-bit destination field (X86_64) Message-Id: <20070119074333.ae9d351b.rdunlap@xenotime.net> In-Reply-To: <1169219470.2819.9.camel@ustr-romerbm-2.na.uis.unisys.com> References: <1169052407.3082.43.camel@ustr-romerbm-2.na.uis.unisys.com> <20070118034153.GA5406@in.ibm.com> <20070118043639.GA12459@in.ibm.com> <20070118080003.GC31860@in.ibm.com> <1169141034.6665.6.camel@ustr-romerbm-2.na.uis.unisys.com> <1169147619.6665.11.camel@ustr-romerbm-2.na.uis.unisys.com> <20070119034944.GA7136@in.ibm.com> <1169219470.2819.9.camel@ustr-romerbm-2.na.uis.unisys.com> Organization: YPO4 X-Mailer: Sylpheed 2.3.0 (GTK+ 2.8.10; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1807 Lines: 51 On Fri, 19 Jan 2007 10:11:10 -0500 Benjamin Romer wrote: > On Fri, 2007-01-19 at 09:19 +0530, Vivek Goyal wrote: > > On Thu, Jan 18, 2007 at 02:13:39PM -0500, Benjamin Romer wrote: > > [..] > > > > > > > > > > OK, here's the updated patch that uses the new definition and fixes up > > > > > the other places that use it. I built and tested this on the ES7000/ONE > > > > > and it works well. :) > > > > > > > > Cool. > > > > > > > > I hate to pick nits by why the double underscore on dest? > > > > > > > > > > It was defined that way in the updated structure definition you sent in > > > a previous mail, so I figured you wanted it that way. Here's another > > > revision with the double underscores removed. :) > > > > > > -- Ben > > > > > > > This patch looks good to me. You might want to provide some description > > too for changelog. > > > > Thanks > > Vivek > > A simple description would look something like: > > - Updated 4-bit IO-APIC physical dest field to 8-bit dest field for > xAPIC; fixes ES7000/ONE kexec timer hang > > Is there a changelog file in the kernel for kexec somewhere, or does > this belong in the source file's comments somewhere? I can fix up the > patch as soon as I know where the right spot for the description is. :) We use a source code management system for changelogs. (git) Patch comments (changelog info) go in the email at the top of the patch. See Documentation/SubmittingPatches and http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt and http://linux.yyz.us/patch-format.html for more info. --- ~Randy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/