diff options
author | Federico Vaga <federico.vaga@vaga.pv.it> | 2023-03-19 14:46:24 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-03-23 11:27:00 -0600 |
commit | c1f8e848fc31ceabc78e0eacebd5d4f26669976e (patch) | |
tree | 8913f9c110fadfddba56922b5acb0a1971d223b2 /Documentation/translations/it_IT/kernel-hacking/locking.rst | |
parent | 0c4ff6f6c6898de4489d89889febae6a970acdff (diff) | |
download | lwn-c1f8e848fc31ceabc78e0eacebd5d4f26669976e.tar.gz lwn-c1f8e848fc31ceabc78e0eacebd5d4f26669976e.zip |
doc:it_IT: translation alignment
Major update for maintainer-pgp-guide
commit e4412739472b ("Documentation: raise minimum supported version of binutils to 2.25")
commit 67fe6792a7fb ("Documentation: stable: Document alternative for referring upstream commit hash")
commit 8763a30bc15b ("docs: deprecated.rst: Add note about DECLARE_FLEX_ARRAY() usage
commit 2f993509a97e ("docs: process/5.Posting.rst: clarify use of Reported-by: tag")
commit a31323bef2b6 ("timers: Update the documentation to reflect on the new timer_shutdown() API")
Signed-off-by: Federico Vaga <federico.vaga@vaga.pv.it>
Link: https://lore.kernel.org/r/20230319134624.21327-1-federico.vaga@vaga.pv.it
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/translations/it_IT/kernel-hacking/locking.rst')
-rw-r--r-- | Documentation/translations/it_IT/kernel-hacking/locking.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/translations/it_IT/kernel-hacking/locking.rst b/Documentation/translations/it_IT/kernel-hacking/locking.rst index 05d362b16bf0..a9e781d2e323 100644 --- a/Documentation/translations/it_IT/kernel-hacking/locking.rst +++ b/Documentation/translations/it_IT/kernel-hacking/locking.rst @@ -1029,6 +1029,11 @@ Dato che questo è un problema abbastanza comune con una propensione alle corse critiche, dovreste usare timer_delete_sync() (``include/linux/timer.h``) per gestire questo caso. +Prima di rilasciare un temporizzatore dovreste chiamare la funzione +timer_shutdown() o timer_shutdown_sync() di modo che non venga più ricarmato. +Ogni successivo tentativo di riarmare il temporizzatore verrà silenziosamente +ignorato. + Velocità della sincronizzazione =============================== |