Patch "xen/events: fix setting irq affinity" has been added to the 5.10-stable tree

2021-04-15 Thread gregkh
This is a note to let you know that I've just added the patch titled xen/events: fix setting irq affinity to the 5.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: xen-events-fix-se

Patch "xen/events: fix setting irq affinity" has been added to the 4.14-stable tree

2021-04-15 Thread gregkh
This is a note to let you know that I've just added the patch titled xen/events: fix setting irq affinity to the 4.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: xen-events-fix-se

Patch "xen/events: fix setting irq affinity" has been added to the 5.4-stable tree

2021-04-15 Thread gregkh
This is a note to let you know that I've just added the patch titled xen/events: fix setting irq affinity to the 5.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: xen-events-fix-set

Patch "xen/events: fix setting irq affinity" has been added to the 4.9-stable tree

2021-04-15 Thread gregkh
This is a note to let you know that I've just added the patch titled xen/events: fix setting irq affinity to the 4.9-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: xen-events-fix-set

Patch "xen/events: fix setting irq affinity" has been added to the 4.19-stable tree

2021-04-15 Thread gregkh
This is a note to let you know that I've just added the patch titled xen/events: fix setting irq affinity to the 4.19-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: xen-events-fix-se

Patch "xen/events: fix setting irq affinity" has been added to the 4.4-stable tree

2021-04-15 Thread gregkh
This is a note to let you know that I've just added the patch titled xen/events: fix setting irq affinity to the 4.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: xen-events-fix-set

Re: [PATCH] xen/events: fix setting irq affinity

2021-04-15 Thread Greg KH
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 interdom

Re: [PATCH] xen/events: fix setting irq affinity

2021-04-12 Thread Jan Beulich
On 12.04.2021 11:39, Juergen Gross wrote: > On 12.04.21 11:32, Jan Beulich wrote: >> Possibly related, but first of all seeing the redundancy between >> eoi_pirq() and ack_dynirq(): Wouldn't it make sense to break out the >> common part into a helper? (Really the former could simply call the >> lat

Re: [PATCH] xen/events: fix setting irq affinity

2021-04-12 Thread Juergen Gross
On 12.04.21 11:32, Jan Beulich wrote: On 12.04.2021 08:28, 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

Re: [PATCH] xen/events: fix setting irq affinity

2021-04-12 Thread Jan Beulich
On 12.04.2021 08:28, 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 l

[PATCH] xen/events: fix setting irq affinity

2021-04-11 Thread Juergen Gross
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 n