2014-01-30 13:02:55

by Jonas Bonn

[permalink] [raw]
Subject: [GIT PULL] OpenRISC updates for 3.14

The following changes since commit d6e0a2dd12f4067a5bcefb8bbd8ddbeff800afbc:

Linux 3.13-rc7 (2014-01-04 15:12:14 -0800)

are available in the git repository at:

git://openrisc.net/~jonas/linux tags/for-3.14

for you to fetch changes up to 548dafe880ad84d0accc0a5596c26e3348b103e1:

openrisc: Use get_signal() signal_setup_done() (2014-01-09 10:57:21
+0100)

----------------------------------------------------------------
OpenRISC updates for 3.14

The interesting change here is a rework of the OpenRISC signal handling
to make it more like other architectures in the hopes that this
makes it easier for others to comment on and understand. This
rework fixes some real bugs, like the fact that syscall restart
did not work reliably.

----------------------------------------------------------------
Jonas Bonn (1):
openrisc: Rework signal handling

Richard Weinberger (1):
openrisc: Use get_signal() signal_setup_done()

arch/openrisc/kernel/entry.S | 59 ++++++-----
arch/openrisc/kernel/signal.c | 233
+++++++++++++++++++++---------------------
2 files changed, 149 insertions(+), 143 deletions(-)