public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Matt Domsch <Matt_Domsch@dell.com>
To: "Paul E. McKenney" <paulmck@us.ibm.com>
Cc: Corey Minyard <minyard@acm.org>,
	linux-kernel@vger.kernel.org, akpm@osdl.org
Subject: Re: [PATCH 1/9] ipmi: use refcount in message handler
Date: Sun, 23 Oct 2005 23:42:17 -0500	[thread overview]
Message-ID: <20051024044217.GA32199@lists.us.dell.com> (raw)
In-Reply-To: <20051024021931.GA9696@us.ibm.com>

On Sun, Oct 23, 2005 at 07:19:32PM -0700, Paul E. McKenney wrote:
> My guess is that this read-side critical section can be invoked from and
> SMI, and that SMIs can occur even if interrupts are disabled.  If my guess
> is wrong, please enlighten me.  And feel free to ignore the next few
> paragraphs in that case, along with a number of my suggested changes,
> since they all depend critically on my guess being correct.

Paul, it took me a bit to figure this out too, but Corey uses the TLA
"SMI" to mean "Systems Management Interface", not "Systems Management
Interrupt".   From Documentation/IPMI.txt:

ipmi_msghandler - This is the central piece of software for the IPMI
system.  It handles all messages, message timing, and responses.  The
IPMI users tie into this, and the IPMI physical interfaces (called
System Management Interfaces, or SMIs) also tie in here.


There are at least 4 basic types of physical hardware interfaces (BT,
SMIC, KCS, and I2C), which may (or more often, may not) have their own
hardware interrupt lines, but these are normal interrupts, not
CPU-magic "systems management interrupts".  So I think this isn't a
problem.

Thanks,
Matt


-- 
Matt Domsch
Software Architect
Dell Linux Solutions linux.dell.com & www.dell.com/linux
Linux on Dell mailing lists @ http://lists.us.dell.com

  reply	other threads:[~2005-10-24  4:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-21 14:49 [PATCH 1/9] ipmi: use refcount in message handler Corey Minyard
2005-10-24  2:19 ` Paul E. McKenney
2005-10-24  4:42   ` Matt Domsch [this message]
2005-10-24  6:29     ` Paul E. McKenney
2005-10-24 12:52       ` Corey Minyard
2005-10-24 22:45         ` Paul E. McKenney

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=20051024044217.GA32199@lists.us.dell.com \
    --to=matt_domsch@dell.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=minyard@acm.org \
    --cc=paulmck@us.ibm.com \
    /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