Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #75013
| From | Ben Hutchings <ben@decadent.org.uk> |
|---|---|
| Newsgroups | linux.debian.kernel |
| Subject | initramfs-tools 0.141 release |
| Date | 2022-04-11 00:30 +0200 |
| Message-ID | <EaOee-7Tjt-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
This release fixes a number of bugs:
- shellcheck warnings which broke the build. Also, shellcheck is no
longer run during package build, so future changes there won't make
this happen again.
- Missing /dev/fd and /dev/std* device nodes after udev stopped
creating them
- Required modules for several Arm-based systems were not included
- USB Ethernet drivers were not included when MODULES=most
- configure_networking would not wait very long for an interface
specified by MAC address rather than name
- When busybox-static was used in the initramfs, its modprobe was
wrongly used instead of kmod's modprobe. For now, this issue still
exists in other packages whose initramfs scripts run modprobe.
- Error message when the initramfs did not contain any kernel modules
This release changes the default compression method from gzip to
zstd -9.
Possible breaking changes:
- The wait for a network device to appear in configure_networking has
been rewritten, and we don't (yet) have automated testing for it
- mkinitramfs requires the kernel configuration to be installed in
/boot/config-<version>, so that it can check which compressors are
supported
The shortlog is below.
Ben.
Alper Nebi Yasak (1):
hook-functions: Include io-domain in dw_mmc-rockchip hidden dependencies
Ariel D'Alessandro (1):
hook-functions: Add nvmem-imx-ocotp driver module to network boot
Ben Hutchings (21):
Only run shellcheck in Salsa CI
Fix shellcheck warning "Avoid x-prefix in comparisons ..."
hook-functions: Fix shellcheck warning "Expansions inside ${..} need to be ..."
Merge branch 'rockchip-io-domain-rename' into 'master'
Merge branch 'dev-setup' into 'master'
Merge branch 'master' into 'master'
mkiniramfs: Log warning about missing compressor to stderr
mkinitramfs: Generalise kernel compression support check
d/salsa-ci.yml: Disable non-arch:all builds
d/salsa-ci.yml: Suppress groff-message warnings caused by bug #973313
debian/tests/control: Add zstd as dependency to avoid (fatal) warnings
Merge branch 'wip/adalessandro/imx8m-fec-nvmem-module' into 'master'
Merge branch 'modprobe-fullpath' into 'master'
Merge branch 'fix-zstd-thread-option' into 'master'
hook-functions: Support network boot via USB Ethernet adapters
Merge branch 'fix_modules_list_error' into 'master'
scripts/functions: Refactor device name logic in configure_networking
scripts/functions: Make configure_networking wait for device specified any way
Merge branch 'benh/config-net-generalise-wait' into 'master'
Revert "d/salsa-ci.yml: Suppress groff-message warnings caused by bug #973313"
Releasing version 0.141.
Ben Love (1):
Fully-qualify modprobe calls to avoid busybox
Dan Streetman (1):
hook-functions: check for dir before running find on it
Hideki Yamane (5):
Use zstd as default compression for initramfs
Recommends: s/pigz/zstd/
Add check whether zstd support kernel (>= 5.9) and CONFIG_RD_ZSTD=y or not
As comparison, compression level 9 is better.
Consider SOURCE_DATE_EPOCH option for zstd
Michael Biebl (1):
Setup /dev/fd and /dev/std{in,out,err} after mounting devtmpfs
Vagrant Cascadian (3):
hook-functions: Add pwm-rockchip to "fb" modules for Pinebook PRO LCD display.
hook-functions: Add usb/typec/tcpm modules to support keyboard on Pinebook PRO.
hook-functions: Add panel-edp to "fb" modules for Pinebook PRO LCD display.
--
Ben Hutchings
The program is absolutely right; therefore, the computer must be wrong.
Back to linux.debian.kernel | Previous | Next | Find similar | Unroll thread
initramfs-tools 0.141 release Ben Hutchings <ben@decadent.org.uk> - 2022-04-11 00:30 +0200
csiph-web