lkml.org 
[lkml]   [2015]   [Jun]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [-next] !irqd_can_balance() WARNINGs at irq_move_masked_irq()
On (06/20/15 00:47), Jiang Liu wrote:
> Hi Sergey,
> Could you please help to apply the debug patch below
> and check the log message?
> Thanks!

Hi,
sure, as soon as I get back that box.

-ss

> Gerry
> --------------------------------------------------------------------
> diff --git a/arch/x86/kernel/hpet.c b/arch/x86/kernel/hpet.c
> index 40cf79a55fe7..28a65d94fd89 100644
> --- a/arch/x86/kernel/hpet.c
> +++ b/arch/x86/kernel/hpet.c
> @@ -578,8 +578,11 @@ static void hpet_msi_capability_lookup(unsigned int
> start_timer)
> continue;
>
> irq = hpet_assign_irq(hpet_domain, hdev, hdev->num);
> - if (irq < 0)
> + if (irq <= 0) {
> + pr_warn("irqdomain: fails to allocate irq for
> hpet%d\n",
> + hdev->num);
> continue;
> + }
>
> sprintf(hdev->name, "hpet%d", i);
> hdev->num = i;
> -----------------------------------------------------------------------
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2015-06-19 19:41    [W:0.081 / U:0.084 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site