All of lore.kernel.org
 help / color / mirror / Atom feed
From: Milton Miller <miltonm@bga.com>
To: Jan Beulich <JBeulich@novell.com>
Cc: <linux-kernel@vger.kernel.org>
Subject: Re: calling smp_call_function_many() with non-stable CPU mask
Date: Tue, 01 Feb 2011 02:44:41 -0600	[thread overview]
Message-ID: <1296549881_6450@mail4.comsite.net> (raw)
In-Reply-To: <4D47D21E020000780002F9FB@vpn.id2.novell.com>

> There are a couple of examples of smp_call_function_many() getting
> called with mm_cpumask() as the first argument. Since that mask
> generally can change while smp_call_function_many() is executing,
> it seems there might be a problem with the case where that mask
> becomes empty after the initial checks, but before the mask is made
> permanent (by copying into data->cpumask).
> 
> Shouldn't there be a check of data->refs being zero right after
> setting it (to avoid having csd_lock_wait() wait for a remote CPU
> to clear the lock flag, and to avoid adding the entry to
> call_function.queue)?
> 
> If that isn't considered necessary, is it then incorrect to pass
> in-flight CPU masks to smp_call_function_many() (and should
> this requirement then be documented somewhere, and the
> existing calls all be inspected for correctness)?
> 

Mike Galbraith just brought this up, and I supplied a patch, and even
a rediff on top of other changes:

http://lkml.indiana.edu/hypermail/linux/kernel/1101.3/02813.html
http://lkml.indiana.edu/hypermail/linux/kernel/1101.3/03172.html

http://lkml.indiana.edu/hypermail/linux/kernel/1102.0/00017.html


This doesn't address https://bugzilla.kernel.org/show_bug.cgi?id=23042 
which is x86 not expecting the mask to be cleared while its thinking
about the mask.

milton

  reply	other threads:[~2011-02-01  8:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-01  8:27 calling smp_call_function_many() with non-stable CPU mask Jan Beulich
2011-02-01  8:44 ` Milton Miller [this message]
2011-02-01  8:44 ` Milton Miller
2011-02-01  8:45 ` Milton Miller
     [not found] <4D47D21E020000780002F9FB@novell.com>
2011-02-01  8:40 ` Mike Galbraith

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=1296549881_6450@mail4.comsite.net \
    --to=miltonm@bga.com \
    --cc=JBeulich@novell.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 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.