projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec941c5
)
x86/LDT: Print the real LDT base address
author
Jan Beulich
<JBeulich@suse.com>
Tue, 22 Dec 2015 15:42:44 +0000
(08:42 -0700)
committer
Thomas Gleixner
<tglx@linutronix.de>
Tue, 29 Dec 2015 11:34:38 +0000
(12:34 +0100)
This was meant to print base address and entry count; make it do so
again.
Fixes:
37868fe113ff
"x86/ldt: Make modify_ldt synchronous"
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andy Lutomirski <luto@kernel.org>
Link:
http://lkml.kernel.org/r/56797D8402000078000C24F0@prv-mh.provo.novell.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/process_64.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/process_64.c
b/arch/x86/kernel/process_64.c
index e835d263a33b43ccf7601698cfeadc447ede491e..b9d99e0f82c4f072a15f7cb3fb3434d391281daf 100644
(file)
--- a/
arch/x86/kernel/process_64.c
+++ b/
arch/x86/kernel/process_64.c
@@
-125,7
+125,7
@@
void release_thread(struct task_struct *dead_task)
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();
}