Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1584993 > unrolled thread
| Started by | Thomas Gleixner <tglx@linutronix.de> |
|---|---|
| First post | 2017-02-21 03:10 +0100 |
| Last post | 2017-02-21 03:30 +0100 |
| Articles | 4 — 3 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [hrtimer] 336a9cde10 WARNING: CPU: 1 PID: 1 at kernel/time/hrtimer.c:1090 hrtimer_init Thomas Gleixner <tglx@linutronix.de> - 2017-02-21 03:10 +0100
Re: [hrtimer] 336a9cde10 WARNING: CPU: 1 PID: 1 at kernel/time/hrtimer.c:1090 hrtimer_init Ye Xiaolong <xiaolong.ye@intel.com> - 2017-02-21 03:30 +0100
Re: [LKP] [hrtimer] 336a9cde10 WARNING: CPU: 1 PID: 1 at kernel/time/hrtimer.c:1090 hrtimer_init Ye Xiaolong <xiaolong.ye@intel.com> - 2017-02-21 06:40 +0100
Re: [hrtimer] 336a9cde10 WARNING: CPU: 1 PID: 1 at kernel/time/hrtimer.c:1090 hrtimer_init Fengguang Wu <fengguang.wu@intel.com> - 2017-02-21 03:30 +0100
| From | Thomas Gleixner <tglx@linutronix.de> |
|---|---|
| Date | 2017-02-21 03:10 +0100 |
| Subject | Re: [hrtimer] 336a9cde10 WARNING: CPU: 1 PID: 1 at kernel/time/hrtimer.c:1090 hrtimer_init |
| Message-ID | <td83T-4q0-1@gated-at.bofh.it> |
On Tue, 21 Feb 2017, Fengguang Wu wrote: > Hi Marc, > > FYI here is another bisect result. The attached reproduce-* script can > be used to reproduce the bug. Again. This is a problem in the calling code The WARN_ON merily shows the wreckage in the caller. Marc sent you a patch already... > [ 11.409712] hrtimer_init+0x11f/0x199 > [ 11.410666] ? mac80211_hwsim_get_tsf+0x1d/0x1d > [ 11.411766] tasklet_hrtimer_init+0x1b/0x4f > [ 11.412802] mac80211_hwsim_new_radio+0x7fe/0x916 > [ 11.413935] ? set_debug_rodata+0x12/0x12 > [ 11.414904] init_mac80211_hwsim+0x138/0x29f > [ 11.415822] ? rndis_wlan_driver_init+0x1b/0x1b > [ 11.416775] do_one_initcall+0x90/0x142 > [ 11.417632] ? set_debug_rodata+0x12/0x12 > [ 11.418511] kernel_init_freeable+0x1cb/0x258 > [ 11.419433] ? rest_init+0x13b/0x13b > [ 11.420233] kernel_init+0xe/0xf5 > [ 11.421006] ret_from_fork+0x2a/0x40 > [ 11.421838] ---[ end trace 9c23eceab0d16aa5 ]--- > [ 11.423540] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
[toc] | [next] | [standalone]
| From | Ye Xiaolong <xiaolong.ye@intel.com> |
|---|---|
| Date | 2017-02-21 03:30 +0100 |
| Subject | Re: [hrtimer] 336a9cde10 WARNING: CPU: 1 PID: 1 at kernel/time/hrtimer.c:1090 hrtimer_init |
| Message-ID | <td8nf-4xt-1@gated-at.bofh.it> |
| In reply to | #1584993 |
Hi, fengguang On 02/20, Thomas Gleixner wrote: >On Tue, 21 Feb 2017, Fengguang Wu wrote: > >> Hi Marc, >> >> FYI here is another bisect result. The attached reproduce-* script can >> be used to reproduce the bug. > >Again. This is a problem in the calling code The WARN_ON merily shows the >wreckage in the caller. Marc sent you a patch already... I'm verifying the fix patch. Thanks, Xiaolong > >> [ 11.409712] hrtimer_init+0x11f/0x199 >> [ 11.410666] ? mac80211_hwsim_get_tsf+0x1d/0x1d >> [ 11.411766] tasklet_hrtimer_init+0x1b/0x4f >> [ 11.412802] mac80211_hwsim_new_radio+0x7fe/0x916 >> [ 11.413935] ? set_debug_rodata+0x12/0x12 >> [ 11.414904] init_mac80211_hwsim+0x138/0x29f >> [ 11.415822] ? rndis_wlan_driver_init+0x1b/0x1b >> [ 11.416775] do_one_initcall+0x90/0x142 >> [ 11.417632] ? set_debug_rodata+0x12/0x12 >> [ 11.418511] kernel_init_freeable+0x1cb/0x258 >> [ 11.419433] ? rest_init+0x13b/0x13b >> [ 11.420233] kernel_init+0xe/0xf5 >> [ 11.421006] ret_from_fork+0x2a/0x40 >> [ 11.421838] ---[ end trace 9c23eceab0d16aa5 ]--- >> [ 11.423540] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
[toc] | [prev] | [next] | [standalone]
| From | Ye Xiaolong <xiaolong.ye@intel.com> |
|---|---|
| Date | 2017-02-21 06:40 +0100 |
| Subject | Re: [LKP] [hrtimer] 336a9cde10 WARNING: CPU: 1 PID: 1 at kernel/time/hrtimer.c:1090 hrtimer_init |
| Message-ID | <tdbl7-6xF-7@gated-at.bofh.it> |
| In reply to | #1584995 |
On 02/21, Ye Xiaolong wrote: >Hi, fengguang >On 02/20, Thomas Gleixner wrote: >>On Tue, 21 Feb 2017, Fengguang Wu wrote: >> >>> Hi Marc, >>> >>> FYI here is another bisect result. The attached reproduce-* script can >>> be used to reproduce the bug. >> >>Again. This is a problem in the calling code The WARN_ON merily shows the >>wreckage in the caller. Marc sent you a patch already... > >I'm verifying the fix patch. Marc's workaround patch fixed this warning. Tested-by: Xiaolong Ye <xiaolong.ye@intel.com> Thanks, Xiaolong > >Thanks, >Xiaolong >> >>> [ 11.409712] hrtimer_init+0x11f/0x199 >>> [ 11.410666] ? mac80211_hwsim_get_tsf+0x1d/0x1d >>> [ 11.411766] tasklet_hrtimer_init+0x1b/0x4f >>> [ 11.412802] mac80211_hwsim_new_radio+0x7fe/0x916 >>> [ 11.413935] ? set_debug_rodata+0x12/0x12 >>> [ 11.414904] init_mac80211_hwsim+0x138/0x29f >>> [ 11.415822] ? rndis_wlan_driver_init+0x1b/0x1b >>> [ 11.416775] do_one_initcall+0x90/0x142 >>> [ 11.417632] ? set_debug_rodata+0x12/0x12 >>> [ 11.418511] kernel_init_freeable+0x1cb/0x258 >>> [ 11.419433] ? rest_init+0x13b/0x13b >>> [ 11.420233] kernel_init+0xe/0xf5 >>> [ 11.421006] ret_from_fork+0x2a/0x40 >>> [ 11.421838] ---[ end trace 9c23eceab0d16aa5 ]--- >>> [ 11.423540] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht' >_______________________________________________ >LKP mailing list >LKP@lists.01.org >https://lists.01.org/mailman/listinfo/lkp
[toc] | [prev] | [next] | [standalone]
| From | Fengguang Wu <fengguang.wu@intel.com> |
|---|---|
| Date | 2017-02-21 03:30 +0100 |
| Subject | Re: [hrtimer] 336a9cde10 WARNING: CPU: 1 PID: 1 at kernel/time/hrtimer.c:1090 hrtimer_init |
| Message-ID | <td8nf-4xt-15@gated-at.bofh.it> |
| In reply to | #1584993 |
On Mon, Feb 20, 2017 at 06:07:57PM -0800, Thomas Gleixner wrote: >On Tue, 21 Feb 2017, Fengguang Wu wrote: > >> Hi Marc, >> >> FYI here is another bisect result. The attached reproduce-* script can >> be used to reproduce the bug. > >Again. This is a problem in the calling code The WARN_ON merily shows the >wreckage in the caller. Marc sent you a patch already... Ah OK -- sorry I'm lost in the lots of bugs.. >> [ 11.409712] hrtimer_init+0x11f/0x199 >> [ 11.410666] ? mac80211_hwsim_get_tsf+0x1d/0x1d >> [ 11.411766] tasklet_hrtimer_init+0x1b/0x4f >> [ 11.412802] mac80211_hwsim_new_radio+0x7fe/0x916 >> [ 11.413935] ? set_debug_rodata+0x12/0x12 >> [ 11.414904] init_mac80211_hwsim+0x138/0x29f >> [ 11.415822] ? rndis_wlan_driver_init+0x1b/0x1b >> [ 11.416775] do_one_initcall+0x90/0x142 >> [ 11.417632] ? set_debug_rodata+0x12/0x12 >> [ 11.418511] kernel_init_freeable+0x1cb/0x258 >> [ 11.419433] ? rest_init+0x13b/0x13b >> [ 11.420233] kernel_init+0xe/0xf5 >> [ 11.421006] ret_from_fork+0x2a/0x40 >> [ 11.421838] ---[ end trace 9c23eceab0d16aa5 ]--- >> [ 11.423540] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web