* [PATCH 1/6] avr32: missed _TIF_NOTIFY_RESUME on one of do_notify_resume callers
@ 2010-09-28 2:57 Al Viro
2010-11-01 7:55 ` Hans-Christian Egtvedt
0 siblings, 1 reply; 3+ messages in thread
From: Al Viro @ 2010-09-28 2:57 UTC (permalink / raw)
To: hans-christian.egtvedt; +Cc: torvalds, linux-kernel, linux-arch
we need that not just on syscall returns but on irq ones as well...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
arch/avr32/kernel/entry-avr32b.S | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/avr32/kernel/entry-avr32b.S b/arch/avr32/kernel/entry-avr32b.S
index 169268c..5e6beb2 100644
--- a/arch/avr32/kernel/entry-avr32b.S
+++ b/arch/avr32/kernel/entry-avr32b.S
@@ -587,7 +587,7 @@ fault_exit_work:
ld.w r1, r0[TI_flags]
rjmp fault_exit_work
-1: mov r2, _TIF_SIGPENDING | _TIF_RESTORE_SIGMASK
+1: mov r2, _TIF_SIGPENDING | _TIF_RESTORE_SIGMASK | _TIF_NOTIFY_RESUME
tst r1, r2
breq 2f
unmask_interrupts
--
1.5.6.5
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/6] avr32: missed _TIF_NOTIFY_RESUME on one of do_notify_resume callers
@ 2010-12-15 10:39 Al Viro
0 siblings, 0 replies; 3+ messages in thread
From: Al Viro @ 2010-12-15 10:39 UTC (permalink / raw)
To: hans-christian.egtvedt; +Cc: linux-kernel
we need that not just on syscall returns but on irq ones as well...
Acked-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
arch/avr32/kernel/entry-avr32b.S | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/avr32/kernel/entry-avr32b.S b/arch/avr32/kernel/entry-avr32b.S
index 169268c..5e6beb2 100644
--- a/arch/avr32/kernel/entry-avr32b.S
+++ b/arch/avr32/kernel/entry-avr32b.S
@@ -587,7 +587,7 @@ fault_exit_work:
ld.w r1, r0[TI_flags]
rjmp fault_exit_work
-1: mov r2, _TIF_SIGPENDING | _TIF_RESTORE_SIGMASK
+1: mov r2, _TIF_SIGPENDING | _TIF_RESTORE_SIGMASK | _TIF_NOTIFY_RESUME
tst r1, r2
breq 2f
unmask_interrupts
--
1.5.6.5
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-12-15 10:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-28 2:57 [PATCH 1/6] avr32: missed _TIF_NOTIFY_RESUME on one of do_notify_resume callers Al Viro
2010-11-01 7:55 ` Hans-Christian Egtvedt
2010-12-15 10:39 Al Viro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome