public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
* [man-pages PATCH 0/5] some minor s390 syscall updates
@ 2018-01-14 18:56 Eugene Syromyatnikov
  0 siblings, 0 replies; only message in thread
From: Eugene Syromyatnikov @ 2018-01-14 18:56 UTC (permalink / raw)
  To: linux-s390, linux-man

Hello.

Recently I looked at the s390-specific system calls and noticed a few
things that are missing in the respective man pages and, from my point
of view, are worth documenting.

The information in the commits is based on the kernel sources and the
commit logs of the following files:
 - arch/s390/include/uapi/asm/sthyi.h
 - arch/s390/include/uapi/asm/guarded_storage.h
 - arch/s390/include/asm/runtime_instr.h
 - arch/s390/kernel/sthyi.c
 - arch/s390/kernel/guarded_storage.c
 - arch/s390/kernel/runtime_instr.c

One question for which I haven't found an answer, however, is the reason behind
the addition new syscalls instead of new arch-specific prctl options,
for example (especially in the case of s390_runtime_instr and, to some extent,
s390_guarded_storage and s390_sthyi).

Eugene Syromyatnikov (5):
  s390_runtime_instr.2: note that runtime_instr.h is not a public header
  s390_runtime_instr.2: document the removal of the second argument
  s390_sthyi.2: wfix
  s390_sthyi.2: some minor additions
  man2: describe s390_guarded_storage s390-specific system call

 man2/s390_guarded_storage.2 | 150 ++++++++++++++++++++++++++++++++++++++++++++
 man2/s390_runtime_instr.2   |  31 +++++++--
 man2/s390_sthyi.2           |  19 +++++-
 3 files changed, 193 insertions(+), 7 deletions(-)
 create mode 100644 man2/s390_guarded_storage.2

-- 
2.1.4

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-01-14 18:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-14 18:56 [man-pages PATCH 0/5] some minor s390 syscall updates Eugene Syromyatnikov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox