From: Peter Zijlstra <a.p.zijlstra@chello.nl>
To: Andrew Morton <akpm@osdl.org>
Cc: riesebie@lxtec.de, Akinobu Mita <akinobu.mita@gmail.com>,
linux-kernel@vger.kernel.org,
Andy Adamson <andros@citi.umich.edu>,
"J. Bruce Fields" <bfields@citi.umich.edu>,
Trond Myklebust <Trond.Myklebust@netapp.com>,
Olaf Kirch <okir@monad.swb.de>
Subject: Re: [PATCH 1/2] sunrpc: add missing spin_unlock
Date: Sun, 05 Nov 2006 20:58:59 +0100 [thread overview]
Message-ID: <1162756740.14695.9.camel@lappy> (raw)
In-Reply-To: <20061105114533.4f57f333.akpm@osdl.org>
On Sun, 2006-11-05 at 11:45 -0800, Andrew Morton wrote:
> On Sun, 05 Nov 2006 17:35:16 +0100
> Peter Zijlstra <a.p.zijlstra@chello.nl> wrote:
>
> > On Sun, 2006-10-29 at 22:37 +0900, Akinobu Mita wrote:
> > > auth_domain_put() forgot to unlock acquired spinlock.
> > >
> > > Cc: Olaf Kirch <okir@monad.swb.de>
> > > Cc: Andy Adamson <andros@citi.umich.edu>
> > > Cc: J. Bruce Fields <bfields@citi.umich.edu>
> > > Cc: Trond Myklebust <Trond.Myklebust@netapp.com>
> > > Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
> >
> > Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
> >
> > I just found this too while trying to get .19-rc4-git up and running on
> > a machine here - took me a few hours.
> >
> > It made my kernel decidedly unhappy :-(
> >
> > Andrew, could you push this and:
> > http://lkml.org/lkml/2006/11/3/109
> > into .19 still? - those patches are needed to make todays git happy on
> > my machine.
>
> OK.
Thanks!
> I wonder if this will fix http://bugzilla.kernel.org/show_bug.cgi?id=7457
The scheduling while atomic part looks familiar, the rest not so.
Worth giving it a shot though...
On my machine it was the keventd workqueue that got messed up.
I have some patches that:
- add debug_show_held_locks(current) to might_sleep() and schedule()
- check in_atomic() and lockdep_depth after each workqueue function
and print the last function executed
- name some 'old_style_spin_init' locks
I'll post those patches after a cleanup...
next prev parent reply other threads:[~2006-11-05 19:59 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-28 18:55 [PATCH] auth_gss: unregister gss_domain when unloading module Akinobu Mita
2006-10-29 13:35 ` Akinobu Mita
2006-10-29 13:37 ` [PATCH 1/2] sunrpc: add missing spin_unlock Akinobu Mita
2006-10-29 13:38 ` [PATCH 2/2] auth_gss: unregister gss_domain when unloading module Akinobu Mita
2006-10-29 20:15 ` Trond Myklebust
2006-10-30 14:54 ` Akinobu Mita
2006-10-30 15:17 ` Trond Myklebust
2006-10-31 3:15 ` Akinobu Mita
2006-10-31 4:13 ` Neil Brown
2006-10-29 20:21 ` [PATCH 1/2] sunrpc: add missing spin_unlock Trond Myklebust
2006-10-30 5:43 ` Neil Brown
2006-10-30 14:57 ` [PATCH -mm] sunrpc/auth_gss: auth_domain refcount fix Akinobu Mita
2006-11-05 16:35 ` [PATCH 1/2] sunrpc: add missing spin_unlock Peter Zijlstra
2006-11-05 19:45 ` Andrew Morton
2006-11-05 19:58 ` Peter Zijlstra [this message]
2006-11-05 22:04 ` Elimar Riesebieter
2006-10-29 19:46 ` [PATCH] auth_gss: unregister gss_domain when unloading module Trond Myklebust
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=1162756740.14695.9.camel@lappy \
--to=a.p.zijlstra@chello.nl \
--cc=Trond.Myklebust@netapp.com \
--cc=akinobu.mita@gmail.com \
--cc=akpm@osdl.org \
--cc=andros@citi.umich.edu \
--cc=bfields@citi.umich.edu \
--cc=linux-kernel@vger.kernel.org \
--cc=okir@monad.swb.de \
--cc=riesebie@lxtec.de \
/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.