[Bug 1027370] Re: lpc_ich: Resource conflict(s) found affecting iTCO_wdt

2013-06-05 Thread Colin King
** Changed in: linux (Ubuntu)
   Status: Triaged = In Progress

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Colin King (colin-king)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027370

Title:
   lpc_ich: Resource conflict(s) found affecting iTCO_wdt

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1027370] Re: lpc_ich: Resource conflict(s) found affecting iTCO_wdt

2013-06-05 Thread Colin King
Warning: lpc_ich: Resource conflict(s) found affecting iTCO_wdt

ACPI OpRegions are conflicting with the same I/O region used by the
lpc_ich driver for the Intel TCO (Total Cost of Ownership) timer
(iTCO_wdt, this is a watchdog timer that will reboot the machine after
its second expiration).

According to Intel Controller Hub (ICH) specifications, the TCO watchdog
has a 32 bytes I/O space resource. ACPI OpRegions in the DSDT frequently
reserve this TCO I/O space because they require access to bit 9
(DMISCI_STS) of the TCO1_STS register of the TCO. I believe that this
bit is not used and is never used by the lpc_ich TCO driver, so the risk
of conflict is zero.

The warning occurs because ACPI has reserved this I/O region and the
lpc_ich driver also wants to access the TCO registers but detects these
are already reserved. However, I believe that there is no real conflict
to worry about.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027370

Title:
   lpc_ich: Resource conflict(s) found affecting iTCO_wdt

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1027370] Re: lpc_ich: Resource conflict(s) found affecting iTCO_wdt

2013-06-05 Thread Colin King
Warning: lpc_ich: Resource conflict(s) found affecting gpio_ich

This again is because ACPI OpRegions conflict with the same I/O region
used by the lpc_ich driver, this time for the GPIO region. Again, I
don't believe this is an issue to worry about.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027370

Title:
   lpc_ich: Resource conflict(s) found affecting iTCO_wdt

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1027370] Re: lpc_ich: Resource conflict(s) found affecting iTCO_wdt

2013-06-05 Thread Colin King
I don't think this are bugs per-se.  The lpc_ich driver uses these I/O
regions that are already reserved by ACPI OpRegions and they seem to co-
exist OK without any issues.   The warnings are alarming, but can be
ignored. There's nothing to fix.

** Changed in: linux (Ubuntu)
   Status: In Progress = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027370

Title:
   lpc_ich: Resource conflict(s) found affecting iTCO_wdt

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1027370] Re: lpc_ich: Resource conflict(s) found affecting iTCO_wdt

2013-05-27 Thread Ivars Strazdiņš
Same for kernel version 3.8.0-22-generic x86_64 on ubuntu 13.04

[6.067190] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[6.067389] ACPI Warning: 0x0428-0x042f SystemIO 
conflicts with Region \PMIO 1 (20121018/utaddress-251)
[6.067394] ACPI: If an ACPI driver is available for this device, you should 
use it instead of the native driver
[6.067397] ACPI Warning: 0x0530-0x053f SystemIO 
conflicts with Region \GPIO 1 (20121018/utaddress-251)
[6.067400] ACPI: If an ACPI driver is available for this device, you should 
use it instead of the native driver
[6.067402] ACPI Warning: 0x0500-0x052f SystemIO 
conflicts with Region \GPIO 1 (20121018/utaddress-251)
[6.067405] ACPI: If an ACPI driver is available for this device, you should 
use it instead of the native driver
[6.067406] lpc_ich: Resource conflict(s) found affecting gpio_ich

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027370

Title:
   lpc_ich: Resource conflict(s) found affecting iTCO_wdt

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1027370] Re: lpc_ich: Resource conflict(s) found affecting iTCO_wdt

2013-05-01 Thread Mehdi
3.8.0-19-generic  x86_64 ubuntu 13.04 also affected:

lp: driver loaded but no devices found
ACPI Warning: 0x0428-0x042f SystemIO conflicts with 
Region \PMIO 1 (20121018/utaddress-251)
ACPI: If an ACPI driver is available for this device, you should use it instead 
of the native driver
ACPI Warning: 0x0540-0x054f SystemIO conflicts with 
Region \GPIO 1 (20121018/utaddress-251)
ACPI: If an ACPI driver is available for this device, you should use it instead 
of the native driver
ACPI Warning: 0x0530-0x053f SystemIO conflicts with 
Region \GPIO 1 (20121018/utaddress-251)
ACPI: If an ACPI driver is available for this device, you should use it instead 
of the native driver
ACPI Warning: 0x0500-0x052f SystemIO conflicts with 
Region \GPIO 1 (20121018/utaddress-251)
ACPI: If an ACPI driver is available for this device, you should use it instead 
of the native driver
lpc_ich: Resource conflict(s) found affecting gpio_ich

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027370

Title:
   lpc_ich: Resource conflict(s) found affecting iTCO_wdt

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1027370] Re: lpc_ich: Resource conflict(s) found affecting iTCO_wdt

2013-02-12 Thread n0PxN0p
3.5.0-24-generic #37-Ubuntu SMP Thu Feb 7 01:50:30 UTC 2013 x86_64

[   23.021632] ACPI Warning: 0x0460-0x047f SystemIO 
conflicts with Region \PMIO 1 (20120320/utaddress-251)
[   23.021640] ACPI: If an ACPI driver is available for this device, you should 
use it instead of the native driver
[   23.021642] lpc_ich: Resource conflict(s) found affecting iTCO_wdt
[   23.021646] ACPI Warning: 0x0428-0x042f SystemIO 
conflicts with Region \PMIO 1 (20120320/utaddress-251)
[   23.021650] ACPI: If an ACPI driver is available for this device, you should 
use it instead of the native driver
[   23.021654] ACPI Warning: 0x0500-0x057f SystemIO 
conflicts with Region \GPIO 1 (20120320/utaddress-251)
[   23.021658] ACPI Warning: 0x0500-0x057f SystemIO 
conflicts with Region \_SB_.PCI0.PEG0.PEGP.GPIO 2 (20120320/utaddress-251)
[   23.021662] ACPI: If an ACPI driver is available for this device, you should 
use it instead of the native driver
[   23.021664] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   23.024285] mei :00:16.0: wd: failed to find the client

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027370

Title:
   lpc_ich: Resource conflict(s) found affecting iTCO_wdt

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1027370] Re: lpc_ich: Resource conflict(s) found affecting iTCO_wdt

2013-02-12 Thread dino99
3.8.0-6 i386 also affected

 w83627ehf: Found W83627DHG chip at 0x290
ACPI Warning: 0x0295-0x0296 SystemIO conflicts with Region 
\_SB_.PCI0.SBRG.SIOR.HWRE 1 (20121018/utaddress-251)
ACPI: If an ACPI driver is available for this device, you should use it instead 
of the native driver
ACPI Warning: 0x04b0-0x04bf SystemIO conflicts with Region 
\_SB_.PCI0.SBRG.GPIO 1 (20121018/utaddress-251)
ACPI: If an ACPI driver is available for this device, you should use it instead 
of the native driver
ACPI Warning: 0x0480-0x04af SystemIO conflicts with Region 
\_SB_.PCI0.SBRG.GPIO 1 (20121018/utaddress-251)
ACPI: If an ACPI driver is available for this device, you should use it instead 
of the native driver
lpc_ich: Resource conflict(s) found affecting gpio_ich
EDAC MC: Ver: 3.0.0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027370

Title:
   lpc_ich: Resource conflict(s) found affecting iTCO_wdt

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1027370] Re: lpc_ich: Resource conflict(s) found affecting iTCO_wdt

2012-10-22 Thread dino99
3.7-rc2 feedback:

well that issue is still not yet fixed, get this logged:

ACPI: Invalid Power Resource to register!
ACPI Warning: 0x04b0-0x04bf SystemIO conflicts with Region 
\_SB_.PCI0.SBRG.GPIO 1 (20120913/utaddress-251)
ACPI: If an ACPI driver is available for this device, you should use it instead 
of the native driver
ACPI Warning: 0x0480-0x04af SystemIO conflicts with Region 
\_SB_.PCI0.SBRG.GPIO 1 (20120913/utaddress-251)
ACPI: If an ACPI driver is available for this device, you should use it instead 
of the native driver
lpc_ich: Resource conflict(s) found affecting gpio_ich

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027370

Title:
   lpc_ich: Resource conflict(s) found affecting iTCO_wdt

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1027370] Re: lpc_ich: Resource conflict(s) found affecting iTCO_wdt

2012-10-16 Thread dino99
Got fixed upstream, hopes to get that commit backported to 3.5 kernel
and up.

A patch referencing this bug report has been merged in Linux v3.7-rc1:

commit 092369efbd6ef6b4a215741ce9f65446bf45beff
Author: Feng Tang feng.t...@intel.com
Date:   Thu Aug 16 15:50:10 2012 +0800

mfd: lpc_ich: Fix a 3.5 kernel regression for iTCO_wdt driver

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027370

Title:
   lpc_ich: Resource conflict(s) found affecting iTCO_wdt

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1027370] Re: lpc_ich: Resource conflict(s) found affecting iTCO_wdt

2012-10-15 Thread Bug Watch Updater
** Changed in: linux
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027370

Title:
   lpc_ich: Resource conflict(s) found affecting iTCO_wdt

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1027370] Re: lpc_ich: Resource conflict(s) found affecting iTCO_wdt

2012-10-01 Thread dino99
module-init-tools.log:

FATAL: Error inserting w83627ehf
(/lib/modules/3.6.0-030600-generic/kernel/drivers/hwmon/w83627ehf.ko):
Device or resource busy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027370

Title:
   lpc_ich: Resource conflict(s) found affecting iTCO_wdt

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1027370] Re: lpc_ich: Resource conflict(s) found affecting iTCO_wdt

2012-09-30 Thread dino99
final 3.6 release output:

ACPI: Invalid Power Resource to register!

ACPI Warning: 0x0295-0x0296 SystemIO conflicts with Region
\_SB_.PCI0.SBRG.SIOR.HWRE 1 (20120711/utaddress-251)

ACPI Warning: 0x0480-0x04bf SystemIO conflicts with Region 
\_SB_.PCI0.SBRG.GPIO 1 (20120711/utaddress-251)
lpc_ich: Resource conflict(s) found affecting gpio_ich

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027370

Title:
   lpc_ich: Resource conflict(s) found affecting iTCO_wdt

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1027370] Re: lpc_ich: Resource conflict(s) found affecting iTCO_wdt

2012-09-18 Thread dino99
3.6-rc6 output:

ACPI Warning: 0x0480-0x04bf SystemIO conflicts with Region 
\_SB_.PCI0.SBRG.GPIO 1 (20120711/utaddress-251)
ACPI: If an ACPI driver is available for this device, you should use it instead 
of the native driver
lpc_ich: Resource conflict(s) found affecting gpio_ich

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027370

Title:
   lpc_ich: Resource conflict(s) found affecting iTCO_wdt

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1027370] Re: lpc_ich: Resource conflict(s) found affecting iTCO_wdt

2012-09-09 Thread dino99
Have installed the 3.6 rc5 kernel and still get the same errors reported
here.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027370

Title:
   lpc_ich: Resource conflict(s) found affecting iTCO_wdt

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1027370] Re: lpc_ich: Resource conflict(s) found affecting iTCO_wdt

2012-08-18 Thread dino99
3.6 rc2 kernel output:

w83627ehf: Found W83627DHG chip at 0x290
ACPI Warning: 0x0295-0x0296 SystemIO conflicts with Region 
\_SB_.PCI0.SBRG.SIOR.HWRE 1 (20120711/utaddress-251)

ACPI Warning: 0x0830-0x0833 SystemIO conflicts with Region \SMIE 1 
(20120711/utaddress-251)
ACPI Warning: 0x0830-0x0833 SystemIO conflicts with Region 
\_SB_.PCI0.SBRG.SMIE 2 (20120711/utaddress-251)
ACPI: If an ACPI driver is available for this device, you should use it instead 
of the native driver
lpc_ich: Resource conflict(s) found affecting iTCO_wdt

ACPI Warning: 0x0480-0x04bf SystemIO conflicts with Region 
\_SB_.PCI0.SBRG.GPIO 1 (20120711/utaddress-251)
ACPI: If an ACPI driver is available for this device, you should use it instead 
of the native driver
lpc_ich: Resource conflict(s) found affecting gpio_ich

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027370

Title:
   lpc_ich: Resource conflict(s) found affecting iTCO_wdt

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1027370] Re: lpc_ich: Resource conflict(s) found affecting iTCO_wdt

2012-08-11 Thread Bug Watch Updater
** Changed in: linux
   Status: Unknown = Confirmed

** Changed in: linux
   Importance: Unknown = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027370

Title:
   lpc_ich: Resource conflict(s) found affecting iTCO_wdt

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1027370] Re: lpc_ich: Resource conflict(s) found affecting iTCO_wdt

2012-08-10 Thread Joseph Salisbury
** Also affects: linux via
   http://bugzilla.kernel.org/show_bug.cgi?id=44991
   Importance: Unknown
   Status: Unknown

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027370

Title:
   lpc_ich: Resource conflict(s) found affecting iTCO_wdt

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1027370] Re: lpc_ich: Resource conflict(s) found affecting iTCO_wdt

2012-08-08 Thread dino99
The latest kernel show the same errors:
Linux version 3.6.0-999-generic (apw@gomeisa) (gcc version 4.6.3 (Ubuntu/Linaro 
4.6.3-1ubuntu5) ) #201208050405 SMP Sun Aug 5 08:12:48 UTC 2012

ACPI Warning: 0x0830-0x0833 SystemIO conflicts with Region \SMIE 1 
(20120711/utaddress-251)
ACPI Warning: 0x0830-0x0833 SystemIO conflicts with Region 
\_SB_.PCI0.SBRG.SMIE 2 (20120711/utaddress-251)
ACPI: If an ACPI driver is available for this device, you should use it instead 
of the native driver
 lpc_ich: Resource conflict(s) found affecting iTCO_wdt
ACPI Warning: 0x0480-0x04bf SystemIO conflicts with Region 
\_SB_.PCI0.SBRG.GPIO 1 (20120711/utaddress-251)
ACPI: If an ACPI driver is available for this device, you should use it instead 
of the native driver
lpc_ich: Resource conflict(s) found affecting gpio_ich

** Tags removed: needs-upstream-testing
** Tags added: kernel-bug-exists-upstream

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027370

Title:
   lpc_ich: Resource conflict(s) found affecting iTCO_wdt

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1027370] Re: lpc_ich: Resource conflict(s) found affecting iTCO_wdt

2012-08-01 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel?  Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.5kernel[0] (Not a kernel in the daily directory) and install both the
linux-image and linux-image-extra .deb packages.

Once you've tested the upstream kernel, please remove the 'needs-
upstream-testing' tag(Only that one tag, please leave the other tags).
This can be done by clicking on the yellow pencil icon next to the tag
located at the bottom of the bug description and deleting the 'needs-
upstream-testing' text.

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.  
Once testing of the upstream kernel is complete, please mark this bug as 
Confirmed.


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.5-rc7-quantal/

** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

** Tags added: needs-upstream-testing

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027370

Title:
   lpc_ich: Resource conflict(s) found affecting iTCO_wdt

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1027370] Re: lpc_ich: Resource conflict(s) found affecting iTCO_wdt

2012-07-24 Thread dino99
Get the same issue with the latest kernel 3.5.0-6

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027370

Title:
   lpc_ich: Resource conflict(s) found affecting iTCO_wdt

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1027370] Re: lpc_ich: Resource conflict(s) found affecting iTCO_wdt

2012-07-24 Thread dino99
dmesg3.5.0-6

** Attachment added: dmesg
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1027370/+attachment/3233697/+files/dmesg

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027370

Title:
   lpc_ich: Resource conflict(s) found affecting iTCO_wdt

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1027370] Re: lpc_ich: Resource conflict(s) found affecting iTCO_wdt

2012-07-21 Thread dino99
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027370

Title:
   lpc_ich: Resource conflict(s) found affecting iTCO_wdt

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1027370] Re: lpc_ich: Resource conflict(s) found affecting iTCO_wdt

2012-07-21 Thread dino99
Reported as : https://bugzilla.kernel.org/show_bug.cgi?id=44991

** Bug watch added: Linux Kernel Bug Tracker #44991
   http://bugzilla.kernel.org/show_bug.cgi?id=44991

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027370

Title:
   lpc_ich: Resource conflict(s) found affecting iTCO_wdt

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1027370] Re: lpc_ich: Resource conflict(s) found affecting iTCO_wdt

2012-07-21 Thread Brad Figg
** Changed in: linux (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027370

Title:
   lpc_ich: Resource conflict(s) found affecting iTCO_wdt

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs