mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Huang\, Ying" <ying.huang@intel.com>
To: Jiang Liu <jiang.liu@linux.intel.com>
Cc: Joe Lawrence <joe.lawrence@stratus.com>,
	Thomas Gleixner <tglx@linutronix.de>, <lkp@01.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [LKP] [lkp] [x86/irq] 4c24cee6b2: IP-Config: Auto-configuration of network failed
Date: Mon, 14 Dec 2015 14:54:02 +0800	[thread overview]
Message-ID: <87d1u9ikqd.fsf@yhuang-dev.intel.com> (raw)
In-Reply-To: <566E63C8.3050000@linux.intel.com> (Jiang Liu's message of "Mon, 14 Dec 2015 14:38:00 +0800")

Hi, Jiang,

Jiang Liu <jiang.liu@linux.intel.com> writes:

> Hi Ying,
> 	Thanks for reporting this issue. But I couldn't figure
> out what's wrong with this commit. And there's no error or
> warning messages in the attached dmesg file. Are there other
> systems reporting the same issue?

No, there are no other systems reporting the same issue.  I will queue
more tests for make sure this is not a false positive.

Best Regards,
Huang, Ying

> Thanks,
> Gerry
>
> On 2015/12/11 15:49, kernel test robot wrote:
>> FYI, we noticed the below changes on
>> 
>> https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/urgent
>> commit 4c24cee6b2aeaee3dab896f76fef4fe79d9e4183 ("x86/irq: Enhance
>> __assign_irq_vector() to rollback in case of failure")
>> 
>> 
>> +------------------------------------------------+------------+------------+
>> |                                                | 6dd7cb991f | 4c24cee6b2 |
>> +------------------------------------------------+------------+------------+
>> | boot_successes                                 | 6          | 0          |
>> | boot_failures                                  | 0          | 8          |
>> | IP-Config:Auto-configuration_of_network_failed | 0          | 6          |
>> | BUG:kernel_boot_hang                           | 0          | 2          |
>> +------------------------------------------------+------------+------------+
>> 
>> It appears that the Ethernet card doesn't work properly after your patch.
>> 
>> [   15.342990] Waiting up to 110 more seconds for network.
>> [   25.346987] Waiting up to 100 more seconds for network.
>> [   35.350995] Waiting up to 90 more seconds for network.
>> [   45.350993] Waiting up to 80 more seconds for network.
>> [   55.351006] Waiting up to 70 more seconds for network.
>> [   65.350992] Waiting up to 60 more seconds for network.
>> [   75.355017] Waiting up to 50 more seconds for network.
>> [   85.359009] Waiting up to 40 more seconds for network.
>> [   95.363009] Waiting up to 30 more seconds for network.
>> [  305.883015] Waiting up to 20 more seconds for network.
>> [  315.887002] Waiting up to 10 more seconds for network.
>> [  325.887524] Sending DHCP requests ...... timed out!
>> [  417.893036] IP-Config: Auto-configuration of network failed
>> [  417.893852] ALSA device list:
>> [  417.894270]   No soundcards found.
>> [  417.899649] Freeing unused kernel memory: 2884K (ffffffff82574000 - ffffffff82845000)
>> 
>> 
>> Thanks,
>> Ying Huang
>> 
> _______________________________________________
> LKP mailing list
> LKP@lists.01.org
> https://lists.01.org/mailman/listinfo/lkp

  reply	other threads:[~2015-12-14  6:54 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-11  7:49 kernel test robot
2015-12-14  6:38 ` Jiang Liu
2015-12-14  6:54   ` Huang, Ying [this message]
2015-12-14  9:54     ` [LKP] " Borislav Petkov
2015-12-15  7:55       ` Jiang Liu
2015-12-15 10:08         ` Borislav Petkov
2015-12-19 20:31         ` Thomas Gleixner
2015-12-23 14:13           ` [Bugfix v2 1/5] x86/irq: Do not reuse struct apic_chip_data.old_domain as temporary buffer Jiang Liu
2015-12-23 14:13             ` [Bugfix v2 2/5] x86/irq: Enhance __assign_irq_vector() to rollback in case of failure Jiang Liu
2015-12-30 18:52               ` Thomas Gleixner
2015-12-23 14:13             ` [Bugfix v2 3/5] x86/irq: Fix a race window in x86_vector_free_irqs() Jiang Liu
2015-12-29 13:39               ` Thomas Gleixner
2016-01-16 21:16               ` [tip:x86/urgent] x86/irq: Fix a race " tip-bot for Jiang Liu
2015-12-23 14:13             ` [Bugfix v2 4/5] x86/irq: Fix a race condition between vector assigning and cleanup Jiang Liu
2015-12-23 18:41               ` Borislav Petkov
2015-12-30 17:25               ` Thomas Gleixner
2015-12-30 22:50               ` Thomas Gleixner
2015-12-23 14:13             ` [Bugfix v2 5/5] x86/irq: Trivial cleanups for x86 vector allocation code Jiang Liu
2015-12-23 19:10             ` [Bugfix v2 1/5] x86/irq: Do not reuse struct apic_chip_data.old_domain as temporary buffer Borislav Petkov
2015-12-24  5:15             ` Jeremiah Mahler
2015-12-28  8:24               ` Jiang Liu
2015-12-29  3:26                 ` Jeremiah Mahler
2015-12-24 14:34             ` Joe Lawrence
2016-01-16 21:16             ` [tip:x86/urgent] x86/irq: Do not use " tip-bot for Jiang Liu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d1u9ikqd.fsf@yhuang-dev.intel.com \
    --to=ying.huang@intel.com \
    --cc=jiang.liu@linux.intel.com \
    --cc=joe.lawrence@stratus.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lkp@01.org \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome