lkml.org 
[lkml]   [2009]   [Feb]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH x86#core/percpu] x86: fix x86_32 stack protector bugs
Ingo Molnar wrote:
> * Tejun Heo <tj@kernel.org> wrote:
>
>> Impact: fix x86_32 stack protector
>>
>> Brian Gerst found out that %gs was being initialized to stack_canary
>> instead of stack_canary - 20, which basically gave the same canary
>> value for all threads. Fixing this also exposed the following bugs.
>>
>> * cpu_idle() didn't call boot_init_stack_canary()
>>
>> * stack canary switching in switch_to() was being done too late making
>> the initial run of a new thread use the old stack canary value.
>>
>> Fix all of them and while at it update comment in cpu_idle() about
>> calling boot_init_stack_canary().
>>
>> Signed-off-by: Tejun Heo <tj@kernel.org>
>> Reported-by: Brian Gerst <brgerst@gmail.com>
>> ---
>> arch/x86/include/asm/stackprotector.h | 2 +-
>> arch/x86/include/asm/system.h | 8 +++-----
>> arch/x86/kernel/head_32.S | 1 +
>> arch/x86/kernel/process_32.c | 10 ++++++++++
>> arch/x86/kernel/process_64.c | 11 +++++------
>> 5 files changed, 20 insertions(+), 12 deletions(-)
>
> Applied to tip:core/percpu, thanks guys!
>
> I never got around to finding his bug in practice as the latest bits of
> tip:core/percpu are not in tip/master at the moment, due to that 64-bit
> build failure.

I was kind of waiting for your test result (whether the build issue
can be reproduced without distcc) before going ahead and building a
cross compiler. I don't see how the cross compiler would pass the
gcc-x86_*-has-stack-protector.sh test which builds a minimalistic c
file and greps for %gs access.

Thanks.

--
tejun


\
 
 \ /
  Last update: 2009-02-11 15:21    [W:0.062 / U:6.280 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site