[Kernel-packages] [Bug 1384319] Re: missing support for Geode/CS5535 hardware watchdog

2021-10-14 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: linux (Ubuntu Precise)
   Status: Fix Committed => Won't Fix

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

Title:
  missing support for Geode/CS5535 hardware watchdog

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Precise:
  Won't Fix

Bug description:
  SRU Justification:

  Impact: the AMD Geode is a x86 SOC processor containing, among other things, 
an hardware watchdog but
  as it stands now, we don't compile the necessary code to support it in the 
Precise kernel.

  Fix: compile the GEODEWDT driver and the timer code (CS5535_MFGPT).

  Testcase: install a kernel with the driver compiled as a module, load
  it and look for the presence of /dev/watchdog:

  sudo modprobe geodewdt

  dmesg:
  ...
  [  344.011123] cs5535-mfgpt cs5535-mfgpt: registered timer 0

  ls -la /dev/watchdog
  crw--- 1 root root 10, 130 Oct 22 17:54 /dev/watchdog

  ===

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1384319/+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 1384319] Re: missing support for Geode/CS5535 hardware watchdog

2014-10-23 Thread Tim Gardner
** Also affects: linux (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu)
   Status: Triaged = Invalid

** Changed in: linux (Ubuntu Precise)
   Status: New = Fix Committed

** Changed in: linux (Ubuntu Precise)
 Assignee: (unassigned) = Paolo Pisati (p-pisati)

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

Title:
  missing support for Geode/CS5535 hardware watchdog

Status in “linux” package in Ubuntu:
  Invalid
Status in “linux” source package in Precise:
  Fix Committed

Bug description:
  SRU Justification:

  Impact: the AMD Geode is a x86 SOC processor containing, among other things, 
an hardware watchdog but
  as it stands now, we don't compile the necessary code to support it in the 
Precise kernel.

  Fix: compile the GEODEWDT driver and the timer code (CS5535_MFGPT).

  Testcase: install a kernel with the driver compiled as a module, load
  it and look for the presence of /dev/watchdog:

  sudo modprobe geodewdt

  dmesg:
  ...
  [  344.011123] cs5535-mfgpt cs5535-mfgpt: registered timer 0

  ls -la /dev/watchdog
  crw--- 1 root root 10, 130 Oct 22 17:54 /dev/watchdog

  ===

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1384319/+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 1384319] Re: missing support for Geode/CS5535 hardware watchdog

2014-10-22 Thread Paolo Pisati
** Description changed:

  SRU Justification:
  
- Impact: the AMD Geode is an x86 SOC processor containing, among other things, 
an hardware watchdog but
+ Impact: the AMD Geode is a x86 SOC processor containing, among other things, 
an hardware watchdog but
  as it stands now, we don't compile the necessary code to support it in the 
Precise kernel.
  
  Fix: compile the GEODEWDT driver and the dependent timer code
  (CS5535_MFGPT).
  
  Testcase: install a kernel with the driver compiled as a module, load it
  and look for the presence of /dev/watchdog.
  
  ===

** Description changed:

  SRU Justification:
  
  Impact: the AMD Geode is a x86 SOC processor containing, among other things, 
an hardware watchdog but
  as it stands now, we don't compile the necessary code to support it in the 
Precise kernel.
  
- Fix: compile the GEODEWDT driver and the dependent timer code
- (CS5535_MFGPT).
+ Fix: compile the GEODEWDT driver and the timer code (CS5535_MFGPT).
  
  Testcase: install a kernel with the driver compiled as a module, load it
  and look for the presence of /dev/watchdog.
  
  ===

** Description changed:

  SRU Justification:
  
  Impact: the AMD Geode is a x86 SOC processor containing, among other things, 
an hardware watchdog but
  as it stands now, we don't compile the necessary code to support it in the 
Precise kernel.
  
  Fix: compile the GEODEWDT driver and the timer code (CS5535_MFGPT).
  
  Testcase: install a kernel with the driver compiled as a module, load it
  and look for the presence of /dev/watchdog.
  
+ 
+ sudo modprobe geodewdt
+ 
+ dmesg:
+ ...
+ [  344.011123] cs5535-mfgpt cs5535-mfgpt: registered timer 0
+ 
+ ls -la /dev/watchdog 
+ crw--- 1 root root 10, 130 Oct 22 17:54 /dev/watchdog
+ 
  ===

** Description changed:

  SRU Justification:
  
  Impact: the AMD Geode is a x86 SOC processor containing, among other things, 
an hardware watchdog but
  as it stands now, we don't compile the necessary code to support it in the 
Precise kernel.
  
  Fix: compile the GEODEWDT driver and the timer code (CS5535_MFGPT).
  
  Testcase: install a kernel with the driver compiled as a module, load it
- and look for the presence of /dev/watchdog.
- 
+ and look for the presence of /dev/watchdog:
  
  sudo modprobe geodewdt
  
  dmesg:
  ...
  [  344.011123] cs5535-mfgpt cs5535-mfgpt: registered timer 0
  
- ls -la /dev/watchdog 
+ ls -la /dev/watchdog
  crw--- 1 root root 10, 130 Oct 22 17:54 /dev/watchdog
  
  ===

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

Title:
  missing support for Geode/CS5535 hardware watchdog

Status in “linux” package in Ubuntu:
  New

Bug description:
  SRU Justification:

  Impact: the AMD Geode is a x86 SOC processor containing, among other things, 
an hardware watchdog but
  as it stands now, we don't compile the necessary code to support it in the 
Precise kernel.

  Fix: compile the GEODEWDT driver and the timer code (CS5535_MFGPT).

  Testcase: install a kernel with the driver compiled as a module, load
  it and look for the presence of /dev/watchdog:

  sudo modprobe geodewdt

  dmesg:
  ...
  [  344.011123] cs5535-mfgpt cs5535-mfgpt: registered timer 0

  ls -la /dev/watchdog
  crw--- 1 root root 10, 130 Oct 22 17:54 /dev/watchdog

  ===

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1384319/+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 1384319] Re: missing support for Geode/CS5535 hardware watchdog

2014-10-22 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

** Changed in: linux (Ubuntu)
   Status: Incomplete = Triaged

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

Title:
  missing support for Geode/CS5535 hardware watchdog

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  SRU Justification:

  Impact: the AMD Geode is a x86 SOC processor containing, among other things, 
an hardware watchdog but
  as it stands now, we don't compile the necessary code to support it in the 
Precise kernel.

  Fix: compile the GEODEWDT driver and the timer code (CS5535_MFGPT).

  Testcase: install a kernel with the driver compiled as a module, load
  it and look for the presence of /dev/watchdog:

  sudo modprobe geodewdt

  dmesg:
  ...
  [  344.011123] cs5535-mfgpt cs5535-mfgpt: registered timer 0

  ls -la /dev/watchdog
  crw--- 1 root root 10, 130 Oct 22 17:54 /dev/watchdog

  ===

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1384319/+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