From 405dbe188d3e96b10e256c887b7018c30daebc60 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 31 Jan 2024 14:05:17 +0100 Subject: [PATCH] docs: add exch to ReleaseNotes Signed-off-by: Karel Zak --- Documentation/releases/v2.40-ReleaseNotes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/releases/v2.40-ReleaseNotes b/Documentation/releases/v2.40-ReleaseNotes index 6726aaee7f..9b729f0f1f 100644 --- a/Documentation/releases/v2.40-ReleaseNotes +++ b/Documentation/releases/v2.40-ReleaseNotes @@ -47,7 +47,10 @@ libsmartcols: monotonic, boottime, etc.). * A new small command, enosys, is introduced to make syscalls fail with ENOSYS. - The command is based on prctl( SECCOMP_MODE_FILTER ). + The command is based on prctl( SECCOMP_MODE_FILTER ) syscall. + +* A new command, exch, is introduced to atomically exchanges paths between + two files. The command is based on renameat2( RENAME_EXCHANGE ) syscall. * login(1) now supports systemd service credentials. 'login.noauth' is now supported. -- 2.47.3