mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Petr Mladek <pmladek@suse.com>
To: kernel test robot <ying.huang@linux.intel.com>
Cc: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>,
	lkp@01.org, LKML <linux-kernel@vger.kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Calvin Owens <calvinowens@fb.com>,
	Dave Jones <davej@codemonkey.org.uk>,
	Kyle McMartin <kyle@kernel.org>, Tejun Heo <tj@kernel.org>,
	Jan Kara <jack@suse.com>, Stephen Rothwell <sfr@canb.auug.org.au>
Subject: Re: [lkp] [printk] 34578dc67f: EIP is at vprintk_emit+0x1ea/0x600
Date: Tue, 23 Feb 2016 17:55:00 +0100	[thread overview]
Message-ID: <20160223165500.GX12548@pathway.suse.cz> (raw)
In-Reply-To: <87fuwk1c0o.fsf@yhuang-dev.intel.com>

On Tue 2016-02-23 08:55:03, kernel test robot wrote:
> FYI, we noticed the below changes on
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> commit 34578dc67f38c02ccbe696e4099967884caa8e15 ("printk: set may_schedule for some of console_trylock() callers")
> 
> 
> +------------------------------------------------+------------+------------+
> |                                                | 08e0722e8e | 34578dc67f |
> +------------------------------------------------+------------+------------+
> | boot_successes                                 | 0          | 0          |
> | boot_failures                                  | 98         | 100        |
> | BUG:kernel_torture_test_oversize               | 98         | 50         |
> | EIP_is_at_raw_spin_unlock_irqrestore           | 0          | 3          |
> | Kernel_panic-not_syncing:softlockup:hung_tasks | 0          | 50         |
> | backtrace:of_unittest                          | 0          | 50         |
> | backtrace:kernel_init_freeable                 | 0          | 50         |
> | EIP_is_at_vprintk_emit                         | 0          | 28         |
> | EIP_is_at_lock_acquire                         | 0          | 5          |
> | EIP_is_at_of_unittest_overlay                  | 0          | 8          |
> | EIP_is_at_mutex_lock_nested                    | 0          | 1          |
> | EIP_is_at__mutex_unlock_slowpath               | 0          | 2          |
> | EIP_is_at_of_overlay_destroy                   | 0          | 1          |
> | EIP_is_at_idr_find_slowpath                    | 0          | 1          |
> | EIP_is_at___might_sleep                        | 0          | 1          |
> +------------------------------------------------+------------+------------+
> 
> 
> 
> [   33.497678] ### dt-test ### of_unittest_destroy_tracked_overlays: overlay destroy failed for #6
> [   33.497693] NMI watchdog: BUG: soft lockup - CPU#0 stuck for 23s! [swapper:1]
> [   33.497693] NMI watchdog: BUG: soft lockup - CPU#0 stuck for 23s! [swapper:1]
> [   33.497695] Modules linked in:
> [   33.497695] Modules linked in:
> [   33.497696] irq event stamp: 69018756
> [   33.497696] irq event stamp: 69018756
> [   33.497700] hardirqs last  enabled at (69018755): [<c068e185>] vprintk_emit+0x1e5/0x600
> [   33.497700] hardirqs last  enabled at (69018755): [<c068e185>] vprintk_emit+0x1e5/0x600
> [   33.497704] hardirqs last disabled at (69018756): [<c0a091b8>] apic_timer_interrupt+0x28/0x40
> [   33.497704] hardirqs last disabled at (69018756): [<c0a091b8>] apic_timer_interrupt+0x28/0x40
> [   33.497707] softirqs last  enabled at (68988726): [<c064cf32>] __do_softirq+0x312/0x3f0
> [   33.497707] softirqs last  enabled at (68988726): [<c064cf32>] __do_softirq+0x312/0x3f0
> [   33.497710] softirqs last disabled at (68988719): [<c0604c7e>] do_softirq_own_stack+0x1e/0x30
> [   33.497710] softirqs last disabled at (68988719): [<c0604c7e>] do_softirq_own_stack+0x1e/0x30
> [   33.497713] CPU: 0 PID: 1 Comm: swapper Not tainted 4.5.0-rc4-00295-g34578dc #1
> [   33.497713] CPU: 0 PID: 1 Comm: swapper Not tainted 4.5.0-rc4-00295-g34578dc #1
> [   33.497714] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Debian-1.8.2-1 04/01/2014
> [   33.497714] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Debian-1.8.2-1 04/01/2014
> [   33.497715] task: b0058000 ti: b0060000 task.ti: b0060000
> [   33.497715] task: b0058000 ti: b0060000 task.ti: b0060000
> [   33.497716] EIP: 0060:[<c068e18a>] EFLAGS: 00000246 CPU: 0
> [   33.497716] EIP: 0060:[<c068e18a>] EFLAGS: 00000246 CPU: 0
> [   33.497718] EIP is at vprintk_emit+0x1ea/0x600

This is located rather early in vprintk_emit(). It seems to be long
before the console is called.

Could you please tell us what exact code line corresponds with
vprintk_emit+0x1ea offset?


Best Regards,
Petr

      parent reply	other threads:[~2016-02-23 16:55 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-23  0:55 kernel test robot
     [not found] ` <20160223131538.GA2048@swordfish>
2016-02-23 15:53   ` Sergey Senozhatsky
2016-02-24  1:19     ` Sergey Senozhatsky
2016-02-24 11:46       ` Petr Mladek
2016-02-24 12:50         ` Sergey Senozhatsky
2016-02-24 15:12           ` Sergey Senozhatsky
2016-02-25  5:10             ` Sergey Senozhatsky
2016-03-02 10:30               ` Petr Mladek
2016-03-02 10:41                 ` Sergey Senozhatsky
2016-02-23 16:55 ` Petr Mladek [this message]

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=20160223165500.GX12548@pathway.suse.cz \
    --to=pmladek@suse.com \
    --cc=akpm@linux-foundation.org \
    --cc=calvinowens@fb.com \
    --cc=davej@codemonkey.org.uk \
    --cc=jack@suse.com \
    --cc=kyle@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lkp@01.org \
    --cc=sergey.senozhatsky@gmail.com \
    --cc=sfr@canb.auug.org.au \
    --cc=tj@kernel.org \
    --cc=ying.huang@linux.intel.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®