Aggiunte kernel 5.11
authorSimone Piccardi <piccardi@truelite.it>
Mon, 1 Mar 2021 14:37:05 +0000 (15:37 +0100)
committerSimone Piccardi <piccardi@truelite.it>
Mon, 1 Mar 2021 14:37:05 +0000 (15:37 +0100)
fileadv.tex
procadv.tex

index 4775a6827a196befafa04432deeff23fe3f3689a..1129c5144fba2f8a25d08363203c07991a8c3da4 100644 (file)
@@ -3886,7 +3886,9 @@ per il campo \var{aio\_sigevent} di \struct{aiocb}.
 
 % TODO trattare la nuova API per l'I/O asincrono (io_uring), introdotta con il
 % kernel 5.1, vedi https://lwn.net/Articles/776703/,
-% https://lwn.net/ml/linux-fsdevel/20190112213011.1439-1-axboe@kernel.dk/ 
+% https://lwn.net/ml/linux-fsdevel/20190112213011.1439-1-axboe@kernel.dk/
+% altre feature correlate:
+% dal 5.11: support for the shutdown(), renameat2(), and unlinkat()
 
 \section{Altre modalità di I/O avanzato}
 \label{sec:file_advanced_io}
@@ -5860,6 +5862,8 @@ da fare
 % TODO trattare qui ioctl_ficlonerange ?
 
 % TODO trattare qui close_range, vedi https://lwn.net/Articles/789023/
+% dal 5.11 aggiunto CLOSE_RANGE_CLOEXEC, https://lwn.net/Articles/837816/ 
+
 
 
 % LocalWords:  dell'I locking multiplexing cap sez system call socket BSD GID
index ebef64305d1095571f98325413d9f99c4130de8f..41060f09e17d4f5a25a6954b3b20a1ba76e28d4e 100644 (file)
@@ -1373,6 +1373,8 @@ il codice non fidato.
 
 % TODO a partire dal kernel 3.17 è stata introdotta la nuova syscall seccomp,
 % vedi http://lwn.net/Articles/600250/ e http://lwn.net/Articles/603321/
+% sempre per seccomp vedi https://lwn.net/Articles/799557/ dal 5.11 supporto
+% per le constant-action bitmaps https://lwn.net/Articles/834785/
 
 
 \itindend{secure~computing~mode}
@@ -1895,10 +1897,15 @@ Introdotta a partire dal kernel 2.4.21, solo su PowerPC.
 % TODO documentare  PR_SET_IO_FLUSHER in 5.6, vedi
 % https://lwn.net/Articles/811230/
 
+% TODO documentare PR_SET_SYSCALL_USER_DISPATCH in 5.11, vedi
+% https://lwn.net/Articles/826313/
+
 \label{sec:prctl_operation}
 \end{basedescript}
 
 
+
+
 \subsection{La funzione \func{ptrace}}
 \label{sec:process_ptrace}
 
@@ -2228,7 +2235,8 @@ degli altri gruppi, che costituisce poi quello che viene chiamato un
 
 % TODO: trattare userfaultfd, introdotta con il 4.23, vedi
 % http://man7.org/linux/man-pages/man2/userfaultfd.2.html,
-% https://lwn.net/Articles/787308/, https://git.kernel.org/linus/57e5d4f278b9
+% https://lwn.net/Articles/787308/, https://git.kernel.org/linus/57e5d4f278b9,
+% e hardening della stessa (https://lwn.net/Articles/819834/) nel 5.11
 
 
 % TODO: trattare process_vm_readv/process_vm_writev introdotte con il kernel