On 7/28/21 10:19 PM, Alejandro Colomar wrote: > Hi Michael, > > Here is a patch set including patches from others, patches of mine fixing > bug reports of others, tweaks to others' patches, and small patches of mine. > > I resent in this patch set all the patches that I sent a few weeks ago, > so you can ignore any older threads of mine. Hi Alex, I think I've now dealt with all of tese, except for two that you reposted in a following series. Thanks for taking care of all of these patches! Cheers, Michael > -- > > > Alejandro Colomar (11): > readv.2: Minor tweaks to Will's patch > vdso.7: Remove outdated limitation for powerpc > vdso.7: Add y2038 compliant gettime for ppc/32 > posixoptions.7: Fix legacy functions list (s/getcwd/getwd/) > printf.3: wfix > futex.2: Minor tweaks to Kurt's patch > capabilities.7: Minor tweaks to Kir's patch > seccomp_unotify.2: Minor tweaks to Rodrigo's patch > strstr.3: Add special case for empty needle > sigaction.2: Apply minor tweaks to Peter's patch > strlen.3, wcslen.3: Add recommendations for safer variants > > Dan Robertson (1): > man2/fallocate.2: tfix documentation of shared blocks > > Jakub Wilk (3): > seccomp_unotify.2: tfix > proc.5: tfix > scripts/bash_aliases: tfix > > Kir Kolyshkin (3): > capabilities.7: tfix > user_namespaces.7: fix a ref > capabilities.7, user_namespaces.7: describe CAP_SETFCAP > > Kurt Kanzenbach (1): > futex.2: Document FUTEX_LOCK_PI2 > > Peter Collingbourne (1): > sigaction.2: Document SA_EXPOSE_TAGBITS and the flag support detection > protocol > > Richard Palethorpe (1): > wait.2: Add ESRCH for when pid == INT_MIN > > Rodrigo Campos (1): > seccomp_unotify.2: Add doc for SECCOMP_ADDFD_FLAG_SEND > > Sagar Patel (1): > tkill.2: tfix > > Shawn Landden (1): > execve.2: Fix absolute/relative pathname > > Thomas Voss (1): > Various pages: Consistently use '*argv[]' > > Viet Than (1): > time.2: wfix regarding year-2038 > > Will Manley (1): > readv2: Note preadv2(..., RWF_NOWAIT) bug in BUGS section > > kXuan (1): > recv.2: tfix > > Štěpán Němec (2): > path_resolution.7: tfix > namespaces.7: fix confusion caused by text reorganization > > наб (2): > ascii.7: add vertical rule to separate the two columns > pipe.7: also mention writev(2) in atomicity sexion > > man2/bpf.2 | 2 +- > man2/copy_file_range.2 | 2 +- > man2/execve.2 | 9 ++- > man2/fallocate.2 | 2 +- > man2/futex.2 | 110 +++++++++++++++++++++---------- > man2/membarrier.2 | 4 +- > man2/perf_event_open.2 | 2 +- > man2/readv.2 | 11 +++- > man2/recv.2 | 2 +- > man2/seccomp.2 | 2 +- > man2/seccomp_unotify.2 | 30 ++++++++- > man2/sigaction.2 | 133 ++++++++++++++++++++++++++++++++++++++ > man2/time.2 | 2 +- > man2/tkill.2 | 2 +- > man2/wait.2 | 9 +++ > man3/bsearch.3 | 2 +- > man3/getopt.3 | 2 +- > man3/getsubopt.3 | 2 +- > man3/printf.3 | 2 +- > man3/pthread_setname_np.3 | 2 +- > man3/strlen.3 | 6 ++ > man3/strstr.3 | 8 +++ > man3/wcslen.3 | 9 ++- > man3/wordexp.3 | 2 +- > man5/proc.5 | 2 +- > man7/ascii.7 | 2 +- > man7/capabilities.7 | 9 ++- > man7/fanotify.7 | 2 +- > man7/namespaces.7 | 4 +- > man7/path_resolution.7 | 2 +- > man7/pipe.7 | 2 + > man7/posixoptions.7 | 2 +- > man7/user_namespaces.7 | 8 ++- > man7/vdso.7 | 27 +------- > scripts/bash_aliases | 2 +- > 35 files changed, 330 insertions(+), 89 deletions(-) > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/