XPost: linux.debian.devel.release
This is a multi-part MIME message sent by reportbug.
Package: release.debian.org
Severity: normal
X-Debbugs-Cc:
[email protected],
[email protected]
Control: affects -1 + src:rmtfs
User:
[email protected]
Usertags: unblock
Please unblock package rmtfs
[ Reason ]
Fixes a crash on some platforms (e.g. Qualcomm RB1) during shutdown.
[ Impact ]
None other than fixing the aforementioned crash
[ Tests ]
Manually tested the new version.
[ Risks ]
None, the change is trivial and only affects systemd services ordering.
[ Checklist ]
[x] all changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in testing
unblock rmtfs/1.1-4
diff -Nru rmtfs-1.1/debian/changelog rmtfs-1.1/debian/changelog
--- rmtfs-1.1/debian/changelog 2025-05-19 12:18:34.000000000 +0200
+++ rmtfs-1.1/debian/changelog 2025-07-25 11:13:29.000000000 +0200
@@ -1,3 +1,12 @@
+rmtfs (1.1-4) unstable; urgency=medium
+
+ [ Robie Basak ]
+ * Fix wifi crash on shutdown.
+ Cherry-picked from upstream:
https://github.com/linux-msm/rmtfs/commit/5b214f61b9b82998bf13f4bfd16fe4e2cd29c086
+ Downstream bug:
https://github.com/qualcomm-linux/qcom-deb-images/issues/40
+
+ -- Arnaud Ferraris <
[email protected]> Fri, 25 Jul 2025 11:13:29 +0200
+
rmtfs (1.1-3) unstable; urgency=medium
* d/control: only build for ARMv7+
diff -Nru rmtfs-1.1/debian/patches/0002-rmtfs.service-Fix-start-stop-ordering-between-rmtfs-.patch rmtfs-1.1/debian/patches/0002-rmtfs.service-Fix-start-stop-ordering-between-rmtfs-.patch
--- rmtfs-1.1/debian/patches/0002-rmtfs.service-Fix-start-stop-ordering-between-rmtfs-.patch 1970-01-01 01:00:00.000000000 +0100
+++ rmtfs-1.1/debian/patches/0002-rmtfs.service-Fix-start-stop-ordering-between-rmtfs-.