Changes.old: Tweaks to 5.00 changelog

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-03-06 18:49:06 +01:00
parent b83e27e8a8
commit 8fd7057257
1 changed files with 26 additions and 30 deletions

View File

@ -48056,6 +48056,29 @@ bpf-helpers.7
Newly documented interfaces in existing pages
---------------------------------------------
fanotify_init.2
fanotify.7
nixiaoming [Amir Goldstein, Michael Kerrisk]
Document FAN_REPORT_TID
fanotify_init.2: add new flag FAN_REPORT_TID
fanotify.7: update description of member pid in
struct fanotify_event_metadata
Amir Goldstein
Document FAN_MARK_FILESYSTEM
Monitor fanotify events on the entire filesystem.
Matthew Bobrowski [Amir Goldstein]
Document FAN_OPEN_EXEC and FAN_OPEN_EXEC_PERM
io_submit.2
Adam Manzanares
Document IOCB_FLAG_IOPRIO
msgctl.2
semctl.2
shmctl.2
Davidlohr Bueso [Joe Lawrence, Michael Kerrisk]
Document STAT_ANY commands
prctl.2
Konrad Rzeszutek Wilk [Michael Kerrisk]
Document PR_SET_SPECULATION_CTRL and PR_GET_SPECULATION_CTRL
@ -48200,23 +48223,6 @@ eventfd.2
Michael Kerrisk
Move text noting that eventfd() creates a FD earlier in the page
fanotify_init.2
Michael Kerrisk
Add a little more detail on FAN_REPORT_TID
fanotify_init.2
fanotify.7
nixiaoming [Amir Goldstein]
Document FAN_REPORT_TID
fanotify_init.2: add new flag FAN_REPORT_TID
fanotify.7: update description of member pid in
struct fanotify_event_metadata
Amir Goldstein
Document FAN_MARK_FILESYSTEM
Monitor fanotify events on the entire filesystem.
Matthew Bobrowski [Amir Goldstein]
Document FAN_OPEN_EXEC and FAN_OPEN_EXEC_PERM
fcntl.2
Michael Kerrisk
Actual pipe capacity may in practice be less than nominal capacity
@ -48286,8 +48292,6 @@ inotify_add_watch.2
Note errors that can occur for IN_MASK_CREATE
io_submit.2
Adam Manzanares
Document IOCB_FLAG_IOPRIO
Jeff Moyer
Fix the description of aio_data
aio_data is not a kernel-internal field.
@ -48339,12 +48343,6 @@ mount.2
Michael Kerrisk
SEE ALSO: add ioctl_iflags(2)
msgctl.2
semctl.2
shmctl.2
Davidlohr Bueso [Joe Lawrence, Michael Kerrisk]
Document STAT_ANY commands
msgop.2
Michael Kerrisk
Correct the capability description for msgsnd() EACCESS error
@ -48387,6 +48385,7 @@ perf_event_open.2
pivot_root.2
Elvira Khabirova
Explain the initramfs case and point to switch_root(8)
Joseph Sible [Joseph C. Sible]
Document EINVAL if root is rootfs
@ -48854,10 +48853,9 @@ proc.5
Michael Kerrisk
Mention choom(1) in discussion of /proc/[pid]/oom_score_adj
Michael Kerrisk
Add a few details on /rpoc/PID/fdinfo timerfd
Add a few details on /proc/PID/fdinfo timerfd
Michael Kerrisk
Document /proc/meminfo KReclaimable field
Added in Linux 4.20.
Michael Kerrisk
Explain how to determine top-most mount in /proc/PID/mountinfo
Explain how to determine the top-most mount at a particular
@ -48975,12 +48973,11 @@ cgroup_namespaces.7
Clarify the example by making an implied detail more explicit.
See https://bugzilla.kernel.org/show_bug.cgi?id=201047
cgroups.7
Michael Kerrisk
Add more detail on v2 'cpu' controller and realtime threads
Explicitly note the scheduling policies that are relevant for the
v2 'cpu' controller.
cgroups.7
Michael Kerrisk
Document the use of 'cgroup_no_v1=named' to disable v1 named hierarchies
This feature was added in Linux 5.0.
@ -49067,7 +49064,6 @@ pid_namespaces.7
until the first child is created. Verified by experiment.
Michael Kerrisk
Note that a process can do unshare(CLONE_NEWPID) only once
(See the recent commit to the unshare(2) manual page.)
sched.7
Michael Kerrisk [Eugene Syromyatnikov]