linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] document clone3 and struct clone_args
@ 2019-10-01 11:47 Christian Brauner
  2019-10-01 11:47 ` [PATCH 1/2] fork: add kernel-doc for clone3 Christian Brauner
  2019-10-01 11:47 ` [PATCH 2/2] sched: add kernel-doc for struct clone_args Christian Brauner
  0 siblings, 2 replies; 3+ messages in thread
From: Christian Brauner @ 2019-10-01 11:47 UTC (permalink / raw)
  To: linux-kernel
  Cc: Ingo Molnar, Joel Fernandes (Google),
	Peter Zijlstra, Steven Rostedt, Thomas Gleixner,
	Christian Brauner

Hey,

This adds missing kernel-docs for the clone3() syscall and its argument
struct clone_args. I somehow failed to add this right away.

I intend to include this in my rc2 pull request.

Thanks!
Christian

Christian Brauner (2):
  fork: add kernel-doc for clone3
  sched: add kernel-doc for struct clone_args

 include/uapi/linux/sched.h | 26 ++++++++++++++++++++++++--
 kernel/fork.c              | 11 +++++++++++
 2 files changed, 35 insertions(+), 2 deletions(-)

-- 
2.23.0


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

end of thread, other threads:[~2019-10-01 11:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-01 11:47 [PATCH 0/2] document clone3 and struct clone_args Christian Brauner
2019-10-01 11:47 ` [PATCH 1/2] fork: add kernel-doc for clone3 Christian Brauner
2019-10-01 11:47 ` [PATCH 2/2] sched: add kernel-doc for struct clone_args Christian Brauner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).