All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: stable boot: 93 boots: 92 pass, 1 fail (v3.17.6)
@ 2014-12-08 11:35 Arnd Bergmann
  2014-12-08 13:48 ` Geert Uytterhoeven
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Arnd Bergmann @ 2014-12-08 11:35 UTC (permalink / raw)
  To: linux-sh

On Sunday 07 December 2014 21:49:05 Kevin's boot bot wrote:
> Full Build report: http://status.armcloud.us/build/stable/kernel/v3.17.6/
> Full Boot report:  http://status.armcloud.us/boot/all/job/stable/kernel/v3.17.6/
> 
> Tree/Branch: stable
> Git describe: v3.17.6
> 
> Failed boot tests
> ========>                      emev2-kzm9d:     FAIL:    arm-shmobile_defconfig
>                                       http://storage.armcloud.us/kernel-ci/stable/v3.17.6/arm-shmobile_defconfig/boot-emev2-kzm9d.html
> 

I tried to look at the reports, but the links don't work. Going
back in the archive, I see that it was still working until v3.17.2,
broken in v3.17.4/.5/.6 and the boot report for v3.17.3 seemed to run
into an unrelated issue. Mainline was always fine since 3.17, only
the stable kernels had problems:

http://storage.armcloud.us/kernel-ci/stable/v3.17.2/arm-shmobile_defconfig/boot-emev2-kzm9d.html
http://storage.armcloud.us/kernel-ci/stable/v3.17.3/arm-shmobile_defconfig/boot-emev2-kzm9d.html
http://storage.armcloud.us/kernel-ci/stable/v3.17.4/arm-shmobile_defconfig/boot-emev2-kzm9d.html

It may be worth having the sh team investigate the problem some more,
to see if a bad patch made it into stable kernels.

	Arnd

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: stable boot: 93 boots: 92 pass, 1 fail (v3.17.6)
  2014-12-08 11:35 stable boot: 93 boots: 92 pass, 1 fail (v3.17.6) Arnd Bergmann
@ 2014-12-08 13:48 ` Geert Uytterhoeven
  2014-12-08 15:39 ` Arnd Bergmann
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Geert Uytterhoeven @ 2014-12-08 13:48 UTC (permalink / raw)
  To: linux-sh

Hi Arnd,

On Mon, Dec 8, 2014 at 12:35 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Sunday 07 December 2014 21:49:05 Kevin's boot bot wrote:
>> Full Build report: http://status.armcloud.us/build/stable/kernel/v3.17.6/
>> Full Boot report:  http://status.armcloud.us/boot/all/job/stable/kernel/v3.17.6/
>>
>> Tree/Branch: stable
>> Git describe: v3.17.6
>>
>> Failed boot tests
>> ========>>                      emev2-kzm9d:     FAIL:    arm-shmobile_defconfig
>>                                       http://storage.armcloud.us/kernel-ci/stable/v3.17.6/arm-shmobile_defconfig/boot-emev2-kzm9d.html
>>
>
> I tried to look at the reports, but the links don't work. Going
> back in the archive, I see that it was still working until v3.17.2,
> broken in v3.17.4/.5/.6 and the boot report for v3.17.3 seemed to run
> into an unrelated issue. Mainline was always fine since 3.17, only
> the stable kernels had problems:
>
> http://storage.armcloud.us/kernel-ci/stable/v3.17.2/arm-shmobile_defconfig/boot-emev2-kzm9d.html
> http://storage.armcloud.us/kernel-ci/stable/v3.17.3/arm-shmobile_defconfig/boot-emev2-kzm9d.html
> http://storage.armcloud.us/kernel-ci/stable/v3.17.4/arm-shmobile_defconfig/boot-emev2-kzm9d.html
>
> It may be worth having the sh team investigate the problem some more,
> to see if a bad patch made it into stable kernels.

Thanks for telling us!

I don't have a kzm9d, so I'm just guessing based on the evidence.

1. When comparing successful v3.1.72 with failed v3.17.4, I see:

 Sending DHCP requests ., OK
-IP-Config: Got DHCP answer from 192.168.1.3, my address is 192.168.1.189
+IP-Config: Got DHCP answer from 192.168.1.254, my address is 192.168.1.188
 IP-Config: Complete:
-     device=eth0, hwaddr\0:01:9b:04:03:cd, ipaddr\x192.168.1.189,
mask%5.255.255.0, gw\x192.168.1.254
-     host=kzm9d, domain=lan, nis-domain=(none)
-     bootserver\x192.168.1.2, rootserver\x192.168.1.2,
rootpath=/opt/kjh/rootfs/debian/armel,rsize@96,wsize@96
-     nameserver0\x192.168.1.254, nameserver1f.93.87.2,
nameserver2!6.231.41.2
+     device=eth0, hwaddr\0:01:9b:04:03:cd, ipaddr\x192.168.1.188,
mask%5.255.255.0, gw\x192.168.1.254
+     host\x192.168.1.188, domain=lan, nis-domain=(none)
+     bootserver\x192.168.1.254, rootserver\x192.168.1.254, rootpath+     nameserver0\x192.168.1.254
 ALSA device list:
   No soundcards found.

So both the client and server IP addresses have changed. Is there a proper NFS
root file system available? Mounting of NFS root will time out, but the boot
farm management software may time out earlier, so we don't get to see the
panic message?

Could this be a configuration issue?
Do you have more logs, e.g. from successful v3.18-rc* builds??

2. v3.17.4 has

commit a54857a74cf6724a872217477fa5827d6b9d26c8
Author: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Date:   Thu Nov 13 09:14:34 2014 +0100

    smsc911x: power-up phydev before doing a software reset.

    [ Upstream commit ccf899a27c08038db91765ff12bb0380dcd85887 ]

Seems unlikely the above is the culprit, but please note that upstream does have
a few more fixes in this area:

6ff53fd37175e35d net/smsc911x: Fix delays in the PHY enable/disable routines
242bcd5ba1dcea80 net/smsc911x: Fix rare soft reset timeout issue due
to PHY power-down mode

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: stable boot: 93 boots: 92 pass, 1 fail (v3.17.6)
  2014-12-08 11:35 stable boot: 93 boots: 92 pass, 1 fail (v3.17.6) Arnd Bergmann
  2014-12-08 13:48 ` Geert Uytterhoeven
@ 2014-12-08 15:39 ` Arnd Bergmann
  2014-12-08 16:23 ` Tyler Baker
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Arnd Bergmann @ 2014-12-08 15:39 UTC (permalink / raw)
  To: linux-sh

On Monday 08 December 2014 14:48:20 Geert Uytterhoeven wrote:
> On Mon, Dec 8, 2014 at 12:35 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> > On Sunday 07 December 2014 21:49:05 Kevin's boot bot wrote:
> >> Full Build report: http://status.armcloud.us/build/stable/kernel/v3.17.6/
> >> Full Boot report:  http://status.armcloud.us/boot/all/job/stable/kernel/v3.17.6/
> >>
> >> Tree/Branch: stable
> >> Git describe: v3.17.6
> >>
> >> Failed boot tests
> >> ========> >>                      emev2-kzm9d:     FAIL:    arm-shmobile_defconfig
> >>                                       http://storage.armcloud.us/kernel-ci/stable/v3.17.6/arm-shmobile_defconfig/boot-emev2-kzm9d.html
> >>
> >
> > I tried to look at the reports, but the links don't work. Going
> > back in the archive, I see that it was still working until v3.17.2,
> > broken in v3.17.4/.5/.6 and the boot report for v3.17.3 seemed to run
> > into an unrelated issue. Mainline was always fine since 3.17, only
> > the stable kernels had problems:
> >
> > http://storage.armcloud.us/kernel-ci/stable/v3.17.2/arm-shmobile_defconfig/boot-emev2-kzm9d.html
> > http://storage.armcloud.us/kernel-ci/stable/v3.17.3/arm-shmobile_defconfig/boot-emev2-kzm9d.html
> > http://storage.armcloud.us/kernel-ci/stable/v3.17.4/arm-shmobile_defconfig/boot-emev2-kzm9d.html
> >
> > It may be worth having the sh team investigate the problem some more,
> > to see if a bad patch made it into stable kernels.
> 
> Thanks for telling us!
> 
> I don't have a kzm9d, so I'm just guessing based on the evidence.
> 
> 1. When comparing successful v3.1.72 with failed v3.17.4, I see:
> 
>  Sending DHCP requests ., OK
> -IP-Config: Got DHCP answer from 192.168.1.3, my address is 192.168.1.189
> +IP-Config: Got DHCP answer from 192.168.1.254, my address is 192.168.1.188
>  IP-Config: Complete:
> -     device=eth0, hwaddr\0:01:9b:04:03:cd, ipaddr\x192.168.1.189,
> mask%5.255.255.0, gw\x192.168.1.254
> -     host=kzm9d, domain=lan, nis-domain=(none)
> -     bootserver\x192.168.1.2, rootserver\x192.168.1.2,
> rootpath=/opt/kjh/rootfs/debian/armel,rsize@96,wsize@96
> -     nameserver0\x192.168.1.254, nameserver1f.93.87.2,
> nameserver2!6.231.41.2
> +     device=eth0, hwaddr\0:01:9b:04:03:cd, ipaddr\x192.168.1.188,
> mask%5.255.255.0, gw\x192.168.1.254
> +     host\x192.168.1.188, domain=lan, nis-domain=(none)
> +     bootserver\x192.168.1.254, rootserver\x192.168.1.254, rootpath> +     nameserver0\x192.168.1.254
>  ALSA device list:
>    No soundcards found.
> 
> So both the client and server IP addresses have changed. Is there a proper NFS
> root file system available? Mounting of NFS root will time out, but the boot
> farm management software may time out earlier, so we don't get to see the
> panic message?

The 3.18-rc7 boot got these:

IP-Config: Got DHCP answer from 192.168.1.254, my address is 192.168.1.185
IP-Config: Complete:
     device=eth0, hwaddr\0:01:9b:04:03:cd, ipaddr\x192.168.1.185, mask%5.255.255.0, gw\x192.168.1.254
     host\x192.168.1.185, domain=lan, nis-domain=(none)
     bootserver\x192.168.1.254, rootserver\x192.168.1.254, rootpath     nameserver0\x192.168.1.254

So it's the same server as the failing config, and yet another client
address. I'd say it's unlikely to be related.

> Could this be a configuration issue?
> Do you have more logs, e.g. from successful v3.18-rc* builds??


http://lists.linaro.org/pipermail/kernel-build-reports/2014-November/author.html
has all the build reports from November, and you can navigate the archives
to find other months.

See 
http://storage.armcloud.us/kernel-ci/mainline/v3.18-rc7/arm-shmobile_defconfig/boot-emev2-kzm9d.txt

for another example of a successful log, or navigate the directories on
that server for others.

> 2. v3.17.4 has
> 
> commit a54857a74cf6724a872217477fa5827d6b9d26c8
> Author: Enric Balletbo i Serra <eballetbo@iseebcn.com>
> Date:   Thu Nov 13 09:14:34 2014 +0100
> 
>     smsc911x: power-up phydev before doing a software reset.
> 
>     [ Upstream commit ccf899a27c08038db91765ff12bb0380dcd85887 ]
> 
> Seems unlikely the above is the culprit, but please note that upstream does have
> a few more fixes in this area:
> 
> 6ff53fd37175e35d net/smsc911x: Fix delays in the PHY enable/disable routines
> 242bcd5ba1dcea80 net/smsc911x: Fix rare soft reset timeout issue due
> to PHY power-down mode

If you think it helps, we could try reverting this commit and have the
boot farm try the latest 3.17.6 without this patch.

	Arnd

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: stable boot: 93 boots: 92 pass, 1 fail (v3.17.6)
  2014-12-08 11:35 stable boot: 93 boots: 92 pass, 1 fail (v3.17.6) Arnd Bergmann
  2014-12-08 13:48 ` Geert Uytterhoeven
  2014-12-08 15:39 ` Arnd Bergmann
@ 2014-12-08 16:23 ` Tyler Baker
  2014-12-08 16:45 ` Kevin Hilman
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Tyler Baker @ 2014-12-08 16:23 UTC (permalink / raw)
  To: linux-sh

On 8 December 2014 at 03:35, Arnd Bergmann <arnd@arndb.de> wrote:
> On Sunday 07 December 2014 21:49:05 Kevin's boot bot wrote:
>> Full Build report: http://status.armcloud.us/build/stable/kernel/v3.17.6/
>> Full Boot report:  http://status.armcloud.us/boot/all/job/stable/kernel/v3.17.6/
>>
>> Tree/Branch: stable
>> Git describe: v3.17.6
>>
>> Failed boot tests
>> ========>>                      emev2-kzm9d:     FAIL:    arm-shmobile_defconfig
>>                                       http://storage.armcloud.us/kernel-ci/stable/v3.17.6/arm-shmobile_defconfig/boot-emev2-kzm9d.html
>>
>
> I tried to look at the reports, but the links don't work. Going

Apologies, a fix for this issue is being pushed now.

> back in the archive, I see that it was still working until v3.17.2,
> broken in v3.17.4/.5/.6 and the boot report for v3.17.3 seemed to run
> into an unrelated issue. Mainline was always fine since 3.17, only
> the stable kernels had problems:
>
> http://storage.armcloud.us/kernel-ci/stable/v3.17.2/arm-shmobile_defconfig/boot-emev2-kzm9d.html
> http://storage.armcloud.us/kernel-ci/stable/v3.17.3/arm-shmobile_defconfig/boot-emev2-kzm9d.html
> http://storage.armcloud.us/kernel-ci/stable/v3.17.4/arm-shmobile_defconfig/boot-emev2-kzm9d.html
>
> It may be worth having the sh team investigate the problem some more,
> to see if a bad patch made it into stable kernels.
>
>         Arnd
>
> _______________________________________________
> Kernel-build-reports mailing list
> Kernel-build-reports@lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/kernel-build-reports



-- 
Tyler Baker
Tech Lead, LAVA
Linaro.org | Open source software for ARM SoCs
Follow Linaro: http://www.facebook.com/pages/Linaro
http://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: stable boot: 93 boots: 92 pass, 1 fail (v3.17.6)
  2014-12-08 11:35 stable boot: 93 boots: 92 pass, 1 fail (v3.17.6) Arnd Bergmann
                   ` (2 preceding siblings ...)
  2014-12-08 16:23 ` Tyler Baker
@ 2014-12-08 16:45 ` Kevin Hilman
  2014-12-08 17:03 ` Geert Uytterhoeven
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Kevin Hilman @ 2014-12-08 16:45 UTC (permalink / raw)
  To: linux-sh

Arnd Bergmann <arnd@arndb.de> writes:

> On Monday 08 December 2014 14:48:20 Geert Uytterhoeven wrote:
>> On Mon, Dec 8, 2014 at 12:35 PM, Arnd Bergmann <arnd@arndb.de> wrote:
>> > On Sunday 07 December 2014 21:49:05 Kevin's boot bot wrote:
>> >> Full Build report: http://status.armcloud.us/build/stable/kernel/v3.17.6/
>> >> Full Boot report:  http://status.armcloud.us/boot/all/job/stable/kernel/v3.17.6/
>> >>
>> >> Tree/Branch: stable
>> >> Git describe: v3.17.6
>> >>
>> >> Failed boot tests
>> >> ========>> >>                      emev2-kzm9d:     FAIL:    arm-shmobile_defconfig
>> >>                                       http://storage.armcloud.us/kernel-ci/stable/v3.17.6/arm-shmobile_defconfig/boot-emev2-kzm9d.html
>> >>
>> >
>> > I tried to look at the reports, but the links don't work. Going
>> > back in the archive, I see that it was still working until v3.17.2,
>> > broken in v3.17.4/.5/.6 and the boot report for v3.17.3 seemed to run
>> > into an unrelated issue. Mainline was always fine since 3.17, only
>> > the stable kernels had problems:
>> >
>> > http://storage.armcloud.us/kernel-ci/stable/v3.17.2/arm-shmobile_defconfig/boot-emev2-kzm9d.html
>> > http://storage.armcloud.us/kernel-ci/stable/v3.17.3/arm-shmobile_defconfig/boot-emev2-kzm9d.html
>> > http://storage.armcloud.us/kernel-ci/stable/v3.17.4/arm-shmobile_defconfig/boot-emev2-kzm9d.html
>> >
>> > It may be worth having the sh team investigate the problem some more,
>> > to see if a bad patch made it into stable kernels.
>> 
>> Thanks for telling us!
>> 
>> I don't have a kzm9d, so I'm just guessing based on the evidence.
>> 
>> 1. When comparing successful v3.1.72 with failed v3.17.4, I see:
>> 
>>  Sending DHCP requests ., OK
>> -IP-Config: Got DHCP answer from 192.168.1.3, my address is 192.168.1.189
>> +IP-Config: Got DHCP answer from 192.168.1.254, my address is 192.168.1.188
>>  IP-Config: Complete:
>> -     device=eth0, hwaddr\0:01:9b:04:03:cd, ipaddr\x192.168.1.189,
>> mask%5.255.255.0, gw\x192.168.1.254
>> -     host=kzm9d, domain=lan, nis-domain=(none)
>> -     bootserver\x192.168.1.2, rootserver\x192.168.1.2,
>> rootpath=/opt/kjh/rootfs/debian/armel,rsize@96,wsize@96
>> -     nameserver0\x192.168.1.254, nameserver1f.93.87.2,
>> nameserver2!6.231.41.2
>> +     device=eth0, hwaddr\0:01:9b:04:03:cd, ipaddr\x192.168.1.188,
>> mask%5.255.255.0, gw\x192.168.1.254
>> +     host\x192.168.1.188, domain=lan, nis-domain=(none)
>> +     bootserver\x192.168.1.254, rootserver\x192.168.1.254, rootpath>> +     nameserver0\x192.168.1.254
>>  ALSA device list:
>>    No soundcards found.
>> 
>> So both the client and server IP addresses have changed. Is there a proper NFS
>> root file system available? Mounting of NFS root will time out, but the boot
>> farm management software may time out earlier, so we don't get to see the
>> panic message?
>
> The 3.18-rc7 boot got these:
>
> IP-Config: Got DHCP answer from 192.168.1.254, my address is 192.168.1.185
> IP-Config: Complete:
>      device=eth0, hwaddr\0:01:9b:04:03:cd, ipaddr\x192.168.1.185, mask%5.255.255.0, gw\x192.168.1.254
>      host\x192.168.1.185, domain=lan, nis-domain=(none)
>      bootserver\x192.168.1.254, rootserver\x192.168.1.254, rootpath>      nameserver0\x192.168.1.254
>
> So it's the same server as the failing config, and yet another client
> address. I'd say it's unlikely to be related.

I figured it out.

The problem is that my DHCP is no longer giving out a default root-path,
and I neglected to update the commandline for this board.  I'd forgotten
that the shmobile_defconfig doesn't have initrd support in v3.17, so it
can't boot from a ramdisk like all my other boards.

Geert, Simon, any objections to enabling initrd support in v3.17 stable?
Probably just asking Greg to cherry-pick mainline commit which does
this[1] should suffice.

Kevin

[1]
commit 874ee23c83d888f8824305c277e047c7799f30b9
Author: Kevin Hilman <khilman@linaro.org>
Date:   Wed Aug 13 17:07:15 2014 -0700

    ARM: shmobile: defconfig: enable initrd

    Enable initrd support.

    Signed-off-by: Kevin Hilman <khilman@linaro.org>
    [horms+renesas@verge.net.au: dropped enabling atag dtb compat]
    Signed-off-by: Simon Horman <horms+renesas@verge.net.au>2H


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: stable boot: 93 boots: 92 pass, 1 fail (v3.17.6)
  2014-12-08 11:35 stable boot: 93 boots: 92 pass, 1 fail (v3.17.6) Arnd Bergmann
                   ` (3 preceding siblings ...)
  2014-12-08 16:45 ` Kevin Hilman
@ 2014-12-08 17:03 ` Geert Uytterhoeven
  2014-12-08 17:17 ` Kevin Hilman
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Geert Uytterhoeven @ 2014-12-08 17:03 UTC (permalink / raw)
  To: linux-sh

Hi Kevin,

On Mon, Dec 8, 2014 at 5:45 PM, Kevin Hilman <khilman@kernel.org> wrote:
> Arnd Bergmann <arnd@arndb.de> writes:
>> On Monday 08 December 2014 14:48:20 Geert Uytterhoeven wrote:
>>> On Mon, Dec 8, 2014 at 12:35 PM, Arnd Bergmann <arnd@arndb.de> wrote:
>>> > On Sunday 07 December 2014 21:49:05 Kevin's boot bot wrote:
>>> >> Full Build report: http://status.armcloud.us/build/stable/kernel/v3.17.6/
>>> >> Full Boot report:  http://status.armcloud.us/boot/all/job/stable/kernel/v3.17.6/
>>> >>
>>> >> Tree/Branch: stable
>>> >> Git describe: v3.17.6
>>> >>
>>> >> Failed boot tests
>>> >> ========>>> >>                      emev2-kzm9d:     FAIL:    arm-shmobile_defconfig
>>> >>                                       http://storage.armcloud.us/kernel-ci/stable/v3.17.6/arm-shmobile_defconfig/boot-emev2-kzm9d.html

> I figured it out.
>
> The problem is that my DHCP is no longer giving out a default root-path,
> and I neglected to update the commandline for this board.  I'd forgotten
> that the shmobile_defconfig doesn't have initrd support in v3.17, so it
> can't boot from a ramdisk like all my other boards.

Good to hear that!

> Geert, Simon, any objections to enabling initrd support in v3.17 stable?
> Probably just asking Greg to cherry-pick mainline commit which does
> this[1] should suffice.

Personally, I have no objections.
It's just stretching stable-kernel-rules a little bit ;-)

> Kevin
>
> [1]
> commit 874ee23c83d888f8824305c277e047c7799f30b9
> Author: Kevin Hilman <khilman@linaro.org>
> Date:   Wed Aug 13 17:07:15 2014 -0700
>
>     ARM: shmobile: defconfig: enable initrd
>
>     Enable initrd support.
>
>     Signed-off-by: Kevin Hilman <khilman@linaro.org>
>     [horms+renesas@verge.net.au: dropped enabling atag dtb compat]
>     Signed-off-by: Simon Horman <horms+renesas@verge.net.au>2H

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: stable boot: 93 boots: 92 pass, 1 fail (v3.17.6)
  2014-12-08 11:35 stable boot: 93 boots: 92 pass, 1 fail (v3.17.6) Arnd Bergmann
                   ` (4 preceding siblings ...)
  2014-12-08 17:03 ` Geert Uytterhoeven
@ 2014-12-08 17:17 ` Kevin Hilman
  2014-12-08 17:35 ` Kevin Hilman
  2014-12-09  0:27 ` Simon Horman
  7 siblings, 0 replies; 9+ messages in thread
From: Kevin Hilman @ 2014-12-08 17:17 UTC (permalink / raw)
  To: linux-sh

Geert Uytterhoeven <geert@linux-m68k.org> writes:

> Hi Kevin,
>
> On Mon, Dec 8, 2014 at 5:45 PM, Kevin Hilman <khilman@kernel.org> wrote:
>> Arnd Bergmann <arnd@arndb.de> writes:
>>> On Monday 08 December 2014 14:48:20 Geert Uytterhoeven wrote:
>>>> On Mon, Dec 8, 2014 at 12:35 PM, Arnd Bergmann <arnd@arndb.de> wrote:
>>>> > On Sunday 07 December 2014 21:49:05 Kevin's boot bot wrote:
>>>> >> Full Build report: http://status.armcloud.us/build/stable/kernel/v3.17.6/
>>>> >> Full Boot report:  http://status.armcloud.us/boot/all/job/stable/kernel/v3.17.6/
>>>> >>
>>>> >> Tree/Branch: stable
>>>> >> Git describe: v3.17.6
>>>> >>
>>>> >> Failed boot tests
>>>> >> ========>>>> >>                      emev2-kzm9d:     FAIL:    arm-shmobile_defconfig
>>>> >>                                       http://storage.armcloud.us/kernel-ci/stable/v3.17.6/arm-shmobile_defconfig/boot-emev2-kzm9d.html
>
>> I figured it out.
>>
>> The problem is that my DHCP is no longer giving out a default root-path,
>> and I neglected to update the commandline for this board.  I'd forgotten
>> that the shmobile_defconfig doesn't have initrd support in v3.17, so it
>> can't boot from a ramdisk like all my other boards.
>
> Good to hear that!
>
>> Geert, Simon, any objections to enabling initrd support in v3.17 stable?
>> Probably just asking Greg to cherry-pick mainline commit which does
>> this[1] should suffice.
>
> Personally, I have no objections.
> It's just stretching stable-kernel-rules a little bit ;-)

Yeah, but since it's just defconfig, and very platform specific, I think
Greg would accept it if it's coming from the platform maintainer.  So
I guess it's up to Simon to decide.

Kevin

P.S. I reran the v3.17.6 stable tree for this board, and the reports and
boot logs reflect the working state

http://status.armcloud.us/boot/emev2-kzm9d/job/stable/kernel/v3.17.6/defconfig/shmobile_defconfig/lab/lab-khilman/?_idT85bd0c59b51457be3bc9a5

Kevin



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: stable boot: 93 boots: 92 pass, 1 fail (v3.17.6)
  2014-12-08 11:35 stable boot: 93 boots: 92 pass, 1 fail (v3.17.6) Arnd Bergmann
                   ` (5 preceding siblings ...)
  2014-12-08 17:17 ` Kevin Hilman
@ 2014-12-08 17:35 ` Kevin Hilman
  2014-12-09  0:27 ` Simon Horman
  7 siblings, 0 replies; 9+ messages in thread
From: Kevin Hilman @ 2014-12-08 17:35 UTC (permalink / raw)
  To: linux-sh

On Mon, Dec 8, 2014 at 9:17 AM, Kevin Hilman <khilman@kernel.org> wrote:
> Geert Uytterhoeven <geert@linux-m68k.org> writes:
>
>> Hi Kevin,
>>
>> On Mon, Dec 8, 2014 at 5:45 PM, Kevin Hilman <khilman@kernel.org> wrote:
>>> Arnd Bergmann <arnd@arndb.de> writes:
>>>> On Monday 08 December 2014 14:48:20 Geert Uytterhoeven wrote:
>>>>> On Mon, Dec 8, 2014 at 12:35 PM, Arnd Bergmann <arnd@arndb.de> wrote:
>>>>> > On Sunday 07 December 2014 21:49:05 Kevin's boot bot wrote:
>>>>> >> Full Build report: http://status.armcloud.us/build/stable/kernel/v3.17.6/
>>>>> >> Full Boot report:  http://status.armcloud.us/boot/all/job/stable/kernel/v3.17.6/
>>>>> >>
>>>>> >> Tree/Branch: stable
>>>>> >> Git describe: v3.17.6
>>>>> >>
>>>>> >> Failed boot tests
>>>>> >> ========>>>>> >>                      emev2-kzm9d:     FAIL:    arm-shmobile_defconfig
>>>>> >>                                       http://storage.armcloud.us/kernel-ci/stable/v3.17.6/arm-shmobile_defconfig/boot-emev2-kzm9d.html
>>
>>> I figured it out.
>>>
>>> The problem is that my DHCP is no longer giving out a default root-path,
>>> and I neglected to update the commandline for this board.  I'd forgotten
>>> that the shmobile_defconfig doesn't have initrd support in v3.17, so it
>>> can't boot from a ramdisk like all my other boards.
>>
>> Good to hear that!
>>
>>> Geert, Simon, any objections to enabling initrd support in v3.17 stable?
>>> Probably just asking Greg to cherry-pick mainline commit which does
>>> this[1] should suffice.
>>
>> Personally, I have no objections.
>> It's just stretching stable-kernel-rules a little bit ;-)
>
> Yeah, but since it's just defconfig, and very platform specific, I think
> Greg would accept it if it's coming from the platform maintainer.  So
> I guess it's up to Simon to decide.

FWIW, Just to be sure, I double-checked and verified that
cherry-picking that shmobile_defconfig patch from mainline gets
ramdisk booting working again on v3.17.y stable.

Kevin

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: stable boot: 93 boots: 92 pass, 1 fail (v3.17.6)
  2014-12-08 11:35 stable boot: 93 boots: 92 pass, 1 fail (v3.17.6) Arnd Bergmann
                   ` (6 preceding siblings ...)
  2014-12-08 17:35 ` Kevin Hilman
@ 2014-12-09  0:27 ` Simon Horman
  7 siblings, 0 replies; 9+ messages in thread
From: Simon Horman @ 2014-12-09  0:27 UTC (permalink / raw)
  To: linux-sh

On Mon, Dec 08, 2014 at 09:35:49AM -0800, Kevin Hilman wrote:
> On Mon, Dec 8, 2014 at 9:17 AM, Kevin Hilman <khilman@kernel.org> wrote:
> > Geert Uytterhoeven <geert@linux-m68k.org> writes:
> >
> >> Hi Kevin,
> >>
> >> On Mon, Dec 8, 2014 at 5:45 PM, Kevin Hilman <khilman@kernel.org> wrote:
> >>> Arnd Bergmann <arnd@arndb.de> writes:
> >>>> On Monday 08 December 2014 14:48:20 Geert Uytterhoeven wrote:
> >>>>> On Mon, Dec 8, 2014 at 12:35 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> >>>>> > On Sunday 07 December 2014 21:49:05 Kevin's boot bot wrote:
> >>>>> >> Full Build report: http://status.armcloud.us/build/stable/kernel/v3.17.6/
> >>>>> >> Full Boot report:  http://status.armcloud.us/boot/all/job/stable/kernel/v3.17.6/
> >>>>> >>
> >>>>> >> Tree/Branch: stable
> >>>>> >> Git describe: v3.17.6
> >>>>> >>
> >>>>> >> Failed boot tests
> >>>>> >> ========> >>>>> >>                      emev2-kzm9d:     FAIL:    arm-shmobile_defconfig
> >>>>> >>                                       http://storage.armcloud.us/kernel-ci/stable/v3.17.6/arm-shmobile_defconfig/boot-emev2-kzm9d.html
> >>
> >>> I figured it out.
> >>>
> >>> The problem is that my DHCP is no longer giving out a default root-path,
> >>> and I neglected to update the commandline for this board.  I'd forgotten
> >>> that the shmobile_defconfig doesn't have initrd support in v3.17, so it
> >>> can't boot from a ramdisk like all my other boards.
> >>
> >> Good to hear that!
> >>
> >>> Geert, Simon, any objections to enabling initrd support in v3.17 stable?
> >>> Probably just asking Greg to cherry-pick mainline commit which does
> >>> this[1] should suffice.
> >>
> >> Personally, I have no objections.
> >> It's just stretching stable-kernel-rules a little bit ;-)
> >
> > Yeah, but since it's just defconfig, and very platform specific, I think
> > Greg would accept it if it's coming from the platform maintainer.  So
> > I guess it's up to Simon to decide.
> 
> FWIW, Just to be sure, I double-checked and verified that
> cherry-picking that shmobile_defconfig patch from mainline gets
> ramdisk booting working again on v3.17.y stable.

Personally I am not entirely convinced that the change really is stable
material. However, if you feel strongly about it I would be happy for
you to submit it to stable: I'll Ack it if you do so.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-12-09  0:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-08 11:35 stable boot: 93 boots: 92 pass, 1 fail (v3.17.6) Arnd Bergmann
2014-12-08 13:48 ` Geert Uytterhoeven
2014-12-08 15:39 ` Arnd Bergmann
2014-12-08 16:23 ` Tyler Baker
2014-12-08 16:45 ` Kevin Hilman
2014-12-08 17:03 ` Geert Uytterhoeven
2014-12-08 17:17 ` Kevin Hilman
2014-12-08 17:35 ` Kevin Hilman
2014-12-09  0:27 ` Simon Horman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.