All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: stable-sasha boot: 342 boots: 6 failed, 336 passed (v3.18.19-51-gdf0e5109cfea)
       [not found] <55c4de06.8f0cb40a.482e8.ffffd1dd@mx.google.com>
@ 2015-08-07 16:39 ` Kevin Hilman
  2015-08-07 16:40   ` Sasha Levin
  0 siblings, 1 reply; 3+ messages in thread
From: Kevin Hilman @ 2015-08-07 16:39 UTC (permalink / raw)
  To: Sasha Levin; +Cc: stable, Kevin Hilman, Tyler Baker

On Fri, Aug 7, 2015 at 9:34 AM, kernelci.org bot <bot@kernelci.org> wrote:
> stable-sasha boot: 342 boots: 6 failed, 336 passed (v3.18.19-51-gdf0e5109cfea)
>
> Full Boot Summary: http://kernelci.org/boot/all/job/stable-sasha/kernel/v3.18.19-51-gdf0e5109cfea/
> Full Build Summary: http://kernelci.org/build/stable-sasha/kernel/v3.18.19-51-gdf0e5109cfea/
>
> Tree: stable-sasha
> Branch: local/linux-3.18.y-queue
> Git Describe: v3.18.19-51-gdf0e5109cfea
> Git Commit: df0e5109cfea25f842bf99f567aac20ac9ef78fe
> Git URL: git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git
> Tested: 77 unique boards, 18 SoC families, 27 builds out of 143
>
> Boot Failures Detected: http://kernelci.org/boot/?v3.18.19-51-gdf0e5109cfea&fail
>
> arm:
>
>     exynos_defconfig:
>         exynos5420-arndale-octa_rootfs:nfs: 1 failed lab
>         exynos5800-peach-pi_rootfs:nfs: 1 failed lab
>
>     multi_v7_defconfig:
>         hisi-x5hd2-dkb_rootfs:nfs: 1 failed lab
>
>     multi_v7_defconfig+CONFIG_THUMB2_KERNEL=y:
>         qcom-apq8074-dragonboard: 1 failed lab
>         qcom-msm8974-sony-xperia-honami: 1 failed lab
>
>     hisi_defconfig:
>         hisi-x5hd2-dkb_rootfs:nfs: 1 failed lab

These NFS boot failures are expected fails because NFS isn't enabled
by default in v3.14, we need to blacklist these.

The qcom Thumb2 errors are new and rather peculiar and seem to be
alignment related as they can be made to boot by simply adding a
4-char localversion string!  I'm still looking into that, but it's not
directly related to the stable queue.

Kevin

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

* Re: stable-sasha boot: 342 boots: 6 failed, 336 passed (v3.18.19-51-gdf0e5109cfea)
  2015-08-07 16:39 ` stable-sasha boot: 342 boots: 6 failed, 336 passed (v3.18.19-51-gdf0e5109cfea) Kevin Hilman
@ 2015-08-07 16:40   ` Sasha Levin
  2015-08-07 16:54     ` Kevin Hilman
  0 siblings, 1 reply; 3+ messages in thread
From: Sasha Levin @ 2015-08-07 16:40 UTC (permalink / raw)
  To: Kevin Hilman; +Cc: stable, Tyler Baker

On 08/07/2015 12:39 PM, Kevin Hilman wrote:
> On Fri, Aug 7, 2015 at 9:34 AM, kernelci.org bot <bot@kernelci.org> wrote:
>> > stable-sasha boot: 342 boots: 6 failed, 336 passed (v3.18.19-51-gdf0e5109cfea)
>> >
>> > Full Boot Summary: http://kernelci.org/boot/all/job/stable-sasha/kernel/v3.18.19-51-gdf0e5109cfea/
>> > Full Build Summary: http://kernelci.org/build/stable-sasha/kernel/v3.18.19-51-gdf0e5109cfea/
>> >
>> > Tree: stable-sasha
>> > Branch: local/linux-3.18.y-queue
>> > Git Describe: v3.18.19-51-gdf0e5109cfea
>> > Git Commit: df0e5109cfea25f842bf99f567aac20ac9ef78fe
>> > Git URL: git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git
>> > Tested: 77 unique boards, 18 SoC families, 27 builds out of 143
>> >
>> > Boot Failures Detected: http://kernelci.org/boot/?v3.18.19-51-gdf0e5109cfea&fail
>> >
>> > arm:
>> >
>> >     exynos_defconfig:
>> >         exynos5420-arndale-octa_rootfs:nfs: 1 failed lab
>> >         exynos5800-peach-pi_rootfs:nfs: 1 failed lab
>> >
>> >     multi_v7_defconfig:
>> >         hisi-x5hd2-dkb_rootfs:nfs: 1 failed lab
>> >
>> >     multi_v7_defconfig+CONFIG_THUMB2_KERNEL=y:
>> >         qcom-apq8074-dragonboard: 1 failed lab
>> >         qcom-msm8974-sony-xperia-honami: 1 failed lab
>> >
>> >     hisi_defconfig:
>> >         hisi-x5hd2-dkb_rootfs:nfs: 1 failed lab
> These NFS boot failures are expected fails because NFS isn't enabled
> by default in v3.14, we need to blacklist these.
> 
> The qcom Thumb2 errors are new and rather peculiar and seem to be
> alignment related as they can be made to boot by simply adding a
> 4-char localversion string!  I'm still looking into that, but it's not
> directly related to the stable queue.

Interesting! Do you actually boot in on metal, or is it qemu?


Thanks,
Sasha

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

* Re: stable-sasha boot: 342 boots: 6 failed, 336 passed (v3.18.19-51-gdf0e5109cfea)
  2015-08-07 16:40   ` Sasha Levin
@ 2015-08-07 16:54     ` Kevin Hilman
  0 siblings, 0 replies; 3+ messages in thread
From: Kevin Hilman @ 2015-08-07 16:54 UTC (permalink / raw)
  To: Sasha Levin; +Cc: Kevin Hilman, stable, Tyler Baker

On Fri, Aug 7, 2015 at 9:40 AM, Sasha Levin <sasha.levin@oracle.com> wrote:
> On 08/07/2015 12:39 PM, Kevin Hilman wrote:
>> On Fri, Aug 7, 2015 at 9:34 AM, kernelci.org bot <bot@kernelci.org> wrote:
>>> > stable-sasha boot: 342 boots: 6 failed, 336 passed (v3.18.19-51-gdf0e5109cfea)
>>> >
>>> > Full Boot Summary: http://kernelci.org/boot/all/job/stable-sasha/kernel/v3.18.19-51-gdf0e5109cfea/
>>> > Full Build Summary: http://kernelci.org/build/stable-sasha/kernel/v3.18.19-51-gdf0e5109cfea/
>>> >
>>> > Tree: stable-sasha
>>> > Branch: local/linux-3.18.y-queue
>>> > Git Describe: v3.18.19-51-gdf0e5109cfea
>>> > Git Commit: df0e5109cfea25f842bf99f567aac20ac9ef78fe
>>> > Git URL: git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git
>>> > Tested: 77 unique boards, 18 SoC families, 27 builds out of 143
>>> >
>>> > Boot Failures Detected: http://kernelci.org/boot/?v3.18.19-51-gdf0e5109cfea&fail
>>> >
>>> > arm:
>>> >
>>> >     exynos_defconfig:
>>> >         exynos5420-arndale-octa_rootfs:nfs: 1 failed lab
>>> >         exynos5800-peach-pi_rootfs:nfs: 1 failed lab
>>> >
>>> >     multi_v7_defconfig:
>>> >         hisi-x5hd2-dkb_rootfs:nfs: 1 failed lab
>>> >
>>> >     multi_v7_defconfig+CONFIG_THUMB2_KERNEL=y:
>>> >         qcom-apq8074-dragonboard: 1 failed lab
>>> >         qcom-msm8974-sony-xperia-honami: 1 failed lab
>>> >
>>> >     hisi_defconfig:
>>> >         hisi-x5hd2-dkb_rootfs:nfs: 1 failed lab
>> These NFS boot failures are expected fails because NFS isn't enabled
>> by default in v3.14, we need to blacklist these.
>>
>> The qcom Thumb2 errors are new and rather peculiar and seem to be
>> alignment related as they can be made to boot by simply adding a
>> 4-char localversion string!  I'm still looking into that, but it's not
>> directly related to the stable queue.
>
> Interesting! Do you actually boot in on metal, or is it qemu?

This is on metal.  We only have a couple qemu targets in kernelci.org
currently, most of our boards are metal.

Kevin

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

end of thread, other threads:[~2015-08-07 16:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <55c4de06.8f0cb40a.482e8.ffffd1dd@mx.google.com>
2015-08-07 16:39 ` stable-sasha boot: 342 boots: 6 failed, 336 passed (v3.18.19-51-gdf0e5109cfea) Kevin Hilman
2015-08-07 16:40   ` Sasha Levin
2015-08-07 16:54     ` Kevin Hilman

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.