search for: cpu_bringup

Displaying 17 results from an estimated 17 matches for "cpu_bringup".

2012 Jun 01
1
[PATCH 05/27] xen, cpu hotplug: Don't call cpu_bringup() in xen_play_dead()
xen_play_dead calls cpu_bringup() which looks weird, because xen_play_dead() is invoked in the cpu down path, whereas cpu_bringup() (as the name suggests) is useful in the cpu bringup path. Getting rid of xen_play_dead()'s dependency on cpu_bringup() helps in hooking on to the generic SMP booting framework. Also remove the...
2012 Jun 01
1
[PATCH 05/27] xen, cpu hotplug: Don't call cpu_bringup() in xen_play_dead()
xen_play_dead calls cpu_bringup() which looks weird, because xen_play_dead() is invoked in the cpu down path, whereas cpu_bringup() (as the name suggests) is useful in the cpu bringup path. Getting rid of xen_play_dead()'s dependency on cpu_bringup() helps in hooking on to the generic SMP booting framework. Also remove the...
2012 Jun 01
0
[PATCH 06/27] xen, smpboot: Use generic SMP booting infrastructure
...sertions(+), 17 deletions(-) diff --git a/arch/x86/xen/smp.c b/arch/x86/xen/smp.c index 602d6b7..46c96f9 100644 --- a/arch/x86/xen/smp.c +++ b/arch/x86/xen/smp.c @@ -58,13 +58,12 @@ static irqreturn_t xen_reschedule_interrupt(int irq, void *dev_id) return IRQ_HANDLED; } -static void __cpuinit cpu_bringup(void) +void __cpuinit xen_cpu_pre_starting(void *unused) { int cpu; cpu_init(); touch_softlockup_watchdog(); - preempt_disable(); xen_enable_sysenter(); xen_enable_syscall(); @@ -75,25 +74,11 @@ static void __cpuinit cpu_bringup(void) set_cpu_sibling_map(cpu); xen_setup_cpu_clo...
2012 Jun 01
0
[PATCH 06/27] xen, smpboot: Use generic SMP booting infrastructure
...sertions(+), 17 deletions(-) diff --git a/arch/x86/xen/smp.c b/arch/x86/xen/smp.c index 602d6b7..46c96f9 100644 --- a/arch/x86/xen/smp.c +++ b/arch/x86/xen/smp.c @@ -58,13 +58,12 @@ static irqreturn_t xen_reschedule_interrupt(int irq, void *dev_id) return IRQ_HANDLED; } -static void __cpuinit cpu_bringup(void) +void __cpuinit xen_cpu_pre_starting(void *unused) { int cpu; cpu_init(); touch_softlockup_watchdog(); - preempt_disable(); xen_enable_sysenter(); xen_enable_syscall(); @@ -75,25 +74,11 @@ static void __cpuinit cpu_bringup(void) set_cpu_sibling_map(cpu); xen_setup_cpu_clo...
2017 Apr 14
4
Xen C6 kernel 4.9.13 and testing 4.9.15 only reboots.
...0000000000008 0000000000000000 ffffc900400b7f28 ffffffff8104e94e ffffc900400b7f40 ffffffff81029925 0000000000000000 ffffc900400b7f50 ffffffff810299a0 0000000000000000 0000000000000000 0000000000000000 Call Trace: [<ffffffff8104e94e>] smp_store_cpu_info+0x3e/0x40 [<ffffffff81029925>] cpu_bringup+0x35/0x90 [<ffffffff810299a0>] cpu_bringup_and_idle+0x20/0x40 Code: 44 89 e7 ff 50 68 0f b7 93 d2 00 00 00 39 d0 75 1c 0f b7 bb da 00 00 00 44 89 e6 e8 24 03 01 00 85 c0 75 07 5b 41 5c 5d c3 0f 0b <0f> 0b 0f b7 8b d4 00 00 00 89 c2 44 89 e6 48 c7 c7 98 87 a6 81 RIP [<ffffffff8103e...
2017 Apr 14
4
Xen C6 kernel 4.9.13 and testing 4.9.15 only reboots.
...483] ffffc900400c3f40 ffffffff81029855 0000000000000000 ffffc900400c3f50 [ 6.400963] ffffffff810298d0 0000000000000000 0000000000000000 0000000000000000 [ 6.408450] Call Trace: [ 6.410907] [<ffffffff8104ebce>] smp_store_cpu_info+0x3e/0x40 [ 6.416753] [<ffffffff81029855>] cpu_bringup+0x35/0x90 [ 6.421981] [<ffffffff810298d0>] cpu_bringup_and_idle+0x20/0x40 [ 6.427987] Code: 44 89 e7 ff 50 68 0f b7 93 d2 00 00 00 39 d0 75 1c 0f b7 bb da 00 00 00 44 89 e6 e8 e4 02 01 00 85 c0 75 07 5b 41 5c 5d c3 0f 0b <0f> 0b 0f b7 8b d4 00 00 00 89 c2 44 89 e6 48 c7 c7 e8 ce...
2017 Apr 18
2
Xen C6 kernel 4.9.13 and testing 4.9.15 only reboots.
...000000 > ffffc900400c3f50 > > [ 6.400963] ffffffff810298d0 0000000000000000 0000000000000000 > 0000000000000000 > > [ 6.408450] Call Trace: > > [ 6.410907] [<ffffffff8104ebce>] smp_store_cpu_info+0x3e/0x40 > > [ 6.416753] [<ffffffff81029855>] cpu_bringup+0x35/0x90 > > [ 6.421981] [<ffffffff810298d0>] cpu_bringup_and_idle+0x20/0x40 > > [ 6.427987] Code: 44 89 e7 ff 50 68 0f b7 93 d2 00 00 00 39 d0 75 1c > 0f b7 bb da 00 00 00 44 89 e6 e8 e4 02 01 00 85 c0 75 07 5b 41 5c 5d c3 0f > 0b <0f> 0b 0f b7 8b d4 00 00 00...
2017 Apr 18
2
Xen C6 kernel 4.9.13 and testing 4.9.15 only reboots.
...; > [ 6.400963] ffffffff810298d0 0000000000000000 0000000000000000 >>> 0000000000000000 >>> > [ 6.408450] Call Trace: >>> > [ 6.410907] [<ffffffff8104ebce>] smp_store_cpu_info+0x3e/0x40 >>> > [ 6.416753] [<ffffffff81029855>] cpu_bringup+0x35/0x90 >>> > [ 6.421981] [<ffffffff810298d0>] cpu_bringup_and_idle+0x20/0x40 >>> > [ 6.427987] Code: 44 89 e7 ff 50 68 0f b7 93 d2 00 00 00 39 d0 75 >>> 1c 0f b7 bb da 00 00 00 44 89 e6 e8 e4 02 01 00 85 c0 75 07 5b 41 5c 5d c3 >>> 0f 0b &lt...
2017 Apr 18
0
Xen C6 kernel 4.9.13 and testing 4.9.15 only reboots.
...40 ffffffff81029855 0000000000000000 ffffc900400c3f50 > [ 6.400963] ffffffff810298d0 0000000000000000 0000000000000000 0000000000000000 > [ 6.408450] Call Trace: > [ 6.410907] [<ffffffff8104ebce>] smp_store_cpu_info+0x3e/0x40 > [ 6.416753] [<ffffffff81029855>] cpu_bringup+0x35/0x90 > [ 6.421981] [<ffffffff810298d0>] cpu_bringup_and_idle+0x20/0x40 > [ 6.427987] Code: 44 89 e7 ff 50 68 0f b7 93 d2 00 00 00 39 d0 75 1c 0f b7 bb da 00 00 00 44 89 e6 e8 e4 02 01 00 85 c0 75 07 5b 41 5c 5d c3 0f 0b <0f> 0b 0f b7 8b d4 00 00 00 89 c2 44 89 e6 48 c7...
2017 Apr 14
0
Xen C6 kernel 4.9.13 and testing 4.9.15 only reboots.
...40 ffffffff81029855 0000000000000000 ffffc900400c3f50 > [ 6.400963] ffffffff810298d0 0000000000000000 0000000000000000 0000000000000000 > [ 6.408450] Call Trace: > [ 6.410907] [<ffffffff8104ebce>] smp_store_cpu_info+0x3e/0x40 > [ 6.416753] [<ffffffff81029855>] cpu_bringup+0x35/0x90 > [ 6.421981] [<ffffffff810298d0>] cpu_bringup_and_idle+0x20/0x40 > [ 6.427987] Code: 44 89 e7 ff 50 68 0f b7 93 d2 00 00 00 39 d0 75 1c 0f b7 bb da 00 00 00 44 89 e6 e8 e4 02 01 00 85 c0 75 07 5b 41 5c 5d c3 0f 0b <0f> 0b 0f b7 8b d4 00 00 00 89 c2 44 89 e6 48 c7...
2017 Apr 18
0
Xen C6 kernel 4.9.13 and testing 4.9.15 only reboots.
...400c3f50 >> > [ 6.400963] ffffffff810298d0 0000000000000000 0000000000000000 >> 0000000000000000 >> > [ 6.408450] Call Trace: >> > [ 6.410907] [<ffffffff8104ebce>] smp_store_cpu_info+0x3e/0x40 >> > [ 6.416753] [<ffffffff81029855>] cpu_bringup+0x35/0x90 >> > [ 6.421981] [<ffffffff810298d0>] cpu_bringup_and_idle+0x20/0x40 >> > [ 6.427987] Code: 44 89 e7 ff 50 68 0f b7 93 d2 00 00 00 39 d0 75 1c >> 0f b7 bb da 00 00 00 44 89 e6 e8 e4 02 01 00 85 c0 75 07 5b 41 5c 5d c3 0f >> 0b <0f> 0b 0f b7...
2017 Apr 18
0
Xen C6 kernel 4.9.13 and testing 4.9.15 only reboots.
...0963] ffffffff810298d0 0000000000000000 0000000000000000 >>>> 0000000000000000 >>>> > [ 6.408450] Call Trace: >>>> > [ 6.410907] [<ffffffff8104ebce>] smp_store_cpu_info+0x3e/0x40 >>>> > [ 6.416753] [<ffffffff81029855>] cpu_bringup+0x35/0x90 >>>> > [ 6.421981] [<ffffffff810298d0>] cpu_bringup_and_idle+0x20/0x40 >>>> > [ 6.427987] Code: 44 89 e7 ff 50 68 0f b7 93 d2 00 00 00 39 d0 75 >>>> 1c 0f b7 bb da 00 00 00 44 89 e6 e8 e4 02 01 00 85 c0 75 07 5b 41 5c 5d c3 >>&g...
2013 Jun 03
0
[PATCH] xen/smp: Fixup NOHZ per cpu data when onlining an offline CPU.
...fff816707c8>] dump_stack+0x19/0x1b [<ffffffff8108ce8b>] warn_slowpath_common+0x6b/0xa0 [<ffffffff8108ced5>] warn_slowpath_null+0x15/0x20 [<ffffffff810e4745>] tick_nohz_idle_exit+0x195/0x1b0 [<ffffffff810da755>] cpu_startup_entry+0x205/0x250 [<ffffffff81661070>] cpu_bringup_and_idle+0x13/0x15 ---[ end trace 915c8c486004dda1 ]--- b/c ts_inidle is set to zero. Thomas suggested that we just add a workaround to call tick_nohz_idle_enter before returning from xen_play_dead() - and that is what this patch does and fixes the issue. We also add the stable part b/c git commi...
2017 Apr 21
1
Xen C6 kernel 4.9.13 and testing 4.9.15 only reboots.
...205] ffffc900400c3f40 ffffffff81029855 0000000000000000 ffffc900400c3f50 [ 6.977691] ffffffff810298d0 0000000000000000 0000000000000000 0000000000000000 [ 6.985164] Call Trace: [ 6.987626] [<ffffffff8104ebce>] smp_store_cpu_info+0x3e/0x40 [ 6.993480] [<ffffffff81029855>] cpu_bringup+0x35/0x90 [ 6.998700] [<ffffffff810298d0>] cpu_bringup_and_idle+0x20/0x40 [ 7.004706] Code: 44 89 e7 ff 50 68 0f b7 93 d2 00 00 00 39 d0 75 1c 0f b7 bb da 00 00 00 44 89 e6 e8 e4 02 01 00 85 c0 75 07 5b 41 5c 5d c3 0f 0b <0f> 0b 0f b7 8b d4 00 00 00 89 c2 44 89 e6 48 c7 c7 90 d3...
2017 Apr 19
2
Xen C6 kernel 4.9.13 and testing 4.9.15 only reboots.
On 04/19/2017 12:18 PM, PJ Welsh wrote: > > On Wed, Apr 19, 2017 at 5:40 AM, Johnny Hughes <johnny at centos.org > <mailto:johnny at centos.org>> wrote: > > On 04/18/2017 12:39 PM, PJ Welsh wrote: > > Here is something interesting... I went through the BIOS options and > > found that one R710 that *is* functioning only differed in that
2017 Apr 14
0
Xen C6 kernel 4.9.13 and testing 4.9.15 only reboots.
...00000 ffffc900400b7f28 ffffffff8104e94e > ffffc900400b7f40 ffffffff81029925 0000000000000000 ffffc900400b7f50 > ffffffff810299a0 0000000000000000 0000000000000000 0000000000000000 > Call Trace: > [<ffffffff8104e94e>] smp_store_cpu_info+0x3e/0x40 > [<ffffffff81029925>] cpu_bringup+0x35/0x90 > [<ffffffff810299a0>] cpu_bringup_and_idle+0x20/0x40 > Code: 44 89 e7 ff 50 68 0f b7 93 d2 00 00 00 39 d0 75 1c 0f b7 bb da 00 00 00 44 89 e6 e8 24 03 01 00 85 c0 75 07 5b 41 5c 5d c3 0f 0b <0f> 0b 0f b7 8b d4 00 00 00 89 c2 44 89 e6 48 c7 c7 98 87 a6 81 > RIP [&l...
2017 Apr 21
0
Xen C6 kernel 4.9.13 and testing 4.9.15 only reboots.
...f81029855 0000000000000000 > ffffc900400c3f50 > [ 6.977691] ffffffff810298d0 0000000000000000 0000000000000000 > 0000000000000000 > [ 6.985164] Call Trace: > [ 6.987626] [<ffffffff8104ebce>] smp_store_cpu_info+0x3e/0x40 > [ 6.993480] [<ffffffff81029855>] cpu_bringup+0x35/0x90 > [ 6.998700] [<ffffffff810298d0>] cpu_bringup_and_idle+0x20/0x40 > [ 7.004706] Code: 44 89 e7 ff 50 68 0f b7 93 d2 00 00 00 39 d0 75 1c 0f > b7 bb da 00 00 00 44 89 e6 e8 e4 02 01 00 85 c0 75 07 5b 41 5c 5d c3 0f 0b > <0f> 0b 0f b7 8b d4 00 00 00 89 c2 44 8...