From: Kristen Accardi <kristen.c.accardi@intel.com>
To: kernel-janitors@vger.kernel.org
Subject: Re: [KJ] hotplug
Date: Mon, 09 Jan 2006 17:32:13 +0000 [thread overview]
Message-ID: <1136827933.27771.7.camel@whizzy> (raw)
In-Reply-To: <200601091133.53146.cneira@srb.cl>
[-- Attachment #1: Type: text/plain, Size: 524 bytes --]
On Mon, 2006-01-09 at 11:33 +0000, carlos neira wrote:
> Greetings :
> linux-2.6.15-rc7/drivers/pci/hotplug/pciehp_ctrl.c
> linux-2.6.15-rc7/drivers/pci/hotplug/cpqphp_ctrl.c
> linux-2.6.15-rc7/drivers/pci/hotplug/cpci_hotplug_core.c
>
> Replaced lock_kernel() with spinlocks , compile tested ok , using it.
>
> As always if someone knows this patch breaks anything please tell me so.
>
The proper usage of spin_lock is with a spinlock_t *, also, you cannot
sleep while holding a spinlock, and daemonize may sleep.
[-- Attachment #2: Type: text/plain, Size: 168 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
prev parent reply other threads:[~2006-01-09 17:32 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-09 11:33 [KJ] hotplug carlos neira
2006-01-09 15:11 ` Matthew Wilcox
2006-01-09 16:41 ` Alexey Dobriyan
2006-01-09 17:05 ` Greg KH
2006-01-09 17:32 ` Kristen Accardi [this message]
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=1136827933.27771.7.camel@whizzy \
--to=kristen.c.accardi@intel.com \
--cc=kernel-janitors@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 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.