mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: sedat.dilek@gmail.com
Cc: Dave Jones <davej@codemonkey.org.uk>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	LKML <linux-kernel@vger.kernel.org>,
	"Peter Zijlstra (Intel)" <peterz@infradead.org>
Subject: Re: Linux 3.19-rc3
Date: Tue, 06 Jan 2015 11:28:49 +0100	[thread overview]
Message-ID: <s5hr3v8dwym.wl-tiwai@suse.de> (raw)
In-Reply-To: <CA+icZUVT45HmtSi=-XCnFZie-vJ3p8GwdvHMW46BH98Xd7GS6Q@mail.gmail.com>

At Tue, 6 Jan 2015 11:06:45 +0100,
Sedat Dilek wrote:
> 
> On Tue, Jan 6, 2015 at 10:56 AM, Takashi Iwai <tiwai@suse.de> wrote:
> > At Tue, 6 Jan 2015 10:34:30 +0100,
> > Sedat Dilek wrote:
> >>
> >> On Tue, Jan 6, 2015 at 5:49 AM, Sedat Dilek <sedat.dilek@gmail.com> wrote:
> >> > [ Please CC me I am not subscribed to LKML ]
> >> >
> >> > [ QUOTE ]
> >> >
> >> > On Mon, Jan 05, 2015 at 05:46:15PM -0800, Linus Torvalds wrote:
> >> >  > It's a day delayed - not because of any particular development issues,
> >> >  > but simply because I was tiling a bathroom yesterday. But rc3 is out
> >> >  > there now, and things have stayed reasonably calm. I really hope that
> >> >  > implies that 3.19 is looking good, but it's equally likely that it's
> >> >  > just that people are still recovering from the holiday season.
> >> >  >
> >> >  > A bit over three quarters of the changes here are drivers - mostly
> >> >  > networking, thermal, input layer, sound, power management. The rest is
> >> >  > misc - filesystems, core networking, some arch fixes, etc. But all of
> >> >  > it is pretty small.
> >> >  >
> >> >  > So go out and test,
> >> >
> >> > This has been there since just before rc1. Is there a fix for this
> >> > stalled in someones git tree maybe ?
> >> >
> >> > [    7.952588] WARNING: CPU: 0 PID: 299 at kernel/sched/core.c:7303
> >> > __might_sleep+0x8d/0xa0()
> >> > [    7.952592] do not call blocking ops when !TASK_RUNNING; state=1
> >> > set at [<ffffffff910a0f7a>] prepare_to_wait+0x2a/0x90
> >> > [    7.952595] CPU: 0 PID: 299 Comm: systemd-readahe Not tainted
> >> > 3.19.0-rc3+ #100
> >> > [    7.952597]  0000000000001c87 00000000720a2c76 ffff8800b2513c88
> >> > ffffffff915b47c7
> >> > [    7.952598]  ffffffff910a3648 ffff8800b2513ce0 ffff8800b2513cc8
> >> > ffffffff91062c30
> >> > [    7.952599]  0000000000000000 ffffffff91796fb2 000000000000026d
> >> > 0000000000000000
> >> > [    7.952600] Call Trace:
> >> > [    7.952603]  [<ffffffff915b47c7>] dump_stack+0x4c/0x65
> >> > [    7.952604]  [<ffffffff910a3648>] ? down_trylock+0x28/0x40
> >> > [    7.952606]  [<ffffffff91062c30>] warn_slowpath_common+0x80/0xc0
> >> > [    7.952607]  [<ffffffff91062cc0>] warn_slowpath_fmt+0x50/0x70
> >> > [    7.952608]  [<ffffffff910a0f7a>] ? prepare_to_wait+0x2a/0x90
> >> > [    7.952610]  [<ffffffff910a0f7a>] ? prepare_to_wait+0x2a/0x90
> >> > [    7.952611]  [<ffffffff910867ed>] __might_sleep+0x8d/0xa0
> >> > [    7.952614]  [<ffffffff915b8ea9>] mutex_lock_nested+0x39/0x3e0
> >> > [    7.952616]  [<ffffffff910a77ad>] ? trace_hardirqs_on+0xd/0x10
> >> > [    7.952617]  [<ffffffff910a0fac>] ? prepare_to_wait+0x5c/0x90
> >> > [    7.952620]  [<ffffffff911a63e0>] fanotify_read+0xe0/0x5b0
> >> > [    7.952622]  [<ffffffff91090801>] ? sched_clock_cpu+0xc1/0xd0
> >> > [    7.952624]  [<ffffffff91242459>] ? selinux_file_permission+0xb9/0x130
> >> > [    7.952626]  [<ffffffff910a14d0>] ? prepare_to_wait_event+0xf0/0xf0
> >> > [    7.952628]  [<ffffffff91162513>] __vfs_read+0x13/0x50
> >> > [    7.952629]  [<ffffffff911625d8>] vfs_read+0x88/0x140
> >> > [    7.952631]  [<ffffffff911626e7>] SyS_read+0x57/0xd0
> >> > [    7.952633]  [<ffffffff915bd952>] system_call_fastpath+0x12/0x17
> >> >
> >> > [ /QUOTE ]
> >> >
> >> > I am seeing a similiar call-trace/warning.
> >> > It is reproducible when running fio (latest: v2.2.4) while my loop-mq
> >> > tests (see block.git#for-next)
> >> >
> >> > Some people tend to say it's coming from the linux-aio area [1], but I
> >> > am not sure.
> >> > 1st I thought this is a Linux-next problem but I am seeing it also
> >> > with my rc-kernels.
> >> > For parts of aio there is a patch discussed in [2].
> >> > The experimental patchset of Ken from [3] made the "aio" call-trace go
> >> > away here.
> >> >
> >> > I tried also a patch pending in peterz/queue.git#sched/core from Eric Sandeen.
> >> > It's "check for stack overflow in ___might_sleep".
> >> > Unfortunately, it did not help in case of my loop-mq tests.
> >> > ( BTW, this is touching ___might_sleep() (note: triple-underscore VS.
> >> > affected __might_sleep() <--- double-underscrore). )
> >> >
> >> > Let me hear your feedback.
> >> >
> >> > Have more fun!
> >> >
> >> > - Sedat -
> >> >
> >> > [1] http://marc.info/?l=linux-aio&m=142033318411355&w=2
> >> > [2] http://marc.info/?l=linux-aio&m=142035799514685&w=2
> >> > [3] http://evilpiepirate.org/git/linux-bcache.git/log/?h=aio_ring_fix
> >> > [4] http://git.kernel.org/cgit/linux/kernel/git/peterz/queue.git/patch/?id=48e615e4c3ebed488fecb6bfb40b372151f62db2
> >>
> >> [ CC Takashi ]
> >>
> >> >From [1]:
> >> ...
> >>
> >> Just "me too" (but overlooked until recently).
> >>
> >> The cause is a mutex_lock() call right after prepare_to_wait() with
> >> TASK_INTERRUPTIBLE in fanotify_read().
> >>
> >> static ssize_t fanotify_read(struct file *file, char __user *buf,
> >>     size_t count, loff_t *pos)
> >> {
> >> ....
> >> while (1) {
> >> prepare_to_wait(&group->notification_waitq, &wait, TASK_INTERRUPTIBLE);
> >> mutex_lock(&group->notification_mutex);
> >>
> >> I saw Peter already fixed a similar code in inotify_user.c by commit
> >> e23738a7300a (but interestingly for a different reason, "Deal with
> >> nested sleeps").  Supposedly a similar fix would be needed for
> >> fanotify_user.c.
> >> ...
> >>
> >> Can you explain why do you think the problem is in sched-fanotify?
> >>
> >> I tried to do such a "similiar" (quick) fix analog to the mentioned
> >> "sched, inotify: Deal with nested sleeps" patch from Peter.
> >> If I did correct... It does not make the call-trace go away here.
> >
> > Your code path is different from what Dave and I hit.  Take a closer
> > look at the stack trace.
> >
> 
> Yeah, you are right.
> I looked again into the code (see thread "Linux 3.19-rc3", I am
> reading offline).
> 
> As said aio_ring_fix patchset and especially [1] fixed the issue for me.
> 
> Can you confirm Peter's new patch works-for-you?

Yes, it seems working for me at the last time I tried.
(BTW, you don't need to add #include <linux/wait.h>)


Takashi

  reply	other threads:[~2015-01-06 10:28 UTC|newest]

Thread overview: 101+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-06  4:49 Sedat Dilek
2015-01-06  9:34 ` Sedat Dilek
2015-01-06  9:56   ` Takashi Iwai
2015-01-06 10:06     ` Sedat Dilek
2015-01-06 10:28       ` Takashi Iwai [this message]
2015-01-06 10:31         ` Sedat Dilek
2015-01-06 10:37           ` Takashi Iwai
2015-01-06 10:42             ` Sedat Dilek
2015-01-06  9:59   ` Peter Zijlstra
2015-01-06  9:40 ` Peter Zijlstra
2015-01-06  9:42   ` Sedat Dilek
2015-01-06  9:57     ` Sedat Dilek
2015-01-06 10:06       ` Peter Zijlstra
2015-01-06 10:18         ` Sedat Dilek
2015-01-06 11:01           ` Peter Zijlstra
2015-01-06 11:07             ` Kent Overstreet
2015-01-06 11:25               ` Sedat Dilek
2015-01-06 11:40                 ` Kent Overstreet
2015-01-06 12:51                   ` Sedat Dilek
2015-01-06 11:42               ` Peter Zijlstra
2015-01-06 11:48                 ` Peter Zijlstra
2015-01-06 12:01                   ` Kent Overstreet
2015-01-06 12:20                     ` Peter Zijlstra
2015-01-06 12:45                       ` Kent Overstreet
2015-01-06 12:55                       ` Peter Hurley
2015-01-06 17:38                         ` Paul E. McKenney
2015-01-06 17:58                           ` Peter Hurley
2015-01-06 19:25                             ` Paul E. McKenney
2015-01-06 19:57                               ` Peter Hurley
2015-01-06 20:47                                 ` Paul E. McKenney
2015-01-20  0:30                                   ` Paul E. McKenney
2015-01-20 14:03                                     ` Peter Hurley
2015-02-02 16:11                                       ` Paul E. McKenney
2015-02-02 19:03                                         ` Peter Hurley
2015-02-02 19:33                                           ` Paul E. McKenney
2015-01-06 11:56                 ` Kent Overstreet
2015-01-06 12:16                   ` Peter Zijlstra
2015-01-06 12:43                     ` Kent Overstreet
2015-01-06 13:03                       ` Peter Zijlstra
2015-01-06 13:28                         ` Kent Overstreet
2015-01-13 15:23                           ` Peter Zijlstra
2015-01-06 11:58               ` Peter Zijlstra
2015-01-06 12:18                 ` Kent Overstreet
2015-01-16 16:56               ` Peter Hurley
2015-01-16 17:00                 ` Chris Mason
2015-01-16 18:58                   ` Peter Hurley
2015-01-06 10:29   ` Sedat Dilek
  -- strict thread matches above, loose matches on Subject: below --
2015-01-06  1:46 Linus Torvalds
2015-01-06  2:46 ` Dave Jones
2015-01-06  8:18   ` Takashi Iwai
2015-01-06  9:45   ` Jiri Kosina
2015-01-08 12:51 ` Mark Langsdorf
2015-01-08 13:45   ` Catalin Marinas
2015-01-08 17:29     ` Mark Langsdorf
2015-01-08 17:34       ` Catalin Marinas
2015-01-08 18:48         ` Mark Langsdorf
2015-01-08 19:21           ` Linus Torvalds
2015-01-09 23:27             ` Catalin Marinas
2015-01-10  0:35               ` Kirill A. Shutemov
2015-01-10  2:27                 ` Linus Torvalds
2015-01-10  2:51                   ` David Lang
2015-01-10  3:06                     ` Linus Torvalds
2015-01-10 10:46                       ` Andreas Mohr
2015-01-10 19:42                         ` Linus Torvalds
2015-01-13  3:33                     ` Rik van Riel
2015-01-13 10:28                       ` Catalin Marinas
2015-01-10  3:17                   ` Tony Luck
2015-01-10 20:16                   ` Arnd Bergmann
2015-01-10 21:00                     ` Linus Torvalds
2015-01-10 21:36                       ` Arnd Bergmann
2015-01-10 21:48                         ` Linus Torvalds
2015-01-12 11:37                         ` Kirill A. Shutemov
2015-01-12 12:18                         ` Catalin Marinas
2015-01-12 13:57                           ` Arnd Bergmann
2015-01-12 14:23                             ` Catalin Marinas
2015-01-12 15:42                               ` Arnd Bergmann
2015-01-12 11:53                     ` Catalin Marinas
2015-01-12 13:15                       ` Arnd Bergmann
2015-01-08 15:08   ` Michal Hocko
2015-01-08 16:37     ` Mark Langsdorf
2015-01-09 15:56       ` Michal Hocko
2015-01-09 12:13   ` Mark Rutland
2015-01-09 14:19     ` Steve Capper
2015-01-09 14:27       ` Mark Langsdorf
2015-01-09 17:57         ` Mark Rutland
2015-01-09 18:37           ` Marc Zyngier
2015-01-09 19:43             ` Will Deacon
2015-01-10  3:29               ` Laszlo Ersek
2015-01-10  4:39                 ` Linus Torvalds
2015-01-10 13:37                   ` Will Deacon
2015-01-10 19:47                     ` Laszlo Ersek
2015-01-10 19:56                       ` Linus Torvalds
2015-01-10 20:08                         ` Laszlo Ersek
2015-01-10 19:51                     ` Linus Torvalds
2015-01-12 12:42                       ` Will Deacon
2015-01-12 13:22                         ` Mark Langsdorf
2015-01-12 19:03                         ` Dave Hansen
2015-01-12 19:06                         ` Linus Torvalds
2015-01-12 19:07                           ` Linus Torvalds
2015-01-12 19:24                             ` Will Deacon
2015-01-10 15:22                 ` Kyle McMartin

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=s5hr3v8dwym.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=davej@codemonkey.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peterz@infradead.org \
    --cc=sedat.dilek@gmail.com \
    --cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome