Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.kernel > #69315

Bug#977694: 977694 & 979187 fixed-upstream but remain in Debian :-<

From Ryutaroh Matsumoto <ryutaroh@ict.e.titech.ac.jp>
Newsgroups linux.debian.bugs.dist, linux.debian.kernel
Subject Bug#977694: 977694 & 979187 fixed-upstream but remain in Debian :-<
Date 2021-01-24 07:10 +0100
Message-ID <BAGKZ-7yu-3@gated-at.bofh.it> (permalink)
References <BzFxE-3v4-5@gated-at.bofh.it> <BA2kz-8oF-15@gated-at.bofh.it> <BApTQ-5Or-1@gated-at.bofh.it> <BnznX-7lc-1@gated-at.bofh.it> <BApTQ-5Or-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Cross-posted to 2 groups.

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Control: tags -1 + patch

> linux-config-5.10/sid, and the symptoms 977694 and 979187 are reproduced.
> My impression is that raspi4 USB-MSD boot failure can be fixed by properly
> changing .config. I will investigate what are required changes to the config.

I identified changes in .config enabling boot of raspi 4B from USB MSD.
The following script built a debian kernel package that can boot from
(not buggy) USB MSD. Build was done on raspi 4B.

#!/bin/bash
set -x
apt-get source linux/sid
cd linux-5.10.9
fakeroot make -f debian/rules.gen setup_arm64_none_arm64
cat >>debian/build/build_arm64_none_arm64/.config <<'EOF'
CONFIG_RESET_RASPBERRYPI=y
CONFIG_ARM_RASPBERRYPI_CPUFREQ=y
CONFIG_SENSORS_RASPBERRYPI_HWMON=y
EOF
yes | make -C debian/build/build_arm64_none_arm64 oldconfig
yes | fakeroot /usr/bin/make -j 12 -f debian/rules.gen binary-arch_arm64_none_arm64

I believe 
CONFIG_RESET_RASPBERRYPI=y
CONFIG_ARM_RASPBERRYPI_CPUFREQ=y
CONFIG_SENSORS_RASPBERRYPI_HWMON=y
fix 977694. On the other hand, the other issue 979187 remains.
I will report the situation of 979187 in a separete email.

Best regards, Ryutaroh Matsumoto

Back to linux.debian.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Bug#979187: 979187 is fixed-upstream Ryutaroh Matsumoto <ryutaroh@ict.e.titech.ac.jp> - 2021-01-21 03:20 +0100
  Bug#979187: 979187 is fixed-upstream Salvatore Bonaccorso <carnil@debian.org> - 2021-01-21 11:40 +0100
    Bug#977694: 977694 & 979187 fixed-upstream but remain in Debian :-< Ryutaroh Matsumoto <ryutaroh@ict.e.titech.ac.jp> - 2021-01-22 12:00 +0100
      Bug#977694: 977694 & 979187 fixed-upstream but remain in Debian :-< Ryutaroh Matsumoto <ryutaroh@ict.e.titech.ac.jp> - 2021-01-23 13:10 +0100
        Bug#979187: 977694 & 979187 fixed-upstream but remain in Debian :-< Ryutaroh Matsumoto <ryutaroh@ict.e.titech.ac.jp> - 2021-01-24 07:10 +0100
          Processed: Re: 977694 & 979187 fixed-upstream but remain in  Debian :-< "Debian Bug Tracking System" <owner@bugs.debian.org> - 2021-01-24 07:10 +0100
          Bug#979187: 977694 & 979187 fixed-upstream but remain in Debian :-< Ryutaroh Matsumoto <ryutaroh@ict.e.titech.ac.jp> - 2021-01-26 02:40 +0100
            Bug#977694: 5.10.4 Debian kernel does not boot on raspi 4 with ext4 rootfs and usb-msd Ryutaroh Matsumoto <ryutaroh@ict.e.titech.ac.jp> - 2021-01-28 05:40 +0100
              Processed: Re: 5.10.4 Debian kernel does not boot on raspi 4 with  ext4 rootfs and usb-msd "Debian Bug Tracking System" <owner@bugs.debian.org> - 2021-01-28 05:40 +0100
        Bug#977694: 977694 & 979187 fixed-upstream but remain in Debian :-< Ryutaroh Matsumoto <ryutaroh@ict.e.titech.ac.jp> - 2021-01-24 07:10 +0100

csiph-web