[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2012-06-05 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #82 from pcxz aluigi.te...@alice.it  2012-06-05 06:27:05 ---
This patch work ok for me ( i named it ec.diff ):

[code]
--- drivers/acpi/ec.c2011-01-05 01:50:19.0 +0100
+++ drivers/acpi/ec.c2011-01-10 15:55:23.0 +0100
@@ -223,6 +223,7 @@
 if (ec_transaction_done(ec))
 return 0;
 } else {
+msleep(1);
 if (wait_event_timeout(ec-wait,
 ec_transaction_done(ec),
 msecs_to_jiffies(1)))
@@ -230,8 +231,8 @@
 }
 advance_transaction(ec, acpi_ec_read_status(ec));
 } while (time_before(jiffies, delay));
-if (acpi_ec_read_status(ec)  ACPI_EC_FLAG_IBF)
-break;
+//if (acpi_ec_read_status(ec)  ACPI_EC_FLAG_IBF)
+//break;
 pr_debug(PREFIX controller reset, restart transaction\n);
 spin_lock_irqsave(ec-curr_lock, flags);
 start_transaction(ec);
@@ -268,6 +269,15 @@
 return (status  ACPI_EC_FLAG_IBF) == 0;
 }

+/* try to clean input buffer with burst_disable transaction */
+static int acpi_ec_clean_buffer(struct acpi_ec *ec)
+{
+struct transaction t = {.command = ACPI_EC_BURST_DISABLE,
+.wdata = NULL, .rdata = NULL,
+.wlen = 0, .rlen = 0};
+return acpi_ec_transaction_unlocked(ec, t);
+}
+
 static int ec_wait_ibf0(struct acpi_ec *ec)
 {
 unsigned long delay = jiffies + msecs_to_jiffies(ec_delay);
@@ -276,7 +286,8 @@
 if (wait_event_timeout(ec-wait, ec_check_ibf0(ec),
 msecs_to_jiffies(1)))
 return 0;
-return -ETIME;
+//return -ETIME;
+return acpi_ec_clean_buffer(ec);
 }

 static int acpi_ec_transaction(struct acpi_ec *ec, struct transaction *t)
[/code]

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2012-06-05 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #83 from pcxz aluigi.te...@alice.it  2012-06-05 08:38:28 ---
Created an attachment (id=73510)
 -- (https://bugzilla.kernel.org/attachment.cgi?id=73510)
ec.diff patch

 work with all 3.3.* version, apply ok also in 3.4.1

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2012-06-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #81 from Len Brown l...@kernel.org  2012-06-05 04:44:19 ---
the link in comment #77 is broken.
please attach a copy of the patch that is working for you.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2012-01-19 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733


Maykel Moya mm...@mmoya.org changed:

   What|Removed |Added

 CC||mm...@mmoya.org




-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2012-01-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #76 from Andrey Ovcharov sudormrfh...@gmail.com  2012-01-18 
20:14:44 ---
Bug still there. No significant changes. Further all the necessary information
for two variants: vanilla-kernel, and patched-kernel + patched-dsdt.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2012-01-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #77 from Andrey Ovcharov sudormrfh...@gmail.com  2012-01-18 
20:18:11 ---
Created an attachment (id=72115)
 -- (https://bugzilla.kernel.org/attachment.cgi?id=72115)
All info for patched-3.2.1-kernel+patched-dsdt

This
https://github.com/init6/init_6/blob/master/sys-kernel/fc-sources/fc-sources-3.2.1.ebuild
kernel with this
https://github.com/init6/init_6/blob/master/sys-kernel/fc-sources/files/acpi-ec-add-delay-before-write.patch
patch. Fixed dsdt in the archive.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2012-01-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733


Andrey Ovcharov sudormrfh...@gmail.com changed:

   What|Removed |Added

  Attachment #72115|0   |1
is obsolete||




-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2012-01-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #78 from Andrey Ovcharov sudormrfh...@gmail.com  2012-01-18 
20:20:39 ---
Created an attachment (id=72116)
 -- (https://bugzilla.kernel.org/attachment.cgi?id=72116)
All info for 3.2.1-vanilla-kernel

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2012-01-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #79 from Andrey Ovcharov sudormrfh...@gmail.com  2012-01-18 
20:21:31 ---
Created an attachment (id=72117)
 -- (https://bugzilla.kernel.org/attachment.cgi?id=72117)
All info for patched-3.2.1-kernel+patched-dsdt

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2012-01-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #80 from pcxz aluigi.te...@alice.it  2012-01-18 21:30:07 ---
same problem still alive with all version of kernel = 3.2.1
ec.patch solve problem.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2012-01-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #75 from Zhang Rui rui.zh...@intel.com  2012-01-18 01:54:09 ---
It's great that kernel bugzilla is back.

can you please verify if the problem still exists in the latest upstream
kernel?

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2011-09-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #73 from Andrey Ovcharov sudormrfh...@gmail.com  2011-09-01 
19:10:37 ---
With 3.1.0-rc4 without patch the same problem…

ACPI: EC: input buffer is not empty, aborting transaction
ACPI Exception: AE_TIME, Returned by Handler for [EmbeddedControl]
(20110623/evregion-478)
ACPI Error: Method parse/execution failed [\_SB_.AMW0.WMCA] (Node
8800ba23c730), AE_TIME (20110623/psparse-536)

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free Love Thy Logs t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2011-09-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #74 from Andrey Ovcharov sudormrfh...@gmail.com  2011-09-01 
19:12:06 ---
Created an attachment (id=71192)
 -- (https://bugzilla.kernel.org/attachment.cgi?id=71192)
dmesg on 3.1.0-rc4 kernel with error

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free Love Thy Logs t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2011-08-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #72 from Andrey Ovcharov sudormrfh...@gmail.com  2011-08-28 
13:36:59 ---
For me, the patch is still needed on all cores from 2.6.32 to 3.1.0-rc3
(mainline 2011-08-22)

Fedora in git drop acpi-ec-add-delay-before-write.patch --
http://pkgs.fedoraproject.org/gitweb/?p=kernel.git;a=commit;h=0ad4e113ad7bda9e111ec5a306c3d4d0dc40d595

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2011-08-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #71 from James Ettle theholyet...@googlemail.com  2011-08-25 
23:39:13 ---
Any further progress on getting a patch for this that doesn't break other
systems? Any additional info needed?

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2011-06-22 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733


Martin Belohorka martin.beloho...@gmail.com changed:

   What|Removed |Added

 CC||martin.beloho...@gmail.com




--- Comment #70 from Martin Belohorka martin.beloho...@gmail.com  2011-06-22 
19:46:56 ---
This bug has been in NEEDINFO status for a while now. What information is
needed?

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2011-05-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733


rloth rl...@club-internet.fr changed:

   What|Removed |Added

 CC||rl...@club-internet.fr




--- Comment #69 from rloth rl...@club-internet.fr  2011-05-14 14:10:19 ---
Situation:
==

Hardware: Samsung R719 laptop (with broken touchpad, dont know if it's
relevant)
Distribution : Ubuntu

For me the EC buffer bla bla error only appeared with an upgrade to 2.6.38.
The boot is flooded with this message, usually hangs right there, sometimes
goes on to gdm and freezes with no keyboard response. The computer has to be
turned off by removing battery and power cord.

I didn't have the problem before I installed Ubuntu natty that ships with
kernel version 2.6.38.

Also, these problems happen only after the *second boot after a non-patched
install* ie the first boot is always fine?

-

What I did:
===

So I applied the ec.c patch provided by Zhang Rui in post #66 (kernel config
unchanged apart from that, ie i used the generic-pae ubuntu flavour i got from
the fresh install)

It does indeed remove the messages and the boot can proceed, but only to find
that other things are now broken:
  - power events (ie cord unplug) trigger root partition remounts
  - keyboard sometimes becomes dead as before patch
  - xorg is unstable

I don't know if they are separate problems or not. I'll keep trying things and
I'm usually posting in the downstream related bug for ubuntu
(https://bugs.launchpad.net/ubuntu/+source/linux/+bug/578506)

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2011-03-29 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #68 from Stephane Travostino stephane.travost...@gmail.com  
2011-03-29 12:51:20 ---
For sure this bug still affects 2.6.37.5 - I'm now running my laptop without
battery and this bug is relevant only when a battery is inserted.

I don't have the chance to test with 2.6.38 though; I will update when
possible.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2011-03-23 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #66 from Zhang Rui rui.zh...@intel.com  2011-03-24 02:39:52 ---
Created an attachment (id=51862)
 -- (https://bugzilla.kernel.org/attachment.cgi?id=51862)
refreshed patch based on 2.6.38

Hi, all,
does the problem still exists in the latest upstream kernel?
If yes, please apply this patch on top of 2.6.38 and see if it helps.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2011-03-23 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733


Zhang Rui rui.zh...@intel.com changed:

   What|Removed |Added

 Status|ASSIGNED|NEEDINFO




-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2011-03-21 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733


Zhang Rui rui.zh...@intel.com changed:

   What|Removed |Added

 AssignedTo|astarikovs...@suse.de   |rui.zh...@intel.com




-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-11-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #65 from init_6 sudormrfh...@gmail.com  2010-11-27 10:02:40 ---
sys-kernel/vanilla-sources-2.6.37_rc3 The problem still exists.

patch is applied with errors:

# patch  acpi-ec-add-delay-before-write.patch
can't find file to patch at input line 7
Perhaps you should have used the -p or --strip option?
The text leading up to this was:
--
|https://bugzilla.kernel.org/show_bug.cgi?id=14733#c41
|
|diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c
|index 27e0b92..09fbb69 100644
|--- a/drivers/acpi/ec.c
|+++ b/drivers/acpi/ec.c
--
File to patch: /usr/src/linux/drivers/acpi/ec.c
patching file /usr/src/linux/drivers/acpi/ec.c
Hunk #1 succeeded at 223 (offset -3 lines).
Hunk #2 succeeded at 231 (offset -3 lines).
Hunk #3 FAILED at 272.
1 out of 3 hunks FAILED -- saving rejects to file
/usr/src/linux/drivers/acpi/ec.c.rej

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Increase Visibility of Your 3D Game App  Earn a Chance To Win $500!
Tap into the largest installed PC base  get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-11-21 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #64 from init_6 sudormrfh...@gmail.com  2010-11-21 09:11:20 ---
sys-kernel/vanilla-sources-2.6.36 problem is still there. patch helps.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-11-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #63 from James Ettle theholyet...@googlemail.com  2010-11-08 
08:58:47 ---
(In reply to comment #60)
 The patch disrupts ACPI on my notebook more than I'd first suspected

Patch continues to break things for me on 2.6.36.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book Blueprint to a 
Billion shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-10-21 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733


ArathoN turionava...@hotmail.it changed:

   What|Removed |Added

 CC||turionava...@hotmail.it




--- Comment #61 from ArathoN turionava...@hotmail.it  2010-10-21 08:54:45 ---
hi, i have the same problem with Maverick 10.10 with kernel 2.6.35.22, i tried
to update the kernel to 2.6.36 but the problem persist, i also updated the bios
and here the pc changed his behavior before it will hung at the screen boot
(with the acer logo) now it try to load the system but at 1/3 ot the loading
bar of the bios it crash and it try infinitely to load it again until i pull my
battery and the ac/dc..
i noticed that before the errors appear i have always these two strings:
lo: Disabled Privacy Extensions
CE: hpet increased min_delta_ns to 11250 nsec

i don't know if they are related to the problem.

the patch listed above can i apply to the current kernel version?
(excuse me for my english -i'm italian- and i hope you'll solve this problem
soon because i don't want to leave ubuntu)

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-10-21 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733


Zhang Rui rui.zh...@intel.com changed:

   What|Removed |Added

 CC||fander...@googlemail.com




--- Comment #62 from Zhang Rui rui.zh...@intel.com  2010-10-22 03:13:34 ---
*** Bug 15560 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-09-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #60 from James Ettle theholyet...@googlemail.com  2010-09-16 
05:40:07 ---
The patch disrupts ACPI on my notebook more than I'd first suspected, not only
do I not get sleep/lid events, it prevents correct reading of the power and
battery state.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-08-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733


Will Donnelly w...@willdonnelly.net changed:

   What|Removed |Added

 CC||w...@willdonnelly.net




--- Comment #59 from Will Donnelly w...@willdonnelly.net  2010-08-12 14:11:03 
---
This fixes the issue with no noticeable side effects on my Aspire 5730Z running
Archlinux as well.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-07-29 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #58 from Stephane Travostino stephane.travost...@gmail.com  
2010-07-29 11:41:20 ---
Any news? 2.6.34.1 is unusable without the patch. Is there a plan on how to
solve this on future kernel versions?

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-06-03 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733


James Ettle theholyet...@googlemail.com changed:

   What|Removed |Added

 CC||theholyet...@googlemail.com




--- Comment #57 from James Ettle theholyet...@googlemail.com  2010-06-03 
20:02:06 ---
The patch from comment #41 as applied to the F13 kernel breaks sleep button and
lid events on the Clevo M720R notebook (which were previously fixed by the EC
multibyte patches, see bug 14667).

See also: https://bugzilla.redhat.com/show_bug.cgi?id=599679

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-05-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #56 from pcxz aluigi.te...@alice.it  2010-05-18 06:18:40 ---
Vanilla kernel 2.6.34 have same problem ..after apply patch at post #41 ..all
ok :)

P.S.
why not add to stable kernel?

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--

___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-05-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733


Maykel Moya m...@parragante.org changed:

   What|Removed |Added

 CC||m...@parragante.org




-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--

___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-04-20 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #55 from Chuck Ebbert cebb...@redhat.com  2010-04-20 16:41:57 ---
Fedora 13's 2.6.33 kernel has been stable with the patch from comment #41
applied.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-04-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #54 from colem...@gmail.com  2010-04-16 20:06:57 ---
(In reply to comment #53)
 Sorry, indeed I was using Ubuntu 2.6.32-19.28-generic 2.6.32.10+drm33.1 when
 the laptop run about 6 hours without issues (then I shut it down).
 Went to Ubuntu 2.6.32-20.30-generic 2.6.32.11+drm33.2 and the issue
 resurfaced after few minutes.
 Now I am back to 2.6.32.10 to see if the problem stays away.

And the problem stays away using Ubuntu 2.6.32-19.28-generic.
I have seen the issue using 2.6.32-20.X and 2.6.32-21.31.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-04-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733


colem...@gmail.com changed:

   What|Removed |Added

 CC||colem...@gmail.com




--- Comment #49 from colem...@gmail.com  2010-04-14 11:24:10 ---
People using Acer laptops may be interested to know that the problem went away
(so far) after upgrading the BIOS from 1.19 to 1.23 on my 5930G.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-04-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #50 from Stephane Travostino stephane.travost...@gmail.com  
2010-04-14 11:28:07 ---
@colemarc: No, I've always had v1.23 on my 5930G and I'm getting the issues. 

BIOS Information
Vendor: Phoenix Technologies LTD
Version: V1.23  
Release Date: 10/28/2008

I'm still running the patched 2.6.32.9, can't upgrade to 2.6.33 until this is
fixed.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-04-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #51 from Azraelle ptar...@gmail.com  2010-04-14 12:55:43 ---
And why don't you patch .33? I'm running .33 zen-kernel with this
patch and everything is ok.

On Wed, Apr 14, 2010 at 3:28 PM,  bugzilla-dae...@bugzilla.kernel.org wrote:
 https://bugzilla.kernel.org/show_bug.cgi?id=14733





 --- Comment #50 from Stephane Travostino stephane.travost...@gmail.com  
 2010-04-14 11:28:07 ---
 @colemarc: No, I've always had v1.23 on my 5930G and I'm getting the issues.

 BIOS Information
        Vendor: Phoenix Technologies LTD
        Version: V1.23
        Release Date: 10/28/2008

 I'm still running the patched 2.6.32.9, can't upgrade to 2.6.33 until this is
 fixed.

 --
 Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
 --- You are receiving this mail because: ---
 You are on the CC list for the bug.


-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-04-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #52 from Stephane Travostino stephane.travost...@gmail.com  
2010-04-14 13:49:46 ---
@Azraelle: 2.6.32.9 is fine for me now. I had to upgrade due to 2.6.32 being a
dependency of some newer packages in my distribution (Archlinux), otherwise I
would've stayed with vanilla 2.6.31

I'll upgrade when it gets fixed in the vanilla code.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-04-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #53 from colem...@gmail.com  2010-04-14 22:18:26 ---
(In reply to comment #50)
 @colemarc: No, I've always had v1.23 on my 5930G and I'm getting the issues. 
 
 BIOS Information
 Vendor: Phoenix Technologies LTD
 Version: V1.23  
 Release Date: 10/28/2008

Sorry, indeed I was using Ubuntu 2.6.32-19.28-generic 2.6.32.10+drm33.1 when
the laptop run about 6 hours without issues (then I shut it down).
Went to Ubuntu 2.6.32-20.30-generic 2.6.32.11+drm33.2 and the issue
resurfaced after few minutes.
Now I am back to 2.6.32.10 to see if the problem stays away.

Someone noticed that even Windows complains about ACPI Embedded Controller, and
in fact I sometime see this one in Windows 7 Event Viewer:
“The embedded controller (EC) did not respond within the specified timeout
period. This may indicate that there is an error in the EC hardware or firmware
or that the BIOS is accessing the EC incorrectly. You should check with your
computer manufacturer for an upgraded BIOS. In some situations, this error may
cause the computer to function incorrectly.”

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-03-30 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=14733


Chuck Ebbert cebb...@redhat.com changed:

   What|Removed |Added

 CC||cebb...@redhat.com




--- Comment #48 from Chuck Ebbert cebb...@redhat.com  2010-03-30 20:33:07 ---
(In reply to comment #0)
 
 the third is markedly reduced performance.
 

The slow system performance is another symptom of:
  http://bugzilla.kernel.org/show_bug.cgi?id=14667

The fix for that is here now; it doubled the read speed of my SSD:
 
http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Flenb%2Flinux-acpi-2.6.git;a=commitdiff_plain;h=dadf28a10c3eb29421837a2e41

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-03-15 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #47 from Zhang Rui rui.zh...@intel.com  2010-03-15 06:13:43 ---
kernel version 2.6.32.4.
but it's linpus kernel rather than the vanilla kernel.
do you need the EC driver version?

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-03-11 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14733


Zhang Rui rui.zh...@intel.com changed:

   What|Removed |Added

 CC||rui.zh...@intel.com




--- Comment #45 from Zhang Rui rui.zh...@intel.com  2010-03-12 02:03:08 ---
Hi, alexey,

I got the similar problem and the patch in comment #41 fixes the bug for me.

And here are some feedbacks from the EC engineer, which I hope is useful for
you.

  After our analysis of this issue, we found there the communication
  between Moblin OS (host) and EC might have some problems.
  
  Currently, Moblin OS will send Read/Write ECRAM command to EC via
  62h/66h I/O port, but it seems will not check IBF/OBF flag during the
  access.
  
  That will cause OS sometimes will get the wrong data from EC or set
  the wrong data to EC.
  
  You should follow the standard process as below:
  
  Read/Write ECRAM by using 62h/66h I/O port:
  66h (command/status port)
  Input (byte): Get EC status.
  Bit0: OBF (Output Buffer Full flag of EC)
  Bit1: IBF (Input Buffer Full flag of EC)
  Bit3: Command/Data Flag (0: Previous access port is data port/ 1:
  Previous access port is command port)
  Bit4: Burst enable flag
  Output (byte): command from host to EC
  62h (data port)
  Input (byte): data from EC to host
  Output (byte): data from host to EC
  
  Read ECRAM
  
  1.  wait both IBF  OBF = 0
  2.  host write command 80h (EC_Read) to port 66h
  3.  wait until IBF = 0 (wait EC firmware get the command)
  4.  host write ECRAM index to port 62h
  5.  wait until IBF = 0 and OBF = 1 (wait EC firmware get the index
  and prepare the result data to output buffer)
  6.  host read data via port 62h
  
  Write ECRAM
  
  1.  wait both IBF  OBF = 0
  2.  host write command 81h (EC_Write) to port 66h
  3.  wait until IBF = 0 (wait EC firmware get the command)
  4.  host write ECRAM index to port 62h
  5.  wait until IBF = 0  (wait EC firmware get the index)
  6.  host write data via port 62h
  7.  wait until IBF = 0 (wait EC firmware get the data)
  
  Note: The process of Read/Write ECRAM should NOT be interrupted.
  (Should treat as a critical section)
  
  Please check your S/W code and modify it to meet the standard EC
  access process.

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-03-02 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #43 from pcxz aluigi.te...@alice.it  2010-03-02 12:47:56 ---
Idem ..all fine same for me with Add delay before data write, take #2
Thx.

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-03-02 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #44 from Stephane Travostino stephane.travost...@gmail.com  
2010-03-02 23:59:45 ---
Running 64bit 2.6.32.9 with latest patch and seems to be OK for me too.

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-02-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #39 from init_6 sudormrfh...@gmail.com  2010-02-27 10:04:47 ---
After 4 hours in dmesg is another error :

[16816.561291] ACPI: EC: input buffer is not empty, aborting transaction
[16816.561297] ACPI Exception: AE_TIME, Returned by Handler for
[EmbeddedControl] (20091214/evregion-475)
[16816.561311] ACPI Error (psparse-0537): Method parse/execution failed
[\_SB_.PCI0.LPCB.EC0_.BAT0._BST] (Node 8800bbf016d0), AE_TIME
[16816.561363] ACPI Exception: AE_TIME, Evaluating _BST (20091214/battery-393)

brightness control not works.

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-02-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #40 from init_6 sudormrfh...@gmail.com  2010-02-27 10:08:37 ---
Created an attachment (id=25260)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=25260)
dmesg Evaluating _BST

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-02-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #41 from Alexey Starikovskiy astarikovs...@suse.de  2010-02-27 
15:35:31 ---
Created an attachment (id=25261)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=25261)
Add delay before data write, take #2

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-02-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #42 from init_6 sudormrfh...@gmail.com  2010-02-28 06:12:09 ---
With Add delay before data write, take #2 looks like all fine for me.

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-02-26 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #23 from Alexey Starikovskiy astarikovs...@suse.de  2010-02-26 
12:06:10 ---
pcxz,
I see something weird in your kernel.log: EC starts up fine, then both Battery
and AC drivers start up fine too (they do several accesses of EC during their
init). Then NVIDIA proprietary driver starts and there is some error from
MXMI/MXMS handler routings. And only after that every call to EC fails.
Could you please check if not loading of NVIDIA driver helps?

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-02-26 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #24 from Stephane Travostino stephane.travost...@gmail.com  
2010-02-26 16:41:54 ---
@Alexey: if it may help, the MXMI/MXMS error appears on 2.6.31 too (don't
remember previous versions though), but doesn't cause the hangups and errors
people experience with 2.6.32 and later.

Here's the relevant lines in the kernel log:
ACPI Warning: \_SB_.PCI0.PEGP.VGA_.MXMI: Excess arguments - needs 1, found 2
20090521 nspredef-287
ACPI Warning: \_SB_.PCI0.PEGP.VGA_.MXMS: Excess arguments - needs 1, found 2
20090521 nspredef-287

I only get this error once, so I suspect it appears upon NVIDIA module loading.

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-02-26 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #29 from Alexey Starikovskiy astarikovs...@suse.de  2010-02-26 
20:43:16 ---
Created an attachment (id=25250)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=25250)
Add delay before data write

Please check if this patch changes anything. Please submit kernel.log as
text/plain, without compressing it.

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-02-26 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #30 from pcxz aluigi.te...@alice.it  2010-02-26 21:20:02 ---
Created an attachment (id=25251)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=25251)
Same problem after apply patch

No change sistuation, system go in instable mode (at any restart have to unplug
ac and battery)

P.S.
Is impossible for me send kernel.log not compress ..exceed 1000kb permitted (my
kernel.log is 13MB)

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-02-26 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14733


Alexey Starikovskiy astarikovs...@suse.de changed:

   What|Removed |Added

  Attachment #25250|0   |1
is obsolete||




--- Comment #31 from Alexey Starikovskiy astarikovs...@suse.de  2010-02-26 
21:35:13 ---
Created an attachment (id=25252)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=25252)
Add delay before data write, take #2

Let's increase delay.

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-02-26 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #32 from pcxz aluigi.te...@alice.it  2010-02-26 22:20:03 ---
Patch 2 seem work ok :) (30 minutes without problem) ..tomorrow test more time
..without and with nvidia module.

For now thx, very good (and fast) work.

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-02-26 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #33 from init_6 sudormrfh...@gmail.com  2010-02-27 04:51:30 ---
Created an attachment (id=25255)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=25255)
custom kernel config for gentoo-sources-2.6.33 (with custom dsdt table)

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-02-26 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #34 from init_6 sudormrfh...@gmail.com  2010-02-27 04:53:41 ---
Created an attachment (id=25256)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=25256)
all info gentoo-sources-2.6.33

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-02-26 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14733


init_6 sudormrfh...@gmail.com changed:

   What|Removed |Added

  Attachment #24021|0   |1
is obsolete||
  Attachment #24022|0   |1
is obsolete||
  Attachment #24693|0   |1
is obsolete||
  Attachment #24694|0   |1
is obsolete||
  Attachment #24696|0   |1
is obsolete||




--- Comment #35 from init_6 sudormrfh...@gmail.com  2010-02-27 04:55:02 ---
Created an attachment (id=25257)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=25257)
dmesg with error

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-02-26 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #36 from init_6 sudormrfh...@gmail.com  2010-02-27 05:03:37 ---
This is without a patch. Nvidia module(x11-drivers/nvidia-drivers-190.53-r2
latest available on their website
http://www.nvidia.ru/Download/index.aspx?lang=en) is loaded. 

Errors all the same.
Right now try to patch...

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-02-26 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #37 from pcxz aluigi.te...@alice.it  2010-02-27 07:15:31 ---
OK, for me this bug is solved with patch #2
With nvidia driver is ok, without nvidia driver is ok ...after suspend to ram
resume ok.

Thx at Alexey Starikovskiy

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-02-26 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #38 from init_6 sudormrfh...@gmail.com  2010-02-27 07:21:59 ---
Patch 2 is working for me!!! More than two hours and no errors! Even with the
nvidia-drivers. brightness control works. restarts, too, as should normally
restart (without unplug ac and battery) 

Thank you!

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-02-25 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #19 from pcxz aluigi.te...@alice.it  2010-02-25 14:00:04 ---
Same problem with stable 2.6.33 kernel (stable? ..not work in thousands of
computer and is out anyway?).

Please solve this problem is not possible this situation.
All notebook Acer user not have possibility to upgrade in new kernel? why?

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-02-25 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #20 from pcxz aluigi.te...@alice.it  2010-02-25 14:01:52 ---
Created an attachment (id=25216)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=25216)
dmesg-2.6.33

Dmesg from 2.6.33 stable kernel.

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-02-25 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #21 from Alexey Starikovskiy astarikovs...@suse.de  2010-02-25 
14:42:35 ---
pcxz,
please post full dmesg, not the remains of it. /var/log/kern.log may have it.

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-02-25 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14733





--- Comment #22 from pcxz aluigi.te...@alice.it  2010-02-26 06:18:10 ---
Created an attachment (id=25236)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=25236)
This is full kernel message

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-02-13 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14733


pcxz aluigi.te...@alice.it changed:

   What|Removed |Added

 CC||aluigi.te...@alice.it




--- Comment #18 from pcxz aluigi.te...@alice.it  2010-02-13 13:17:33 ---
Same problem here with all 2.6.32.* and, now tested, with 2.6.33rc8
Acer Aspire 5930G

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-02-11 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14733


Alessandro Zigliani alessandro.zigli...@gmail.com changed:

   What|Removed |Added

 CC||alessandro.zigli...@gmail.c
   ||om




--- Comment #17 from Alessandro Zigliani alessandro.zigli...@gmail.com  
2010-02-12 07:27:59 ---
(In reply to comment #0)
 First of all kernels before 2.6.32 did not observe anything like that.

This is strange. On gentoo I had the problem you describe with all kernel
versions prior to 2.6.32. In fact I had to patch ec.c as described here: 
http://en.gentoo-wiki.com/wiki/Dell_Studio_1555#ACPI

With all gentoo kernel packages version 2.6.32 the problem is gone, but I get
bug 14667 in exchange, which is much worse by the way. There is definitely
something going on insidee the ACPI driver between 2.6.31 to 2.6.32...

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 14733] Oops: ACPI: EC: input buffer is not empty, aborting transaction - 2.6.32 regression

2010-01-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14733


Len Brown l...@kernel.org changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||acpi-bugzi...@lists.sourcef
   ||orge.net, l...@kernel.org
 AssignedTo|acpi...@kernel-bugs.osdl.or |astarikovs...@suse.de
   |g   |
 Regression|No  |Yes
Summary|Oops: ACPI: EC: input   |Oops: ACPI: EC: input
   |buffer is not empty,|buffer is not empty,
   |aborting transaction|aborting transaction -
   ||2.6.32 regression




--- Comment #16 from Len Brown l...@kernel.org  2010-01-28 00:27:37 ---
 First of all kernels before 2.6.32 did not observe anything like that.

marking as 2.6.32 regression

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are watching the assignee of the bug.

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla