From: Rusty Russell
This has been obsolescent for a while; time for the final push.
Signed-off-by: Rusty Russell
Cc: user-mode-linux-devel@lists.sourceforge.net
---
arch/um/kernel/skas/process.c |2 +-
arch/um/kernel/smp.c |9 -
2 files changed, 5 insertions(+), 6 dele
Use set_cpu_* and init_cpu_* variants instead.
Signed-off-by: Venkatesh Pallipadi
---
arch/mips/cavium-octeon/smp.c |2 +-
arch/mips/kernel/smp.c |4 ++--
arch/mips/netlogic/xlr/smp.c|4 ++--
arch/mips/pmc-sierra/yosemite/smp.c |4 ++--
arch/mips/sgi-ip
Use init_cpu_online and set_cpu_online instead.
Signed-off-by: Venkatesh Pallipadi
---
arch/um/kernel/skas/process.c |2 +-
arch/um/kernel/smp.c |8
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/arch/um/kernel/skas/process.c b/arch/um/kernel/skas/proces
Use set_cpu_possible instead.
Signed-off-by: Venkatesh Pallipadi
---
arch/hexagon/kernel/smp.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/hexagon/kernel/smp.c b/arch/hexagon/kernel/smp.c
index c871a2c..8962705 100644
--- a/arch/hexagon/kernel/smp.c
+++ b/arch/
> Yes, and the other architectures.
Here are the patches for other instances I see in plain git grep.
I have been brave (foolish) enough to send this without any testing. So,
this comes with 'use it at your own risk' tag :-).
Thanks,
Venki
--
From: Matt Fleming
As described in e6fa16ab ("signal: sigprocmask() should do
retarget_shared_pending()") the modification of current->blocked is
incorrect as we need to check whether the signal we're about to block
is pending in the shared queue.
Also, use the new helper function introduced in
From: Matt Fleming
If we fail to setup the signal stack frame then we don't need to
restore current->blocked because it is not modified by
setup_signal_stack_*.
Acked-by: Oleg Nesterov
Acked-by: Richard Weinberger
Tested-by: Richard Weinberger
Cc: user-mode-linux-devel@lists.sourceforge.net
S