[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#946402: marked as done (buster-pu: package raspi3-firmware/1.20190215-1+deb10u2)



Your message dated Sat, 08 Feb 2020 14:21:36 +0000
with message-id <cf1cb2f35981916a86b98b83609df15c95aa378b.camel@adam-barratt.org.uk>
and subject line Closing requests included in 10.3 point release
has caused the Debian Bug report #946402,
regarding buster-pu: package raspi3-firmware/1.20190215-1+deb10u2
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.)


-- 
946402: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946402
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: buster
User: release.debian.org@packages.debian.org
Usertags: pu

Hi stable release managers,

The version 1.20190215-1+deb10u2 fixes an important bug #941974. I have
added the debdiff in attachment.

Thanks,
Regards,
Romain

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru raspi3-firmware-1.20190215/debian/changelog raspi3-firmware-1.20190215/debian/changelog
--- raspi3-firmware-1.20190215/debian/changelog	2019-08-28 12:31:28.000000000 +0200
+++ raspi3-firmware-1.20190215/debian/changelog	2019-11-09 09:09:08.000000000 +0100
@@ -1,3 +1,10 @@
+raspi3-firmware (1.20190215-1+deb10u2) buster; urgency=medium
+
+  * Fix serial console output sent to bluetooth port with kernel 5.x.
+    Thanks to Thorsten Glaser (Closes: #941974)
+
+ -- Romain Perier <romain.perier@gmail.com>  Sat, 09 Nov 2019 09:09:08 +0100
+
 raspi3-firmware (1.20190215-1+deb10u1) buster; urgency=medium
 
   * Add support for bcm2837-rpi-cm3-io3.dtb (as generated by the Linux
diff -Nru raspi3-firmware-1.20190215/debian/kernel/postinst.d/z50-raspi3-firmware raspi3-firmware-1.20190215/debian/kernel/postinst.d/z50-raspi3-firmware
--- raspi3-firmware-1.20190215/debian/kernel/postinst.d/z50-raspi3-firmware	2019-08-28 12:26:28.000000000 +0200
+++ raspi3-firmware-1.20190215/debian/kernel/postinst.d/z50-raspi3-firmware	2019-11-09 09:09:08.000000000 +0100
@@ -88,13 +88,11 @@
   cp "$latest_initrd" /boot/firmware/
 
   serial="ttyAMA0,115200"
-  kernelmajor=$(echo "${latest_kernel_basename}" | sed 's,^vmlinuz-,,g' | cut -d. -f 1)
-  kernelminor=$(echo "${latest_kernel_basename}" | cut -d. -f 2)
-  if [ $kernelmajor -ge 4 ]; then
-    if [ $kernelminor -ge 14 ]; then
-      # Since Linux 4.14, /dev/ttyS1 is the UART on the pinheader.
-      serial="ttyS1,115200"
-    fi
+  kernelmajmin=$(($(echo $latest_kernel_basename | sed -n \
+    's/^vmlinu.-\([0-9]*\)\.\([0-9]*\)\..*$/\1*1000+\2/p')))
+  if [ $kernelmajmin -ge 4014 ]; then
+    # Since Linux 4.14, /dev/ttyS1 is the UART on the pinheader.
+    serial="ttyS1,115200"
   fi
 fi
 

--- End Message ---
--- Begin Message ---
Package: release.debian.org
Version: 10.3

Hi,

Each of the uploads referred to by these bugs was included in today's
stable point release.

Regards,

Adam

--- End Message ---

Reply to: