From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13394 invoked by alias); 11 May 2009 09:28:56 -0000 Received: (qmail 13384 invoked by uid 22791); 11 May 2009 09:28:56 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from bombadil.infradead.org (HELO bombadil.infradead.org) (18.85.46.34) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 11 May 2009 09:28:47 +0000 Received: from hch by bombadil.infradead.org with local (Exim 4.69 #1 (Red Hat Linux)) id 1M3RoP-0007HJ-5u; Mon, 11 May 2009 09:28:41 +0000 Date: Mon, 11 May 2009 09:28:00 -0000 From: Christoph Hellwig To: Masami Hiramatsu Cc: Ingo Molnar , Steven Rostedt , lkml , systemtap , kvm , Harvey Harrison , Thomas Gleixner , Jan Blunck Subject: Re: [PATCH -tip v5 5/7] x86: fix kernel_trap_sp() Message-ID: <20090511092841.GB23875@infradead.org> References: <20090509004829.5505.38720.stgit@localhost.localdomain> <20090509004904.5505.59034.stgit@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090509004904.5505.59034.stgit@localhost.localdomain> User-Agent: Mutt/1.5.18 (2008-05-17) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00534.txt.bz2 On Fri, May 08, 2009 at 08:49:04PM -0400, Masami Hiramatsu wrote: > Use ®s->sp instead of regs for getting the top of stack in kernel mode. > (on x86-64, regs->sp always points the top of stack) Shouldn't this patch be sent for inclusion ASAP instead of sitting in this series?