Your message dated Sat, 22 Jul 2017 13:17:18 +0100 with message-id <1500725838.14212.3.camel@adam-barratt.org.uk> and subject line Closing bugs for 9.1 p-u fixes has caused the Debian Bug report #868222, regarding stretch-pu: package partman-base/191+deb9u1 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 owner@bugs.debian.org immediately.) -- 868222: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868222 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: stretch-pu: package partman-base/191+deb9u1
- From: Cyril Brulebois <kibi@debian.org>
- Date: Thu, 13 Jul 2017 09:56:54 +0200
- Message-id: <[🔎] 20170713075654.9103.27466.reportbug@armor.home>
Package: release.debian.org Severity: normal Tags: stretch User: release.debian.org@packages.debian.org Usertags: pu Hi, I'd like to fix an installation issue where some devices get their boot firmware area clobbered. We guard against mmcblk0 only, and this fix extends the guard to any mmcblk device. Tiny fix for the relevant log included along in the same commit. Changelog entry: | partman-base (191+deb9u1) stretch; urgency=medium | | [ Karsten Merker ] | * For systems that are known to have their boot firmware on an mmcblk | device, protect the firmware area on all mmcblk devices (and not | only on mmcblk0) from being clobbered during guided partitioning | and add missing whitespace to the corresponding log output. | (Closes: #854822) | | -- Cyril Brulebois <kibi@debian.org> Thu, 13 Jul 2017 09:45:14 +0200 Thanks for considering. KiBi.diff -Nru partman-base-191/debian/changelog partman-base-191+deb9u1/debian/changelog --- partman-base-191/debian/changelog 2017-02-10 19:24:30.000000000 +0100 +++ partman-base-191+deb9u1/debian/changelog 2017-07-13 09:45:15.000000000 +0200 @@ -1,3 +1,14 @@ +partman-base (191+deb9u1) stretch; urgency=medium + + [ Karsten Merker ] + * For systems that are known to have their boot firmware on an mmcblk + device, protect the firmware area on all mmcblk devices (and not + only on mmcblk0) from being clobbered during guided partitioning + and add missing whitespace to the corresponding log output. + (Closes: #854822) + + -- Cyril Brulebois <kibi@debian.org> Thu, 13 Jul 2017 09:45:14 +0200 + partman-base (191) unstable; urgency=medium [ Mathieu Trudel-Lapierre ] diff -Nru partman-base-191/parted_server.c partman-base-191+deb9u1/parted_server.c --- partman-base-191/parted_server.c 2017-02-03 18:56:10.000000000 +0100 +++ partman-base-191+deb9u1/parted_server.c 2017-07-13 09:44:49.000000000 +0200 @@ -1374,9 +1374,9 @@ * the firmware area, resulting in an unbootable system (see * bug #751704). */ - if (is_system_with_firmware_on_disk() && !strcmp(disk->dev->path, "/dev/mmcblk0")) { + if (is_system_with_firmware_on_disk() && !strncmp(disk->dev->path, "/dev/mmcblk", 11)) { disk->needs_clobber = 0; - log("Sunxi/Freescale/AM33XX detected. Disabling ped_disk_clobber" \ + log("Sunxi/Freescale/AM33XX detected. Disabling ped_disk_clobber " \ "for the boot device %s to protect the firmware " \ "area.", disk->dev->path); }
--- End Message ---
--- Begin Message ---
- To: 864292-done@bugs.debian.org, 864747-done@bugs.debian.org, 864757-done@bugs.debian.org, 864802-done@bugs.debian.org, 864973-done@bugs.debian.org, 865002-done@bugs.debian.org, 865057-done@bugs.debian.org, 865122-done@bugs.debian.org, 865212-done@bugs.debian.org, 865214-done@bugs.debian.org, 865225-done@bugs.debian.org, 865270-done@bugs.debian.org, 865355-done@bugs.debian.org, 865695-done@bugs.debian.org, 865997-done@bugs.debian.org, 866332-done@bugs.debian.org, 866351-done@bugs.debian.org, 866516-done@bugs.debian.org, 866679-done@bugs.debian.org, 866692-done@bugs.debian.org, 866759-done@bugs.debian.org, 867091-done@bugs.debian.org, 867118-done@bugs.debian.org, 867159-done@bugs.debian.org, 867190-done@bugs.debian.org, 867231-done@bugs.debian.org, 867248-done@bugs.debian.org, 867335-done@bugs.debian.org, 867479-done@bugs.debian.org, 867490-done@bugs.debian.org, 867567-done@bugs.debian.org, 867597-done@bugs.debian.org, 867624-done@bugs.debian.org, 867659-done@bugs.debian.org, 867716-done@bugs.debian.org, 867965-done@bugs.debian.org, 867966-done@bugs.debian.org, 867970-done@bugs.debian.org, 867989-done@bugs.debian.org, 868017-done@bugs.debian.org, 868029-done@bugs.debian.org, 868054-done@bugs.debian.org, 868102-done@bugs.debian.org, 868105-done@bugs.debian.org, 868128-done@bugs.debian.org, 868130-done@bugs.debian.org, 868214-done@bugs.debian.org, 868222-done@bugs.debian.org, 868228-done@bugs.debian.org, 868344-done@bugs.debian.org, 868361-done@bugs.debian.org, 868451-done@bugs.debian.org, 868459-done@bugs.debian.org, 868468-done@bugs.debian.org
- Subject: Closing bugs for 9.1 p-u fixes
- From: "Adam D. Barratt" <adam@adam-barratt.org.uk>
- Date: Sat, 22 Jul 2017 13:17:18 +0100
- Message-id: <1500725838.14212.3.camel@adam-barratt.org.uk>
Version: 9.1 Hi, These bugs all relate to updates which were included in today's stretch point release. Regards, Adam
--- End Message ---