qcom-phone-utils (0.4.4)
[PTS] [DDPO]
COMMITS: VCS has seen 2 commits since the debian/0.4.4 tag
- Git: https://salsa.debian.org/DebianOnMobile-team/qcom-phone-utils.git
-
- Branch: debian/latest
- Path: debian/changelog
- Repo size: 147456
- Browser: https://salsa.debian.org/DebianOnMobile-team/qcom-phone-utils
- Last scan: 2026-05-08 11:31:14+00
- Next scan: 2026-05-14 03:32:00+00
- Merge requests: 4
- CI pipeline status: success
- Debian changelog in Git:
qcom-phone-utils (0.4.4) unstable; urgency=medium
* hooks: qcom-firmware: add support for SM7150-based devices
-- Arnaud Ferraris <aferraris@debian.org> Wed, 26 Nov 2025 13:12:50 +0100
- This branch is 2 commits ahead of tag debian/0.4.4
- Git log:
commit 8f3d000fcb757b67dd91113fa854d53d4ccbfe7b
Author: Guido Günther <agx@sigxcpu.org>
Date: Sat Apr 18 18:15:10 2026 +0200
scripts: Add helper to backup the boot partition
Backing up the boot partition before a kernel major version change
and in case of problems booting back into the old kernel via
fastboot boot boot_b-6.12-sdm845-2026-04-18
is a simple trick recover from a broken upgrade. Add a script that
simplifies backup up the current boot partition. This can go away
once we have proper A/B immutable image swaps.
Signed-off-by: Guido Günther <agx@sigxcpu.org>
commit 00cbc64beb09651a7b19a456e905dc54177b636a
Author: Guido Günther <agx@sigxcpu.org>
Date: Tue Apr 7 17:15:00 2026 +0200
zz-qcom-bootimg: Allow to downgrade kernels
Ever so often it can be helpful to quickly downgrade a kernel, see
e.g.
https://salsa.debian.org/Mobian-team/devices/kernels/qcom-linux/-/merge_requests/36#note_740594
Make that a bit easier by allowing to use zz-qcom-bootimg for that:
/etc/kernel/postinst.d/zz-qcom-bootimg -f 6.12-sdm670
Signed-off-by: Guido Günther <agx@sigxcpu.org>