Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755909AbbLVWuZ (ORCPT ); Tue, 22 Dec 2015 17:50:25 -0500 Received: from mail-oi0-f50.google.com ([209.85.218.50]:36585 "EHLO mail-oi0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752066AbbLVWuY (ORCPT ); Tue, 22 Dec 2015 17:50:24 -0500 MIME-Version: 1.0 In-Reply-To: <56797D8402000078000C24F0@prv-mh.provo.novell.com> References: <56797D8402000078000C24F0@prv-mh.provo.novell.com> From: Andy Lutomirski Date: Tue, 22 Dec 2015 14:50:04 -0800 Message-ID: Subject: Re: [PATCH] x86/LDT: fix a log message To: Jan Beulich Cc: Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1324 Lines: 41 On Tue, Dec 22, 2015 at 7:42 AM, Jan Beulich wrote: > This was meant to print base address and entry count; make it do so > again. Acked-by: Andy Lutomirski Lesson of the day: I should have renamed that variable. --Andy > > Signed-off-by: Jan Beulich > --- > arch/x86/kernel/process_64.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- 4.4-rc6/arch/x86/kernel/process_64.c > +++ 4.4-rc6-x86-LDT-message/arch/x86/kernel/process_64.c > @@ -125,7 +125,7 @@ void release_thread(struct task_struct * > if (dead_task->mm->context.ldt) { > pr_warn("WARNING: dead process %s still has LDT? <%p/%d>\n", > dead_task->comm, > - dead_task->mm->context.ldt, > + dead_task->mm->context.ldt->entries, > dead_task->mm->context.ldt->size); > BUG(); > } > > > -- Andy Lutomirski AMA Capital Management, LLC -- 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/