All of lore.kernel.org
 help / color / mirror / Atom feed
From: ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org (Eric W. Biederman)
To: kernel test robot <xiaolong.ye-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org,
	lkp-JC7UmRfGjtg@public.gmane.org,
	LKML <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [fs]  54cc07a761: BUG: kernel test crashed
Date: Sat, 23 Jul 2016 16:52:48 -0500	[thread overview]
Message-ID: <87y44snhsf.fsf@x220.int.ebiederm.org> (raw)
In-Reply-To: <5793dfa5.mvXPj4LJOS0dlz3i%xiaolong.ye-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (kernel test robot's message of "Sun, 24 Jul 2016 05:20:37 +0800")

kernel test robot <xiaolong.ye-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> writes:

> FYI, we noticed the following commit:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace.git for-testing
> commit 54cc07a761deb38318aca64ddf07fc45157c85e0 ("fs: Call d_automount with the filesystems creds")
>
> in testcase: boot
>
> on test machine: 1 threads qemu-system-x86_64 -enable-kvm -cpu Westmere with 320M memory
>
> caused below changes:
>
>
> +-------------------------+------------+------------+
> |                         | 8175435777 | 54cc07a761 |
> +-------------------------+------------+------------+
> | boot_successes          | 102        | 16         |
> | boot_failures           | 0          | 3          |
> | BUG:kernel_test_crashed | 0          | 3          |
> | timestamp.last          | 0          | 54.951425  |
> +-------------------------+------------+------------+

The problem here seems to be the line: "BUG: kernel test crashed"
Can someone give me some clarity on what that refers to?

My experience in the last week indicates I can't trust the commit the
test bot tells me is the problem commit on these tests.  So if there is
an issue I need something more to track it down with than a line of
output I don't have the source to.

Eric

WARNING: multiple messages have this Message-ID (diff)
From: Eric W. Biederman <ebiederm@xmission.com>
To: lkp@lists.01.org
Subject: Re: [fs] 54cc07a761: BUG: kernel test crashed
Date: Sat, 23 Jul 2016 16:52:48 -0500	[thread overview]
Message-ID: <87y44snhsf.fsf@x220.int.ebiederm.org> (raw)
In-Reply-To: <5793dfa5.mvXPj4LJOS0dlz3i%xiaolong.ye@intel.com>

[-- Attachment #1: Type: text/plain, Size: 1286 bytes --]

kernel test robot <xiaolong.ye@intel.com> writes:

> FYI, we noticed the following commit:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace.git for-testing
> commit 54cc07a761deb38318aca64ddf07fc45157c85e0 ("fs: Call d_automount with the filesystems creds")
>
> in testcase: boot
>
> on test machine: 1 threads qemu-system-x86_64 -enable-kvm -cpu Westmere with 320M memory
>
> caused below changes:
>
>
> +-------------------------+------------+------------+
> |                         | 8175435777 | 54cc07a761 |
> +-------------------------+------------+------------+
> | boot_successes          | 102        | 16         |
> | boot_failures           | 0          | 3          |
> | BUG:kernel_test_crashed | 0          | 3          |
> | timestamp.last          | 0          | 54.951425  |
> +-------------------------+------------+------------+

The problem here seems to be the line: "BUG: kernel test crashed"
Can someone give me some clarity on what that refers to?

My experience in the last week indicates I can't trust the commit the
test bot tells me is the problem commit on these tests.  So if there is
an issue I need something more to track it down with than a line of
output I don't have the source to.

Eric

WARNING: multiple messages have this Message-ID (diff)
From: ebiederm@xmission.com (Eric W. Biederman)
To: kernel test robot <xiaolong.ye@intel.com>
Cc: lkp@01.org, containers@lists.linux-foundation.org,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [fs]  54cc07a761: BUG: kernel test crashed
Date: Sat, 23 Jul 2016 16:52:48 -0500	[thread overview]
Message-ID: <87y44snhsf.fsf@x220.int.ebiederm.org> (raw)
In-Reply-To: <5793dfa5.mvXPj4LJOS0dlz3i%xiaolong.ye@intel.com> (kernel test robot's message of "Sun, 24 Jul 2016 05:20:37 +0800")

kernel test robot <xiaolong.ye@intel.com> writes:

> FYI, we noticed the following commit:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace.git for-testing
> commit 54cc07a761deb38318aca64ddf07fc45157c85e0 ("fs: Call d_automount with the filesystems creds")
>
> in testcase: boot
>
> on test machine: 1 threads qemu-system-x86_64 -enable-kvm -cpu Westmere with 320M memory
>
> caused below changes:
>
>
> +-------------------------+------------+------------+
> |                         | 8175435777 | 54cc07a761 |
> +-------------------------+------------+------------+
> | boot_successes          | 102        | 16         |
> | boot_failures           | 0          | 3          |
> | BUG:kernel_test_crashed | 0          | 3          |
> | timestamp.last          | 0          | 54.951425  |
> +-------------------------+------------+------------+

The problem here seems to be the line: "BUG: kernel test crashed"
Can someone give me some clarity on what that refers to?

My experience in the last week indicates I can't trust the commit the
test bot tells me is the problem commit on these tests.  So if there is
an issue I need something more to track it down with than a line of
output I don't have the source to.

Eric

  parent reply	other threads:[~2016-07-23 21:52 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-23 21:20 [fs] 54cc07a761: BUG: kernel test crashed kernel test robot
2016-07-23 21:20 ` kernel test robot
     [not found] ` <5793dfa5.mvXPj4LJOS0dlz3i%xiaolong.ye-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2016-07-23 21:52   ` Eric W. Biederman [this message]
2016-07-23 21:52     ` Eric W. Biederman
2016-07-23 21:52     ` Eric W. Biederman
2016-07-25 18:57   ` More information please. " Eric W. Biederman
2016-07-25 18:57     ` Eric W. Biederman
2016-07-25 18:57     ` Eric W. Biederman
     [not found]     ` <877fc9a6mb.fsf-JOvCrm2gF+uungPnsOpG7nhyD016LWXt@public.gmane.org>
2016-07-26 14:35       ` [LKP] " Fengguang Wu
2016-07-26 14:35         ` Fengguang Wu
2016-07-26 14:35         ` Fengguang Wu
     [not found]         ` <20160726143545.GA23656-q6ZYBFIlbFFi0tQiZxhdj1DQ4js95KgL@public.gmane.org>
2016-07-26 14:52           ` [LKP] " Eric W. Biederman
2016-07-26 14:52             ` Eric W. Biederman
2016-07-26 14:52             ` Eric W. Biederman
     [not found]             ` <87vazsv4cn.fsf-JOvCrm2gF+uungPnsOpG7nhyD016LWXt@public.gmane.org>
2016-07-26 15:13               ` [LKP] " Fengguang Wu
2016-07-26 15:13                 ` Fengguang Wu
2016-07-26 15:13                 ` Fengguang Wu
     [not found]                 ` <20160726151344.GB8811-q6ZYBFIlbFFi0tQiZxhdj1DQ4js95KgL@public.gmane.org>
2016-07-26 19:50                   ` [LKP] " Eric W. Biederman
2016-07-26 19:50                     ` Eric W. Biederman
2016-07-26 19:50                     ` Eric W. Biederman
2016-07-26 21:18                     ` Dave Jones
2016-07-26 21:18                       ` [LKP] " Dave Jones
     [not found]                     ` <87wpk8p49p.fsf-JOvCrm2gF+uungPnsOpG7nhyD016LWXt@public.gmane.org>
2016-07-26 21:18                       ` Dave Jones
2016-07-26 21:15                   ` Dave Jones
2016-07-26 21:15                 ` Dave Jones
2016-07-26 21:15                   ` [LKP] " Dave Jones

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y44snhsf.fsf@x220.int.ebiederm.org \
    --to=ebiederm-as9lmozglivwk0htik3j/w@public.gmane.org \
    --cc=containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=lkp-JC7UmRfGjtg@public.gmane.org \
    --cc=xiaolong.ye-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.