lkml.org 
[lkml]   [2012]   [Sep]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] x86, 32-bit: Fix invalid stack address while in softirq
From
Date
On Thu, 2012-09-06 at 17:36 +0200, Robert Richter wrote:

> I meant:
>
> unsigned long kernel_stack_pointer(struct pt_regs *regs)
> {
> unsigned long context = (unsigned long)regs & ~(THREAD_SIZE - 1);
> unsigned long sp = (unsigned long)&regs->sp;
> struct thread_info *tinfo;
>
> if (context == (sp & ~(THREAD_SIZE - 1)))
> return sp;
>
> tinfo = (struct thread_info *)context;
> if (tinfo->previous_esp)
> return tinfo->previous_esp;
>
> return (unsigned long)regs;
> }
>
> -Robert
>
> >
> > Maybe this is even better.
> >
> >

Yeah, this is probably the safest.

Thanks,

-- Steve




\
 
 \ /
  Last update: 2012-09-06 23:41    [W:0.074 / U:0.212 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site