Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752740AbbBWR3L (ORCPT ); Mon, 23 Feb 2015 12:29:11 -0500 Received: from mail-wi0-f175.google.com ([209.85.212.175]:49698 "EHLO mail-wi0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752072AbbBWR3K (ORCPT ); Mon, 23 Feb 2015 12:29:10 -0500 Date: Mon, 23 Feb 2015 18:29:05 +0100 From: Adrien Schildknecht To: Steven Rostedt Cc: tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, x86@kernel.org, srostedt@redhat.com, luto@amacapital.net, bp@alien8.de, linux-kernel@vger.kernel.org Subject: Re: [PATCH] x86_64: use kstack_end() in dumpstack_64.c Message-ID: <20150223182905.2997548f@kohral> In-Reply-To: <20150223121751.3fbb0885@gandalf.local.home> References: <1424618638-6375-1-git-send-email-adrien+dev@schischi.me> <20150223121751.3fbb0885@gandalf.local.home> X-Mailer: Claws Mail 3.11.0 (GTK+ 2.24.25; 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 List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 632 Lines: 18 > > This patch depends on patch "x86: fix output of > > show_stack_log_lvl()" > > I'm curious to what the dependency is? What would break if we apply > this without that patch? Maybe I misunderstood "dependency". I mean that this patch won't apply properly since a line of the context was changed by the previous patch. "if ((i % STACKSLOTS_PER_LINE) == 0) {" -- Adrien Schildknecht -- 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/