linux-base (4.14)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 4.15 > 4.14
- Git: https://salsa.debian.org/kernel-team/linux-base.git
-
- Branch: debian/latest
- Path: debian/changelog
- Repo size: 622592
- Browser: https://salsa.debian.org/kernel-team/linux-base
- Last scan: 2025-12-03 13:34:30+00
- Next scan: 2025-12-09 15:30:00+00
- CI pipeline status: success
- Debian changelog in Git:
linux-base (4.15) UNRELEASED; urgency=medium
* linux-run-hooks(1): Fix description of the first argument
* linux-run-hooks: Use compatible hook dir names for headers packages
(Closes: #1121366)
-- Ben Hutchings <benh@debian.org> Thu, 27 Nov 2025 12:00:42 +0100
- This branch is 9 commits ahead of tag 4.12
- Git log:
commit 4972aa1be3c957dd1c3aac02b5883f2a0fb21e70
Merge: 40133d4 66bad13
Author: Ben Hutchings <benh@debian.org>
Date: Wed Dec 3 13:38:40 2025 +0100
Merge branch 'fix-header-hook-dir' into 'debian/latest'
linux-run-hooks: Use compatible hook dir names for headers packages
See merge request kernel-team/linux-base!19
commit 66bad13f4f652d8526128a0b9d705a89cd79bdb5
Author: Ben Hutchings <benh@debian.org>
Date: Thu Nov 27 12:35:17 2025 +0100
linux-run-hooks: Use compatible hook dir names for headers packages
The hook directory for headers postinst hooks was originally
/etc/kernel/header_postinst.d. When reimplementing hook invocation in
linux-run-hooks, I accidentally made the directory names for headers
packages start with 'headers' and not 'header', so no existing hook
scripts are detected.
Reorganise the handling of package types so we specifically handle
'headers' and convert it to a prefix of 'header_'.
Closes: #1121366
commit 1c164af2995abd9768a5506a4f07d5fff0979918
Author: Ben Hutchings <benh@debian.org>
Date: Thu Nov 27 12:02:15 2025 +0100
linux-run-hooks(1): Fix description of the first argument
The description of the first argument here is based on an earlier
unreleased version of linux-run-hooks where it was used directly to
build the directory name. Change it to reflect the split into
separate package-type and script-type arguments.
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