linux-base (4.14)
[PTS] [DDPO]
COMMITS: VCS has seen 6 commits since the 4.12 tag
- Git: https://salsa.debian.org/kernel-team/linux-base.git
-
- Branch: debian/latest
- Path: debian/changelog
- Repo size: 593920
- Browser: https://salsa.debian.org/kernel-team/linux-base
- Last scan: 2025-10-15 16:31:04+00
- Next scan: 2025-10-21 02:36:00+00
- CI pipeline status: success
- Debian changelog in Git:
linux-base (4.14) unstable; urgency=medium
* Upload to unstable
* d/salsa-ci.yml: Remove obsolete lintian error suppression
-- Ben Hutchings <benh@debian.org> Fri, 18 Jul 2025 14:19:44 +0200
- This branch is 6 commits ahead of tag 4.12
- Git log:
commit 40133d4c17c016bbdcb2ad93ad3438bed3ddc6ec
Author: Ben Hutchings <benh@debian.org>
Date: Sun Aug 10 18:06:08 2025 +0200
Prepare to release linux-base (4.14)
commit cf4a6f0becdd4bab70b60d9341c4a4e7dc39beea
Author: Ben Hutchings <benh@debian.org>
Date: Fri Jul 18 14:20:45 2025 +0200
d/salsa-ci.yml: Remove obsolete lintian error suppression
The external bug that falsely triggered the groff-message error has
been fixed.
commit 0de1400188dca00b9a17da0533e7f8d2c06c7fc9
Author: Ben Hutchings <benh@debian.org>
Date: Fri Jul 11 13:20:04 2025 +0200
Prepare to release linux-base (4.13)
commit 1990fb2e8ad225d2d1bc9ade0ebbdf020fef44bb
Author: Ben Hutchings <benh@debian.org>
Date: Fri Jul 11 13:17:19 2025 +0200
postinst hook: Fix installation directory
commit 73cd4dff8993196777ba5d421a95b4bb7811e590
Merge: 6711ccd 4cd0588
Author: Ben Hutchings <benh@debian.org>
Date: Wed Jun 4 19:37:32 2025 +0000
Merge branch 'touch-reboot-required' into 'debian/latest'
postinst hook: Use reboot-required to flag required reboot
See merge request kernel-team/linux-base!18
commit 4cd05881ce2d0d2349c3365c9d3c4b5408cca261
Author: Salvatore Bonaccorso <carnil@debian.org>
Date: Sun Jun 1 16:37:01 2025 +0200
postinst hook: Use reboot-required to flag required reboot
Install a post installation hook to touch the /run/reboot-required file
to indicate a reboot is required when updating the Linux kernel images.
Also add information about the package requesting the reboot to the
/run/reboot-required.pkgs file if run from a packaged kernel (both
Debian or upstream via make deb-pkg).
Closes: #1010699