• Michael Holzheu's avatar
    [S390] kernel: Fix smp_switch_to_ipl_cpu() stack frame setup · 3931723f
    Michael Holzheu authored
    Currently, when smp_switch_to_ipl_cpu() is done, the backchain in the dump
    analysis tool crash looks like the following:
    
     #0 [1f746e70] __machine_kexec at 11dd92
     #1 [1f746eb8] smp_restart_cpu at 11820e
     #0 [00907eb0] cpu_idle at 10602e
     #1 [00907ef8] start_kernel at 979a08
    
    It would be good to see the registers of the interrupted function.
    To achieve this, the backchain on the new stack has to be set to zero.
    This looks then like the following:
    
     #0 [1f746e70] __machine_kexec at 11dd8e
     #1 [1f746eb8] smp_restart_cpu at 11820a
     PSW:  0706000180000000 00000000005c6fe6 (vtime_stop_cpu+134)
     GPRS: 0000000000000000 00000000005c6fe6 0000000001ad0228 0000000001ad0248
           0000000000907f08 0000000001ad0b40 0000000000979344 0000000000000000
           00000000009c0000 00000000009c0010 00000000009ab024 0000000001ad0200
           0000000001ad0238 00000000005cc9d8 000000000010602e 0000000000907e68
     #0 [00907eb0] cpu_idle at 10602e
     #1 [00907ef8] start_kernel at 979a08
    
    In addition to this, now also the correct PSW is stored in the pt_regs
    structure that is located at the start of the panic stack.
    Signed-off-by: default avatarMichael Holzheu <holzheu@linux.vnet.ibm.com>
    Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
    3931723f
smp.c 28.3 KB