All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] OpenRISC clone3 support
@ 2020-02-26 22:56 ` Stafford Horne
  0 siblings, 0 replies; 24+ messages in thread
From: Stafford Horne @ 2020-02-26 22:56 UTC (permalink / raw)
  To: LKML, Openrisc; +Cc: Stafford Horne, Christian Brauner

This series fixes the clone3 not implemented warnings I have been seeing
during recent builds.  It was a simple case of implementing copy_thread_tls
and turning on clone3 generic support.  Testing shows no issues.

Stafford Horne (3):
  openrisc: Convert copy_thread to copy_thread_tls
  openrisc: Enable the clone3 syscall
  openrisc: Cleanup copy_thread_tls docs and comments

 arch/openrisc/Kconfig                   |  1 +
 arch/openrisc/include/uapi/asm/unistd.h |  1 +
 arch/openrisc/kernel/process.c          | 19 +++++++------------
 3 files changed, 9 insertions(+), 12 deletions(-)

-- 
2.21.0


^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2020-02-27 13:29 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-26 22:56 [PATCH 0/3] OpenRISC clone3 support Stafford Horne
2020-02-26 22:56 ` [OpenRISC] " Stafford Horne
2020-02-26 22:56 ` [PATCH 1/3] openrisc: Convert copy_thread to copy_thread_tls Stafford Horne
2020-02-26 22:56   ` [OpenRISC] " Stafford Horne
2020-02-27  0:31   ` Stafford Horne
2020-02-27  0:31     ` [OpenRISC] " Stafford Horne
2020-02-27 12:19   ` Christian Brauner
2020-02-27 12:19     ` [OpenRISC] " Christian Brauner
2020-02-27 13:16     ` Stafford Horne
2020-02-27 13:16       ` [OpenRISC] " Stafford Horne
2020-02-26 22:56 ` [PATCH 2/3] openrisc: Enable the clone3 syscall Stafford Horne
2020-02-26 22:56   ` [OpenRISC] " Stafford Horne
2020-02-27 12:21   ` Christian Brauner
2020-02-27 12:21     ` [OpenRISC] " Christian Brauner
2020-02-27 13:29     ` Stafford Horne
2020-02-27 13:29       ` [OpenRISC] " Stafford Horne
2020-02-26 22:56 ` [PATCH 3/3] openrisc: Cleanup copy_thread_tls docs and comments Stafford Horne
2020-02-26 22:56   ` [OpenRISC] " Stafford Horne
2020-02-27 12:24   ` Christian Brauner
2020-02-27 12:24     ` [OpenRISC] " Christian Brauner
2020-02-27 12:26 ` [PATCH 0/3] OpenRISC clone3 support Christian Brauner
2020-02-27 12:26   ` [OpenRISC] " Christian Brauner
2020-02-27 13:18   ` Stafford Horne
2020-02-27 13:18     ` [OpenRISC] " Stafford Horne

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.