initramfs-tools (0.146)
[PTS] [DDPO]
COMMITS: VCS has seen 6 commits since the v0.146 tag
- Git: https://salsa.debian.org/kernel-team/initramfs-tools.git
-
- Branch: debian/latest
- Path: debian/changelog
- Repo size: 2428928
- Browser: https://salsa.debian.org/kernel-team/initramfs-tools
- Last scan: 2025-03-16 22:02:02+00
- Next scan: 2025-03-22 07:42:00+00
- Merge requests: 10
- CI pipeline status: success
- Debian changelog in Git:
initramfs-tools (0.146) unstable; urgency=medium
[ Alper Nebi Yasak ]
* [6487f6e] hook-functions: Add soc and extcon drivers
* [99bea09] hook-functions: Add rpmsg and hwspinlock drivers
* [7d1c4b4] hook-functions: Add interconnect drivers
* [cf40492] hook-functions: Add mailbox drivers
* [6caf9cd] hook-functions: Add memory drivers
* [82c266d] hook-functions: Add nvmem drivers
* [6269d10] hook-functions: Add power modules
* [ee89884] hook-functions: Add spmi modules
* [4410741] hook-functions: Add qrtr driver
* [56e9fd6] hook-functions: Add devfreq drivers
* [2eb8e0e] hook-functions: Add dma drivers
* [91a439b] hook-functions: Add watchdog drivers
* [ada64b7] hook-functions: Add usb/typec drivers
* [cb730ef] hook-functions: Add tty/serial drivers
* [7033153] hook-functions: Add input/serio drivers
* [c8a24d8] hook-functions: Add platform/chrome drivers
* [bc902ab] hook-functions: Handle msm hidden depency on qrtr
* [508c23b] hook-functions: Add msm to fb modules list
[ Dmitry Baryshkov ]
* [7328860] hook-functions: add missing module dependencies for Qualcomm
plaforms
[ Ben Hutchings ]
* [140c572] hook-functions: Expand documentation of copy_exec and
copy_file
* [765db02] hook-functions: Restore copy_file's handling of target
ending in slash (Closes: #1082647)
* [d5c2430] hook-functions: Exclude usr-merge symlinks in copy_file
(Closes: #1088959)
* [6adf789] autopkgtest: Add tests for copy_file function
* [59d8726] functions: Define list_filter_out function for filtering
comma-sep lists
* [c1ad6a5] init: Filter 'tmpfs' out of $ROOTFSTYPE
* [10bcd21] tests: Add e2fsprogs to dependencies
[ Benjamin Drung ]
* [81fd41f] Put compressed kernel modules and firmware in an
uncompressed cpio (LP: #2028567)
* [cb06181] unmkinitramfs: use directory names 'cpio1', 'cpio2', etc.
* [fb0b40d] Declare breaking miniramfs 1.0.2 and older
* [137d8a9] Drop obsolete shellcheck overrides
* [cc661aa] Filter net kernel modules by symbol regexp from dracut (LP:
#2031841)
* [687cff2] Explicitly call "set -e" instead of specifying on shebang
* [5eda205] netinfo_to_resolv_conf: clear variables between sourcing
* [b55854d] netinfo_to_resolv_conf: add net_file to local variables
* [df2b4b3] hook-functions: make copy_libgcc to not take any parameters
(LP: #2085157)
* [370b433] test: log commands that produce output on stdout
* [ddec7a3] Mark debian/tests/test-common as sh script
* [9333111] tests: fix shellcheck warning "Declare and assign separately
to ..."
* [db53479] tests: Replace 'echo -n' by printf
* [08ec63c] tests: fix shellcheck warning "variable appears unused"
* [32630e9] tests: fix shellcheck info "read without -r will mangle
backslashes"
* [2c746f1] test: make prepare_network_dumping_rootfs take no parameters
* [84115f9] test: silence incorrect shellcheck SC2119
* [a83ddc2] test: fix checking output / initrd content
* [3ad3f72] d/salsa-ci.yml: include tests in shellcheck
[ Jeffery To ]
* [7b10938] Fix resume device type check
-- Ben Hutchings <benh@debian.org> Sun, 02 Mar 2025 17:46:36 +0100
- This branch is 6 commits ahead of tag v0.146
- Git log:
commit 736391d3ea1aa1858bdade4014863a797e45dec9
Merge: 2aa5542 34f9acd
Author: Ben Hutchings <benh@debian.org>
Date: Sun Mar 16 21:54:16 2025 +0000
Merge branch 'dep-add-reset' into 'debian/latest'
hook-functions: Add reset drivers when MODULES=dep
See merge request kernel-team/initramfs-tools!158
commit 2aa5542019e11c7cf3c7c242c04e23c0026b6498
Merge: 81f2063 319cdc9
Author: Ben Hutchings <benh@debian.org>
Date: Sun Mar 16 18:26:19 2025 +0000
Merge branch 'devpts' into 'debian/latest'
Tighten /dev/pts permissions
See merge request kernel-team/initramfs-tools!161
commit 319cdc98f15d3213f58610141a84b5c67a8a1ebc
Author: Chris Hofstaedtler <zeha@debian.org>
Date: Thu Mar 6 22:44:01 2025 +0100
Tighten /dev/pts permissions
Apply a fuller fix for CVE-2024-28085 and remove g+w from
pseudo-terminals by default.
Signed-off-by: Chris Hofstaedtler <zeha@debian.org>
commit 81f2063c45af88ce724403940de056bf84c382ed
Merge: 571db50 297a9e2
Author: Benjamin Drung <bdrung@debian.org>
Date: Thu Mar 6 18:11:29 2025 +0000
Merge branch 'bug1099461' into 'debian/latest'
hook-functions: avoid aborting in chroots
See merge request kernel-team/initramfs-tools!160
commit 297a9e292aac2a629cc6e7e557952d67640e97d1
Author: Chris Hofstaedtler <zeha@debian.org>
Date: Tue Mar 4 13:08:40 2025 +0100
hook-functions: avoid aborting in chroots
chroots and other build environments often do not have /sys mounted.
Nevertheless they want to build initrds. As a complication, live-boot
calls these functions from a hook that has "set -e" turned on, turning
the ignored error from "read" into an abort of update-initramfs.
Fixes: b3e8cc4011334b6f39ba915149d5518b1644f87b
Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1099461
Signed-off-by: Chris Hofstaedtler <zeha@debian.org>
commit 34f9acde87eab2ee645f48a98f886fa1f6f150eb
Author: Ben Hutchings <benh@debian.org>
Date: Sun Mar 2 16:05:01 2025 +0100
hook-functions: Add reset drivers when MODULES=dep
Reset drivers are currently included when MODULES=most but not when
MODULES=dep. Since they are outside the device model, match them by
module name not by driver class.
Closes: #1027458
Signed-off-by: Ben Hutchings <benh@debian.org>