Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933057AbbLVPmt (ORCPT ); Tue, 22 Dec 2015 10:42:49 -0500 Received: from prv-mh.provo.novell.com ([137.65.248.74]:44783 "EHLO prv-mh.provo.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933041AbbLVPmq convert rfc822-to-8bit (ORCPT ); Tue, 22 Dec 2015 10:42:46 -0500 Message-Id: <56797D8402000078000C24F0@prv-mh.provo.novell.com> X-Mailer: Novell GroupWise Internet Agent 14.2.0 Date: Tue, 22 Dec 2015 08:42:44 -0700 From: "Jan Beulich" To: , , Cc: "Andy Lutomirski" , Subject: [PATCH] x86/LDT: fix a log message Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8BIT Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 877 Lines: 27 This was meant to print base address and entry count; make it do so again. 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(); } -- 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/