Your message dated Tue, 19 Oct 2021 15:20:08 +0000
with message-id <[email protected]>
and subject line Bug#994941: fixed in util-linux 2.37.2-4
has caused the Debian Bug report #994941,
regarding util-linux: HiFive Unmatched partitions are named "Unleashed"
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
994941: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994941
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: util-linux
Version: 2.36.1-8
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu impish ubuntu-patch
Dear Maintainer,
* What led up to the situation?
ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/mmcblk0: 29.72 GiB, 31914983424 bytes, 62333952 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 892D1327-1A07-4589-A149-ED0F3B603575
Device Start End Sectors Size Type
/dev/mmcblk0p1 235554 62333918 62098365 29.6G Linux filesystem
/dev/mmcblk0p12 227362 235553 8192 4M Linux filesystem
/dev/mmcblk0p13 34 2081 2048 1M HiFive Unleashed FSBL
/dev/mmcblk0p14 2082 10273 8192 4M HiFive Unleashed BBL
/dev/mmcblk0p15 10274 227361 217088 106M EFI System
* What exactly did you do (or not do) that was effective (or
ineffective)?
Please see https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1944741.
Thanks for considering the attached patch.
-- System Information:
Debian Release: bullseye/sid
APT prefers hirsute-updates
APT policy: (500, 'hirsute-updates'), (500, 'hirsute-security'), (500,
'hirsute'), (100, 'hirsute-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.11.0-31-generic (SMP w/16 CPU threads)
Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_US.UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru util-linux-2.36.1/debian/control util-linux-2.36.1/debian/control
--- util-linux-2.36.1/debian/control 2021-08-11 23:37:09.000000000 +0200
+++ util-linux-2.36.1/debian/control 2021-09-23 16:07:01.000000000 +0200
@@ -23,8 +23,7 @@
Build-Conflicts: libcryptsetup-dev
Section: base
Priority: required
-Maintainer: Ubuntu Developers <[email protected]>
-XSBC-Original-Maintainer: util-linux packagers <[email protected]>
+Maintainer: util-linux packagers <[email protected]>
Uploaders: Chris Hofstaedtler <[email protected]>
Standards-Version: 4.5.1
Rules-Requires-Root: binary-targets
diff -Nru util-linux-2.36.1/debian/patches/hifive-guid-names.patch
util-linux-2.36.1/debian/patches/hifive-guid-names.patch
--- util-linux-2.36.1/debian/patches/hifive-guid-names.patch 1970-01-01
01:00:00.000000000 +0100
+++ util-linux-2.36.1/debian/patches/hifive-guid-names.patch 2021-09-23
16:06:46.000000000 +0200
@@ -0,0 +1,25 @@
+Description: Rename HiFive partition UUIDs
+Both HiFive Unleashed and HiFive Unmatched bootloaders seek for the same
+UUIDs to load the next stage bootloader: the current name makes partitions
+on Unmatched board appear as 'Unleashed'.
+
+Fix that by removing the 'Unleashed' part of the current name so that it
+fits both.
+Author: Alexandre Ghiti <[email protected]>
+Origin: upstream,
https://github.com/karelzak/util-linux/commit/10fd91d389497d8be435cc66abbdeb2eb6ea2f07
+Applied-Upstream:
https://github.com/karelzak/util-linux/commit/10fd91d389497d8be435cc66abbdeb2eb6ea2f07
+Last-Update: 2021-09-23
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/include/pt-gpt-partnames.h
++++ b/include/pt-gpt-partnames.h
+@@ -165,6 +165,6 @@
+ /* Plan 9 */
+ DEF_GUID("C91818F9-8025-47AF-89D2-F030D7000C2C", N_("Plan 9 partition")),
+
+-/* HiFive Unleased bootloaders */
+-DEF_GUID("5B193300-FC78-40CD-8002-E86C45580B47", N_("HiFive Unleashed FSBL")),
+-DEF_GUID("2E54B353-1271-4842-806F-E436D6AF6985", N_("HiFive Unleashed BBL")),
++/* HiFive bootloaders */
++DEF_GUID("5B193300-FC78-40CD-8002-E86C45580B47", N_("HiFive FSBL")),
++DEF_GUID("2E54B353-1271-4842-806F-E436D6AF6985", N_("HiFive BBL")),
diff -Nru util-linux-2.36.1/debian/patches/series
util-linux-2.36.1/debian/patches/series
--- util-linux-2.36.1/debian/patches/series 2021-08-11 23:42:55.000000000
+0200
+++ util-linux-2.36.1/debian/patches/series 2021-09-23 16:02:06.000000000
+0200
@@ -9,3 +9,4 @@
upstream/libmount-do-not-canonicalize-ZFS-source-dataset.patch
upstream/libmount-allow-read-only-for-not-root-users.patch
upstream/CVE-2021-37600-sys-utils-ipcutils-be-careful-when-call-calloc.patch
+hifive-guid-names.patch
--- End Message ---
--- Begin Message ---
Source: util-linux
Source-Version: 2.37.2-4
Done: Chris Hofstaedtler <[email protected]>
We believe that the bug you reported is fixed in the latest version of
util-linux, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Chris Hofstaedtler <[email protected]> (supplier of updated util-linux package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 19 Oct 2021 14:02:14 +0000
Source: util-linux
Architecture: source
Version: 2.37.2-4
Distribution: unstable
Urgency: medium
Maintainer: util-linux packagers <[email protected]>
Changed-By: Chris Hofstaedtler <[email protected]>
Closes: 992516 994941 996751 996764
Changes:
util-linux (2.37.2-4) unstable; urgency=medium
.
[ Debian Janitor ]
* Use secure URI in Homepage field.
* Remove 1 obsolete maintscript entry.
* Re-export upstream signing key without extra signatures.
.
[ Chris Hofstaedtler ]
* Add upstream-applied patches for requested features
* Use more passive wording in hardlink.1
* fallocate: Let user choose larger buffers for IO reading
* Update HiFive partition names
Thanks to Alexandre Ghiti, Eduard Bloch (Closes: #994941)
* more: add upstream patch for "Erase line before writing the filename"
Thanks to Vincent Smeets (Closes: #992516)
* Apply upstream patch to remove accidental nbsp from blockdev output
(Closes: #996751)
* Apply upstreamed patch to fix FTBFS with mkswap on ext3 in cowbuilder.
Thanks to Mark Hindley <[email protected]> (Closes: #996764)
Checksums-Sha1:
aafc4f270d0287df55bbee6d09bdeeec1e3ee0a0 4454 util-linux_2.37.2-4.dsc
a225a60195894b9c71a1353bf627edf21621fed4 97648
util-linux_2.37.2-4.debian.tar.xz
122a8e3b8d28bb20e44a4366f338a43e911cd422 7583
util-linux_2.37.2-4_source.buildinfo
Checksums-Sha256:
a312bd385e6730207c6a96808367714af6bd0b318c09b8b87dd5f02f4ba9e91c 4454
util-linux_2.37.2-4.dsc
2639bef2d22c57f6e5394e51f892f7d2df39050d663df4864361fbaac3fd5897 97648
util-linux_2.37.2-4.debian.tar.xz
8d87e30135d23c1715eceb01a3a76d0bf111d861e23dc1a059da54aec4d1cb70 7583
util-linux_2.37.2-4_source.buildinfo
Files:
1c5007267977afae80363d6c82aa3e8d 4454 base required util-linux_2.37.2-4.dsc
cb390a9cd03059feab92194c490f0eba 97648 base required
util-linux_2.37.2-4.debian.tar.xz
c6bc570c30ba364b4e64fa807e8c1e22 7583 base required
util-linux_2.37.2-4_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEfRrP+tnggGycTNOSXBPW25MFLgMFAmFu3FEACgkQXBPW25MF
LgMnhxAAkKngK5hOzyUnaQP9asgYvIulSYl+523lwTenAjaYXcX8dsZ6wup580Sv
XwDsslw98UW/cgtiX+3mb6AgE5YYFbTujwLc5qrPWc/+jiWHpr/ECy5WQLKCLvbp
myeQ7M563vRvon//a+GnEsnbZnlxcquR01XZCbaEvkbbcuxVx9KAPT+NmMd57y6V
LhnkfyqvT4vr3TX7jpsz+Jf3HyAitZP0rFyOb4xl7kMYmlbK6XSGRU1GfCq3kRg0
rIu8wOsSF7OL+fB0oPSjGMK1wP8agsOg3q+Q+WuQZj58Am74ihNh66EpwOCL33we
fn6cGiBHkgIxImZo6LAUmKHn1XyDNpz34K2oEWgBZA2vHxRFWEkNfBOtpxulrQwC
5Dj3xvy5/pwHfniODOu1/y+EVY/2IzszvEFxAh1SdVdYb2+HYOATiXjo50JLSDPS
80sxxP52ysxkYv28BrH1zLtrHXCzlC1+y7WG91fL+y3WW3FTW1utTuzu8o7hnY3P
KGIEm6ila677lIRW4H8eaD/7f76cgAQmKvXvLHvN1x9dgTcBoDHi8a5/qt0YzaLd
EuY3/qiwxky6cCNOIgffcXSNALC6M2ooti2PX6CCNQBafYMH6Hrtqgp4WBElWnSn
R4xkEw4/30l1wauxtWsDEwVHxdbVHGYq0RLocaKHCVaUDLFI0Bo=
=8kHa
-----END PGP SIGNATURE-----
--- End Message ---