[Kernel-packages] [Bug 1893897] Re: [Regression] Do not initiate shutdown for EPOW_SHUTDOWN_ON_UPS event

2020-10-14 Thread Frank Heimes
The commit has the hash 5f4b3a8fa343 in focal and is tagged with 
'ubuntu-5.4.0-49.53'
and since we are at 5.4.0.51.54 in focal-updates:
⇒ linux-generic | 5.4.0.51.54| focal-updates   | ppc64el
this is now released for focal, hence updating the status of the focal entry to 
Fix Released.

The commit has the hash cd712137c681 in bionic and is tagged with 
'Ubuntu-4.15.0-119.120'
and since we are at 4.15.0.121.108 in bionic-updates:
⇒ linux-generic | 4.15.0.121.108 | bionic-updates  | ppc64el
this is now released for bionic, hence updating the status of the bionic entry 
to Fix Released.

The commit has the hash 3545f96c525b in xenial and is tagged with:
Ubuntu-4.4.0-191.221
Ubuntu-4.4.0-192.222
Ubuntu-4.4.0-193.224
and since we are at 4.4.0.193.199 in xenial-updates:
⇒ linux-generic | 4.4.0.193.199  | xenial-updates  | ppc64el
this is now released for xenial, hence updating the status of the xenial entry 
to Fix Released.

And with that closing the entire bug as Fix Released, too.

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

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

** Changed in: linux (Ubuntu Xenial)
   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/1893897

Title:
  [Regression] Do not initiate shutdown for EPOW_SHUTDOWN_ON_UPS event

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

Bug description:
  SRU Justification:

  [Impact]

  * With commit 79872e35469b "powerpc/pseries: All events of
  EPOW_SYSTEM_SHUTDOWN must initiate shutdown" it was introduced that
  all EPOW_SYSTEM_SHUTDOWN events cause immediate shutdowns.

  * But on LPARs there is a user space tool (rtas_errd) that monitor for
  EPOW_SHUTDOWN_ON_UPS events.

  * Once rtas_errd gets an event it initiates a shutdown after
  predefined time.

  * Therefore immediate shutdowns must not be triggered if the system is
  running on UPS (means for EPOW_SHUTDOWN_ON_UPS events).

  [Fix]

  * 90a9b102eddf6a3f987d15f4454e26a2532c1c98 90a9b102eddf
  "powerpc/pseries: Do not initiate shutdown when system is running on
  UPS"

  [Test Case]

  * Setup a Power system on (D)LPAR and run it on UPS with Ubuntu 16.04
  or higher (kernel 4.x is needed).

  * Verify that the user space tool (rtas_errd) is active and running.

  * Define a time for a potential shutdown in case an
  EPOW_SHUTDOWN_ON_UPS event occurs.

  * Trigger an EPOW_SHUTDOWN_ON_UPS event.

  * Verify if the system got shutdown immediately - or after the pre-
  defined time.

  [Regression Potential]

  * The regression risk is very low, because of the very limited
  modification in a case statement for EPOW_SHUTDOWN_ON_UPS events.

  * What may happen is that the system doesn't power off anymore if
  running on UPS due to the EPOW_SHUTDOWN_ON_UPS case changes -
  especially if there is a potential problem with rtas_errd that should
  monitor for these events and should initiate the delayed shutdown.

  * Other than that I cannot see much potential harm.

  [Other]

  * The patch got upstream accepted in v5.9-rc2 and already landed in
  groovy's kernel 'Ubuntu-5.8.0-18.19', based on the v5.8.4 upstream
  stable release ticket LP 1893048.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1893897/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1893897] Re: [Regression] Do not initiate shutdown for EPOW_SHUTDOWN_ON_UPS event

2020-09-28 Thread Patricia Domingues
hi Vasant,

according to: 
- https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1895031
- https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1895328
- https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1893115
"powerpc/pseries: Do not initiate shutdown when system is running on UPS" has 
landed on proposed kernels.

Please, test the kernel in -proposed (Xenial, Bionic and Focal) and update this 
bug with the results.
See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to 
enable and use -proposed. 
Thanks!

-- 
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/1893897

Title:
  [Regression] Do not initiate shutdown for EPOW_SHUTDOWN_ON_UPS event

Status in The Ubuntu-power-systems project:
  Fix Committed
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Fix Committed
Status in linux source package in Bionic:
  Fix Committed
Status in linux source package in Focal:
  Fix Committed
Status in linux source package in Groovy:
  Fix Released

Bug description:
  SRU Justification:

  [Impact]

  * With commit 79872e35469b "powerpc/pseries: All events of
  EPOW_SYSTEM_SHUTDOWN must initiate shutdown" it was introduced that
  all EPOW_SYSTEM_SHUTDOWN events cause immediate shutdowns.

  * But on LPARs there is a user space tool (rtas_errd) that monitor for
  EPOW_SHUTDOWN_ON_UPS events.

  * Once rtas_errd gets an event it initiates a shutdown after
  predefined time.

  * Therefore immediate shutdowns must not be triggered if the system is
  running on UPS (means for EPOW_SHUTDOWN_ON_UPS events).

  [Fix]

  * 90a9b102eddf6a3f987d15f4454e26a2532c1c98 90a9b102eddf
  "powerpc/pseries: Do not initiate shutdown when system is running on
  UPS"

  [Test Case]

  * Setup a Power system on (D)LPAR and run it on UPS with Ubuntu 16.04
  or higher (kernel 4.x is needed).

  * Verify that the user space tool (rtas_errd) is active and running.

  * Define a time for a potential shutdown in case an
  EPOW_SHUTDOWN_ON_UPS event occurs.

  * Trigger an EPOW_SHUTDOWN_ON_UPS event.

  * Verify if the system got shutdown immediately - or after the pre-
  defined time.

  [Regression Potential]

  * The regression risk is very low, because of the very limited
  modification in a case statement for EPOW_SHUTDOWN_ON_UPS events.

  * What may happen is that the system doesn't power off anymore if
  running on UPS due to the EPOW_SHUTDOWN_ON_UPS case changes -
  especially if there is a potential problem with rtas_errd that should
  monitor for these events and should initiate the delayed shutdown.

  * Other than that I cannot see much potential harm.

  [Other]

  * The patch got upstream accepted in v5.9-rc2 and already landed in
  groovy's kernel 'Ubuntu-5.8.0-18.19', based on the v5.8.4 upstream
  stable release ticket LP 1893048.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1893897/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1893897] Re: [Regression] Do not initiate shutdown for EPOW_SHUTDOWN_ON_UPS event

2020-09-17 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/1893897

Title:
  [Regression] Do not initiate shutdown for EPOW_SHUTDOWN_ON_UPS event

Status in The Ubuntu-power-systems project:
  Fix Committed
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Fix Committed
Status in linux source package in Bionic:
  Fix Committed
Status in linux source package in Focal:
  Fix Committed
Status in linux source package in Groovy:
  Fix Released

Bug description:
  SRU Justification:

  [Impact]

  * With commit 79872e35469b "powerpc/pseries: All events of
  EPOW_SYSTEM_SHUTDOWN must initiate shutdown" it was introduced that
  all EPOW_SYSTEM_SHUTDOWN events cause immediate shutdowns.

  * But on LPARs there is a user space tool (rtas_errd) that monitor for
  EPOW_SHUTDOWN_ON_UPS events.

  * Once rtas_errd gets an event it initiates a shutdown after
  predefined time.

  * Therefore immediate shutdowns must not be triggered if the system is
  running on UPS (means for EPOW_SHUTDOWN_ON_UPS events).

  [Fix]

  * 90a9b102eddf6a3f987d15f4454e26a2532c1c98 90a9b102eddf
  "powerpc/pseries: Do not initiate shutdown when system is running on
  UPS"

  [Test Case]

  * Setup a Power system on (D)LPAR and run it on UPS with Ubuntu 16.04
  or higher (kernel 4.x is needed).

  * Verify that the user space tool (rtas_errd) is active and running.

  * Define a time for a potential shutdown in case an
  EPOW_SHUTDOWN_ON_UPS event occurs.

  * Trigger an EPOW_SHUTDOWN_ON_UPS event.

  * Verify if the system got shutdown immediately - or after the pre-
  defined time.

  [Regression Potential]

  * The regression risk is very low, because of the very limited
  modification in a case statement for EPOW_SHUTDOWN_ON_UPS events.

  * What may happen is that the system doesn't power off anymore if
  running on UPS due to the EPOW_SHUTDOWN_ON_UPS case changes -
  especially if there is a potential problem with rtas_errd that should
  monitor for these events and should initiate the delayed shutdown.

  * Other than that I cannot see much potential harm.

  [Other]

  * The patch got upstream accepted in v5.9-rc2 and already landed in
  groovy's kernel 'Ubuntu-5.8.0-18.19', based on the v5.8.4 upstream
  stable release ticket LP 1893048.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1893897/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1893897] Re: [Regression] Do not initiate shutdown for EPOW_SHUTDOWN_ON_UPS event

2020-09-17 Thread Kelsey Margarete Skunberg
** Changed in: linux (Ubuntu Bionic)
   Status: In Progress => Fix Committed

** Changed in: linux (Ubuntu Focal)
   Status: In Progress => Fix Committed

** Changed in: linux (Ubuntu Xenial)
   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/1893897

Title:
  [Regression] Do not initiate shutdown for EPOW_SHUTDOWN_ON_UPS event

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

Bug description:
  SRU Justification:

  [Impact]

  * With commit 79872e35469b "powerpc/pseries: All events of
  EPOW_SYSTEM_SHUTDOWN must initiate shutdown" it was introduced that
  all EPOW_SYSTEM_SHUTDOWN events cause immediate shutdowns.

  * But on LPARs there is a user space tool (rtas_errd) that monitor for
  EPOW_SHUTDOWN_ON_UPS events.

  * Once rtas_errd gets an event it initiates a shutdown after
  predefined time.

  * Therefore immediate shutdowns must not be triggered if the system is
  running on UPS (means for EPOW_SHUTDOWN_ON_UPS events).

  [Fix]

  * 90a9b102eddf6a3f987d15f4454e26a2532c1c98 90a9b102eddf
  "powerpc/pseries: Do not initiate shutdown when system is running on
  UPS"

  [Test Case]

  * Setup a Power system on (D)LPAR and run it on UPS with Ubuntu 16.04
  or higher (kernel 4.x is needed).

  * Verify that the user space tool (rtas_errd) is active and running.

  * Define a time for a potential shutdown in case an
  EPOW_SHUTDOWN_ON_UPS event occurs.

  * Trigger an EPOW_SHUTDOWN_ON_UPS event.

  * Verify if the system got shutdown immediately - or after the pre-
  defined time.

  [Regression Potential]

  * The regression risk is very low, because of the very limited
  modification in a case statement for EPOW_SHUTDOWN_ON_UPS events.

  * What may happen is that the system doesn't power off anymore if
  running on UPS due to the EPOW_SHUTDOWN_ON_UPS case changes -
  especially if there is a potential problem with rtas_errd that should
  monitor for these events and should initiate the delayed shutdown.

  * Other than that I cannot see much potential harm.

  [Other]

  * The patch got upstream accepted in v5.9-rc2 and already landed in
  groovy's kernel 'Ubuntu-5.8.0-18.19', based on the v5.8.4 upstream
  stable release ticket LP 1893048.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1893897/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1893897] Re: [Regression] Do not initiate shutdown for EPOW_SHUTDOWN_ON_UPS event

2020-09-15 Thread Frank Heimes
** Changed in: linux (Ubuntu Xenial)
   Status: New => In Progress

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

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

** Changed in: linux (Ubuntu Groovy)
 Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) => 
Canonical Kernel Team (canonical-kernel-team)

** Changed in: linux (Ubuntu Focal)
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: linux (Ubuntu Groovy)
 Assignee: Canonical Kernel Team (canonical-kernel-team) => (unassigned)

** Changed in: linux (Ubuntu Bionic)
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: linux (Ubuntu Xenial)
 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/1893897

Title:
  [Regression] Do not initiate shutdown for EPOW_SHUTDOWN_ON_UPS event

Status in The Ubuntu-power-systems project:
  In Progress
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  In Progress
Status in linux source package in Bionic:
  In Progress
Status in linux source package in Focal:
  In Progress
Status in linux source package in Groovy:
  Fix Released

Bug description:
  SRU Justification:

  [Impact]

  * With commit 79872e35469b "powerpc/pseries: All events of
  EPOW_SYSTEM_SHUTDOWN must initiate shutdown" it was introduced that
  all EPOW_SYSTEM_SHUTDOWN events cause immediate shutdowns.

  * But on LPARs there is a user space tool (rtas_errd) that monitor for
  EPOW_SHUTDOWN_ON_UPS events.

  * Once rtas_errd gets an event it initiates a shutdown after
  predefined time.

  * Therefore immediate shutdowns must not be triggered if the system is
  running on UPS (means for EPOW_SHUTDOWN_ON_UPS events).

  [Fix]

  * 90a9b102eddf6a3f987d15f4454e26a2532c1c98 90a9b102eddf
  "powerpc/pseries: Do not initiate shutdown when system is running on
  UPS"

  [Test Case]

  * Setup a Power system on (D)LPAR and run it on UPS with Ubuntu 16.04
  or higher (kernel 4.x is needed).

  * Verify that the user space tool (rtas_errd) is active and running.

  * Define a time for a potential shutdown in case an
  EPOW_SHUTDOWN_ON_UPS event occurs.

  * Trigger an EPOW_SHUTDOWN_ON_UPS event.

  * Verify if the system got shutdown immediately - or after the pre-
  defined time.

  [Regression Potential]

  * The regression risk is very low, because of the very limited
  modification in a case statement for EPOW_SHUTDOWN_ON_UPS events.

  * What may happen is that the system doesn't power off anymore if
  running on UPS due to the EPOW_SHUTDOWN_ON_UPS case changes -
  especially if there is a potential problem with rtas_errd that should
  monitor for these events and should initiate the delayed shutdown.

  * Other than that I cannot see much potential harm.

  [Other]

  * The patch got upstream accepted in v5.9-rc2 and already landed in
  groovy's kernel 'Ubuntu-5.8.0-18.19', based on the v5.8.4 upstream
  stable release ticket LP 1893048.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1893897/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1893897] Re: [Regression] Do not initiate shutdown for EPOW_SHUTDOWN_ON_UPS event

2020-09-15 Thread Patricia Domingues
built and tested kernel versions available on: 
https://people.canonical.com/~patriciasd/kernel-lp1893897/

-- 
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/1893897

Title:
  [Regression] Do not initiate shutdown for EPOW_SHUTDOWN_ON_UPS event

Status in The Ubuntu-power-systems project:
  In Progress
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  New
Status in linux source package in Bionic:
  New
Status in linux source package in Focal:
  New
Status in linux source package in Groovy:
  Fix Released

Bug description:
  SRU Justification:

  [Impact]

  * With commit 79872e35469b "powerpc/pseries: All events of
  EPOW_SYSTEM_SHUTDOWN must initiate shutdown" it was introduced that
  all EPOW_SYSTEM_SHUTDOWN events cause immediate shutdowns.

  * But on LPARs there is a user space tool (rtas_errd) that monitor for
  EPOW_SHUTDOWN_ON_UPS events.

  * Once rtas_errd gets an event it initiates a shutdown after
  predefined time.

  * Therefore immediate shutdowns must not be triggered if the system is
  running on UPS (means for EPOW_SHUTDOWN_ON_UPS events).

  [Fix]

  * 90a9b102eddf6a3f987d15f4454e26a2532c1c98 90a9b102eddf
  "powerpc/pseries: Do not initiate shutdown when system is running on
  UPS"

  [Test Case]

  * Setup a Power system on (D)LPAR and run it on UPS with Ubuntu 16.04
  or higher (kernel 4.x is needed).

  * Verify that the user space tool (rtas_errd) is active and running.

  * Define a time for a potential shutdown in case an
  EPOW_SHUTDOWN_ON_UPS event occurs.

  * Trigger an EPOW_SHUTDOWN_ON_UPS event.

  * Verify if the system got shutdown immediately - or after the pre-
  defined time.

  [Regression Potential]

  * The regression risk is very low, because of the very limited
  modification in a case statement for EPOW_SHUTDOWN_ON_UPS events.

  * What may happen is that the system doesn't power off anymore if
  running on UPS due to the EPOW_SHUTDOWN_ON_UPS case changes -
  especially if there is a potential problem with rtas_errd that should
  monitor for these events and should initiate the delayed shutdown.

  * Other than that I cannot see much potential harm.

  [Other]

  * The patch got upstream accepted in v5.9-rc2 and already landed in
  groovy's kernel 'Ubuntu-5.8.0-18.19', based on the v5.8.4 upstream
  stable release ticket LP 1893048.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1893897/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1893897] Re: [Regression] Do not initiate shutdown for EPOW_SHUTDOWN_ON_UPS event

2020-09-14 Thread Patricia Domingues
** Description changed:

- == Comment: #0 - VASANT HEGDE  - 2020-09-02 01:00:25 
==
- --Problem Description---
- Do not initiate shutdown for EPOW_SHUTDOWN_ON_UPS event. Instead wait for 
predefined time before initiating shtudown.
-  
- Contact Information = Vasant hegde 
- Date:   Thu Aug 20 11:48:44 2020 +0530
+ [Impact]
  
- powerpc/pseries: Do not initiate shutdown when system is running on UPS
- 
+ * With commit 79872e35469b "powerpc/pseries: All events of
+ EPOW_SYSTEM_SHUTDOWN must initiate shutdown" it was introduced that all
+ EPOW_SYSTEM_SHUTDOWN events cause immediate shutdowns.
  
- Note that I have requested this fix for upstream v4.4 stable tree. This
- will hit stable tree soon.
+ * But on LPARs there is a user space tool (rtas_errd) that monitor for
+ EPOW_SHUTDOWN_ON_UPS events.
  
- This is impacting all kernel after v4.0.  This is critical fix. Hence
- I'd like to request to backport to Ubuntu 16.04 LTS release.
+ * Once rtas_errd gets an event it initiates a shutdown after predefined
+ time.
  
+ * Therefore immediate shutdowns must not be triggered if the system is
+ running on UPS (means for EPOW_SHUTDOWN_ON_UPS events).
  
- -Vasant
+ [Fix]
+ 
+ * 90a9b102eddf6a3f987d15f4454e26a2532c1c98 90a9b102eddf
+ "powerpc/pseries: Do not initiate shutdown when system is running on
+ UPS"
+ 
+ [Test Case]
+ 
+ * Setup a Power system on (D)LPAR and run it on UPS with Ubuntu 16.04 or
+ higher (kernel 4.x is needed).
+ 
+ * Verify that the user space tool (rtas_errd) is active and running.
+ 
+ * Define a time for a potential shutdown in case an EPOW_SHUTDOWN_ON_UPS
+ event occurs.
+ 
+ * Trigger an EPOW_SHUTDOWN_ON_UPS event.
+ 
+ * Verify if the system got shutdown immediately - or after the pre-
+ defined time.
+ 
+ [Regression Potential]
+ 
+ * The regression risk is very low, because of the very limited
+ modification in a case statement for EPOW_SHUTDOWN_ON_UPS events.
+ 
+ * What may happen is that the system doesn't power off anymore if
+ running on UPS due to the EPOW_SHUTDOWN_ON_UPS case changes - especially
+ if there is a potential problem with rtas_errd that should monitor for
+ these events and should initiate the delayed shutdown.
+ 
+ * Other than that I cannot see much potential harm.
+ 
+ [Other]
+ 
+ * The patch got upstream accepted in v5.9-rc2 and already landed in
+ groovy's kernel 'Ubuntu-5.8.0-18.19', based on the v5.8.4 upstream
+ stable release ticket LP 1893048.

-- 
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/1893897

Title:
  [Regression] Do not initiate shutdown for EPOW_SHUTDOWN_ON_UPS event

Status in The Ubuntu-power-systems project:
  In Progress
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  New
Status in linux source package in Bionic:
  New
Status in linux source package in Focal:
  New
Status in linux source package in Groovy:
  Fix Released

Bug description:
  SRU Justification:

  [Impact]

  * With commit 79872e35469b "powerpc/pseries: All events of
  EPOW_SYSTEM_SHUTDOWN must initiate shutdown" it was introduced that
  all EPOW_SYSTEM_SHUTDOWN events cause immediate shutdowns.

  * But on LPARs there is a user space tool (rtas_errd) that monitor for
  EPOW_SHUTDOWN_ON_UPS events.

  * Once rtas_errd gets an event it initiates a shutdown after
  predefined time.

  * Therefore immediate shutdowns must not be triggered if the system is
  running on UPS (means for EPOW_SHUTDOWN_ON_UPS events).

  [Fix]

  * 90a9b102eddf6a3f987d15f4454e26a2532c1c98 90a9b102eddf
  "powerpc/pseries: Do not initiate shutdown when system is running on
  UPS"

  [Test Case]

  * Setup a Power system on (D)LPAR and run it on UPS with Ubuntu 16.04
  or higher (kernel 4.x is needed).

  * Verify that the user space tool (rtas_errd) is active and running.

  * Define a time for a potential shutdown in case an
  EPOW_SHUTDOWN_ON_UPS event occurs.

  * Trigger an EPOW_SHUTDOWN_ON_UPS event.

  * Verify if the system got shutdown immediately - or after the pre-
  defined time.

  [Regression Potential]

  * The regression risk is very low, because of the very limited
  modification in a case statement for EPOW_SHUTDOWN_ON_UPS events.

  * What may happen is that the system doesn't power off anymore if
  running on UPS due to the EPOW_SHUTDOWN_ON_UPS case changes -
  especially if there is a potential problem with rtas_errd that should
  monitor for these events and should initiate the delayed shutdown.

  * Other than that I cannot see much potential harm.

  [Other]

  * The patch got upstream accepted in v5.9-rc2 and already landed in
  groovy's kernel 'Ubuntu-5.8.0-18.19', based on the v5.8.4 upstream
  stable release ticket LP 1893048.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1893897/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to

[Kernel-packages] [Bug 1893897] Re: [Regression] Do not initiate shutdown for EPOW_SHUTDOWN_ON_UPS event

2020-09-09 Thread Andrew Cloke
** Changed in: ubuntu-power-systems
 Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) => 
Patricia Domingues (patriciasd)

** 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/1893897

Title:
  [Regression] Do not initiate shutdown for EPOW_SHUTDOWN_ON_UPS event

Status in The Ubuntu-power-systems project:
  In Progress
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  New
Status in linux source package in Bionic:
  New
Status in linux source package in Focal:
  New
Status in linux source package in Groovy:
  Fix Released

Bug description:
  == Comment: #0 - VASANT HEGDE  - 2020-09-02 01:00:25 
==
  --Problem Description---
  Do not initiate shutdown for EPOW_SHUTDOWN_ON_UPS event. Instead wait for 
predefined time before initiating shtudown.
   
  Contact Information = Vasant hegde 
  Date:   Thu Aug 20 11:48:44 2020 +0530

  powerpc/pseries: Do not initiate shutdown when system is running on UPS
  

  Note that I have requested this fix for upstream v4.4 stable tree.
  This will hit stable tree soon.

  This is impacting all kernel after v4.0.  This is critical fix. Hence
  I'd like to request to backport to Ubuntu 16.04 LTS release.

  
  -Vasant

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1893897/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1893897] Re: [Regression] Do not initiate shutdown for EPOW_SHUTDOWN_ON_UPS event

2020-09-02 Thread Frank Heimes
Looks like the patch 90a9b102eddf "powerpc/pseries: Do not initiate shutdown 
when system is running on UPS" got upstream accepted with v5.9-rc2,
but it's already integrated in groovy's kernel 5.8 (Ubuntu-5.8.0-18.19) via the 
v5.8.4 upstream stable release ticket LP 1893048.
Hence SRUs are needed to get it to focal, bionic and xenial (the patch is very 
small and limited, just one line, so I think it'll apply to all these Ubuntu 
kernels).

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

** Also affects: linux (Ubuntu Groovy)
   Importance: Undecided
 Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage)
   Status: New

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

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

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

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

-- 
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/1893897

Title:
  [Regression] Do not initiate shutdown for EPOW_SHUTDOWN_ON_UPS event

Status in The Ubuntu-power-systems project:
  New
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  New
Status in linux source package in Bionic:
  New
Status in linux source package in Focal:
  New
Status in linux source package in Groovy:
  Fix Released

Bug description:
  == Comment: #0 - VASANT HEGDE  - 2020-09-02 01:00:25 
==
  --Problem Description---
  Do not initiate shutdown for EPOW_SHUTDOWN_ON_UPS event. Instead wait for 
predefined time before initiating shtudown.
   
  Contact Information = Vasant hegde 
  Date:   Thu Aug 20 11:48:44 2020 +0530

  powerpc/pseries: Do not initiate shutdown when system is running on UPS
  

  Note that I have requested this fix for upstream v4.4 stable tree.
  This will hit stable tree soon.

  This is impacting all kernel after v4.0.  This is critical fix. Hence
  I'd like to request to backport to Ubuntu 16.04 LTS release.

  
  -Vasant

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1893897/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1893897] Re: [Regression] Do not initiate shutdown for EPOW_SHUTDOWN_ON_UPS event

2020-09-02 Thread Frank Heimes
** Package changed: kernel-package (Ubuntu) => linux (Ubuntu)

** Also affects: ubuntu-power-systems
   Importance: Undecided
   Status: New

** Changed in: ubuntu-power-systems
 Assignee: (unassigned) => Ubuntu on IBM Power Systems Bug Triage 
(ubuntu-power-triage)

-- 
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/1893897

Title:
  [Regression] Do not initiate shutdown for EPOW_SHUTDOWN_ON_UPS event

Status in The Ubuntu-power-systems project:
  New
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  New
Status in linux source package in Bionic:
  New
Status in linux source package in Focal:
  New
Status in linux source package in Groovy:
  Fix Released

Bug description:
  == Comment: #0 - VASANT HEGDE  - 2020-09-02 01:00:25 
==
  --Problem Description---
  Do not initiate shutdown for EPOW_SHUTDOWN_ON_UPS event. Instead wait for 
predefined time before initiating shtudown.
   
  Contact Information = Vasant hegde 
  Date:   Thu Aug 20 11:48:44 2020 +0530

  powerpc/pseries: Do not initiate shutdown when system is running on UPS
  

  Note that I have requested this fix for upstream v4.4 stable tree.
  This will hit stable tree soon.

  This is impacting all kernel after v4.0.  This is critical fix. Hence
  I'd like to request to backport to Ubuntu 16.04 LTS release.

  
  -Vasant

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1893897/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp