Note kernel 6.6
authorSimone Piccardi <piccardi@truelite.it>
Thu, 5 Oct 2023 14:25:40 +0000 (16:25 +0200)
committerSimone Piccardi <piccardi@truelite.it>
Thu, 5 Oct 2023 14:25:40 +0000 (16:25 +0200)
fileio.tex
procadv.tex

index 28153b4789acfa1edb8b0dcaae45c634d27b0797..55c076e952111accd861087fe47837197968367b 100644 (file)
@@ -1960,6 +1960,9 @@ aggiuntivo sono \textit{system call}, ad esempio \func{faccessat} e
 aderenza allo standard POSIX.1-2008, dato che la \textit{system call}
 sottostante non prevede l'argomento \param{flags}.
 
+% TODO: nel kernel 6.6 è stata introdotta fchmodat2 che risolve il problema
+% appena illustrato
+
 % TODO: aggiornare per via di faccessat2 aggiunta con il kernel 5.8
 
 In tab.~\ref{tab:at-functions_constant_values} si sono elencati i valori
index cefed268a182078a4fa8ccc1ad3720b43a055609..4b5912e8784230c6dd6b96e7c5c29f86856d60b8 100644 (file)
@@ -1360,6 +1360,10 @@ essere fornito in una forma di codice interpretabile fornito attraverso un
 socket o una \textit{pipe}, creati prima di lanciare il processo che eseguirà
 il codice non fidato. 
 
+% TODO: a partire dal kernel 6.6 è stato introdotto
+% SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP that indicates that events from the
+% watched process will be handled synchronously; that allows the kernel to
+% schedule the two processes more efficiently (da LWN)
 
 % TODO a partire dal kernel 3.5 è stato introdotto la possibilità di usare un
 % terzo argomento se il secondo è SECCOMP_MODE_FILTER, vedi