public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: gtucker/kernelci-stable boot bisection: v4.19.9 on meson-gxbb-p200
       [not found] <5c14545e.1c69fb81.d4568.5d80@mx.google.com>
@ 2018-12-15  1:34 ` Kevin Hilman
  2018-12-15 10:27   ` Guillaume Tucker
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Hilman @ 2018-12-15  1:34 UTC (permalink / raw)
  To: Guillaume Tucker, kernelci.org bot, tomeu.vizoso,
	guillaume.tucker, Greg Kroah-Hartman, broonie, matthew.hart,
	enric.balletbo
  Cc: Michal Marek, Masahiro Yamada, linux-kernel

"kernelci.org bot" <bot@kernelci.org> writes:

> gtucker/kernelci-stable boot bisection: v4.19.9 on meson-gxbb-p200
>
> Summary:
>   Start:      be53d23e68c2 Linux 4.19.9
>   Details:    https://kernelci.org/boot/id/5c13e85d59b5144a340a819d
>   Plain log:  https://storage.kernelci.org//gtucker/kernelci-stable/v4.19.9/arm64/defconfig/lab-baylibre/boot-meson-gxbb-p200.txt
>   HTML log:   https://storage.kernelci.org//gtucker/kernelci-stable/v4.19.9/arm64/defconfig/lab-baylibre/boot-meson-gxbb-p200.html
>   Result:     be53d23e68c2 Linux 4.19.9
>
> Checks:
>   revert:     PASS
>   verify:     PASS
>
> Parameters:
>   Tree:       gtucker
>   URL:        https://gitlab.collabora.com/gtucker/linux.git
>   Branch:     kernelci-stable
>   Target:     meson-gxbb-p200
>   CPU arch:   arm64
>   Lab:        lab-baylibre
>   Config:     defconfig
>   Test suite: boot
>
> Breaking commit found:
>
> -------------------------------------------------------------------------------
> commit be53d23e68c29900da6b6ce486b5ab8507de94b1
> Author: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Date:   Thu Dec 13 09:16:23 2018 +0100
>
>     Linux 4.19.9
>
> diff --git a/Makefile b/Makefile
> index 34bc4c752c49..8717f34464d5 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1,7 +1,7 @@
>  # SPDX-License-Identifier: GPL-2.0
>  VERSION = 4
>  PATCHLEVEL = 19
> -SUBLEVEL = 8
> +SUBLEVEL = 9
>  EXTRAVERSION =
>  NAME = "People's Front"
> -------------------------------------------------------------------------------

This is pretty clearly a bug in the automation toolling.

If this patch broke the kernel on that board (which I maintain, BTW) I
would be very impressed.

Kevin

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

* Re: gtucker/kernelci-stable boot bisection: v4.19.9 on meson-gxbb-p200
  2018-12-15  1:34 ` gtucker/kernelci-stable boot bisection: v4.19.9 on meson-gxbb-p200 Kevin Hilman
@ 2018-12-15 10:27   ` Guillaume Tucker
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Tucker @ 2018-12-15 10:27 UTC (permalink / raw)
  To: Kevin Hilman, kernelci.org bot, tomeu.vizoso, Greg Kroah-Hartman,
	broonie, matthew.hart, enric.balletbo
  Cc: Michal Marek, Masahiro Yamada, linux-kernel

On 15/12/2018 01:34, Kevin Hilman wrote:
> "kernelci.org bot" <bot@kernelci.org> writes:
> 
>> gtucker/kernelci-stable boot bisection: v4.19.9 on meson-gxbb-p200
>>
>> Summary:
>>   Start:      be53d23e68c2 Linux 4.19.9
>>   Details:    https://kernelci.org/boot/id/5c13e85d59b5144a340a819d
>>   Plain log:  https://storage.kernelci.org//gtucker/kernelci-stable/v4.19.9/arm64/defconfig/lab-baylibre/boot-meson-gxbb-p200.txt
>>   HTML log:   https://storage.kernelci.org//gtucker/kernelci-stable/v4.19.9/arm64/defconfig/lab-baylibre/boot-meson-gxbb-p200.html
>>   Result:     be53d23e68c2 Linux 4.19.9
>>
>> Checks:
>>   revert:     PASS
>>   verify:     PASS
>>
>> Parameters:
>>   Tree:       gtucker
>>   URL:        https://gitlab.collabora.com/gtucker/linux.git
>>   Branch:     kernelci-stable
>>   Target:     meson-gxbb-p200
>>   CPU arch:   arm64
>>   Lab:        lab-baylibre
>>   Config:     defconfig
>>   Test suite: boot
>>
>> Breaking commit found:
>>
>> -------------------------------------------------------------------------------
>> commit be53d23e68c29900da6b6ce486b5ab8507de94b1
>> Author: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
>> Date:   Thu Dec 13 09:16:23 2018 +0100
>>
>>     Linux 4.19.9
>>
>> diff --git a/Makefile b/Makefile
>> index 34bc4c752c49..8717f34464d5 100644
>> --- a/Makefile
>> +++ b/Makefile
>> @@ -1,7 +1,7 @@
>>  # SPDX-License-Identifier: GPL-2.0
>>  VERSION = 4
>>  PATCHLEVEL = 19
>> -SUBLEVEL = 8
>> +SUBLEVEL = 9
>>  EXTRAVERSION =
>>  NAME = "People's Front"
>> -------------------------------------------------------------------------------
> 
> This is pretty clearly a bug in the automation toolling.
> 
> If this patch broke the kernel on that board (which I maintain, BTW) I
> would be very impressed.

Indeed, sorry about the noise.  This is a new kind of bisection
error I've never seen before...  I think it was due to some lab
infrastructure error but in principle that should have been
filtered out, we'll investigate.

Guillaume

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

end of thread, other threads:[~2018-12-15 10:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <5c14545e.1c69fb81.d4568.5d80@mx.google.com>
2018-12-15  1:34 ` gtucker/kernelci-stable boot bisection: v4.19.9 on meson-gxbb-p200 Kevin Hilman
2018-12-15 10:27   ` Guillaume Tucker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox