public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Chris Wright <chris@wirex.com>
To: Greg KH <greg@kroah.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [RFC] PCI device list locking - take 2
Date: Wed, 18 Jun 2003 16:32:37 -0700	[thread overview]
Message-ID: <20030618163237.A21050@figure1.int.wirex.com> (raw)
In-Reply-To: <20030618224609.GB2215@kroah.com>; from greg@kroah.com on Wed, Jun 18, 2003 at 03:46:09PM -0700

* Greg KH (greg@kroah.com) wrote:
> Hm, I think we should probably just check in pci_get_device() to verify
> that ->next is really valid.  If it isn't just return NULL, as we have
> no idea what the next device would possibly be.  The worse thing that
> would happen is the proc file would be a bit shorter than expected.  If
> read again, it would be correct, with the previously referenced device
> now gone.

I'm not sure testing a valid ->next makes sense.  It could be non-NULL,
but poison, or if it was using list_del_init, it would be stuck in loop.

> I don't want to try to hold a lock over start/next/stop as that would
> just be asking for trouble :)

Heh, I agree, it doesn't feel quite right to acquire lock and release
lock in separate functions, but in the case of start/show/next/stop this
seems to be the design.  Alternative here seems to be keeping thing on
list with get and deleting from with put on last ref, but that didn't
look so simple.

thanks,
-chris
-- 
Linux Security Modules     http://lsm.immunix.org     http://lsm.bkbits.net

  reply	other threads:[~2003-06-18 23:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-18 21:29 [RFC] PCI device list locking - take 2 Greg KH
2003-06-18 22:33 ` Chris Wright
2003-06-18 22:46   ` Greg KH
2003-06-18 23:32     ` Chris Wright [this message]
2003-06-18 23:52       ` Greg KH
2003-06-19  0:20         ` Chris Wright

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=20030618163237.A21050@figure1.int.wirex.com \
    --to=chris@wirex.com \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.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