On Thu, Mar 29, 2018 at 08:32:01AM +0200, Greg Kroah-Hartman wrote: > On Wed, Mar 28, 2018 at 02:59:18PM -0700, Guenter Roeck wrote: > > Hi Greg, > > > > commit 9d0273bb1c4b64 ("genirq: Use irqd_get_trigger_type to compare the trigger > > type for shared IRQs") causes a regression in v4.4.124. The problem has been fixed > > upstream with commit 4f8413a3a799 ("genirq: Track whether the trigger type has > > been set"). Please apply that patch to v4.4.y at your earliest convenience. > > > > The patch does not apply cleanly; you'll get a conflict include/linux/irq.h. > > The fix is simple - just take the version introduced by the patch. It adds > > a couple of extra defines, but those don't hurt and just keep the code aligned > > with upstream. > > Thanks, this was also needed for 4.9.y and 3.18.y. > Odd that I didn't see the problem there. But then I still see the following in 4.4.y after the above was added. genirq: Flags mismatch irq 24. 00000080 ([PCI] PME) vs. 00000080 ([EDAC] PCI err) This is with powerpc:mpc8544ds:mpc85xx_defconfig. I do _not_ see this problem in v4.9+. Looks like I'll need to spend more time on this. Guenter