Message ID | 1534660061-51980-1-git-send-email-guohanjun@huawei.com |
---|---|
Headers | show |
Series | irqchip fixes for stable 4.4 | expand |
Hi Greg, On 2018/8/19 14:27, Hanjun Guo wrote: > From: Hanjun Guo <hanjun.guo@linaro.org> > > Hi Greg, > > When I was migrating the kernel from 4.1 to 4.4, I found some irqchip (and one > genirq) bugfix patches are missing in 4.4, please take a look and consider > apply them. Kindly ping for this patch set, this patch set has been tested on ARM64/ARM32 platforms with GICv3 and GICv2 (works fine). And this patch set was CCed to maintainers and got no objections. This patch set still can apply cleanly on top of 4.4.155, please let me know if anything else I need to do. Thanks Hanjun
On Thu, Sep 13, 2018 at 11:11:33AM +0800, Hanjun Guo wrote: > Hi Greg, > > On 2018/8/19 14:27, Hanjun Guo wrote: > > From: Hanjun Guo <hanjun.guo@linaro.org> > > > > Hi Greg, > > > > When I was migrating the kernel from 4.1 to 4.4, I found some irqchip (and one > > genirq) bugfix patches are missing in 4.4, please take a look and consider > > apply them. > > Kindly ping for this patch set, this patch set has been tested on ARM64/ARM32 > platforms with GICv3 and GICv2 (works fine). And this patch set was CCed to > maintainers and got no objections. > > This patch set still can apply cleanly on top of 4.4.155, please let me > know if anything else I need to do. It's just in my queue, sorry. It's long and now that 4.4 is getting older, the priority of mine is for newer kernels first, and older ones second. I'll get to these soon... thanks, greg k-h
On 2018/9/13 15:00, Greg KH wrote: > On Thu, Sep 13, 2018 at 11:11:33AM +0800, Hanjun Guo wrote: >> Hi Greg, >> >> On 2018/8/19 14:27, Hanjun Guo wrote: >>> From: Hanjun Guo <hanjun.guo@linaro.org> >>> >>> Hi Greg, >>> >>> When I was migrating the kernel from 4.1 to 4.4, I found some irqchip (and one >>> genirq) bugfix patches are missing in 4.4, please take a look and consider >>> apply them. >> >> Kindly ping for this patch set, this patch set has been tested on ARM64/ARM32 >> platforms with GICv3 and GICv2 (works fine). And this patch set was CCed to >> maintainers and got no objections. >> >> This patch set still can apply cleanly on top of 4.4.155, please let me >> know if anything else I need to do. > > It's just in my queue, sorry. It's long and now that 4.4 is getting > older, the priority of mine is for newer kernels first, and older ones > second. I'll get to these soon... Thank you very much for taking care of this. Best regards, Hanjun
On Sun, Aug 19, 2018 at 02:27:35PM +0800, Hanjun Guo wrote: > From: Hanjun Guo <hanjun.guo@linaro.org> > > Hi Greg, > > When I was migrating the kernel from 4.1 to 4.4, I found some irqchip (and one > genirq) bugfix patches are missing in 4.4, please take a look and consider > apply them. All now queued up, thanks. greg k-h
From: Hanjun Guo <hanjun.guo@linaro.org> Hi Greg, When I was migrating the kernel from 4.1 to 4.4, I found some irqchip (and one genirq) bugfix patches are missing in 4.4, please take a look and consider apply them. Thanks Hanjun Marc Zyngier (3): irqchip/gic-v3-its: Recompute the number of pages on page size change irqchip/gic-v3: Add missing barrier to 32bit version of gic_read_iar() irqchip/gic: Make interrupt ID 1020 invalid Shanker Donthineni (2): irqchip/gicv3-its: Fix memory leak in its_free_tables() irqchip/gicv3-its: Avoid cache flush beyond ITS_BASERn memory size Sudeep Holla (1): genirq: Delay incrementing interrupt count if it's disabled/pending arch/arm/include/asm/arch_gicv3.h | 1 + drivers/irqchip/irq-gic-v3-its.c | 34 ++++++++++++++++++++++------------ drivers/irqchip/irq-gic.c | 2 +- kernel/irq/chip.c | 8 ++++---- 4 files changed, 28 insertions(+), 17 deletions(-) -- 1.7.12.4