Re: v2.40.3 plan
Chris Hofstaedtler <[email protected]>
| Newsgroups | org.kernel.vger.util-linux |
|---|---|
| Message-ID | <tcyqzu65my54wgqt4twjcdtb5vayvoojareuzkfnbx6pev7osa@lhea5femzoia> |
Hi Karel, * Karel Zak <[email protected]> [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 <[email protected]> AuthorDate: Tue Apr 9 11:00:26 2024 +0200 Commit: Thomas Weißschuh <[email protected]> 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 <[email protected]> Link: https://lore.kernel.org/util-linux/afef1b770ad80d50660bb2c53a0a8330b88d1049.camel@physik.fu-berlin.de/ Signed-off-by: Thomas Weißschuh <[email protected]> commit 5ebf0edb0a0531cba801c7791543c610725bf944 Author: Chris Hofstaedtler <[email protected]> AuthorDate: Tue Apr 9 10:34:59 2024 +0200 Commit: Karel Zak <[email protected]> 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 <[email protected]> Reviewed-by: Thomas Weißschuh <[email protected]> Signed-off-by: Chris Hofstaedtler <[email protected]> commit 6fc5b5af4bfea4e3115cddb2c1716b3120bb3d4f Author: Karel Zak <[email protected]> AuthorDate: Thu Jul 11 13:26:30 2024 +0200 Commit: Karel Zak <[email protected]> CommitDate: Thu Jul 11 13:26:30 2024 +0200 agetty: add "systemd" to --version output Signed-off-by: Karel Zak <[email protected]> > 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