[Kernel-packages] [Bug 1494735] Re: LightPath Dignostics framework on PowerNV platform

2015-09-18 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.2.0-10.12

---
linux (4.2.0-10.12) wily; urgency=low

  [ Tim Gardner ]

  * Release Tracking Bug
- LP: #1496109

  [ Paolo Pisati ]

  * [Config] armhf: ARM_KERNMEM_PERMS=y && DEBUG_RODATA=y

  [ Tim Gardner ]

  * [Config] CONFIG_LEDS_POWERNV=m
- LP: #1494735

  [ Upstream Kernel Changes ]

  * intel_pstate: enable HWP per CPU
- LP: #1494073
  * intel_pstate: Fix possible overflow complained by Coverity
- LP: #1494073
  * intel_pstate: Add SKY-S support
- LP: #1494073
  * powerpc/powernv: Add OPAL interfaces for accessing and modifying system
LED states
- LP: #1494735
  * powerpc/powernv: Create LED platform device
- LP: #1494735
  * leds/powernv: Add driver for PowerNV platform
- LP: #1494735
  * powerpc/powernv: Fix mis-merge of OPAL support for LEDS driver
- LP: #1494735
  * powerpc/powernv: Enable LEDS support
- LP: #1494735

 -- Tim Gardner   Tue, 15 Sep 2015 08:29:16
-0600

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

Title:
  LightPath Dignostics framework on PowerNV platform

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Wily:
  Fix Released

Bug description:
  == Comment: #0 - VASANT HEGDE  - 2015-09-11 05:56:57 
==
  IBM x, i and p systems have Service indicators (LED) that help identify 
components (Guiding Light) and also to indicate a component in error (Light 
Path). Currently, Linux only has a couple of commands that cater to LightPath 
services, but not close to what is expected. The work involved is to deliver a 
LightPath framework that will help customer to identify a hardware component in 
error.

  commit 8a8d91817aec6b9ca7a289891f9e6f721100ec09
  Author: Anshuman Khandual 
  Date:   Wed Aug 19 22:19:52 2015 +0530

  powerpc/powernv: Add OPAL interfaces for accessing and modifying system 
LED states
  
  This patch registers the following two new OPAL interfaces calls
  for the platform LED subsystem. With the help of these new OPAL calls,
  the kernel will be able to get or set the state of various individual
  LEDs on the system at any given location code which is passed through
  the LED specific device tree nodes.
  
  (1) OPAL_LEDS_GET_INDICATOR opal_leds_get_ind
  (2) OPAL_LEDS_SET_INDICATOR opal_leds_set_ind
  
  Signed-off-by: Anshuman Khandual 
  Signed-off-by: Vasant Hegde 
  Acked-by: Stewart Smith 
  Tested-by: Stewart Smith 


  commit c159b5968ec9d3cbf16802189b29eb0ec17ae4d8
  Author: Vasant Hegde 
  Date:   Wed Aug 19 22:19:53 2015 +0530

  powerpc/powernv: Create LED platform device
  
  This patch adds platform devices for leds. Also export LED related
  OPAL API's so that led driver can use these APIs.
  
  Signed-off-by: Vasant Hegde 
  Acked-by: Benjamin Herrenschmidt 
  Signed-off-by: Michael Ellerman 

  commit 84ad6e5cd3e8b365c893f31787864cae5500610b
  Author: Vasant Hegde 
  Date:   Wed Aug 19 22:19:54 2015 +0530

  leds/powernv: Add driver for PowerNV platform
  
  This patch implements LED driver for PowerNV platform using the existing
  generic LED class framework.
  


  commit 5d53be7d8c7ccf8eec1ce66c6b3573c01d16b755
  Author: Michael Ellerman 
  Date:   Sat Aug 22 09:33:55 2015 +1000

  powerpc/powernv: Fix mis-merge of OPAL support for LEDS driver
  
  When I merged the OPAL support for the powernv LEDS driver I missed a
  hunk.
  
  This is slightly modified from the original patch, as the original added
  code to opal-api.h which is not in the skiboot version, which is
  discouraged.
  
  Instead those values are moved into the driver, which is the only place
  they are used.

  
  commit d690740f22f6520873f96e66aae7119ec2215755
  Author: Vasant Hegde 
  Date:   Thu Aug 27 11:34:10 2015 +0530

  powerpc/powernv: Enable LEDS support
  
  Commit 84ad6e5c added LEDS support for PowerNV platform. Lets
  update ppc64_defconfig to pick LEDS driver.
  
  PowerNV LEDS driver looks for "/ibm,opal/leds" node in device
  tree and loads if this node exists. Hence added it as 'm'.
  
  Also note that powernv LEDS driver needs NEW_LEDS and LEDS_CLASS
  as well. Hence added them to config file.
  
  mpe: Also add them to 

[Kernel-packages] [Bug 1494735] Re: LightPath Dignostics framework on PowerNV platform

2015-09-15 Thread Tim Gardner
powerpc/powernv: Enable LEDS support
powerpc/powernv: Fix mis-merge of OPAL support for LEDS driver
leds/powernv: Add driver for PowerNV platform
powerpc/powernv: Create LED platform device
powerpc/powernv: Add OPAL interfaces for accessing and modifying system LED 
states
UBUNTU: [Config] CONFIG_LEDS_POWERNV=m

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

Title:
  LightPath Dignostics framework on PowerNV platform

Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Wily:
  Fix Committed

Bug description:
  == Comment: #0 - VASANT HEGDE  - 2015-09-11 05:56:57 
==
  IBM x, i and p systems have Service indicators (LED) that help identify 
components (Guiding Light) and also to indicate a component in error (Light 
Path). Currently, Linux only has a couple of commands that cater to LightPath 
services, but not close to what is expected. The work involved is to deliver a 
LightPath framework that will help customer to identify a hardware component in 
error.

  commit 8a8d91817aec6b9ca7a289891f9e6f721100ec09
  Author: Anshuman Khandual 
  Date:   Wed Aug 19 22:19:52 2015 +0530

  powerpc/powernv: Add OPAL interfaces for accessing and modifying system 
LED states
  
  This patch registers the following two new OPAL interfaces calls
  for the platform LED subsystem. With the help of these new OPAL calls,
  the kernel will be able to get or set the state of various individual
  LEDs on the system at any given location code which is passed through
  the LED specific device tree nodes.
  
  (1) OPAL_LEDS_GET_INDICATOR opal_leds_get_ind
  (2) OPAL_LEDS_SET_INDICATOR opal_leds_set_ind
  
  Signed-off-by: Anshuman Khandual 
  Signed-off-by: Vasant Hegde 
  Acked-by: Stewart Smith 
  Tested-by: Stewart Smith 


  commit c159b5968ec9d3cbf16802189b29eb0ec17ae4d8
  Author: Vasant Hegde 
  Date:   Wed Aug 19 22:19:53 2015 +0530

  powerpc/powernv: Create LED platform device
  
  This patch adds platform devices for leds. Also export LED related
  OPAL API's so that led driver can use these APIs.
  
  Signed-off-by: Vasant Hegde 
  Acked-by: Benjamin Herrenschmidt 
  Signed-off-by: Michael Ellerman 

  commit 84ad6e5cd3e8b365c893f31787864cae5500610b
  Author: Vasant Hegde 
  Date:   Wed Aug 19 22:19:54 2015 +0530

  leds/powernv: Add driver for PowerNV platform
  
  This patch implements LED driver for PowerNV platform using the existing
  generic LED class framework.
  


  commit 5d53be7d8c7ccf8eec1ce66c6b3573c01d16b755
  Author: Michael Ellerman 
  Date:   Sat Aug 22 09:33:55 2015 +1000

  powerpc/powernv: Fix mis-merge of OPAL support for LEDS driver
  
  When I merged the OPAL support for the powernv LEDS driver I missed a
  hunk.
  
  This is slightly modified from the original patch, as the original added
  code to opal-api.h which is not in the skiboot version, which is
  discouraged.
  
  Instead those values are moved into the driver, which is the only place
  they are used.

  
  commit d690740f22f6520873f96e66aae7119ec2215755
  Author: Vasant Hegde 
  Date:   Thu Aug 27 11:34:10 2015 +0530

  powerpc/powernv: Enable LEDS support
  
  Commit 84ad6e5c added LEDS support for PowerNV platform. Lets
  update ppc64_defconfig to pick LEDS driver.
  
  PowerNV LEDS driver looks for "/ibm,opal/leds" node in device
  tree and loads if this node exists. Hence added it as 'm'.
  
  Also note that powernv LEDS driver needs NEW_LEDS and LEDS_CLASS
  as well. Hence added them to config file.
  
  mpe: Also add them to pseries_defconfig, which is currently also used
  for powernv systems.
  
  Suggested-by: Michael Ellerman 
  Signed-off-by: Vasant Hegde 
  Cc: Stewart Smith 
  Signed-off-by: Michael Ellerman 

  
  -Vasant

  == Comment: #1 - VASANT HEGDE  - 2015-09-11 05:58:20 
==
  All these patches went into current merge window (4.3).. Let me know if you 
want me to backport those patches.

  -Vasant

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1494735/+subscriptions

-- 
Mailing list: 

[Kernel-packages] [Bug 1494735] Re: LightPath Dignostics framework on PowerNV platform

2015-09-15 Thread Tim Gardner
** Also affects: linux (Ubuntu Wily)
   Importance: High
 Assignee: Canonical Kernel Team (canonical-kernel-team)
   Status: Triaged

** Changed in: linux (Ubuntu Wily)
   Status: Triaged => In Progress

** Changed in: linux (Ubuntu Wily)
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Tim Gardner 
(timg-tpi)

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

Title:
  LightPath Dignostics framework on PowerNV platform

Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Wily:
  Fix Committed

Bug description:
  == Comment: #0 - VASANT HEGDE  - 2015-09-11 05:56:57 
==
  IBM x, i and p systems have Service indicators (LED) that help identify 
components (Guiding Light) and also to indicate a component in error (Light 
Path). Currently, Linux only has a couple of commands that cater to LightPath 
services, but not close to what is expected. The work involved is to deliver a 
LightPath framework that will help customer to identify a hardware component in 
error.

  commit 8a8d91817aec6b9ca7a289891f9e6f721100ec09
  Author: Anshuman Khandual 
  Date:   Wed Aug 19 22:19:52 2015 +0530

  powerpc/powernv: Add OPAL interfaces for accessing and modifying system 
LED states
  
  This patch registers the following two new OPAL interfaces calls
  for the platform LED subsystem. With the help of these new OPAL calls,
  the kernel will be able to get or set the state of various individual
  LEDs on the system at any given location code which is passed through
  the LED specific device tree nodes.
  
  (1) OPAL_LEDS_GET_INDICATOR opal_leds_get_ind
  (2) OPAL_LEDS_SET_INDICATOR opal_leds_set_ind
  
  Signed-off-by: Anshuman Khandual 
  Signed-off-by: Vasant Hegde 
  Acked-by: Stewart Smith 
  Tested-by: Stewart Smith 


  commit c159b5968ec9d3cbf16802189b29eb0ec17ae4d8
  Author: Vasant Hegde 
  Date:   Wed Aug 19 22:19:53 2015 +0530

  powerpc/powernv: Create LED platform device
  
  This patch adds platform devices for leds. Also export LED related
  OPAL API's so that led driver can use these APIs.
  
  Signed-off-by: Vasant Hegde 
  Acked-by: Benjamin Herrenschmidt 
  Signed-off-by: Michael Ellerman 

  commit 84ad6e5cd3e8b365c893f31787864cae5500610b
  Author: Vasant Hegde 
  Date:   Wed Aug 19 22:19:54 2015 +0530

  leds/powernv: Add driver for PowerNV platform
  
  This patch implements LED driver for PowerNV platform using the existing
  generic LED class framework.
  


  commit 5d53be7d8c7ccf8eec1ce66c6b3573c01d16b755
  Author: Michael Ellerman 
  Date:   Sat Aug 22 09:33:55 2015 +1000

  powerpc/powernv: Fix mis-merge of OPAL support for LEDS driver
  
  When I merged the OPAL support for the powernv LEDS driver I missed a
  hunk.
  
  This is slightly modified from the original patch, as the original added
  code to opal-api.h which is not in the skiboot version, which is
  discouraged.
  
  Instead those values are moved into the driver, which is the only place
  they are used.

  
  commit d690740f22f6520873f96e66aae7119ec2215755
  Author: Vasant Hegde 
  Date:   Thu Aug 27 11:34:10 2015 +0530

  powerpc/powernv: Enable LEDS support
  
  Commit 84ad6e5c added LEDS support for PowerNV platform. Lets
  update ppc64_defconfig to pick LEDS driver.
  
  PowerNV LEDS driver looks for "/ibm,opal/leds" node in device
  tree and loads if this node exists. Hence added it as 'm'.
  
  Also note that powernv LEDS driver needs NEW_LEDS and LEDS_CLASS
  as well. Hence added them to config file.
  
  mpe: Also add them to pseries_defconfig, which is currently also used
  for powernv systems.
  
  Suggested-by: Michael Ellerman 
  Signed-off-by: Vasant Hegde 
  Cc: Stewart Smith 
  Signed-off-by: Michael Ellerman 

  
  -Vasant

  == Comment: #1 - VASANT HEGDE  - 2015-09-11 05:58:20 
==
  All these patches went into current merge window (4.3).. Let me know if you 
want me to backport those patches.

  -Vasant

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1494735/+subscriptions

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

[Kernel-packages] [Bug 1494735] Re: LightPath Dignostics framework on PowerNV platform

2015-09-15 Thread Leann Ogasawara
** Package changed: ubuntu => linux (Ubuntu)

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

** Changed in: linux (Ubuntu)
   Status: New => Triaged

** Changed in: linux (Ubuntu)
 Assignee: Taco Screen team (taco-screen-team) => 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/1494735

Title:
  LightPath Dignostics framework on PowerNV platform

Status in linux package in Ubuntu:
  Triaged

Bug description:
  == Comment: #0 - VASANT HEGDE  - 2015-09-11 05:56:57 
==
  IBM x, i and p systems have Service indicators (LED) that help identify 
components (Guiding Light) and also to indicate a component in error (Light 
Path). Currently, Linux only has a couple of commands that cater to LightPath 
services, but not close to what is expected. The work involved is to deliver a 
LightPath framework that will help customer to identify a hardware component in 
error.

  commit 8a8d91817aec6b9ca7a289891f9e6f721100ec09
  Author: Anshuman Khandual 
  Date:   Wed Aug 19 22:19:52 2015 +0530

  powerpc/powernv: Add OPAL interfaces for accessing and modifying system 
LED states
  
  This patch registers the following two new OPAL interfaces calls
  for the platform LED subsystem. With the help of these new OPAL calls,
  the kernel will be able to get or set the state of various individual
  LEDs on the system at any given location code which is passed through
  the LED specific device tree nodes.
  
  (1) OPAL_LEDS_GET_INDICATOR opal_leds_get_ind
  (2) OPAL_LEDS_SET_INDICATOR opal_leds_set_ind
  
  Signed-off-by: Anshuman Khandual 
  Signed-off-by: Vasant Hegde 
  Acked-by: Stewart Smith 
  Tested-by: Stewart Smith 


  commit c159b5968ec9d3cbf16802189b29eb0ec17ae4d8
  Author: Vasant Hegde 
  Date:   Wed Aug 19 22:19:53 2015 +0530

  powerpc/powernv: Create LED platform device
  
  This patch adds platform devices for leds. Also export LED related
  OPAL API's so that led driver can use these APIs.
  
  Signed-off-by: Vasant Hegde 
  Acked-by: Benjamin Herrenschmidt 
  Signed-off-by: Michael Ellerman 

  commit 84ad6e5cd3e8b365c893f31787864cae5500610b
  Author: Vasant Hegde 
  Date:   Wed Aug 19 22:19:54 2015 +0530

  leds/powernv: Add driver for PowerNV platform
  
  This patch implements LED driver for PowerNV platform using the existing
  generic LED class framework.
  


  commit 5d53be7d8c7ccf8eec1ce66c6b3573c01d16b755
  Author: Michael Ellerman 
  Date:   Sat Aug 22 09:33:55 2015 +1000

  powerpc/powernv: Fix mis-merge of OPAL support for LEDS driver
  
  When I merged the OPAL support for the powernv LEDS driver I missed a
  hunk.
  
  This is slightly modified from the original patch, as the original added
  code to opal-api.h which is not in the skiboot version, which is
  discouraged.
  
  Instead those values are moved into the driver, which is the only place
  they are used.

  
  commit d690740f22f6520873f96e66aae7119ec2215755
  Author: Vasant Hegde 
  Date:   Thu Aug 27 11:34:10 2015 +0530

  powerpc/powernv: Enable LEDS support
  
  Commit 84ad6e5c added LEDS support for PowerNV platform. Lets
  update ppc64_defconfig to pick LEDS driver.
  
  PowerNV LEDS driver looks for "/ibm,opal/leds" node in device
  tree and loads if this node exists. Hence added it as 'm'.
  
  Also note that powernv LEDS driver needs NEW_LEDS and LEDS_CLASS
  as well. Hence added them to config file.
  
  mpe: Also add them to pseries_defconfig, which is currently also used
  for powernv systems.
  
  Suggested-by: Michael Ellerman 
  Signed-off-by: Vasant Hegde 
  Cc: Stewart Smith 
  Signed-off-by: Michael Ellerman 

  
  -Vasant

  == Comment: #1 - VASANT HEGDE  - 2015-09-11 05:58:20 
==
  All these patches went into current merge window (4.3).. Let me know if you 
want me to backport those patches.

  -Vasant

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1494735/+subscriptions

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