Hi Karel, * Karel Zak <kzak@xxxxxxxxxx> [241210 12:45]: > Please refer to the following link for the current patches in the > branch: https://github.com/util-linux/util-linux/commits/stable/v2.40/ > > If there is anything missing or if you would like to add something to > the release, please let me know. I think it would be nice to add the following three commits from master; they either apply as is or with an automatic merge done by git: commit 6227b2b0585ee2ccf224cf70c7144296a814a4ab Author: Thomas Weißschuh <thomas@xxxxxxxx> AuthorDate: Tue Apr 9 11:00:26 2024 +0200 Commit: Thomas Weißschuh <thomas@xxxxxxxx> CommitDate: Tue Apr 9 11:10:16 2024 +0200 logger: correctly format tv_usec tv_usec is an unspecified signed integer type. The format string %u assumes an unsigned int, which is incorrect. Especially on 32bit big-endian, where it can lead to invalid values. Reported-by: John Paul Adrian Glaubitz <glaubitz@xxxxxxxxxxxxxxxxxxx> Link: https://lore.kernel.org/util-linux/afef1b770ad80d50660bb2c53a0a8330b88d1049.camel@xxxxxxxxxxxxxxxxxxx/ Signed-off-by: Thomas Weißschuh <thomas@xxxxxxxx> commit 5ebf0edb0a0531cba801c7791543c610725bf944 Author: Chris Hofstaedtler <zeha@xxxxxxxxxx> AuthorDate: Tue Apr 9 10:34:59 2024 +0200 Commit: Karel Zak <kzak@xxxxxxxxxx> CommitDate: Tue Apr 9 13:48:37 2024 +0200 audit-arch.h: add defines for m68k, sh John Paul Adrian Glaubitz points out that libseccomp needs to release 2.6.0, too. Reviewed-by: John Paul Adrian Glaubitz <glaubitz@xxxxxxxxxxxxxxxxxxx> Reviewed-by: Thomas Weißschuh <thomas@xxxxxxxx> Signed-off-by: Chris Hofstaedtler <zeha@xxxxxxxxxx> commit 6fc5b5af4bfea4e3115cddb2c1716b3120bb3d4f Author: Karel Zak <kzak@xxxxxxxxxx> AuthorDate: Thu Jul 11 13:26:30 2024 +0200 Commit: Karel Zak <kzak@xxxxxxxxxx> CommitDate: Thu Jul 11 13:26:30 2024 +0200 agetty: add "systemd" to --version output Signed-off-by: Karel Zak <kzak@xxxxxxxxxx> > The next release, v2.41-rc1, is expected to be released at the end of > December or in January. Good to know. There is no release timeline yet for Debian trixie, so depending on that and when you think 2.41 final might arrive, we could ship with 2.41. If you have any input on that, please let me know. Thanks! Chris