Re: [RESEND PATCH v2 0/3] Replace irq_gc_mask_disable_reg_and_ack

From: Marc Gonzalez
Date: Tue Oct 10 2017 - 05:07:24 EST


On 04/10/2017 14:24, Marc Gonzalez wrote:

> Hello Thomas,
>
> As we discussed at Kernel Recipes, I am re-sending the part of
> Doug Berger's patch series that deals with a serious issue in
> drivers/irqchip/irq-tango.c
>
> The original name of the relevant patch series is:
> [PATCH v2 0/6] Add support for BCM7271 style interrupt controller
>
> Doug, I hope you won't mind me doing so.
>
>
> Doug Berger (2):
> genirq: generic chip: add irq_gc_mask_disable_and_ack_set()
> genirq: generic chip: remove irq_gc_mask_disable_reg_and_ack()
>
> Florian Fainelli (1):
> irqchip/tango: Use irq_gc_mask_disable_and_ack_set
>
> drivers/irqchip/irq-tango.c | 2 +-
> include/linux/irq.h | 2 +-
> kernel/irq/generic-chip.c | 15 ++++++++++++---
> 3 files changed, 14 insertions(+), 5 deletions(-)

Hello Thomas,

Is something preventing this series from being merged?

It's short, straight-forward, touches only 3 files, and more
importantly, fixes an actual bug in the irq-tango.c driver.

Hopefully, Greg can then back-port the change to stable kernels.

Regards.