There are 287 open security issues in trixie.
There are 22 open security issues in sid.
There are 29 open security issues in forky.
There are 1600 open security issues in bullseye.
There are 853 open security issues in bookworm.
You can find information about how to handle these issues in the security team's documentation.
There are 636 open security issues in buster.
commit aa614a03e5ceed4f5cf3140064e5f93783ee9572
Merge: 59c14d9d2 88585cceb
Author: Bastian Blank <waldi@debian.org>
Date: Tue Jul 7 19:09:07 2026 +0000
Merge branch 'linux-7.2' into 'debian/latest'
Update to 7.2-rc2
See merge request kernel-team/linux!2011
commit 88585cceb37f37e2af0d5814a984232123e9d09d
Author: Bastian Blank <waldi@debian.org>
Date: Tue Jul 7 19:57:06 2026 +0200
Update to 7.2-rc2
commit 59c14d9d2040838b753d05b9d9d9b2a2582d27e5
Merge: 8e4133e01 5fc892ccc
Author: Ben Hutchings <benh@debian.org>
Date: Tue Jul 7 00:37:18 2026 +0200
Merge branch 'fix-hppa-build' into debian/latest
udeb: Ensure that aead and macsec modules are in the right packages
See merge request kernel-team/linux!1984
commit 8e4133e019a730e54a494b86b732096e409393c6
Author: Salvatore Bonaccorso <carnil@debian.org>
Date: Mon Jul 6 17:58:18 2026 +0200
Add Debian bug closer for #1141276
commit 3ab45871251a776cdd3e9c6ea59d8725c4ad3170
Merge: f52b15bb8 54a1bc3aa
Author: Bastian Blank <waldi@debian.org>
Date: Sun Jul 5 17:25:16 2026 +0000
Merge branch 'di-7.2' into 'debian/latest'
Fix duplicate installer modules
See merge request kernel-team/linux!2008
commit 54a1bc3aa3ffe54c0519bb9a68a44874d8c3ac57
Author: Bastian Blank <waldi@debian.org>
Date: Sun Jul 5 16:45:59 2026 +0200
Fix duplicate installer modules
commit f52b15bb8b2d01d8ce993c0d97bac2f2024201f7
Merge: 2cf5b3f4c 5c77f3fa8
Author: Bastian Blank <waldi@debian.org>
Date: Sun Jul 5 12:12:30 2026 +0000
Merge branch 'linux-7.2' into 'debian/latest'
Update to 7.2-rc1
See merge request kernel-team/linux!2007
commit 5c77f3fa86974368ecf7d33bbf3aa20a046943c8
Author: Bastian Blank <waldi@debian.org>
Date: Sun Jul 5 13:06:38 2026 +0200
Update to 7.2-rc1
commit 5fc892ccc4384414b1061bee614bb63e006ad7f7
Author: Ben Hutchings <benh@debian.org>
Date: Mon Jun 15 19:49:25 2026 +0200
udeb: Ensure that aead and macsec modules are in the right packages
The mscc PHY driver in nic-shared-modules depends on macsec, and
macsec depends on aead. At the same time other crypto modules may
also depend on aead.
Previously this worked out without any module duplication, because
usually CONFIG_CRYPTO_AEAD2=y and aead is built-in.
However, on 7.1 hppa gets CONFIG_CRYPTO_AEAD2=m for reasons I couldn't
work out, and aead ends up in both nic-shared-modules and
crypto-modules. It's not possible to force aead (only) to be built-in
because it's an automatic symbol, so we have to allow for it to be a
module.
To fix this duplication, this explicitly puts the modules in the
appropriate packages:
- macsec in nic-shared-modules
- aead in crypto-modules
and adds a dependency from nic-shared-modules to crypto-modules.
Among the 84 debian patches available in version 7.1.3-1 of the package, we noticed the following issues: