All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Juergen Gross <jgross@suse.com>
Cc: stable@vger.kernel.org,
	Boris Ostrovsky <boris.ostrovsky@oracle.com>,
	Stefano Stabellini <sstabellini@kernel.org>,
	xen-devel@lists.xenproject.org
Subject: Re: [PATCH] xen/events: fix setting irq affinity
Date: Thu, 15 Apr 2021 15:57:33 +0200	[thread overview]
Message-ID: <YHhGTZFXzPg+FaEq@kroah.com> (raw)
In-Reply-To: <20210412062845.13946-1-jgross@suse.com>

On Mon, Apr 12, 2021 at 08:28:45AM +0200, Juergen Gross wrote:
> The backport of upstream patch 25da4618af240fbec61 ("xen/events: don't
> unmask an event channel when an eoi is pending") introduced a
> regression for stable kernels 5.10 and older: setting IRQ affinity for
> IRQs related to interdomain events would no longer work, as moving the
> IRQ to its new cpu was not included in the irq_ack callback for those
> events.
> 
> Fix that by adding the needed call.
> 
> Note that kernels 5.11 and later don't need the explicit moving of the
> IRQ to the target cpu in the irq_ack callback, due to a rework of the
> affinity setting in kernel 5.11.
> 
> Signed-off-by: Juergen Gross <jgross@suse.com>
> ---
> This patch should be applied to all stable kernel branches up to
> (including) linux-5.10.y, where upstream patch 25da4618af240fbec61 has
> been added.

Now queued up, thanks.

greg k-h

  parent reply	other threads:[~2021-04-15 13:57 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-12  6:28 [PATCH] xen/events: fix setting irq affinity Juergen Gross
2021-04-12  9:32 ` Jan Beulich
2021-04-12  9:39   ` Juergen Gross
2021-04-12  9:45     ` Jan Beulich
2021-04-15 13:57 ` Greg KH [this message]
2021-04-15 14:03 ` Patch "xen/events: fix setting irq affinity" has been added to the 4.4-stable tree gregkh
2021-04-15 14:03 ` Patch "xen/events: fix setting irq affinity" has been added to the 4.9-stable tree gregkh
2021-04-15 14:03 ` Patch "xen/events: fix setting irq affinity" has been added to the 4.14-stable tree gregkh
2021-04-15 14:04 ` Patch "xen/events: fix setting irq affinity" has been added to the 4.19-stable tree gregkh
2021-04-15 14:04 ` Patch "xen/events: fix setting irq affinity" has been added to the 5.4-stable tree gregkh
2021-04-15 14:04 ` Patch "xen/events: fix setting irq affinity" has been added to the 5.10-stable tree gregkh

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=YHhGTZFXzPg+FaEq@kroah.com \
    --to=greg@kroah.com \
    --cc=boris.ostrovsky@oracle.com \
    --cc=jgross@suse.com \
    --cc=sstabellini@kernel.org \
    --cc=stable@vger.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.