mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Fengguang Wu <fengguang.wu@intel.com>
To: Peter Zijlstra <peterz@infradead.org>
Cc: Peter Hurley <peter@hurleysoftware.com>,
	Marcel Holtmann <marcel@holtmann.org>, LKP <lkp@01.org>,
	linux-kernel@vger.kernel.org, Richard Guy Briggs <rgb@redhat.com>,
	Eric Paris <eparis@redhat.com>
Subject: Re: [rfcomm_run] WARNING: CPU: 0 PID: 95 at kernel/sched/core.c:7312 __might_sleep()
Date: Mon, 27 Oct 2014 21:49:48 +0800	[thread overview]
Message-ID: <20141027134948.GA8977@wfg-t540p.sh.intel.com> (raw)
In-Reply-To: <20141027133627.GH3337@twins.programming.kicks-ass.net>

On Mon, Oct 27, 2014 at 02:36:27PM +0100, Peter Zijlstra wrote:
> On Mon, Oct 27, 2014 at 09:06:21PM +0800, Fengguang Wu wrote:
> > Hi Peter,
> > 
> > FYI, this bug seems still there on v3.18-rc2.
> 
> Oh, right, I commented out that patch and the audit one because I was
> waiting for some feedback. Lemme go prod people.

audit? I do hit an kauditd_thread warning recently:

[   89.102903] ------------[ cut here ]------------
[   89.107650] WARNING: CPU: 6 PID: 3175 at /kbuild/src/lkp/kernel/sched/core.c:7310 __might_sleep+0x8e/0xc0()
[   89.117606] do not call blocking ops when !TASK_RUNNING; state=1 set at [<ffffffff811088f8>] kauditd_thread+0x168/0x220
[   89.128588] Modules linked in: btrfs raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq ipmi_watchdog ipmi_msghandler ses enclosure sg s
d_mod ata_generic pata_acpi floppy parport_pc parport snd_pcm snd_timer snd ata_piix soundcore i2c_i801 serio_raw mptsas libata pcspkr i5400_edac shpchp mptscsih edac_core mptbase i5k_amb tpm_infineon scsi_transport_sas                                                                                                                     [   89.165503] CPU: 6 PID: 3175 Comm: kauditd Tainted: G        W      3.18.0-rc2-g8696cce #1
[   89.173988] Hardware name: Supermicro X7DW3/X7DWN, BIOS 6.00 09/28/2007
[   89.180735]  0000000000000009 ffff880229d8bd78 ffffffff81876101 ffff88022fd90478
[   89.188596]  ffff880229d8bdc8 ffff880229d8bdb8 ffffffff8106a421 ffff880229d8bda8
[   89.196483]  ffffffff81b345f0 0000000000000038 0000000000000000 ffff8800bd0fd850
[   89.204364] Call Trace:
[   89.206945]  [<ffffffff81876101>] dump_stack+0x4e/0x68
[   89.212209]  [<ffffffff8106a421>] warn_slowpath_common+0x81/0xa0
[   89.218362]  [<ffffffff8106a486>] warn_slowpath_fmt+0x46/0x50
[   89.224257]  [<ffffffff811088f8>] ? kauditd_thread+0x168/0x220
[   89.230216]  [<ffffffff811088f8>] ? kauditd_thread+0x168/0x220
[   89.236201]  [<ffffffff8109039e>] __might_sleep+0x8e/0xc0
[   89.241746]  [<ffffffff8110897b>] kauditd_thread+0x1eb/0x220
[   89.247536]  [<ffffffff81098030>] ? wake_up_state+0x20/0x20
[   89.253247]  [<ffffffff81108790>] ? audit_printk_skb+0x70/0x70
[   89.259237]  [<ffffffff81089e8f>] kthread+0xef/0x110
[   89.264330]  [<ffffffff81089da0>] ? kthread_create_on_node+0x180/0x180
[   89.271010]  [<ffffffff8187eabc>] ret_from_fork+0x7c/0xb0
[   89.276543]  [<ffffffff81089da0>] ? kthread_create_on_node+0x180/0x180
[   89.283205] ---[ end trace 4692477bd4539c42 ]---

However I'm not sure if it's a bug in 3.18-rc2, or one of the
following trees introduced that warning.

 amirv/driver_updates
 arm-platforms/irq/irqchip_state
 arm-platforms/irq/priority_drop
 asoc/for-linus
 asoc/for-next
 asoc/topic/sgtl5000
 bluetooth/master
 chanwoo-extcon/extcon-next
 drm-intel/drm-intel-next-queued
 drm-intel/drm-intel-nightly
 hwmon/poweroff-handler
 ipsec-next/master
 ipsec-next/testing
 jiangliu/ioapic/hotplug_v7
 kees/lsm/modpin.old
 kvm/queue
 m68k/for-3.19
 m68k/for-linus
 m68k/for-next
 m68k/m68k-queue
 mips-john/mips-for-linux-next
 net/master
 net-next/master
 peterz-queue/locking/urgent
 peterz-queue/perf/core
 peterz-queue/perf/urgent
 peterz-queue/sched/urgent
 peterz-queue/sched/wait
 peterz-queue/timers/urgent
 regulator/for-next
 renesas/cleanup-for-v3.19
 renesas/devel
 renesas/dt-clocksource-for-v3.19
 renesas/dt-du-for-v3.19
 renesas/dt-for-v3.19
 renesas/next
 renesas/soc-for-v3.19
 sound/for-linus
 spi/for-linus
 spi/for-next
 staging/staging-testing
 tip/locking/urgent
 usb/usb-linus

Thanks,
Fengguang

  reply	other threads:[~2014-10-27 13:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20141027130621.GA6336@wfg-t540p.sh.intel.com>
2014-10-27 13:36 ` Peter Zijlstra
2014-10-27 13:49   ` Fengguang Wu [this message]
2014-10-27 14:07     ` Peter Zijlstra
2014-10-27 17:33     ` Richard Guy Briggs
2014-10-27 14:03   ` Fengguang Wu
2014-10-31 12:10     ` Peter Zijlstra
2014-10-31 13:15       ` Fengguang Wu
2014-10-31 13:57         ` Peter Zijlstra

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=20141027134948.GA8977@wfg-t540p.sh.intel.com \
    --to=fengguang.wu@intel.com \
    --cc=eparis@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lkp@01.org \
    --cc=marcel@holtmann.org \
    --cc=peter@hurleysoftware.com \
    --cc=peterz@infradead.org \
    --cc=rgb@redhat.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®