public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: viro@parcelfarce.linux.theplanet.co.uk
To: Andrew Morton <akpm@osdl.org>
Cc: arekm@pld-linux.org, linux-kernel@vger.kernel.org,
	jmorris@redhat.com, sds@epoch.ncsc.mil,
	Manfred Spraul <manfred@colorfullife.com>
Subject: Re: 2.6.0-test9 and sleeping function called from invalid context
Date: Sun, 26 Oct 2003 08:26:10 +0000	[thread overview]
Message-ID: <20031026082610.GU7665@parcelfarce.linux.theplanet.co.uk> (raw)
In-Reply-To: <20031025224950.001b4055.akpm@osdl.org>

On Sat, Oct 25, 2003 at 10:49:50PM -0700, Andrew Morton wrote:
> Andrew Morton <akpm@osdl.org> wrote:
> >
> > but the wider question would be: is the SELinux
> >  d_instantiate callout allowed to sleep?  A quick audit seems to indicate
> >  that it's OK, but only by luck I think.
> 
> proc_pid_lookup() calls d_add->d_instantiate under task->proc_lock, so
> inode_doinit_with_dentry() is called under spinlock on this path as well.
> 
> Manfred, is there any particular reason why proc_pid_lookup()'s d_add is
> inside the lock?

AFAICS, we can move d_add() right before taking the spinlock.  It's there
to protect the ->proc_dentry assignment.

*However*, I would like to point out that we are holding ->i_sem on the
procfs root at that point, so any blocking code in d_instantiate() would
better be careful to avoid deadlocks if it wants to play with procfs itself -
we are not in a locking-neutral situation here, spinlock or not.

  reply	other threads:[~2003-10-26  8:26 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-25 22:45 2.6.0-test9 and sleeping function called from invalid context Arkadiusz Miskiewicz
2003-10-26  1:50 ` Andrew Morton
2003-10-26  5:49   ` Andrew Morton
2003-10-26  8:26     ` viro [this message]
2003-10-26  8:41       ` Andrew Morton
2003-10-26  9:41         ` viro
2003-10-26 11:03         ` Manfred Spraul
2003-10-26 17:26           ` Manfred Spraul
2003-10-27 13:52     ` Stephen Smalley

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=20031026082610.GU7665@parcelfarce.linux.theplanet.co.uk \
    --to=viro@parcelfarce.linux.theplanet.co.uk \
    --cc=akpm@osdl.org \
    --cc=arekm@pld-linux.org \
    --cc=jmorris@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=manfred@colorfullife.com \
    --cc=sds@epoch.ncsc.mil \
    /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