Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #71660 > unrolled thread
| Started by | Vagrant Cascadian <vagrant@reproducible-builds.org> |
|---|---|
| First post | 2021-05-16 05:00 +0200 |
| Last post | 2021-05-28 11:00 +0200 |
| Articles | 7 — 3 participants |
Back to article view | Back to linux.debian.kernel
Bug#988574: linux-image-armmp-lpae: ethernet on orange pi plus does not work Vagrant Cascadian <vagrant@reproducible-builds.org> - 2021-05-16 05:00 +0200
Processed: Re: Bug#988574: linux-image-armmp-lpae: ethernet on orange pi plus does not work "Debian Bug Tracking System" <owner@bugs.debian.org> - 2021-05-16 17:10 +0200
Bug#988574: linux-image-armmp-lpae: ethernet on orange pi plus does not work Salvatore Bonaccorso <carnil@debian.org> - 2021-05-16 17:10 +0200
Bug#988574: linux-image-armmp-lpae: ethernet on orange pi plus does not work Salvatore Bonaccorso <carnil@debian.org> - 2021-05-16 19:10 +0200
Bug#988574: linux-image-armmp-lpae: ethernet on orange pi plus does not work Salvatore Bonaccorso <carnil@debian.org> - 2021-05-24 15:10 +0200
Processed: Re: Bug#988574: linux-image-armmp-lpae: ethernet on orange pi plus does not work "Debian Bug Tracking System" <owner@bugs.debian.org> - 2021-05-16 19:10 +0200
Bug#988574: marked as done (linux-image-armmp-lpae: ethernet on orange pi plus does not work) "Debian Bug Tracking System" <owner@bugs.debian.org> - 2021-05-28 11:00 +0200
| From | Vagrant Cascadian <vagrant@reproducible-builds.org> |
|---|---|
| Date | 2021-05-16 05:00 +0200 |
| Subject | Bug#988574: linux-image-armmp-lpae: ethernet on orange pi plus does not work |
| Message-ID | <Cffax-4FW-1@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
Source: linux
Version: 5.10.28-1
Severity: normal
Tags: patch
X-Debbugs-Cc: vagrant@reproducible-builds.org
When upgrading the reproducible builds infrastructure to bullseye, on
the orange pi plus ethernet stopped working with 5.10.x.
Applying a fix from upstream for a similar board appears to fix the
issue:
a900cac3750b9f0b8f5ed0503d9c6359532f644d
ARM: dts: sun7i: a20: bananapro: Fix ethernet phy-mode
dtdiff sun8i-h3-orangepi-plus-orig.dtb sun8i-h3-orangepi-plus.dtb
--- /dev/fd/63 2021-05-16 02:52:30.519751297 +0000
+++ /dev/fd/62 2021-05-16 02:52:30.523751128 +0000
@@ -364,7 +364,7 @@
interrupt-names = "macirq";
interrupts = <0x00 0x52 0x04>;
phy-handle = <0x14>;
- phy-mode = "rgmii";
+ phy-mode = "rgmii-id";
phy-supply = <0x16>;
pinctrl-0 = <0x15>;
pinctrl-names = "default";
live well,
vagrant
[toc] | [next] | [standalone]
| From | "Debian Bug Tracking System" <owner@bugs.debian.org> |
|---|---|
| Date | 2021-05-16 17:10 +0200 |
| Subject | Processed: Re: Bug#988574: linux-image-armmp-lpae: ethernet on orange pi plus does not work |
| Message-ID | <Cfqz0-3cH-13@gated-at.bofh.it> |
| In reply to | #71660 |
Processing control commands: > tags -1 + moreinfo Bug #988574 [src:linux] linux-image-armmp-lpae: ethernet on orange pi plus does not work Added tag(s) moreinfo. -- 988574: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=988574 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
[toc] | [prev] | [next] | [standalone]
| From | Salvatore Bonaccorso <carnil@debian.org> |
|---|---|
| Date | 2021-05-16 17:10 +0200 |
| Message-ID | <Cfqz0-3cH-11@gated-at.bofh.it> |
| In reply to | #71660 |
Control: tags -1 + moreinfo Hi Vagrant, On Sat, May 15, 2021 at 07:55:37PM -0700, Vagrant Cascadian wrote: > Source: linux > Version: 5.10.28-1 > Severity: normal > Tags: patch > X-Debbugs-Cc: vagrant@reproducible-builds.org > > When upgrading the reproducible builds infrastructure to bullseye, on > the orange pi plus ethernet stopped working with 5.10.x. > > Applying a fix from upstream for a similar board appears to fix the > issue: > > a900cac3750b9f0b8f5ed0503d9c6359532f644d > ARM: dts: sun7i: a20: bananapro: Fix ethernet phy-mode > > > dtdiff sun8i-h3-orangepi-plus-orig.dtb sun8i-h3-orangepi-plus.dtb > --- /dev/fd/63 2021-05-16 02:52:30.519751297 +0000 > +++ /dev/fd/62 2021-05-16 02:52:30.523751128 +0000 > @@ -364,7 +364,7 @@ > interrupt-names = "macirq"; > interrupts = <0x00 0x52 0x04>; > phy-handle = <0x14>; > - phy-mode = "rgmii"; > + phy-mode = "rgmii-id"; > phy-supply = <0x16>; > pinctrl-0 = <0x15>; > pinctrl-names = "default"; > > Can you please report this upstream and keep the Debian bug or me in the loop please? the right people/lists would proably be: Rob Herring <robh+dt@kernel.org> (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) Maxime Ripard <mripard@kernel.org> (maintainer:ARM/Allwinner sunXi SoC support) Chen-Yu Tsai <wens@csie.org> (maintainer:ARM/Allwinner sunXi SoC support) Jernej Skrabec <jernej.skrabec@siol.net> (reviewer:ARM/Allwinner sunXi SoC support) devicetree@vger.kernel.org (open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) linux-arm-kernel@lists.infradead.org (moderated list:ARM/Allwinner sunXi SoC support) linux-kernel@vger.kernel.org (open list) Regards, Salvatore
[toc] | [prev] | [next] | [standalone]
| From | Salvatore Bonaccorso <carnil@debian.org> |
|---|---|
| Date | 2021-05-16 19:10 +0200 |
| Message-ID | <Cfsr7-4l8-7@gated-at.bofh.it> |
| In reply to | #71665 |
Control: tags -1 - moreinfo Control: forwarded -1 https://lore.kernel.org/linux-arm-kernel/1243888060.510560.1612783497400@ichabod.co-bxl/ Hi On Sun, May 16, 2021 at 05:05:25PM +0200, Salvatore Bonaccorso wrote: > Control: tags -1 + moreinfo > > Hi Vagrant, > > On Sat, May 15, 2021 at 07:55:37PM -0700, Vagrant Cascadian wrote: > > Source: linux > > Version: 5.10.28-1 > > Severity: normal > > Tags: patch > > X-Debbugs-Cc: vagrant@reproducible-builds.org > > > > When upgrading the reproducible builds infrastructure to bullseye, on > > the orange pi plus ethernet stopped working with 5.10.x. > > > > Applying a fix from upstream for a similar board appears to fix the > > issue: > > > > a900cac3750b9f0b8f5ed0503d9c6359532f644d > > ARM: dts: sun7i: a20: bananapro: Fix ethernet phy-mode > > > > > > dtdiff sun8i-h3-orangepi-plus-orig.dtb sun8i-h3-orangepi-plus.dtb > > --- /dev/fd/63 2021-05-16 02:52:30.519751297 +0000 > > +++ /dev/fd/62 2021-05-16 02:52:30.523751128 +0000 > > @@ -364,7 +364,7 @@ > > interrupt-names = "macirq"; > > interrupts = <0x00 0x52 0x04>; > > phy-handle = <0x14>; > > - phy-mode = "rgmii"; > > + phy-mode = "rgmii-id"; > > phy-supply = <0x16>; > > pinctrl-0 = <0x15>; > > pinctrl-names = "default"; > > > > > > Can you please report this upstream and keep the Debian bug or me in > the loop please? Oh, actually this probably has been already done as per https://lore.kernel.org/linux-arm-kernel/1243888060.510560.1612783497400@ichabod.co-bxl/ . Regards, Salvatore
[toc] | [prev] | [next] | [standalone]
| From | Salvatore Bonaccorso <carnil@debian.org> |
|---|---|
| Date | 2021-05-24 15:10 +0200 |
| Message-ID | <Ciivf-1kk-1@gated-at.bofh.it> |
| In reply to | #71670 |
Hi, FTR, pending now in https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git/commit/?h=sunxi/fixes-for-5.13 Salvatore
[toc] | [prev] | [next] | [standalone]
| From | "Debian Bug Tracking System" <owner@bugs.debian.org> |
|---|---|
| Date | 2021-05-16 19:10 +0200 |
| Subject | Processed: Re: Bug#988574: linux-image-armmp-lpae: ethernet on orange pi plus does not work |
| Message-ID | <Cfsr7-4l8-5@gated-at.bofh.it> |
| In reply to | #71660 |
Processing control commands: > tags -1 - moreinfo Bug #988574 [src:linux] linux-image-armmp-lpae: ethernet on orange pi plus does not work Removed tag(s) moreinfo. > forwarded -1 https://lore.kernel.org/linux-arm-kernel/1243888060.510560.1612783497400@ichabod.co-bxl/ Bug #988574 [src:linux] linux-image-armmp-lpae: ethernet on orange pi plus does not work Set Bug forwarded-to-address to 'https://lore.kernel.org/linux-arm-kernel/1243888060.510560.1612783497400@ichabod.co-bxl/'. -- 988574: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=988574 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
[toc] | [prev] | [next] | [standalone]
| From | "Debian Bug Tracking System" <owner@bugs.debian.org> |
|---|---|
| Date | 2021-05-28 11:00 +0200 |
| Subject | Bug#988574: marked as done (linux-image-armmp-lpae: ethernet on orange pi plus does not work) |
| Message-ID | <CjGvw-2tn-9@gated-at.bofh.it> |
| In reply to | #71660 |
[Multipart message — attachments visible in raw view] — view raw
Your message dated Fri, 28 May 2021 08:49:41 +0000 with message-id <E1lmYBZ-000Fxg-MP@fasolo.debian.org> and subject line Bug#988574: fixed in linux 5.10.40-1 has caused the Debian Bug report #988574, regarding linux-image-armmp-lpae: ethernet on orange pi plus does not work 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.) -- 988574: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=988574 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
[toc] | [prev] | [standalone]
Back to top | Article view | linux.debian.kernel
csiph-web