Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1195826
| From | Matt Fleming <matt@codeblueprint.co.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [Bugfix] x86, irq: Fix regression caused by commit d32932d02e18 |
| Date | 2015-07-30 11:10 +0200 |
| Message-ID | <pRS0G-2ew-1@gated-at.bofh.it> (permalink) |
| References | <pRGLU-2Uj-9@gated-at.bofh.it> <pRQUW-t0-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, 30 Jul, at 03:51:32PM, Jiang Liu wrote:
> Commit d32932d02e18 ("x86/irq: Convert IOAPIC to use hierarchical
> irqdomain interfaces") introduced a regression when converting IOAPIC
> to hierarchy irqdomain, which sets wrong irq flow handler for IOAPIC
> pins on Surface Pro 3 and causes failure when detecting I2C controllers.
> It's caused by using stale attribute value when setting up IOAPIC pins.
> With this patch applied, all IOAPIC IRQ configuration are identical
> to v4.1 on Surface Pro 3.
>
> Fixes: d32932d02e18 ("x86/irq: Convert IOAPIC to use hierarchical irqdomain interfaces")
> Reported-by: Matt Fleming <matt@codeblueprint.co.uk>
> Tested-and-reported-by: Chen Yu <yu.c.chen@intel.com>
> Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com>
> ---
> Hi Matt,
> Could you please help to test this patch?
> Thanks!
> Gerry
> ---
> arch/x86/kernel/apic/io_apic.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Works for me! What I actually did was apply this fixup commit ontop of
commit d32932d02e18, just to be sure that it fixes the issue. I'm about
to apply it on top of -rc4 just to be sure.
But failing any issues arising,
Tested-by: Matt Fleming <matt.fleming@intel.com>
--
Matt Fleming, Intel Open Source Technology Center
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Regression in v4.2-rc1 caused by hierarchical irqdomain changes Thomas Gleixner <tglx@linutronix.de> - 2015-07-29 23:10 +0200
Re: Regression in v4.2-rc1 caused by hierarchical irqdomain changes Jiang Liu <jiang.liu@linux.intel.com> - 2015-07-30 06:10 +0200
[Bugfix] x86, irq: Fix regression caused by commit d32932d02e18 Jiang Liu <jiang.liu@linux.intel.com> - 2015-07-30 10:00 +0200
Re: [Bugfix] x86, irq: Fix regression caused by commit d32932d02e18 Thomas Gleixner <tglx@linutronix.de> - 2015-07-30 10:40 +0200
Re: [Bugfix] x86, irq: Fix regression caused by commit d32932d02e18 Jiang Liu <jiang.liu@linux.intel.com> - 2015-07-30 11:00 +0200
Re: [Bugfix] x86, irq: Fix regression caused by commit d32932d02e18 Matt Fleming <matt@codeblueprint.co.uk> - 2015-07-30 11:10 +0200
Re: [Bugfix] x86, irq: Fix regression caused by commit d32932d02e18 Jiang Liu <jiang.liu@linux.intel.com> - 2015-07-30 11:20 +0200
Re: [Bugfix] x86, irq: Fix regression caused by commit d32932d02e18 Matt Fleming <matt@codeblueprint.co.uk> - 2015-07-30 11:50 +0200
[tip:x86/urgent] x86/irq: Use the caller provided polarity setting in mp_check_pin_attr() tip-bot for Jiang Liu <tipbot@zytor.com> - 2015-07-30 21:30 +0200
csiph-web