Patch "powerpc: do_notify_resume can be called with bad thread_info flags argument" has been added to the 3.17-stable tree

2014-11-11 Thread gregkh
This is a note to let you know that I've just added the patch titled powerpc: do_notify_resume can be called with bad thread_info flags argument to the 3.17-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename o

Re: [PATCH] powerpc: do_notify_resume can be called with bad thread_info flags argument

2014-10-30 Thread Anton Blanchard
Hi, Sorry, this got auto cc'ed to stable@ via git send-email. Please disregard for now, we will get it merged upstream and at that point it should flow into the stable trees via the usual means. Anton > Back in 7230c5644188 ("powerpc: Rework lazy-interrupt handling") we > added a call out to re

[PATCH] powerpc: do_notify_resume can be called with bad thread_info flags argument

2014-10-29 Thread Anton Blanchard
Back in 7230c5644188 ("powerpc: Rework lazy-interrupt handling") we added a call out to restore_interrupts() (written in c) before we call do_notify_resume: bl restore_interrupts addir3,r1,STACK_FRAME_OVERHEAD bl do_notify_resume Unfortunately do_notify_resum