[Kernel-packages] [Bug 1774964] Re: [LTCTest][OPAL][OP910.20] WARNING: CPU: 97 PID: 11965 at /build/linux-0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 set_task_cpu+0x240/0x250

2019-07-24 Thread Brad Figg
** Tags added: cscc

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1774964

Title:
  [LTCTest][OPAL][OP910.20] WARNING: CPU: 97 PID: 11965 at /build/linux-
  0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 set_task_cpu+0x240/0x250

Status in The Ubuntu-power-systems project:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Bionic:
  Fix Released

Bug description:
  == SRU Justification ==
  IBM reports seeing the following during their testing:
  WARNING: CPU: 97 PID: 11965 at 
/build/linux-0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 
set_task_cpu+0x240/0x250

  This is a regression and was introduced by the following two commits in
  v4.15-rc1:
  01eaac2b0591 ("powerpc/mce: Hookup ierror (instruction) UE errors")
  ba41e1e1ccb9 ("powerpc/mce: Hookup derror (load/store) UE errors")

  This regression is fixed by commit 75ecfb49516c in v4.17-rc3.  The
  commit was also cc'd to upstream stable, but it is being SRU'd to get
  the fix into Ubuntu without waiting for it to come down via stable
  updates.

  
  == Fix ==
  75ecfb49516c ("powerpc/mce: Fix a bug where mce loops on memory UE.")

  == Regression Potential ==
  Low.  Limited to powerpc.  The commit was also cc'd to upstream stable
  so it will recieve additional upstream stable review.

  == Test Case ==
  A test kernel was built with this patch and tested by the original bug 
reporter.
  The bug reporter states the test kernel resolved the bug.

  
  == Original Bug Descriptions ==
  == Comment: #0 - PAVAMAN SUBRAMANIYAM <> - 2018-04-25 01:59:10 ==
  ---Problem Description---
  WARNING: CPU: 97 PID: 11965 at 
/build/linux-0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 
set_task_cpu+0x240/0x250

  ---uname output---
  Linux ltc-wspoon8 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:14:44 UTC 
2018 ppc64le ppc64le ppc64le GNU/Linux

  Machine Type = P9

  ---Debugger---
  A debugger is not configured

  ---Steps to Reproduce---
  Install a P9 Open Power Hardware with the latest OP910.20 Firmware images.

  root@witherspoon:~# cat /etc/os-release
  ID="openbmc-phosphor"
  NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro)"
  VERSION="ibm-v2.0"
  VERSION_ID="ibm-v2.0-0-r46-0-gbed584c"
  PRETTY_NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro) 
ibm-v2.0"
  BUILD_ID="ibm-v2.0-0-r46"
  root@witherspoon:~# cat /var/lib/phosphor-software-manager/pnor/ro/VERSION
  open-power-witherspoon-v1.21.2-251-ge2e9363-dirty
  buildroot-2017.11-5-g65679be
  skiboot-v5.10.3-op910-1-p240231e
  hostboot-0aa5bed
  linux-4.14.24-openpower1-p3e84190
  petitboot-v1.6.6-pd7224b4
  machine-xml-4af
  occ-8c5b727
  hostboot-binaries-9bd4056
  capp-ucode-p9-dd2-v3
  sbe-7e02c23

  Then we have installed the Ubuntu 18.04 OS on the machine.

  root@ltc-wspoon8:~# uname -a
  Linux ltc-wspoon8 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:14:44 UTC 
2018 ppc64le ppc64le ppc64le GNU/Linux
  root@ltc-wspoon8:~# cat /etc/os-release
  NAME="Ubuntu"
  VERSION="18.04 LTS (Bionic Beaver)"
  ID=ubuntu
  ID_LIKE=debian
  PRETTY_NAME="Ubuntu 18.04 LTS"
  VERSION_ID="18.04"
  HOME_URL="https://www.ubuntu.com/;
  SUPPORT_URL="https://help.ubuntu.com/;
  BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
  
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
  VERSION_CODENAME=bionic
  UBUNTU_CODENAME=bionic
  root@ltc-wspoon8:~# cat /proc/cpuinfo | tail
  cpu : POWER9, altivec supported
  clock   : 2300.00MHz
  revision: 2.1 (pvr 004e 1201)

  timebase: 51200
  platform: PowerNV
  model   : 8335-GTC
  machine : PowerNV 8335-GTC
  firmware: OPAL
  MMU : Radix
  root@ltc-wspoon8:~# kdump-config show
  DUMP_MODE:kdump
  USE_KDUMP:1
  KDUMP_SYSCTL: kernel.panic_on_oops=1
  KDUMP_COREDIR:/var/crash
  crashkernel addr:
     /var/lib/kdump/vmlinuz: symbolic link to /boot/vmlinux-4.15.0-20-generic
  kdump initrd:
     /var/lib/kdump/initrd.img: symbolic link to 
/var/lib/kdump/initrd.img-4.15.0-20-generic
  current state:ready to kdump

  kexec command:
    /sbin/kexec -p 
--command-line="root=UUID=a2cd572c-9047-4f0a-843b-6996fae3e999 ro quiet splash 
nr_cpus=1 systemd.unit=kdump-tools.service irqpoll noirqdistrib nousb" 
--initrd=/var/lib/kdump/initrd.img /var/lib/kdump/vmlinuz

  root@ltc-wspoon8:~# ps -ef | grep opal
  root880  2  0 01:25 ?00:00:00 [kopald]
  root   3604  1  2 01:25 ?00:00:03 /usr/sbin/opal-prd
  root   4858   4278  0 01:28 pts/000:00:00 grep --color=auto opal

  root@ltc-wspoon8:~# service opal-prd status
  ? opal-prd.service - OPAL PRD daemon
     Loaded: loaded (/lib/systemd/system/opal-prd.service; enabled; 

[Kernel-packages] [Bug 1774964] Re: [LTCTest][OPAL][OP910.20] WARNING: CPU: 97 PID: 11965 at /build/linux-0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 set_task_cpu+0x240/0x250

2018-09-19 Thread Joseph Salisbury
The commit that fixes this bug is in Ubuntu-4.15.0-24 as commit:
9b185721376e powerpc/mce: Fix a bug where mce loops on memory UE.

Changing status to "Fix Released"


** Changed in: linux (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

** Changed in: linux (Ubuntu)
   Status: Fix Committed => Fix Released

** Changed in: ubuntu-power-systems
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1774964

Title:
  [LTCTest][OPAL][OP910.20] WARNING: CPU: 97 PID: 11965 at /build/linux-
  0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 set_task_cpu+0x240/0x250

Status in The Ubuntu-power-systems project:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Bionic:
  Fix Released

Bug description:
  == SRU Justification ==
  IBM reports seeing the following during their testing:
  WARNING: CPU: 97 PID: 11965 at 
/build/linux-0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 
set_task_cpu+0x240/0x250

  This is a regression and was introduced by the following two commits in
  v4.15-rc1:
  01eaac2b0591 ("powerpc/mce: Hookup ierror (instruction) UE errors")
  ba41e1e1ccb9 ("powerpc/mce: Hookup derror (load/store) UE errors")

  This regression is fixed by commit 75ecfb49516c in v4.17-rc3.  The
  commit was also cc'd to upstream stable, but it is being SRU'd to get
  the fix into Ubuntu without waiting for it to come down via stable
  updates.

  
  == Fix ==
  75ecfb49516c ("powerpc/mce: Fix a bug where mce loops on memory UE.")

  == Regression Potential ==
  Low.  Limited to powerpc.  The commit was also cc'd to upstream stable
  so it will recieve additional upstream stable review.

  == Test Case ==
  A test kernel was built with this patch and tested by the original bug 
reporter.
  The bug reporter states the test kernel resolved the bug.

  
  == Original Bug Descriptions ==
  == Comment: #0 - PAVAMAN SUBRAMANIYAM <> - 2018-04-25 01:59:10 ==
  ---Problem Description---
  WARNING: CPU: 97 PID: 11965 at 
/build/linux-0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 
set_task_cpu+0x240/0x250

  ---uname output---
  Linux ltc-wspoon8 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:14:44 UTC 
2018 ppc64le ppc64le ppc64le GNU/Linux

  Machine Type = P9

  ---Debugger---
  A debugger is not configured

  ---Steps to Reproduce---
  Install a P9 Open Power Hardware with the latest OP910.20 Firmware images.

  root@witherspoon:~# cat /etc/os-release
  ID="openbmc-phosphor"
  NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro)"
  VERSION="ibm-v2.0"
  VERSION_ID="ibm-v2.0-0-r46-0-gbed584c"
  PRETTY_NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro) 
ibm-v2.0"
  BUILD_ID="ibm-v2.0-0-r46"
  root@witherspoon:~# cat /var/lib/phosphor-software-manager/pnor/ro/VERSION
  open-power-witherspoon-v1.21.2-251-ge2e9363-dirty
  buildroot-2017.11-5-g65679be
  skiboot-v5.10.3-op910-1-p240231e
  hostboot-0aa5bed
  linux-4.14.24-openpower1-p3e84190
  petitboot-v1.6.6-pd7224b4
  machine-xml-4af
  occ-8c5b727
  hostboot-binaries-9bd4056
  capp-ucode-p9-dd2-v3
  sbe-7e02c23

  Then we have installed the Ubuntu 18.04 OS on the machine.

  root@ltc-wspoon8:~# uname -a
  Linux ltc-wspoon8 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:14:44 UTC 
2018 ppc64le ppc64le ppc64le GNU/Linux
  root@ltc-wspoon8:~# cat /etc/os-release
  NAME="Ubuntu"
  VERSION="18.04 LTS (Bionic Beaver)"
  ID=ubuntu
  ID_LIKE=debian
  PRETTY_NAME="Ubuntu 18.04 LTS"
  VERSION_ID="18.04"
  HOME_URL="https://www.ubuntu.com/;
  SUPPORT_URL="https://help.ubuntu.com/;
  BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
  
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
  VERSION_CODENAME=bionic
  UBUNTU_CODENAME=bionic
  root@ltc-wspoon8:~# cat /proc/cpuinfo | tail
  cpu : POWER9, altivec supported
  clock   : 2300.00MHz
  revision: 2.1 (pvr 004e 1201)

  timebase: 51200
  platform: PowerNV
  model   : 8335-GTC
  machine : PowerNV 8335-GTC
  firmware: OPAL
  MMU : Radix
  root@ltc-wspoon8:~# kdump-config show
  DUMP_MODE:kdump
  USE_KDUMP:1
  KDUMP_SYSCTL: kernel.panic_on_oops=1
  KDUMP_COREDIR:/var/crash
  crashkernel addr:
     /var/lib/kdump/vmlinuz: symbolic link to /boot/vmlinux-4.15.0-20-generic
  kdump initrd:
     /var/lib/kdump/initrd.img: symbolic link to 
/var/lib/kdump/initrd.img-4.15.0-20-generic
  current state:ready to kdump

  kexec command:
    /sbin/kexec -p 
--command-line="root=UUID=a2cd572c-9047-4f0a-843b-6996fae3e999 ro quiet splash 
nr_cpus=1 systemd.unit=kdump-tools.service irqpoll noirqdistrib nousb" 
--initrd=/var/lib/kdump/initrd.img /var/lib/kdump/vmlinuz

  

[Kernel-packages] [Bug 1774964] Re: [LTCTest][OPAL][OP910.20] WARNING: CPU: 97 PID: 11965 at /build/linux-0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 set_task_cpu+0x240/0x250

2018-07-19 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1774964

Title:
  [LTCTest][OPAL][OP910.20] WARNING: CPU: 97 PID: 11965 at /build/linux-
  0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 set_task_cpu+0x240/0x250

Status in The Ubuntu-power-systems project:
  Fix Committed
Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Bionic:
  Fix Committed

Bug description:
  == SRU Justification ==
  IBM reports seeing the following during their testing:
  WARNING: CPU: 97 PID: 11965 at 
/build/linux-0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 
set_task_cpu+0x240/0x250

  This is a regression and was introduced by the following two commits in
  v4.15-rc1:
  01eaac2b0591 ("powerpc/mce: Hookup ierror (instruction) UE errors")
  ba41e1e1ccb9 ("powerpc/mce: Hookup derror (load/store) UE errors")

  This regression is fixed by commit 75ecfb49516c in v4.17-rc3.  The
  commit was also cc'd to upstream stable, but it is being SRU'd to get
  the fix into Ubuntu without waiting for it to come down via stable
  updates.

  
  == Fix ==
  75ecfb49516c ("powerpc/mce: Fix a bug where mce loops on memory UE.")

  == Regression Potential ==
  Low.  Limited to powerpc.  The commit was also cc'd to upstream stable
  so it will recieve additional upstream stable review.

  == Test Case ==
  A test kernel was built with this patch and tested by the original bug 
reporter.
  The bug reporter states the test kernel resolved the bug.

  
  == Original Bug Descriptions ==
  == Comment: #0 - PAVAMAN SUBRAMANIYAM <> - 2018-04-25 01:59:10 ==
  ---Problem Description---
  WARNING: CPU: 97 PID: 11965 at 
/build/linux-0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 
set_task_cpu+0x240/0x250

  ---uname output---
  Linux ltc-wspoon8 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:14:44 UTC 
2018 ppc64le ppc64le ppc64le GNU/Linux

  Machine Type = P9

  ---Debugger---
  A debugger is not configured

  ---Steps to Reproduce---
  Install a P9 Open Power Hardware with the latest OP910.20 Firmware images.

  root@witherspoon:~# cat /etc/os-release
  ID="openbmc-phosphor"
  NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro)"
  VERSION="ibm-v2.0"
  VERSION_ID="ibm-v2.0-0-r46-0-gbed584c"
  PRETTY_NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro) 
ibm-v2.0"
  BUILD_ID="ibm-v2.0-0-r46"
  root@witherspoon:~# cat /var/lib/phosphor-software-manager/pnor/ro/VERSION
  open-power-witherspoon-v1.21.2-251-ge2e9363-dirty
  buildroot-2017.11-5-g65679be
  skiboot-v5.10.3-op910-1-p240231e
  hostboot-0aa5bed
  linux-4.14.24-openpower1-p3e84190
  petitboot-v1.6.6-pd7224b4
  machine-xml-4af
  occ-8c5b727
  hostboot-binaries-9bd4056
  capp-ucode-p9-dd2-v3
  sbe-7e02c23

  Then we have installed the Ubuntu 18.04 OS on the machine.

  root@ltc-wspoon8:~# uname -a
  Linux ltc-wspoon8 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:14:44 UTC 
2018 ppc64le ppc64le ppc64le GNU/Linux
  root@ltc-wspoon8:~# cat /etc/os-release
  NAME="Ubuntu"
  VERSION="18.04 LTS (Bionic Beaver)"
  ID=ubuntu
  ID_LIKE=debian
  PRETTY_NAME="Ubuntu 18.04 LTS"
  VERSION_ID="18.04"
  HOME_URL="https://www.ubuntu.com/;
  SUPPORT_URL="https://help.ubuntu.com/;
  BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
  
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
  VERSION_CODENAME=bionic
  UBUNTU_CODENAME=bionic
  root@ltc-wspoon8:~# cat /proc/cpuinfo | tail
  cpu : POWER9, altivec supported
  clock   : 2300.00MHz
  revision: 2.1 (pvr 004e 1201)

  timebase: 51200
  platform: PowerNV
  model   : 8335-GTC
  machine : PowerNV 8335-GTC
  firmware: OPAL
  MMU : Radix
  root@ltc-wspoon8:~# kdump-config show
  DUMP_MODE:kdump
  USE_KDUMP:1
  KDUMP_SYSCTL: kernel.panic_on_oops=1
  KDUMP_COREDIR:/var/crash
  crashkernel addr:
     /var/lib/kdump/vmlinuz: symbolic link to /boot/vmlinux-4.15.0-20-generic
  kdump initrd:
     /var/lib/kdump/initrd.img: symbolic link to 
/var/lib/kdump/initrd.img-4.15.0-20-generic
  current state:ready to kdump

  kexec command:
    /sbin/kexec -p 
--command-line="root=UUID=a2cd572c-9047-4f0a-843b-6996fae3e999 ro quiet splash 
nr_cpus=1 systemd.unit=kdump-tools.service irqpoll noirqdistrib nousb" 
--initrd=/var/lib/kdump/initrd.img /var/lib/kdump/vmlinuz

  root@ltc-wspoon8:~# ps -ef | grep opal
  root880  2  0 01:25 ?00:00:00 [kopald]
  root   3604  1  2 01:25 ?00:00:03 /usr/sbin/opal-prd
  root   4858   4278  0 01:28 pts/000:00:00 grep --color=auto opal

  root@ltc-wspoon8:~# service opal-prd status
  ? opal-prd.service - OPAL PRD daemon
     

[Kernel-packages] [Bug 1774964] Re: [LTCTest][OPAL][OP910.20] WARNING: CPU: 97 PID: 11965 at /build/linux-0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 set_task_cpu+0x240/0x250

2018-06-07 Thread Frank Heimes
** Changed in: ubuntu-power-systems
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1774964

Title:
  [LTCTest][OPAL][OP910.20] WARNING: CPU: 97 PID: 11965 at /build/linux-
  0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 set_task_cpu+0x240/0x250

Status in The Ubuntu-power-systems project:
  Fix Committed
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Bionic:
  Fix Committed

Bug description:
  == SRU Justification ==
  IBM reports seeing the following during their testing:
  WARNING: CPU: 97 PID: 11965 at 
/build/linux-0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 
set_task_cpu+0x240/0x250

  This is a regression and was introduced by the following two commits in
  v4.15-rc1:
  01eaac2b0591 ("powerpc/mce: Hookup ierror (instruction) UE errors")
  ba41e1e1ccb9 ("powerpc/mce: Hookup derror (load/store) UE errors")

  This regression is fixed by commit 75ecfb49516c in v4.17-rc3.  The
  commit was also cc'd to upstream stable, but it is being SRU'd to get
  the fix into Ubuntu without waiting for it to come down via stable
  updates.

  
  == Fix ==
  75ecfb49516c ("powerpc/mce: Fix a bug where mce loops on memory UE.")

  == Regression Potential ==
  Low.  Limited to powerpc.  The commit was also cc'd to upstream stable
  so it will recieve additional upstream stable review.

  == Test Case ==
  A test kernel was built with this patch and tested by the original bug 
reporter.
  The bug reporter states the test kernel resolved the bug.

  
  == Original Bug Descriptions ==
  == Comment: #0 - PAVAMAN SUBRAMANIYAM <> - 2018-04-25 01:59:10 ==
  ---Problem Description---
  WARNING: CPU: 97 PID: 11965 at 
/build/linux-0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 
set_task_cpu+0x240/0x250

  ---uname output---
  Linux ltc-wspoon8 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:14:44 UTC 
2018 ppc64le ppc64le ppc64le GNU/Linux

  Machine Type = P9

  ---Debugger---
  A debugger is not configured

  ---Steps to Reproduce---
  Install a P9 Open Power Hardware with the latest OP910.20 Firmware images.

  root@witherspoon:~# cat /etc/os-release
  ID="openbmc-phosphor"
  NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro)"
  VERSION="ibm-v2.0"
  VERSION_ID="ibm-v2.0-0-r46-0-gbed584c"
  PRETTY_NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro) 
ibm-v2.0"
  BUILD_ID="ibm-v2.0-0-r46"
  root@witherspoon:~# cat /var/lib/phosphor-software-manager/pnor/ro/VERSION
  open-power-witherspoon-v1.21.2-251-ge2e9363-dirty
  buildroot-2017.11-5-g65679be
  skiboot-v5.10.3-op910-1-p240231e
  hostboot-0aa5bed
  linux-4.14.24-openpower1-p3e84190
  petitboot-v1.6.6-pd7224b4
  machine-xml-4af
  occ-8c5b727
  hostboot-binaries-9bd4056
  capp-ucode-p9-dd2-v3
  sbe-7e02c23

  Then we have installed the Ubuntu 18.04 OS on the machine.

  root@ltc-wspoon8:~# uname -a
  Linux ltc-wspoon8 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:14:44 UTC 
2018 ppc64le ppc64le ppc64le GNU/Linux
  root@ltc-wspoon8:~# cat /etc/os-release
  NAME="Ubuntu"
  VERSION="18.04 LTS (Bionic Beaver)"
  ID=ubuntu
  ID_LIKE=debian
  PRETTY_NAME="Ubuntu 18.04 LTS"
  VERSION_ID="18.04"
  HOME_URL="https://www.ubuntu.com/;
  SUPPORT_URL="https://help.ubuntu.com/;
  BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
  
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
  VERSION_CODENAME=bionic
  UBUNTU_CODENAME=bionic
  root@ltc-wspoon8:~# cat /proc/cpuinfo | tail
  cpu : POWER9, altivec supported
  clock   : 2300.00MHz
  revision: 2.1 (pvr 004e 1201)

  timebase: 51200
  platform: PowerNV
  model   : 8335-GTC
  machine : PowerNV 8335-GTC
  firmware: OPAL
  MMU : Radix
  root@ltc-wspoon8:~# kdump-config show
  DUMP_MODE:kdump
  USE_KDUMP:1
  KDUMP_SYSCTL: kernel.panic_on_oops=1
  KDUMP_COREDIR:/var/crash
  crashkernel addr:
     /var/lib/kdump/vmlinuz: symbolic link to /boot/vmlinux-4.15.0-20-generic
  kdump initrd:
     /var/lib/kdump/initrd.img: symbolic link to 
/var/lib/kdump/initrd.img-4.15.0-20-generic
  current state:ready to kdump

  kexec command:
    /sbin/kexec -p 
--command-line="root=UUID=a2cd572c-9047-4f0a-843b-6996fae3e999 ro quiet splash 
nr_cpus=1 systemd.unit=kdump-tools.service irqpoll noirqdistrib nousb" 
--initrd=/var/lib/kdump/initrd.img /var/lib/kdump/vmlinuz

  root@ltc-wspoon8:~# ps -ef | grep opal
  root880  2  0 01:25 ?00:00:00 [kopald]
  root   3604  1  2 01:25 ?00:00:03 /usr/sbin/opal-prd
  root   4858   4278  0 01:28 pts/000:00:00 grep --color=auto opal

  root@ltc-wspoon8:~# service opal-prd status
  ? opal-prd.service - OPAL PRD daemon
     

[Kernel-packages] [Bug 1774964] Re: [LTCTest][OPAL][OP910.20] WARNING: CPU: 97 PID: 11965 at /build/linux-0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 set_task_cpu+0x240/0x250

2018-06-07 Thread Khaled El Mously
** Changed in: linux (Ubuntu Bionic)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1774964

Title:
  [LTCTest][OPAL][OP910.20] WARNING: CPU: 97 PID: 11965 at /build/linux-
  0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 set_task_cpu+0x240/0x250

Status in The Ubuntu-power-systems project:
  In Progress
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Bionic:
  Fix Committed

Bug description:
  == SRU Justification ==
  IBM reports seeing the following during their testing:
  WARNING: CPU: 97 PID: 11965 at 
/build/linux-0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 
set_task_cpu+0x240/0x250

  This is a regression and was introduced by the following two commits in
  v4.15-rc1:
  01eaac2b0591 ("powerpc/mce: Hookup ierror (instruction) UE errors")
  ba41e1e1ccb9 ("powerpc/mce: Hookup derror (load/store) UE errors")

  This regression is fixed by commit 75ecfb49516c in v4.17-rc3.  The
  commit was also cc'd to upstream stable, but it is being SRU'd to get
  the fix into Ubuntu without waiting for it to come down via stable
  updates.

  
  == Fix ==
  75ecfb49516c ("powerpc/mce: Fix a bug where mce loops on memory UE.")

  == Regression Potential ==
  Low.  Limited to powerpc.  The commit was also cc'd to upstream stable
  so it will recieve additional upstream stable review.

  == Test Case ==
  A test kernel was built with this patch and tested by the original bug 
reporter.
  The bug reporter states the test kernel resolved the bug.

  
  == Original Bug Descriptions ==
  == Comment: #0 - PAVAMAN SUBRAMANIYAM <> - 2018-04-25 01:59:10 ==
  ---Problem Description---
  WARNING: CPU: 97 PID: 11965 at 
/build/linux-0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 
set_task_cpu+0x240/0x250

  ---uname output---
  Linux ltc-wspoon8 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:14:44 UTC 
2018 ppc64le ppc64le ppc64le GNU/Linux

  Machine Type = P9

  ---Debugger---
  A debugger is not configured

  ---Steps to Reproduce---
  Install a P9 Open Power Hardware with the latest OP910.20 Firmware images.

  root@witherspoon:~# cat /etc/os-release
  ID="openbmc-phosphor"
  NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro)"
  VERSION="ibm-v2.0"
  VERSION_ID="ibm-v2.0-0-r46-0-gbed584c"
  PRETTY_NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro) 
ibm-v2.0"
  BUILD_ID="ibm-v2.0-0-r46"
  root@witherspoon:~# cat /var/lib/phosphor-software-manager/pnor/ro/VERSION
  open-power-witherspoon-v1.21.2-251-ge2e9363-dirty
  buildroot-2017.11-5-g65679be
  skiboot-v5.10.3-op910-1-p240231e
  hostboot-0aa5bed
  linux-4.14.24-openpower1-p3e84190
  petitboot-v1.6.6-pd7224b4
  machine-xml-4af
  occ-8c5b727
  hostboot-binaries-9bd4056
  capp-ucode-p9-dd2-v3
  sbe-7e02c23

  Then we have installed the Ubuntu 18.04 OS on the machine.

  root@ltc-wspoon8:~# uname -a
  Linux ltc-wspoon8 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:14:44 UTC 
2018 ppc64le ppc64le ppc64le GNU/Linux
  root@ltc-wspoon8:~# cat /etc/os-release
  NAME="Ubuntu"
  VERSION="18.04 LTS (Bionic Beaver)"
  ID=ubuntu
  ID_LIKE=debian
  PRETTY_NAME="Ubuntu 18.04 LTS"
  VERSION_ID="18.04"
  HOME_URL="https://www.ubuntu.com/;
  SUPPORT_URL="https://help.ubuntu.com/;
  BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
  
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
  VERSION_CODENAME=bionic
  UBUNTU_CODENAME=bionic
  root@ltc-wspoon8:~# cat /proc/cpuinfo | tail
  cpu : POWER9, altivec supported
  clock   : 2300.00MHz
  revision: 2.1 (pvr 004e 1201)

  timebase: 51200
  platform: PowerNV
  model   : 8335-GTC
  machine : PowerNV 8335-GTC
  firmware: OPAL
  MMU : Radix
  root@ltc-wspoon8:~# kdump-config show
  DUMP_MODE:kdump
  USE_KDUMP:1
  KDUMP_SYSCTL: kernel.panic_on_oops=1
  KDUMP_COREDIR:/var/crash
  crashkernel addr:
     /var/lib/kdump/vmlinuz: symbolic link to /boot/vmlinux-4.15.0-20-generic
  kdump initrd:
     /var/lib/kdump/initrd.img: symbolic link to 
/var/lib/kdump/initrd.img-4.15.0-20-generic
  current state:ready to kdump

  kexec command:
    /sbin/kexec -p 
--command-line="root=UUID=a2cd572c-9047-4f0a-843b-6996fae3e999 ro quiet splash 
nr_cpus=1 systemd.unit=kdump-tools.service irqpoll noirqdistrib nousb" 
--initrd=/var/lib/kdump/initrd.img /var/lib/kdump/vmlinuz

  root@ltc-wspoon8:~# ps -ef | grep opal
  root880  2  0 01:25 ?00:00:00 [kopald]
  root   3604  1  2 01:25 ?00:00:03 /usr/sbin/opal-prd
  root   4858   4278  0 01:28 pts/000:00:00 grep --color=auto opal

  root@ltc-wspoon8:~# service opal-prd status
  ? opal-prd.service - OPAL PRD daemon
     

[Kernel-packages] [Bug 1774964] Re: [LTCTest][OPAL][OP910.20] WARNING: CPU: 97 PID: 11965 at /build/linux-0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 set_task_cpu+0x240/0x250

2018-06-05 Thread Joseph Salisbury
SRU request submitted:
https://lists.ubuntu.com/archives/kernel-team/2018-June/093016.html

** Description changed:

+ == SRU Justification ==
+ IBM reports seeing the following during their testing:
+ WARNING: CPU: 97 PID: 11965 at 
/build/linux-0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 
set_task_cpu+0x240/0x250
+ 
+ This is a regression and was introduced by the following two commits in
+ v4.15-rc1:
+ 01eaac2b0591 ("powerpc/mce: Hookup ierror (instruction) UE errors")
+ ba41e1e1ccb9 ("powerpc/mce: Hookup derror (load/store) UE errors")
+ 
+ This regression is fixed by commit 75ecfb49516c in v4.17-rc3.  The
+ commit was also cc'd to upstream stable, but it is being SRU'd to get
+ the fix into Ubuntu without waiting for it to come down via stable
+ updates.
+ 
+ 
+ == Fix ==
+ 75ecfb49516c ("powerpc/mce: Fix a bug where mce loops on memory UE.")
+ 
+ == Regression Potential ==
+ Low.  Limited to powerpc.  The commit was also cc'd to upstream stable
+ so it will recieve additional upstream stable review.
+ 
+ == Test Case ==
+ A test kernel was built with this patch and tested by the original bug 
reporter.
+ The bug reporter states the test kernel resolved the bug.
+ 
+ 
+ == Original Bug Descriptions ==
  == Comment: #0 - PAVAMAN SUBRAMANIYAM <> - 2018-04-25 01:59:10 ==
  ---Problem Description---
  WARNING: CPU: 97 PID: 11965 at 
/build/linux-0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 
set_task_cpu+0x240/0x250
  
-  
  ---uname output---
  Linux ltc-wspoon8 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:14:44 UTC 
2018 ppc64le ppc64le ppc64le GNU/Linux
-  
- Machine Type = P9 
-  
+ 
+ Machine Type = P9
+ 
  ---Debugger---
  A debugger is not configured
-  
+ 
  ---Steps to Reproduce---
  Install a P9 Open Power Hardware with the latest OP910.20 Firmware images.
  
  root@witherspoon:~# cat /etc/os-release
  ID="openbmc-phosphor"
  NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro)"
  VERSION="ibm-v2.0"
  VERSION_ID="ibm-v2.0-0-r46-0-gbed584c"
  PRETTY_NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro) 
ibm-v2.0"
  BUILD_ID="ibm-v2.0-0-r46"
  root@witherspoon:~# cat /var/lib/phosphor-software-manager/pnor/ro/VERSION
  open-power-witherspoon-v1.21.2-251-ge2e9363-dirty
- buildroot-2017.11-5-g65679be
- skiboot-v5.10.3-op910-1-p240231e
- hostboot-0aa5bed
- linux-4.14.24-openpower1-p3e84190
- petitboot-v1.6.6-pd7224b4
- machine-xml-4af
- occ-8c5b727
- hostboot-binaries-9bd4056
- capp-ucode-p9-dd2-v3
- sbe-7e02c23
- 
+ buildroot-2017.11-5-g65679be
+ skiboot-v5.10.3-op910-1-p240231e
+ hostboot-0aa5bed
+ linux-4.14.24-openpower1-p3e84190
+ petitboot-v1.6.6-pd7224b4
+ machine-xml-4af
+ occ-8c5b727
+ hostboot-binaries-9bd4056
+ capp-ucode-p9-dd2-v3
+ sbe-7e02c23
  
  Then we have installed the Ubuntu 18.04 OS on the machine.
  
  root@ltc-wspoon8:~# uname -a
  Linux ltc-wspoon8 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:14:44 UTC 
2018 ppc64le ppc64le ppc64le GNU/Linux
  root@ltc-wspoon8:~# cat /etc/os-release
  NAME="Ubuntu"
  VERSION="18.04 LTS (Bionic Beaver)"
  ID=ubuntu
  ID_LIKE=debian
  PRETTY_NAME="Ubuntu 18.04 LTS"
  VERSION_ID="18.04"
  HOME_URL="https://www.ubuntu.com/;
  SUPPORT_URL="https://help.ubuntu.com/;
  BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
  
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
  VERSION_CODENAME=bionic
  UBUNTU_CODENAME=bionic
  root@ltc-wspoon8:~# cat /proc/cpuinfo | tail
  cpu : POWER9, altivec supported
  clock   : 2300.00MHz
  revision: 2.1 (pvr 004e 1201)
  
  timebase: 51200
  platform: PowerNV
  model   : 8335-GTC
  machine : PowerNV 8335-GTC
  firmware: OPAL
  MMU : Radix
  root@ltc-wspoon8:~# kdump-config show
  DUMP_MODE:kdump
  USE_KDUMP:1
  KDUMP_SYSCTL: kernel.panic_on_oops=1
  KDUMP_COREDIR:/var/crash
  crashkernel addr:
-/var/lib/kdump/vmlinuz: symbolic link to /boot/vmlinux-4.15.0-20-generic
+    /var/lib/kdump/vmlinuz: symbolic link to /boot/vmlinux-4.15.0-20-generic
  kdump initrd:
-/var/lib/kdump/initrd.img: symbolic link to 
/var/lib/kdump/initrd.img-4.15.0-20-generic
+    /var/lib/kdump/initrd.img: symbolic link to 
/var/lib/kdump/initrd.img-4.15.0-20-generic
  current state:ready to kdump
  
  kexec command:
-   /sbin/kexec -p 
--command-line="root=UUID=a2cd572c-9047-4f0a-843b-6996fae3e999 ro quiet splash 
nr_cpus=1 systemd.unit=kdump-tools.service irqpoll noirqdistrib nousb" 
--initrd=/var/lib/kdump/initrd.img /var/lib/kdump/vmlinuz
+   /sbin/kexec -p 
--command-line="root=UUID=a2cd572c-9047-4f0a-843b-6996fae3e999 ro quiet splash 
nr_cpus=1 systemd.unit=kdump-tools.service irqpoll noirqdistrib nousb" 
--initrd=/var/lib/kdump/initrd.img /var/lib/kdump/vmlinuz
  
  

[Kernel-packages] [Bug 1774964] Re: [LTCTest][OPAL][OP910.20] WARNING: CPU: 97 PID: 11965 at /build/linux-0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 set_task_cpu+0x240/0x250

2018-06-05 Thread Joseph Salisbury
** No longer affects: linux (Ubuntu Cosmic)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1774964

Title:
  [LTCTest][OPAL][OP910.20] WARNING: CPU: 97 PID: 11965 at /build/linux-
  0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 set_task_cpu+0x240/0x250

Status in The Ubuntu-power-systems project:
  In Progress
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Bionic:
  In Progress

Bug description:
  == Comment: #0 - PAVAMAN SUBRAMANIYAM <> - 2018-04-25 01:59:10 ==
  ---Problem Description---
  WARNING: CPU: 97 PID: 11965 at 
/build/linux-0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 
set_task_cpu+0x240/0x250

   
  ---uname output---
  Linux ltc-wspoon8 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:14:44 UTC 
2018 ppc64le ppc64le ppc64le GNU/Linux
   
  Machine Type = P9 
   
  ---Debugger---
  A debugger is not configured
   
  ---Steps to Reproduce---
  Install a P9 Open Power Hardware with the latest OP910.20 Firmware images.

  root@witherspoon:~# cat /etc/os-release
  ID="openbmc-phosphor"
  NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro)"
  VERSION="ibm-v2.0"
  VERSION_ID="ibm-v2.0-0-r46-0-gbed584c"
  PRETTY_NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro) 
ibm-v2.0"
  BUILD_ID="ibm-v2.0-0-r46"
  root@witherspoon:~# cat /var/lib/phosphor-software-manager/pnor/ro/VERSION
  open-power-witherspoon-v1.21.2-251-ge2e9363-dirty
  buildroot-2017.11-5-g65679be
  skiboot-v5.10.3-op910-1-p240231e
  hostboot-0aa5bed
  linux-4.14.24-openpower1-p3e84190
  petitboot-v1.6.6-pd7224b4
  machine-xml-4af
  occ-8c5b727
  hostboot-binaries-9bd4056
  capp-ucode-p9-dd2-v3
  sbe-7e02c23

  
  Then we have installed the Ubuntu 18.04 OS on the machine.

  root@ltc-wspoon8:~# uname -a
  Linux ltc-wspoon8 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:14:44 UTC 
2018 ppc64le ppc64le ppc64le GNU/Linux
  root@ltc-wspoon8:~# cat /etc/os-release
  NAME="Ubuntu"
  VERSION="18.04 LTS (Bionic Beaver)"
  ID=ubuntu
  ID_LIKE=debian
  PRETTY_NAME="Ubuntu 18.04 LTS"
  VERSION_ID="18.04"
  HOME_URL="https://www.ubuntu.com/;
  SUPPORT_URL="https://help.ubuntu.com/;
  BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
  
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
  VERSION_CODENAME=bionic
  UBUNTU_CODENAME=bionic
  root@ltc-wspoon8:~# cat /proc/cpuinfo | tail
  cpu : POWER9, altivec supported
  clock   : 2300.00MHz
  revision: 2.1 (pvr 004e 1201)

  timebase: 51200
  platform: PowerNV
  model   : 8335-GTC
  machine : PowerNV 8335-GTC
  firmware: OPAL
  MMU : Radix
  root@ltc-wspoon8:~# kdump-config show
  DUMP_MODE:kdump
  USE_KDUMP:1
  KDUMP_SYSCTL: kernel.panic_on_oops=1
  KDUMP_COREDIR:/var/crash
  crashkernel addr:
 /var/lib/kdump/vmlinuz: symbolic link to /boot/vmlinux-4.15.0-20-generic
  kdump initrd:
 /var/lib/kdump/initrd.img: symbolic link to 
/var/lib/kdump/initrd.img-4.15.0-20-generic
  current state:ready to kdump

  kexec command:
/sbin/kexec -p 
--command-line="root=UUID=a2cd572c-9047-4f0a-843b-6996fae3e999 ro quiet splash 
nr_cpus=1 systemd.unit=kdump-tools.service irqpoll noirqdistrib nousb" 
--initrd=/var/lib/kdump/initrd.img /var/lib/kdump/vmlinuz

  root@ltc-wspoon8:~# ps -ef | grep opal
  root880  2  0 01:25 ?00:00:00 [kopald]
  root   3604  1  2 01:25 ?00:00:03 /usr/sbin/opal-prd
  root   4858   4278  0 01:28 pts/000:00:00 grep --color=auto opal

  root@ltc-wspoon8:~# service opal-prd status
  ? opal-prd.service - OPAL PRD daemon
 Loaded: loaded (/lib/systemd/system/opal-prd.service; enabled; vendor 
preset: enabled)
 Active: active (running) since Wed 2018-04-25 01:25:48 CDT; 2min 43s ago
   Docs: man:opal-prd(8)
   Main PID: 3604 (opal-prd)
  Tasks: 1 (limit: 22118)
 CGroup: /system.slice/opal-prd.service
 ??3604 /usr/sbin/opal-prd

  Apr 25 01:25:52 ltc-wspoon8 opal-prd[3604]: IMAGE: hbrt_init complete, 
version 0290
  Apr 25 01:25:52 ltc-wspoon8 opal-prd[3604]: HBRT: hservices_init done
  Apr 25 01:25:52 ltc-wspoon8 opal-prd[3604]: HBRT: calling enable_attns
  Apr 25 01:25:52 ltc-wspoon8 opal-prd[3604]: HBRT: 
ATTN_SLOW:I>>>ATTN_RT::enableAttns
  Apr 25 01:25:52 ltc-wspoon8 opal-prd[3604]: HBRT: 
ATTN_SLOW:I>Service::enableAttns() enter
  Apr 25 01:25:52 ltc-wspoon8 opal-prd[3604]: HBRT: 
ATTN_SLOW:I>Service::enableAttns() exit
  Apr 25 01:25:52 ltc-wspoon8 opal-prd[3604]: HBRT: 
ATTN_SLOW:I><  CR: 24002882 
 XER: 
  [  191.741188] CFAR: c0181b54 DAR: 2018faf69194 DSISR: 8000 
SOFTE: 1 
  [  191.741188] GPR00: c0cfa740 c000201857d47a30 c16eae00 

[Kernel-packages] [Bug 1774964] Re: [LTCTest][OPAL][OP910.20] WARNING: CPU: 97 PID: 11965 at /build/linux-0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 set_task_cpu+0x240/0x250

2018-06-04 Thread Frank Heimes
** Changed in: ubuntu-power-systems
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1774964

Title:
  [LTCTest][OPAL][OP910.20] WARNING: CPU: 97 PID: 11965 at /build/linux-
  0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 set_task_cpu+0x240/0x250

Status in The Ubuntu-power-systems project:
  In Progress
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Bionic:
  In Progress
Status in linux source package in Cosmic:
  In Progress

Bug description:
  == Comment: #0 - PAVAMAN SUBRAMANIYAM <> - 2018-04-25 01:59:10 ==
  ---Problem Description---
  WARNING: CPU: 97 PID: 11965 at 
/build/linux-0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 
set_task_cpu+0x240/0x250

   
  ---uname output---
  Linux ltc-wspoon8 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:14:44 UTC 
2018 ppc64le ppc64le ppc64le GNU/Linux
   
  Machine Type = P9 
   
  ---Debugger---
  A debugger is not configured
   
  ---Steps to Reproduce---
  Install a P9 Open Power Hardware with the latest OP910.20 Firmware images.

  root@witherspoon:~# cat /etc/os-release
  ID="openbmc-phosphor"
  NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro)"
  VERSION="ibm-v2.0"
  VERSION_ID="ibm-v2.0-0-r46-0-gbed584c"
  PRETTY_NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro) 
ibm-v2.0"
  BUILD_ID="ibm-v2.0-0-r46"
  root@witherspoon:~# cat /var/lib/phosphor-software-manager/pnor/ro/VERSION
  open-power-witherspoon-v1.21.2-251-ge2e9363-dirty
  buildroot-2017.11-5-g65679be
  skiboot-v5.10.3-op910-1-p240231e
  hostboot-0aa5bed
  linux-4.14.24-openpower1-p3e84190
  petitboot-v1.6.6-pd7224b4
  machine-xml-4af
  occ-8c5b727
  hostboot-binaries-9bd4056
  capp-ucode-p9-dd2-v3
  sbe-7e02c23

  
  Then we have installed the Ubuntu 18.04 OS on the machine.

  root@ltc-wspoon8:~# uname -a
  Linux ltc-wspoon8 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:14:44 UTC 
2018 ppc64le ppc64le ppc64le GNU/Linux
  root@ltc-wspoon8:~# cat /etc/os-release
  NAME="Ubuntu"
  VERSION="18.04 LTS (Bionic Beaver)"
  ID=ubuntu
  ID_LIKE=debian
  PRETTY_NAME="Ubuntu 18.04 LTS"
  VERSION_ID="18.04"
  HOME_URL="https://www.ubuntu.com/;
  SUPPORT_URL="https://help.ubuntu.com/;
  BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
  
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
  VERSION_CODENAME=bionic
  UBUNTU_CODENAME=bionic
  root@ltc-wspoon8:~# cat /proc/cpuinfo | tail
  cpu : POWER9, altivec supported
  clock   : 2300.00MHz
  revision: 2.1 (pvr 004e 1201)

  timebase: 51200
  platform: PowerNV
  model   : 8335-GTC
  machine : PowerNV 8335-GTC
  firmware: OPAL
  MMU : Radix
  root@ltc-wspoon8:~# kdump-config show
  DUMP_MODE:kdump
  USE_KDUMP:1
  KDUMP_SYSCTL: kernel.panic_on_oops=1
  KDUMP_COREDIR:/var/crash
  crashkernel addr:
 /var/lib/kdump/vmlinuz: symbolic link to /boot/vmlinux-4.15.0-20-generic
  kdump initrd:
 /var/lib/kdump/initrd.img: symbolic link to 
/var/lib/kdump/initrd.img-4.15.0-20-generic
  current state:ready to kdump

  kexec command:
/sbin/kexec -p 
--command-line="root=UUID=a2cd572c-9047-4f0a-843b-6996fae3e999 ro quiet splash 
nr_cpus=1 systemd.unit=kdump-tools.service irqpoll noirqdistrib nousb" 
--initrd=/var/lib/kdump/initrd.img /var/lib/kdump/vmlinuz

  root@ltc-wspoon8:~# ps -ef | grep opal
  root880  2  0 01:25 ?00:00:00 [kopald]
  root   3604  1  2 01:25 ?00:00:03 /usr/sbin/opal-prd
  root   4858   4278  0 01:28 pts/000:00:00 grep --color=auto opal

  root@ltc-wspoon8:~# service opal-prd status
  ? opal-prd.service - OPAL PRD daemon
 Loaded: loaded (/lib/systemd/system/opal-prd.service; enabled; vendor 
preset: enabled)
 Active: active (running) since Wed 2018-04-25 01:25:48 CDT; 2min 43s ago
   Docs: man:opal-prd(8)
   Main PID: 3604 (opal-prd)
  Tasks: 1 (limit: 22118)
 CGroup: /system.slice/opal-prd.service
 ??3604 /usr/sbin/opal-prd

  Apr 25 01:25:52 ltc-wspoon8 opal-prd[3604]: IMAGE: hbrt_init complete, 
version 0290
  Apr 25 01:25:52 ltc-wspoon8 opal-prd[3604]: HBRT: hservices_init done
  Apr 25 01:25:52 ltc-wspoon8 opal-prd[3604]: HBRT: calling enable_attns
  Apr 25 01:25:52 ltc-wspoon8 opal-prd[3604]: HBRT: 
ATTN_SLOW:I>>>ATTN_RT::enableAttns
  Apr 25 01:25:52 ltc-wspoon8 opal-prd[3604]: HBRT: 
ATTN_SLOW:I>Service::enableAttns() enter
  Apr 25 01:25:52 ltc-wspoon8 opal-prd[3604]: HBRT: 
ATTN_SLOW:I>Service::enableAttns() exit
  Apr 25 01:25:52 ltc-wspoon8 opal-prd[3604]: HBRT: 
ATTN_SLOW:I><  CR: 24002882 
 XER: 
  [  191.741188] CFAR: c0181b54 DAR: 2018faf69194 DSISR: 8000 
SOFTE: 1 

[Kernel-packages] [Bug 1774964] Re: [LTCTest][OPAL][OP910.20] WARNING: CPU: 97 PID: 11965 at /build/linux-0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 set_task_cpu+0x240/0x250

2018-06-04 Thread Joseph Salisbury
I built a test kernel with commit 75ecfb49516c53.  The test kernel can be 
downloaded from:
http://kernel.ubuntu.com/~jsalisbury/lp1774964

Can you test this kernel and see if it resolves this bug?

Note about installing test kernels:
• If the test kernel is prior to 4.15(Bionic) you need to install the 
linux-image and linux-image-extra .deb packages.
• If the test kernel is 4.15(Bionic) or newer, you need to install the 
linux-modules, linux-modules-extra and linux-image-unsigned .deb packages.

Thanks in advance!

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1774964

Title:
  [LTCTest][OPAL][OP910.20] WARNING: CPU: 97 PID: 11965 at /build/linux-
  0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 set_task_cpu+0x240/0x250

Status in The Ubuntu-power-systems project:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Bionic:
  In Progress
Status in linux source package in Cosmic:
  In Progress

Bug description:
  == Comment: #0 - PAVAMAN SUBRAMANIYAM <> - 2018-04-25 01:59:10 ==
  ---Problem Description---
  WARNING: CPU: 97 PID: 11965 at 
/build/linux-0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 
set_task_cpu+0x240/0x250

   
  ---uname output---
  Linux ltc-wspoon8 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:14:44 UTC 
2018 ppc64le ppc64le ppc64le GNU/Linux
   
  Machine Type = P9 
   
  ---Debugger---
  A debugger is not configured
   
  ---Steps to Reproduce---
  Install a P9 Open Power Hardware with the latest OP910.20 Firmware images.

  root@witherspoon:~# cat /etc/os-release
  ID="openbmc-phosphor"
  NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro)"
  VERSION="ibm-v2.0"
  VERSION_ID="ibm-v2.0-0-r46-0-gbed584c"
  PRETTY_NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro) 
ibm-v2.0"
  BUILD_ID="ibm-v2.0-0-r46"
  root@witherspoon:~# cat /var/lib/phosphor-software-manager/pnor/ro/VERSION
  open-power-witherspoon-v1.21.2-251-ge2e9363-dirty
  buildroot-2017.11-5-g65679be
  skiboot-v5.10.3-op910-1-p240231e
  hostboot-0aa5bed
  linux-4.14.24-openpower1-p3e84190
  petitboot-v1.6.6-pd7224b4
  machine-xml-4af
  occ-8c5b727
  hostboot-binaries-9bd4056
  capp-ucode-p9-dd2-v3
  sbe-7e02c23

  
  Then we have installed the Ubuntu 18.04 OS on the machine.

  root@ltc-wspoon8:~# uname -a
  Linux ltc-wspoon8 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:14:44 UTC 
2018 ppc64le ppc64le ppc64le GNU/Linux
  root@ltc-wspoon8:~# cat /etc/os-release
  NAME="Ubuntu"
  VERSION="18.04 LTS (Bionic Beaver)"
  ID=ubuntu
  ID_LIKE=debian
  PRETTY_NAME="Ubuntu 18.04 LTS"
  VERSION_ID="18.04"
  HOME_URL="https://www.ubuntu.com/;
  SUPPORT_URL="https://help.ubuntu.com/;
  BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
  
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
  VERSION_CODENAME=bionic
  UBUNTU_CODENAME=bionic
  root@ltc-wspoon8:~# cat /proc/cpuinfo | tail
  cpu : POWER9, altivec supported
  clock   : 2300.00MHz
  revision: 2.1 (pvr 004e 1201)

  timebase: 51200
  platform: PowerNV
  model   : 8335-GTC
  machine : PowerNV 8335-GTC
  firmware: OPAL
  MMU : Radix
  root@ltc-wspoon8:~# kdump-config show
  DUMP_MODE:kdump
  USE_KDUMP:1
  KDUMP_SYSCTL: kernel.panic_on_oops=1
  KDUMP_COREDIR:/var/crash
  crashkernel addr:
 /var/lib/kdump/vmlinuz: symbolic link to /boot/vmlinux-4.15.0-20-generic
  kdump initrd:
 /var/lib/kdump/initrd.img: symbolic link to 
/var/lib/kdump/initrd.img-4.15.0-20-generic
  current state:ready to kdump

  kexec command:
/sbin/kexec -p 
--command-line="root=UUID=a2cd572c-9047-4f0a-843b-6996fae3e999 ro quiet splash 
nr_cpus=1 systemd.unit=kdump-tools.service irqpoll noirqdistrib nousb" 
--initrd=/var/lib/kdump/initrd.img /var/lib/kdump/vmlinuz

  root@ltc-wspoon8:~# ps -ef | grep opal
  root880  2  0 01:25 ?00:00:00 [kopald]
  root   3604  1  2 01:25 ?00:00:03 /usr/sbin/opal-prd
  root   4858   4278  0 01:28 pts/000:00:00 grep --color=auto opal

  root@ltc-wspoon8:~# service opal-prd status
  ? opal-prd.service - OPAL PRD daemon
 Loaded: loaded (/lib/systemd/system/opal-prd.service; enabled; vendor 
preset: enabled)
 Active: active (running) since Wed 2018-04-25 01:25:48 CDT; 2min 43s ago
   Docs: man:opal-prd(8)
   Main PID: 3604 (opal-prd)
  Tasks: 1 (limit: 22118)
 CGroup: /system.slice/opal-prd.service
 ??3604 /usr/sbin/opal-prd

  Apr 25 01:25:52 ltc-wspoon8 opal-prd[3604]: IMAGE: hbrt_init complete, 
version 0290
  Apr 25 01:25:52 ltc-wspoon8 opal-prd[3604]: HBRT: hservices_init done
  Apr 25 01:25:52 ltc-wspoon8 opal-prd[3604]: HBRT: calling enable_attns
  Apr 25 

[Kernel-packages] [Bug 1774964] Re: [LTCTest][OPAL][OP910.20] WARNING: CPU: 97 PID: 11965 at /build/linux-0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 set_task_cpu+0x240/0x250

2018-06-04 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Status: New => In Progress

** Changed in: linux (Ubuntu)
   Importance: Undecided => High

** Changed in: linux (Ubuntu)
 Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) => 
Joseph Salisbury (jsalisbury)

** Also affects: linux (Ubuntu Cosmic)
   Importance: High
 Assignee: Joseph Salisbury (jsalisbury)
   Status: In Progress

** Also affects: linux (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Bionic)
   Status: New => In Progress

** Changed in: linux (Ubuntu Bionic)
   Importance: Undecided => High

** Changed in: linux (Ubuntu Bionic)
 Assignee: (unassigned) => Joseph Salisbury (jsalisbury)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1774964

Title:
  [LTCTest][OPAL][OP910.20] WARNING: CPU: 97 PID: 11965 at /build/linux-
  0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 set_task_cpu+0x240/0x250

Status in The Ubuntu-power-systems project:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Bionic:
  In Progress
Status in linux source package in Cosmic:
  In Progress

Bug description:
  == Comment: #0 - PAVAMAN SUBRAMANIYAM <> - 2018-04-25 01:59:10 ==
  ---Problem Description---
  WARNING: CPU: 97 PID: 11965 at 
/build/linux-0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 
set_task_cpu+0x240/0x250

   
  ---uname output---
  Linux ltc-wspoon8 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:14:44 UTC 
2018 ppc64le ppc64le ppc64le GNU/Linux
   
  Machine Type = P9 
   
  ---Debugger---
  A debugger is not configured
   
  ---Steps to Reproduce---
  Install a P9 Open Power Hardware with the latest OP910.20 Firmware images.

  root@witherspoon:~# cat /etc/os-release
  ID="openbmc-phosphor"
  NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro)"
  VERSION="ibm-v2.0"
  VERSION_ID="ibm-v2.0-0-r46-0-gbed584c"
  PRETTY_NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro) 
ibm-v2.0"
  BUILD_ID="ibm-v2.0-0-r46"
  root@witherspoon:~# cat /var/lib/phosphor-software-manager/pnor/ro/VERSION
  open-power-witherspoon-v1.21.2-251-ge2e9363-dirty
  buildroot-2017.11-5-g65679be
  skiboot-v5.10.3-op910-1-p240231e
  hostboot-0aa5bed
  linux-4.14.24-openpower1-p3e84190
  petitboot-v1.6.6-pd7224b4
  machine-xml-4af
  occ-8c5b727
  hostboot-binaries-9bd4056
  capp-ucode-p9-dd2-v3
  sbe-7e02c23

  
  Then we have installed the Ubuntu 18.04 OS on the machine.

  root@ltc-wspoon8:~# uname -a
  Linux ltc-wspoon8 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:14:44 UTC 
2018 ppc64le ppc64le ppc64le GNU/Linux
  root@ltc-wspoon8:~# cat /etc/os-release
  NAME="Ubuntu"
  VERSION="18.04 LTS (Bionic Beaver)"
  ID=ubuntu
  ID_LIKE=debian
  PRETTY_NAME="Ubuntu 18.04 LTS"
  VERSION_ID="18.04"
  HOME_URL="https://www.ubuntu.com/;
  SUPPORT_URL="https://help.ubuntu.com/;
  BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
  
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
  VERSION_CODENAME=bionic
  UBUNTU_CODENAME=bionic
  root@ltc-wspoon8:~# cat /proc/cpuinfo | tail
  cpu : POWER9, altivec supported
  clock   : 2300.00MHz
  revision: 2.1 (pvr 004e 1201)

  timebase: 51200
  platform: PowerNV
  model   : 8335-GTC
  machine : PowerNV 8335-GTC
  firmware: OPAL
  MMU : Radix
  root@ltc-wspoon8:~# kdump-config show
  DUMP_MODE:kdump
  USE_KDUMP:1
  KDUMP_SYSCTL: kernel.panic_on_oops=1
  KDUMP_COREDIR:/var/crash
  crashkernel addr:
 /var/lib/kdump/vmlinuz: symbolic link to /boot/vmlinux-4.15.0-20-generic
  kdump initrd:
 /var/lib/kdump/initrd.img: symbolic link to 
/var/lib/kdump/initrd.img-4.15.0-20-generic
  current state:ready to kdump

  kexec command:
/sbin/kexec -p 
--command-line="root=UUID=a2cd572c-9047-4f0a-843b-6996fae3e999 ro quiet splash 
nr_cpus=1 systemd.unit=kdump-tools.service irqpoll noirqdistrib nousb" 
--initrd=/var/lib/kdump/initrd.img /var/lib/kdump/vmlinuz

  root@ltc-wspoon8:~# ps -ef | grep opal
  root880  2  0 01:25 ?00:00:00 [kopald]
  root   3604  1  2 01:25 ?00:00:03 /usr/sbin/opal-prd
  root   4858   4278  0 01:28 pts/000:00:00 grep --color=auto opal

  root@ltc-wspoon8:~# service opal-prd status
  ? opal-prd.service - OPAL PRD daemon
 Loaded: loaded (/lib/systemd/system/opal-prd.service; enabled; vendor 
preset: enabled)
 Active: active (running) since Wed 2018-04-25 01:25:48 CDT; 2min 43s ago
   Docs: man:opal-prd(8)
   Main PID: 3604 (opal-prd)
  Tasks: 1 (limit: 22118)
 CGroup: /system.slice/opal-prd.service
 ??3604 /usr/sbin/opal-prd

  Apr 25 01:25:52 ltc-wspoon8 opal-prd[3604]: IMAGE: 

[Kernel-packages] [Bug 1774964] Re: [LTCTest][OPAL][OP910.20] WARNING: CPU: 97 PID: 11965 at /build/linux-0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 set_task_cpu+0x240/0x250

2018-06-04 Thread Andrew Cloke
** Also affects: ubuntu-power-systems
   Importance: Undecided
   Status: New

** Tags added: p9 triage-g

** Changed in: ubuntu-power-systems
   Importance: Undecided => High

** Changed in: ubuntu-power-systems
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1774964

Title:
  [LTCTest][OPAL][OP910.20] WARNING: CPU: 97 PID: 11965 at /build/linux-
  0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 set_task_cpu+0x240/0x250

Status in The Ubuntu-power-systems project:
  New
Status in linux package in Ubuntu:
  New

Bug description:
  == Comment: #0 - PAVAMAN SUBRAMANIYAM <> - 2018-04-25 01:59:10 ==
  ---Problem Description---
  WARNING: CPU: 97 PID: 11965 at 
/build/linux-0zaMZw/linux-4.15.0/kernel/sched/core.c:1189 
set_task_cpu+0x240/0x250

   
  ---uname output---
  Linux ltc-wspoon8 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:14:44 UTC 
2018 ppc64le ppc64le ppc64le GNU/Linux
   
  Machine Type = P9 
   
  ---Debugger---
  A debugger is not configured
   
  ---Steps to Reproduce---
  Install a P9 Open Power Hardware with the latest OP910.20 Firmware images.

  root@witherspoon:~# cat /etc/os-release
  ID="openbmc-phosphor"
  NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro)"
  VERSION="ibm-v2.0"
  VERSION_ID="ibm-v2.0-0-r46-0-gbed584c"
  PRETTY_NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro) 
ibm-v2.0"
  BUILD_ID="ibm-v2.0-0-r46"
  root@witherspoon:~# cat /var/lib/phosphor-software-manager/pnor/ro/VERSION
  open-power-witherspoon-v1.21.2-251-ge2e9363-dirty
  buildroot-2017.11-5-g65679be
  skiboot-v5.10.3-op910-1-p240231e
  hostboot-0aa5bed
  linux-4.14.24-openpower1-p3e84190
  petitboot-v1.6.6-pd7224b4
  machine-xml-4af
  occ-8c5b727
  hostboot-binaries-9bd4056
  capp-ucode-p9-dd2-v3
  sbe-7e02c23

  
  Then we have installed the Ubuntu 18.04 OS on the machine.

  root@ltc-wspoon8:~# uname -a
  Linux ltc-wspoon8 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:14:44 UTC 
2018 ppc64le ppc64le ppc64le GNU/Linux
  root@ltc-wspoon8:~# cat /etc/os-release
  NAME="Ubuntu"
  VERSION="18.04 LTS (Bionic Beaver)"
  ID=ubuntu
  ID_LIKE=debian
  PRETTY_NAME="Ubuntu 18.04 LTS"
  VERSION_ID="18.04"
  HOME_URL="https://www.ubuntu.com/;
  SUPPORT_URL="https://help.ubuntu.com/;
  BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
  
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
  VERSION_CODENAME=bionic
  UBUNTU_CODENAME=bionic
  root@ltc-wspoon8:~# cat /proc/cpuinfo | tail
  cpu : POWER9, altivec supported
  clock   : 2300.00MHz
  revision: 2.1 (pvr 004e 1201)

  timebase: 51200
  platform: PowerNV
  model   : 8335-GTC
  machine : PowerNV 8335-GTC
  firmware: OPAL
  MMU : Radix
  root@ltc-wspoon8:~# kdump-config show
  DUMP_MODE:kdump
  USE_KDUMP:1
  KDUMP_SYSCTL: kernel.panic_on_oops=1
  KDUMP_COREDIR:/var/crash
  crashkernel addr:
 /var/lib/kdump/vmlinuz: symbolic link to /boot/vmlinux-4.15.0-20-generic
  kdump initrd:
 /var/lib/kdump/initrd.img: symbolic link to 
/var/lib/kdump/initrd.img-4.15.0-20-generic
  current state:ready to kdump

  kexec command:
/sbin/kexec -p 
--command-line="root=UUID=a2cd572c-9047-4f0a-843b-6996fae3e999 ro quiet splash 
nr_cpus=1 systemd.unit=kdump-tools.service irqpoll noirqdistrib nousb" 
--initrd=/var/lib/kdump/initrd.img /var/lib/kdump/vmlinuz

  root@ltc-wspoon8:~# ps -ef | grep opal
  root880  2  0 01:25 ?00:00:00 [kopald]
  root   3604  1  2 01:25 ?00:00:03 /usr/sbin/opal-prd
  root   4858   4278  0 01:28 pts/000:00:00 grep --color=auto opal

  root@ltc-wspoon8:~# service opal-prd status
  ? opal-prd.service - OPAL PRD daemon
 Loaded: loaded (/lib/systemd/system/opal-prd.service; enabled; vendor 
preset: enabled)
 Active: active (running) since Wed 2018-04-25 01:25:48 CDT; 2min 43s ago
   Docs: man:opal-prd(8)
   Main PID: 3604 (opal-prd)
  Tasks: 1 (limit: 22118)
 CGroup: /system.slice/opal-prd.service
 ??3604 /usr/sbin/opal-prd

  Apr 25 01:25:52 ltc-wspoon8 opal-prd[3604]: IMAGE: hbrt_init complete, 
version 0290
  Apr 25 01:25:52 ltc-wspoon8 opal-prd[3604]: HBRT: hservices_init done
  Apr 25 01:25:52 ltc-wspoon8 opal-prd[3604]: HBRT: calling enable_attns
  Apr 25 01:25:52 ltc-wspoon8 opal-prd[3604]: HBRT: 
ATTN_SLOW:I>>>ATTN_RT::enableAttns
  Apr 25 01:25:52 ltc-wspoon8 opal-prd[3604]: HBRT: 
ATTN_SLOW:I>Service::enableAttns() enter
  Apr 25 01:25:52 ltc-wspoon8 opal-prd[3604]: HBRT: 
ATTN_SLOW:I>Service::enableAttns() exit
  Apr 25 01:25:52 ltc-wspoon8 opal-prd[3604]: HBRT: 
ATTN_SLOW:I><  CR: 24002882 
 XER: