All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
To: Juergen Gross <jgross@suse.com>
Cc: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>,
	David Vrabel <david.vrabel@citrix.com>,
	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>,
	boris.ostrovsky@oracle.com, xen-devel@lists.xenproject.org,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	x86@kernel.org, kvm@vger.kernel.org,
	Davidlohr Bueso <dbueso@suse.de>, Joerg Roedel <jroedel@suse.de>,
	Borislav Petkov <bp@suse.de>, Jan Beulich <JBeulich@suse.com>,
	Olaf Hering <ohering@suse.de>
Subject: Re: [PATCH] xen: privcmd: schedule() after private hypercall when non CONFIG_PREEMPT
Date: Thu, 27 Nov 2014 13:46:34 -0500	[thread overview]
Message-ID: <CAB=NE6Xt3QhuKvUm-+-iD4pThsmLZ7oq1nnQbL0Hcw8Q0fpEqw@mail.gmail.com> (raw)
In-Reply-To: <20141127183616.GV25677@wotan.suse.de>

On Thu, Nov 27, 2014 at 1:36 PM, Luis R. Rodriguez <mcgrof@suse.com> wrote:
> I'm afraid we don't have much leg room.

Let me be clear, I still think putting some hypercalls in process
context *might help* but because of notes 1) and 2) I highlighted I
think this is the best we can do, with more information we should be
able to consider weighing pros / cons with actual metrics from
alternatives, without more information we're just shooting in the dark
and the last thing I want is to see APIs abused or setting precedents.

  Luis

  reply	other threads:[~2014-11-27 18:46 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-26 22:26 [PATCH] xen: privcmd: schedule() after private hypercall when non CONFIG_PREEMPT Luis R. Rodriguez
2014-11-27  6:36 ` Juergen Gross
2014-11-27 18:36   ` Luis R. Rodriguez
2014-11-27 18:36   ` Luis R. Rodriguez
2014-11-27 18:46     ` Luis R. Rodriguez [this message]
2014-11-27 18:46     ` Luis R. Rodriguez
2014-11-27 18:50     ` Andrew Cooper
2014-11-27 18:50     ` [Xen-devel] " Andrew Cooper
2014-11-28  4:49       ` Juergen Gross
2014-11-28  4:49       ` [Xen-devel] " Juergen Gross
2014-12-01 11:01         ` David Vrabel
2014-12-01 11:01         ` [Xen-devel] " David Vrabel
2014-12-01 13:32           ` Luis R. Rodriguez
2014-12-01 14:42             ` Juergen Gross
2014-12-01 14:42             ` [Xen-devel] " Juergen Gross
2014-12-01 15:50               ` Luis R. Rodriguez
2014-12-01 15:50               ` [Xen-devel] " Luis R. Rodriguez
2014-12-01 13:32           ` Luis R. Rodriguez
2014-11-28 21:51       ` Luis R. Rodriguez
2014-11-28 21:51       ` [Xen-devel] " Luis R. Rodriguez
2014-12-01 11:11     ` David Vrabel
2014-12-01 11:11     ` David Vrabel
2014-12-01 15:05       ` Luis R. Rodriguez
2014-12-01 15:05       ` Luis R. Rodriguez
2014-12-01 15:18         ` David Vrabel
2014-12-01 15:44           ` Luis R. Rodriguez
2014-12-01 15:54             ` David Vrabel
2014-12-01 16:19               ` Luis R. Rodriguez
2014-12-01 17:07                 ` Juergen Gross
2014-12-01 17:52                   ` Luis R. Rodriguez
2014-12-01 17:52                   ` Luis R. Rodriguez
2014-12-01 17:07                 ` Juergen Gross
2014-12-01 18:16                 ` [Xen-devel] " David Vrabel
2014-12-01 22:36                   ` Luis R. Rodriguez
2014-12-02 11:11                     ` David Vrabel
2014-12-03  2:28                       ` Luis R. Rodriguez
2014-12-03  4:37                         ` Juergen Gross
2014-12-03  4:37                         ` [Xen-devel] " Juergen Gross
2014-12-03 19:39                           ` Luis R. Rodriguez
2014-12-03 19:39                           ` [Xen-devel] " Luis R. Rodriguez
2014-12-05 16:20                             ` Luis R. Rodriguez
2014-12-05 16:20                             ` [Xen-devel] " Luis R. Rodriguez
2014-12-03  2:28                       ` Luis R. Rodriguez
2014-12-02 11:11                     ` David Vrabel
2014-12-01 22:36                   ` Luis R. Rodriguez
2014-12-01 18:16                 ` David Vrabel
2014-12-01 16:19               ` Luis R. Rodriguez
2014-12-01 15:54             ` David Vrabel
2014-12-01 15:44           ` Luis R. Rodriguez
2014-12-01 15:18         ` David Vrabel
2014-11-27  6:36 ` Juergen Gross
  -- strict thread matches above, loose matches on Subject: below --
2014-11-26 22:26 Luis R. Rodriguez

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='CAB=NE6Xt3QhuKvUm-+-iD4pThsmLZ7oq1nnQbL0Hcw8Q0fpEqw@mail.gmail.com' \
    --to=mcgrof@do-not-panic.com \
    --cc=JBeulich@suse.com \
    --cc=boris.ostrovsky@oracle.com \
    --cc=bp@suse.de \
    --cc=david.vrabel@citrix.com \
    --cc=dbueso@suse.de \
    --cc=jgross@suse.com \
    --cc=jroedel@suse.de \
    --cc=konrad.wilk@oracle.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ohering@suse.de \
    --cc=x86@kernel.org \
    --cc=xen-devel@lists.xenproject.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.