Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1290869
| From | Jiang Liu <jiang.liu@linux.intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [lkp] [x86/irq] 4c24cee6b2: IP-Config: Auto-configuration of network failed |
| Date | 2015-12-14 07:40 +0100 |
| Message-ID | <qFuXD-2r2-15@gated-at.bofh.it> (permalink) |
| References | <qEqMr-19l-17@gated-at.bofh.it> |
| Organization | Intel |
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?
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
>
--
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 — Next in thread | Find similar | Unroll thread
Re: [lkp] [x86/irq] 4c24cee6b2: IP-Config: Auto-configuration of network failed Jiang Liu <jiang.liu@linux.intel.com> - 2015-12-14 07:40 +0100
Re: [LKP] [lkp] [x86/irq] 4c24cee6b2: IP-Config: Auto-configuration of network failed "Huang\, Ying" <ying.huang@intel.com> - 2015-12-14 08:00 +0100
Re: [LKP] [lkp] [x86/irq] 4c24cee6b2: IP-Config: Auto-configuration of network failed Borislav Petkov <bp@alien8.de> - 2015-12-14 11:00 +0100
Re: [LKP] [lkp] [x86/irq] 4c24cee6b2: IP-Config: Auto-configuration of network failed Jiang Liu <jiang.liu@linux.intel.com> - 2015-12-15 09:00 +0100
Re: [LKP] [lkp] [x86/irq] 4c24cee6b2: IP-Config: Auto-configuration of network failed Borislav Petkov <bp@alien8.de> - 2015-12-15 11:10 +0100
Re: [LKP] [lkp] [x86/irq] 4c24cee6b2: IP-Config: Auto-configuration of network failed Thomas Gleixner <tglx@linutronix.de> - 2015-12-19 21:40 +0100
[Bugfix v2 5/5] x86/irq: Trivial cleanups for x86 vector allocation code Jiang Liu <jiang.liu@linux.intel.com> - 2015-12-23 15:20 +0100
[Bugfix v2 1/5] x86/irq: Do not reuse struct apic_chip_data.old_domain as temporary buffer Jiang Liu <jiang.liu@linux.intel.com> - 2015-12-23 15:20 +0100
[Bugfix v2 3/5] x86/irq: Fix a race window in x86_vector_free_irqs() Jiang Liu <jiang.liu@linux.intel.com> - 2015-12-23 15:20 +0100
Re: [Bugfix v2 3/5] x86/irq: Fix a race window in x86_vector_free_irqs() Thomas Gleixner <tglx@linutronix.de> - 2015-12-29 14:50 +0100
[Bugfix v2 2/5] x86/irq: Enhance __assign_irq_vector() to rollback in case of failure Jiang Liu <jiang.liu@linux.intel.com> - 2015-12-23 15:20 +0100
Re: [Bugfix v2 2/5] x86/irq: Enhance __assign_irq_vector() to rollback in case of failure Thomas Gleixner <tglx@linutronix.de> - 2015-12-30 20:00 +0100
[Bugfix v2 4/5] x86/irq: Fix a race condition between vector assigning and cleanup Jiang Liu <jiang.liu@linux.intel.com> - 2015-12-23 15:20 +0100
Re: [Bugfix v2 4/5] x86/irq: Fix a race condition between vector assigning and cleanup Borislav Petkov <bp@alien8.de> - 2015-12-23 19:50 +0100
Re: [Bugfix v2 4/5] x86/irq: Fix a race condition between vector assigning and cleanup Thomas Gleixner <tglx@linutronix.de> - 2015-12-30 18:30 +0100
Re: [Bugfix v2 4/5] x86/irq: Fix a race condition between vector assigning and cleanup Thomas Gleixner <tglx@linutronix.de> - 2015-12-31 00:00 +0100
Re: [Bugfix v2 1/5] x86/irq: Do not reuse struct apic_chip_data.old_domain as temporary buffer Borislav Petkov <bp@alien8.de> - 2015-12-23 20:20 +0100
Re: [Bugfix v2 1/5] x86/irq: Do not reuse struct apic_chip_data.old_domain as temporary buffer Jeremiah Mahler <jmmahler@gmail.com> - 2015-12-24 06:20 +0100
Re: [Bugfix v2 1/5] x86/irq: Do not reuse struct apic_chip_data.old_domain as temporary buffer Jiang Liu <jiang.liu@linux.intel.com> - 2015-12-28 09:30 +0100
Re: [Bugfix v2 1/5] x86/irq: Do not reuse struct apic_chip_data.old_domain as temporary buffer Jeremiah Mahler <jmmahler@gmail.com> - 2015-12-29 04:30 +0100
Re: [Bugfix v2 1/5] x86/irq: Do not reuse struct apic_chip_data.old_domain as temporary buffer Joe Lawrence <joe.lawrence@stratus.com> - 2015-12-24 15:40 +0100
csiph-web