* [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
[not found] <bug-16142-11633@https.bugzilla.kernel.org/>
@ 2010-06-14 22:17 ` bugzilla-daemon
2010-06-15 6:39 ` bugzilla-daemon
` (13 subsequent siblings)
14 siblings, 0 replies; 33+ messages in thread
From: bugzilla-daemon @ 2010-06-14 22:17 UTC (permalink / raw)
To: linux-ide
https://bugzilla.kernel.org/show_bug.cgi?id=16142
Andrew Morton <akpm@linux-foundation.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|Network |IDE
AssignedTo|drivers_network@kernel-bugs |io_ide@kernel-bugs.osdl.org
|.osdl.org |
Product|Drivers |IO/Storage
--- Comment #8 from Andrew Morton <akpm@linux-foundation.org> 2010-06-14 22:17:35 ---
Seems to be an oops in ide_complete_rq(), unrelated to the network driver.
I'll recategorise the bug to IDE, thanks.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 33+ messages in thread
* [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
[not found] <bug-16142-11633@https.bugzilla.kernel.org/>
2010-06-14 22:17 ` [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface bugzilla-daemon
@ 2010-06-15 6:39 ` bugzilla-daemon
2010-06-15 11:17 ` bugzilla-daemon
` (12 subsequent siblings)
14 siblings, 0 replies; 33+ messages in thread
From: bugzilla-daemon @ 2010-06-15 6:39 UTC (permalink / raw)
To: linux-ide
https://bugzilla.kernel.org/show_bug.cgi?id=16142
Borislav Petkov <bbpetkov@yahoo.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bbpetkov@yahoo.de
--- Comment #9 from Borislav Petkov <bbpetkov@yahoo.de> 2010-06-15 06:38:58 ---
Hi,
ok, here's what you can do:
1. Switch to libata and done, no bug. IDE is deprecated anyways.
If you'd still like to help us fix this and keep using ide, here are
some more things to do :)
1. Can you connect your machine to another over a serial
console so that you can catch a clean OOPS. If you don't have
a serial cable, you can try doing this with a netconsole, see
<Documentation/networking/netconsole.txt> in the kernel sources. And
if even that is not an option, try making a picture which contains the
first oops from the beginning and doesn't cut off the register dump.
Something like your https://bugzilla.kernel.org/attachment.cgi?id=26730
but without the shaky effects :)
2. Go to your kernel source tree and do
objdump -d drivers/ide/ide-io.o | less
then look for the line similar to
"000000000000070b <ide_complete_rq>:"
and copy/paste here the whole block all the way to the end of that
function, i.e. line that looks like
" 755: c3 retq"
3. Just to make sure, I think your "shaky" picture showed that there
are no proprietary kernel modules your using, e.g. nvidia GPU drivers,
but let me make sure I see it correctly: you're not installing any
closed-source, proprietary crap, right?
I think this is all for now, thanks for your help.
Regards,
Boris.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 33+ messages in thread
* [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
[not found] <bug-16142-11633@https.bugzilla.kernel.org/>
2010-06-14 22:17 ` [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface bugzilla-daemon
2010-06-15 6:39 ` bugzilla-daemon
@ 2010-06-15 11:17 ` bugzilla-daemon
2010-06-15 11:50 ` bugzilla-daemon
` (11 subsequent siblings)
14 siblings, 0 replies; 33+ messages in thread
From: bugzilla-daemon @ 2010-06-15 11:17 UTC (permalink / raw)
To: linux-ide
https://bugzilla.kernel.org/show_bug.cgi?id=16142
--- Comment #10 from Hans42Mueller@googlemail.com 2010-06-15 11:17:33 ---
First of all: Thank you all for your quick responses.
Switching to libdata solved the problem for me.
(at least until now ;) )
----
But:
If you are still interested in the bug, I would try to help you as far as I
can.
Answers to your questions:
1. Proprietary drivers: I am using the nvidia driver, but it was not loaded
when the bug occurred. (for the 2.6.34 kernel I didn't even installed them)
2. Serial console: sorry this computer does not have an serial port (there is
one on the motherboard, but I don't have the matching adapter.)
3. Netconsole: I tried to use it; normal dmesg logging worked, but I did not
receive the oops messages.
Right now my questions are:
1. Do you still want to take care of this bug?
2. If so, is there a possibility to use firewire to capture the oops messages?
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 33+ messages in thread
* [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
[not found] <bug-16142-11633@https.bugzilla.kernel.org/>
` (2 preceding siblings ...)
2010-06-15 11:17 ` bugzilla-daemon
@ 2010-06-15 11:50 ` bugzilla-daemon
2010-06-15 15:19 ` bugzilla-daemon
` (10 subsequent siblings)
14 siblings, 0 replies; 33+ messages in thread
From: bugzilla-daemon @ 2010-06-15 11:50 UTC (permalink / raw)
To: linux-ide
https://bugzilla.kernel.org/show_bug.cgi?id=16142
--- Comment #11 from Borislav Petkov <bbpetkov@yahoo.de> 2010-06-15 11:49:59 ---
(In reply to comment #10)
> If you are still interested in the bug, I would try to help you as far as I
> can.
Cool.
> Answers to your questions:
> 1. Proprietary drivers: I am using the nvidia driver, but it was not loaded
> when the bug occurred. (for the 2.6.34 kernel I didn't even installed them)
Ok, please remove the proprietary drivers when reproducing the oops.
> 2. Serial console: sorry this computer does not have an serial port (there is
> one on the motherboard, but I don't have the matching adapter.)
>
> 3. Netconsole: I tried to use it; normal dmesg logging worked, but I did not
> receive the oops messages.
was the netconsole built-in or a module? Try building it into the kernel if
not.
> Right now my questions are:
> 1. Do you still want to take care of this bug?
Sure, I'll give it a try.
> 2. If so, is there a possibility to use firewire to capture the oops messages?
There is something related in <Documentation/debugging-via-ohci1394.txt>
but I haven't tried it yet.
Ok, so what we need now is a cleaner OOPS. If nothing else works, try
making a picture but make sure it is readable and complete. Also, send me the
objdump part I asked you for in the earlier message.
Thanks,
Boris.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 33+ messages in thread
* [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
[not found] <bug-16142-11633@https.bugzilla.kernel.org/>
` (3 preceding siblings ...)
2010-06-15 11:50 ` bugzilla-daemon
@ 2010-06-15 15:19 ` bugzilla-daemon
2010-06-15 15:20 ` bugzilla-daemon
` (9 subsequent siblings)
14 siblings, 0 replies; 33+ messages in thread
From: bugzilla-daemon @ 2010-06-15 15:19 UTC (permalink / raw)
To: linux-ide
https://bugzilla.kernel.org/show_bug.cgi?id=16142
--- Comment #12 from Hans42Mueller@googlemail.com 2010-06-15 15:18:58 ---
Created an attachment (id=26776)
--> (https://bugzilla.kernel.org/attachment.cgi?id=26776)
kernel oops v3
this one is done via firewire
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 33+ messages in thread
* [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
[not found] <bug-16142-11633@https.bugzilla.kernel.org/>
` (4 preceding siblings ...)
2010-06-15 15:19 ` bugzilla-daemon
@ 2010-06-15 15:20 ` bugzilla-daemon
2010-06-15 15:21 ` bugzilla-daemon
` (8 subsequent siblings)
14 siblings, 0 replies; 33+ messages in thread
From: bugzilla-daemon @ 2010-06-15 15:20 UTC (permalink / raw)
To: linux-ide
https://bugzilla.kernel.org/show_bug.cgi?id=16142
--- Comment #13 from Hans42Mueller@googlemail.com 2010-06-15 15:20:47 ---
Created an attachment (id=26777)
--> (https://bugzilla.kernel.org/attachment.cgi?id=26777)
part of 'objdump -d drivers/ide/ide-io.'
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 33+ messages in thread
* [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
[not found] <bug-16142-11633@https.bugzilla.kernel.org/>
` (5 preceding siblings ...)
2010-06-15 15:20 ` bugzilla-daemon
@ 2010-06-15 15:21 ` bugzilla-daemon
2010-06-15 15:21 ` bugzilla-daemon
` (7 subsequent siblings)
14 siblings, 0 replies; 33+ messages in thread
From: bugzilla-daemon @ 2010-06-15 15:21 UTC (permalink / raw)
To: linux-ide
https://bugzilla.kernel.org/show_bug.cgi?id=16142
Hans42Mueller@googlemail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #26777|application/octet-stream |text/plain
mime type| |
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 33+ messages in thread
* [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
[not found] <bug-16142-11633@https.bugzilla.kernel.org/>
` (6 preceding siblings ...)
2010-06-15 15:21 ` bugzilla-daemon
@ 2010-06-15 15:21 ` bugzilla-daemon
2010-06-15 15:22 ` bugzilla-daemon
` (6 subsequent siblings)
14 siblings, 0 replies; 33+ messages in thread
From: bugzilla-daemon @ 2010-06-15 15:21 UTC (permalink / raw)
To: linux-ide
https://bugzilla.kernel.org/show_bug.cgi?id=16142
Hans42Mueller@googlemail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #26731|0 |1
is obsolete| |
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 33+ messages in thread
* [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
[not found] <bug-16142-11633@https.bugzilla.kernel.org/>
` (7 preceding siblings ...)
2010-06-15 15:21 ` bugzilla-daemon
@ 2010-06-15 15:22 ` bugzilla-daemon
2010-06-15 15:22 ` bugzilla-daemon
` (5 subsequent siblings)
14 siblings, 0 replies; 33+ messages in thread
From: bugzilla-daemon @ 2010-06-15 15:22 UTC (permalink / raw)
To: linux-ide
https://bugzilla.kernel.org/show_bug.cgi?id=16142
Hans42Mueller@googlemail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #26730|0 |1
is obsolete| |
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 33+ messages in thread
* [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
[not found] <bug-16142-11633@https.bugzilla.kernel.org/>
` (8 preceding siblings ...)
2010-06-15 15:22 ` bugzilla-daemon
@ 2010-06-15 15:22 ` bugzilla-daemon
2010-06-15 15:26 ` bugzilla-daemon
` (4 subsequent siblings)
14 siblings, 0 replies; 33+ messages in thread
From: bugzilla-daemon @ 2010-06-15 15:22 UTC (permalink / raw)
To: linux-ide
https://bugzilla.kernel.org/show_bug.cgi?id=16142
Hans42Mueller@googlemail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #26674|0 |1
is obsolete| |
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 33+ messages in thread
* [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
[not found] <bug-16142-11633@https.bugzilla.kernel.org/>
` (9 preceding siblings ...)
2010-06-15 15:22 ` bugzilla-daemon
@ 2010-06-15 15:26 ` bugzilla-daemon
2010-06-15 19:12 ` bugzilla-daemon
` (3 subsequent siblings)
14 siblings, 0 replies; 33+ messages in thread
From: bugzilla-daemon @ 2010-06-15 15:26 UTC (permalink / raw)
To: linux-ide
https://bugzilla.kernel.org/show_bug.cgi?id=16142
--- Comment #14 from Hans42Mueller@googlemail.com 2010-06-15 15:26:20 ---
> Ok, please remove the proprietary drivers when reproducing the oops.
I hope I did so, but I am not sure; Therefore please tell me if you think for
any reason I did not remove the drivers.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 33+ messages in thread
* [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
[not found] <bug-16142-11633@https.bugzilla.kernel.org/>
` (10 preceding siblings ...)
2010-06-15 15:26 ` bugzilla-daemon
@ 2010-06-15 19:12 ` bugzilla-daemon
2010-06-15 19:39 ` bugzilla-daemon
` (2 subsequent siblings)
14 siblings, 0 replies; 33+ messages in thread
From: bugzilla-daemon @ 2010-06-15 19:12 UTC (permalink / raw)
To: linux-ide
https://bugzilla.kernel.org/show_bug.cgi?id=16142
--- Comment #15 from Andrew Morton <akpm@linux-foundation.org> 2010-06-15 19:12:28 ---
(In reply to comment #12)
> Created an attachment (id=26776)
--> (https://bugzilla.kernel.org/attachment.cgi?id=26776) [details]
> kernel oops v3
>
> this one is done via firewire
This seems impossible. I think the oops happened in
int ide_complete_rq(ide_drive_t *drive, int error, unsigned int nr_bytes)
{
ide_hwif_t *hwif = drive->hwif;
accessing 0x00000040, so `drive' is NULL. But it's clearly non-NULL up in
cdrom_newpc_intr(). Possibly it's a miscompile. But you've tried several
different kernel version, which I assume were compiled by someone at gentoo.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 33+ messages in thread
* [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
[not found] <bug-16142-11633@https.bugzilla.kernel.org/>
` (11 preceding siblings ...)
2010-06-15 19:12 ` bugzilla-daemon
@ 2010-06-15 19:39 ` bugzilla-daemon
2010-07-03 8:26 ` bugzilla-daemon
2012-07-20 12:55 ` bugzilla-daemon
14 siblings, 0 replies; 33+ messages in thread
From: bugzilla-daemon @ 2010-06-15 19:39 UTC (permalink / raw)
To: linux-ide
https://bugzilla.kernel.org/show_bug.cgi?id=16142
--- Comment #16 from Hans42Mueller@googlemail.com 2010-06-15 19:39:35 ---
Well as gentoo does not provide precompiled packages, I compiled everything by
myself.
I could try to use another version of gcc for compiling the kernel.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 33+ messages in thread
* [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
@ 2010-06-17 8:07 Borislav Petkov
[not found] ` <20100617150008.16a5e653@cpc>
0 siblings, 1 reply; 33+ messages in thread
From: Borislav Petkov @ 2010-06-17 8:07 UTC (permalink / raw)
To: Hans42Mueller; +Cc: Andrew Morton, linux-ide
Hi,
switching to mail for now.
Ok, this looks almost exactly like
https://bugzilla.kernel.org/show_bug.cgi?id=13399 and I have a theory :)
Hans, can you apply the debug patch below, rebuild your kernel and catch
the _whole_ output this time (not the oops only) and send it to me? It
might be a bit much with all the stack traces so let me know of any
troubles you might have catching it.
Thanks.
--
diff --git a/drivers/ide/ide-cd.c b/drivers/ide/ide-cd.c
index 64207df..436304c 100644
--- a/drivers/ide/ide-cd.c
+++ b/drivers/ide/ide-cd.c
@@ -552,8 +552,10 @@ static ide_startstop_t cdrom_newpc_intr(ide_drive_t *drive)
if (!OK_STAT(stat, 0, BAD_R_STAT)) {
rc = cdrom_decode_status(drive, stat);
if (rc) {
- if (rc == 2)
+ if (rc == 2) {
+ printk(KERN_EMERG "%s: bad status with a sense rq\n", __func__);
goto out_end;
+ }
return ide_stopped;
}
}
@@ -667,8 +669,10 @@ out_end:
blk_end_request_all(rq, 0);
hwif->rq = NULL;
} else {
- if (sense && uptodate)
+ if (sense && uptodate) {
+ printk(KERN_EMERG "%s: complete failed rq: %p\n", __func__, rq);
ide_cd_complete_failed_rq(drive, rq);
+ }
if (blk_fs_request(rq)) {
if (cmd->nleft == 0)
@@ -688,10 +692,13 @@ out_end:
rq->resid_len += cmd->last_xfer_len;
}
+ printk(KERN_EMERG "%s: completing rq %p\n", __func__, rq);
ide_complete_rq(drive, uptodate ? 0 : -EIO, blk_rq_bytes(rq));
- if (sense && rc == 2)
+ if (sense && rc == 2) {
+ printk(KERN_EMERG "%s: request sense failure, rq: %p\n", __func__, rq);
ide_error(drive, "request sense failure", stat);
+ }
}
return ide_stopped;
}
diff --git a/drivers/ide/ide-io.c b/drivers/ide/ide-io.c
index 172ac92..3317778 100644
--- a/drivers/ide/ide-io.c
+++ b/drivers/ide/ide-io.c
@@ -57,6 +57,9 @@
int ide_end_rq(ide_drive_t *drive, struct request *rq, int error,
unsigned int nr_bytes)
{
+
+ dump_stack();
+
/*
* decide whether to reenable DMA -- 3 is a random magic for now,
* if we DMA timeout more than 3 times, just stay in PIO
@@ -118,6 +121,8 @@ int ide_complete_rq(ide_drive_t *drive, int error, unsigned int nr_bytes)
struct request *rq = hwif->rq;
int rc;
+ dump_stack();
+
/*
* if failfast is set on a request, override number of sectors
* and complete the whole request right now
--
Regards/Gruss,
Boris.
^ permalink raw reply related [flat|nested] 33+ messages in thread
* Re: [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
[not found] ` <20100617150008.16a5e653@cpc>
@ 2010-06-18 7:45 ` Borislav Petkov
2010-06-18 13:08 ` Hans Mueller
2010-06-18 22:50 ` Hans Mueller
0 siblings, 2 replies; 33+ messages in thread
From: Borislav Petkov @ 2010-06-18 7:45 UTC (permalink / raw)
To: Hans Mueller; +Cc: Andrew Morton, linux-ide
From: Hans Mueller <hans42mueller@googlemail.com>
Date: Thu, Jun 17, 2010 at 03:00:08PM +0200
(readding original Cc list)
Ok, here's another debug/fix patch which should fix your issue. It boots
fine here but I can't hit your condition so please test it exactly
the same as yesterday and do catch the _complete_ output again. By
complete I mean not only the output from the ide-cd driver only but of
the machine from the very first line after it restarts for it could
contain valuable information there too.
Thanks a lot for your effort, here's the patch (you should replace this
one with the old patch, ask for help if you need any):
---
diff --git a/drivers/ide/ide-cd.c b/drivers/ide/ide-cd.c
index 64207df..5ccc93d 100644
--- a/drivers/ide/ide-cd.c
+++ b/drivers/ide/ide-cd.c
@@ -506,15 +506,22 @@ int ide_cd_queue_pc(ide_drive_t *drive, const unsigned char *cmd,
return (flags & REQ_FAILED) ? -EIO : 0;
}
-static void ide_cd_error_cmd(ide_drive_t *drive, struct ide_cmd *cmd)
+/*
+ * notify callers that we ended the rq by returning a !0 value
+ */
+static int ide_cd_error_cmd(ide_drive_t *drive, struct ide_cmd *cmd)
{
unsigned int nr_bytes = cmd->nbytes - cmd->nleft;
if (cmd->tf_flags & IDE_TFLAG_WRITE)
nr_bytes -= cmd->last_xfer_len;
- if (nr_bytes > 0)
+ if (nr_bytes > 0) {
ide_complete_rq(drive, 0, nr_bytes);
+ return 1;
+ }
+
+ return 0;
}
static ide_startstop_t cdrom_newpc_intr(ide_drive_t *drive)
@@ -552,8 +559,10 @@ static ide_startstop_t cdrom_newpc_intr(ide_drive_t *drive)
if (!OK_STAT(stat, 0, BAD_R_STAT)) {
rc = cdrom_decode_status(drive, stat);
if (rc) {
- if (rc == 2)
+ if (rc == 2) {
+ printk(KERN_EMERG "%s: bad status with a sense rq: %p\n", __func__, rq);
goto out_end;
+ }
return ide_stopped;
}
}
@@ -667,8 +676,10 @@ out_end:
blk_end_request_all(rq, 0);
hwif->rq = NULL;
} else {
- if (sense && uptodate)
+ if (sense && uptodate) {
+ printk(KERN_EMERG "%s: complete failed rq: %p\n", __func__, rq);
ide_cd_complete_failed_rq(drive, rq);
+ }
if (blk_fs_request(rq)) {
if (cmd->nleft == 0)
@@ -679,7 +690,10 @@ out_end:
}
if (uptodate == 0 && rq->bio)
- ide_cd_error_cmd(drive, cmd);
+ if (ide_cd_error_cmd(drive, cmd)) {
+ printk(KERN_EMERG "ide_cd_error_cmd completes rq: %p\n", rq);
+ return ide_stopped;
+ }
/* make sure it's fully ended */
if (blk_fs_request(rq) == 0) {
@@ -688,10 +702,13 @@ out_end:
rq->resid_len += cmd->last_xfer_len;
}
+ printk(KERN_EMERG "%s: completing rq %p\n", __func__, rq);
ide_complete_rq(drive, uptodate ? 0 : -EIO, blk_rq_bytes(rq));
- if (sense && rc == 2)
+ if (sense && rc == 2) {
+ printk(KERN_EMERG "%s: request sense failure, rq: %p\n", __func__, rq);
ide_error(drive, "request sense failure", stat);
+ }
}
return ide_stopped;
}
diff --git a/drivers/ide/ide-io.c b/drivers/ide/ide-io.c
index 172ac92..0952e3b 100644
--- a/drivers/ide/ide-io.c
+++ b/drivers/ide/ide-io.c
@@ -57,6 +57,8 @@
int ide_end_rq(ide_drive_t *drive, struct request *rq, int error,
unsigned int nr_bytes)
{
+ dump_stack();
+
/*
* decide whether to reenable DMA -- 3 is a random magic for now,
* if we DMA timeout more than 3 times, just stay in PIO
--
Regards/Gruss,
Boris.
^ permalink raw reply related [flat|nested] 33+ messages in thread
* Re: [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
2010-06-18 7:45 ` Borislav Petkov
@ 2010-06-18 13:08 ` Hans Mueller
2010-06-18 15:02 ` Borislav Petkov
2010-06-18 22:50 ` Hans Mueller
1 sibling, 1 reply; 33+ messages in thread
From: Hans Mueller @ 2010-06-18 13:08 UTC (permalink / raw)
To: Borislav Petkov; +Cc: Andrew Morton, linux-ide
Hi,
a questions to you Boris:
On Fri, 18 Jun 2010 09:45:10 +0200
Borislav Petkov <bp@alien8.de> wrote:
> [...] and do catch the _complete_ output again.
Can you tell me how to do this? Can I make the kernel to wait until I connect
with firescope?
As far as I know, I can only connect if the kernel already loaded / initialized the firewire drivers,
when using firescope. Therefore I cannot 'connect' before the kernel started booting, can I?
Regards Jonas
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
2010-06-18 13:08 ` Hans Mueller
@ 2010-06-18 15:02 ` Borislav Petkov
0 siblings, 0 replies; 33+ messages in thread
From: Borislav Petkov @ 2010-06-18 15:02 UTC (permalink / raw)
To: Hans Mueller; +Cc: Andrew Morton, linux-ide
From: Hans Mueller <hans42mueller@googlemail.com>
Date: Fri, Jun 18, 2010 at 03:08:00PM +0200
> > [...] and do catch the _complete_ output again.
> Can you tell me how to do this? Can I make the kernel to wait until I
> connect with firescope? As far as I know, I can only connect if the
> kernel already loaded / initialized the firewire drivers, when using
> firescope. Therefore I cannot 'connect' before the kernel started
> booting, can I?
I haven't tried the firewire thing yet so I can't help you there. But
basically what I'm saying is simply try catching as much output as you
can and send me the whole thing you've caught - maybe that'll suffice.
Thanks.
--
Regards/Gruss,
Boris.
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
2010-06-18 7:45 ` Borislav Petkov
2010-06-18 13:08 ` Hans Mueller
@ 2010-06-18 22:50 ` Hans Mueller
2010-06-19 10:05 ` Borislav Petkov
1 sibling, 1 reply; 33+ messages in thread
From: Hans Mueller @ 2010-06-18 22:50 UTC (permalink / raw)
To: Borislav Petkov; +Cc: Andrew Morton, linux-ide
[-- Attachment #1: Type: text/plain, Size: 1054 bytes --]
Hi Boris,
I'm afraid I have to play the good answer, bad answer game ...
The good one:
The patch seems to solve the bug, no oops happen. (Tested copying
the file about 10 times). Good! :)
The bad one:
The system hang while shutting down. (happened several times)
The last message on the screen was: "Shutting down the Logical Volume
Manager"
The Kernel log is attached.
Regards Jonas
On Fri, 18 Jun 2010 09:45:10 +0200
Borislav Petkov <bp@alien8.de> wrote:
>
> Ok, here's another debug/fix patch which should fix your issue. It boots
> fine here but I can't hit your condition so please test it exactly
> the same as yesterday and do catch the _complete_ output again. By
> complete I mean not only the output from the ide-cd driver only but of
> the machine from the very first line after it restarts for it could
> contain valuable information there too.
>
> Thanks a lot for your effort, here's the patch (you should replace this
> one with the old patch, ask for help if you need any):
>
> --
> [...]
> --
> Regards/Gruss,
> Boris.
[-- Attachment #2: log5 --]
[-- Type: application/octet-stream, Size: 243322 bytes --]
<6>ata7: SATA max UDMA/133 abar m8192@0xf7efa000 port 0xf7efa100 irq 18
<6>ata8: SATA max UDMA/133 abar m8192@0xf7efa000 port 0xf7efa180 irq 18
<6>ata1: SATA link down (SStatus 0 SControl 300)
<6>ata7: SATA link down (SStatus 0 SControl 300)
<6>ata8: SATA link down (SStatus 0 SControl 300)
<6>ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
<6>ata2.00: ATAPI: TSSTcorpCD/DVDW SH-S183A, SB02, max UDMA/33, ATAPI AN
<6>ata2.00: applying bridge limits
<6>ata2.00: configured for UDMA/33
<5>scsi 1:0:0:0: CD-ROM TSSTcorp CD/DVDW SH-S183A SB02 PQ: 0 ANSI: 5
<4>sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
<7>sr 1:0:0:0: Attached scsi CD-ROM sr0
<6>ata3: SATA link down (SStatus 0 SControl 300)
<6>ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
<6>ata4.00: ATA-8: WDC WD1002FAEX-00Z3A0, 05.01D05, max UDMA/133
<6>ata4.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
<6>ata4.00: configured for UDMA/133
<5>scsi 3:0:0:0: Direct-Access ATA WDC WD1002FAEX-0 05.0 PQ: 0 ANSI: 5
<5>sd 3:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
<5>sd 3:0:0:0: [sda] Write Protect is off
<7>sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
<5>sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
<6> sda:: sda1 sda2 sda4 << sda55 sda66 sda7 >
<5>sd 3:0:0:0: [sda] Attached SCSI disk
<6>ata5: SATA link down (SStatus 0 SControl 300)
<6>ata6: SATA link down (SStatus 0 SControl 300)
<5>sr 1:0:0:0: Attached scsi generic sg0 type 5
<5>sd 3:0:0:0: Attached scsi generic sg1 type 0
<4>scsi: <fdomain> Detection failed (no card)
<4>GDT-HA: Storage RAID Controller Driver. Version: 3.05
<4>3ware Storage Controller device driver for Linux v1.26.02.002.
<4>3ware 9000 Storage Controller device driver for Linux v2.26.02.013.
<4>Compaq SMART2 Driver (v 2.6.0)
<6>HP CISS Driver (v 3.6.20)
<6>Adaptec aacraid driver 1.1-5[24702]-ms
<6>megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
<6>megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
<6>megasas: 00.00.04.17.1-rc1 Thu. Oct. 29, 11:41:51 PST 2009
<6>QLogic Fibre Channel HBA Driver: 8.03.02-k2
<4>Emulex LightPulse Fibre Channel SCSI driver 8.3.10
<4>Copyright(c) 2004-2009 Emulex. All rights reserved.
<5>aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
<6>usbcore: registered new interface driver usbfs
<6>usbcore: registered new interface driver hub
<6>usbcore: registered new device driver usb
<6>ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
<6>ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
<7>ehci_hcd 0000:00:1a.0: setting latency timer to 64
<6>ehci_hcd 0000:00:1a.0: EHCI Host Controller
<6>ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
<6>ehci_hcd 0000:00:1a.0: debug port 2
<7>ehci_hcd 0000:00:1a.0: cache line size of 32 is not supported
<6>ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf5ffe000
<6>ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
<6>usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
<6>usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>usb usb1: Product: EHCI Host Controller
<6>usb usb1: Manufacturer: Linux 2.6.34 ehci_hcd
<6>usb usb1: SerialNumber: 0000:00:1a.0
<6>hub 1-0:1.0: USB hub found
<6>hub 1-0:1.0: 2 ports detected
<6>ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
<7>ehci_hcd 0000:00:1d.0: setting latency timer to 64
<6>ehci_hcd 0000:00:1d.0: EHCI Host Controller
<6>ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
<6>ehci_hcd 0000:00:1d.0: debug port 2
<7>ehci_hcd 0000:00:1d.0: cache line size of 32 is not supported
<6>ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf5ffd000
<6>ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
<6>usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
<6>usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>usb usb2: Product: EHCI Host Controller
<6>usb usb2: Manufacturer: Linux 2.6.34 ehci_hcd
<6>usb usb2: SerialNumber: 0000:00:1d.0
<6>hub 2-0:1.0: USB hub found
<6>hub 2-0:1.0: 2 ports detected
<6>Initializing USB Mass Storage driver...
<6>usbcore: registered new interface driver usb-storage
<6>USB Mass Storage support registered.
<6>uhci_hcd: USB Universal Host Controller Interface driver
<6>ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
<6>usbcore: registered new interface driver hiddev
<6>usbcore: registered new interface driver usbhid
<6>usbhid: USB HID core driver
<6>sl811: driver sl811-hcd, 19 May 2005
<6>device-mapper: uevent: version 1.0.3
<6>device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: dm-devel@redhat.com
<6>usb 1-1: new high speed USB device using ehci_hcd and address 2
<6>md: raid0 personality registered for level 0
<6>md: raid1 personality registered for level 1
<6>usb 1-1: New USB device found, idVendor=8087, idProduct=0020
<6>usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
<6>hub 1-1:1.0: USB hub found
<6>hub 1-1:1.0: 6 ports detected
<6>usb 2-1: new high speed USB device using ehci_hcd and address 2
<4>raid6: int64x1 2846 MB/s
<6>usb 2-1: New USB device found, idVendor=8087, idProduct=0020
<6>usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
<6>hub 2-1:1.0: USB hub found
<6>hub 2-1:1.0: 8 ports detected
<4>raid6: int64x2 2771 MB/s
<4>raid6: int64x4 2383 MB/s
<6>usb 2-1.2: new full speed USB device using ehci_hcd and address 3
<4>raid6: int64x8 1846 MB/s
<6>usb 2-1.2: New USB device found, idVendor=0451, idProduct=2046
<6>usb 2-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
<6>hub 2-1.2:1.0: USB hub found
<6>hub 2-1.2:1.0: 4 ports detected
<4>raid6: sse2x1 6996 MB/s
<6>usb 2-1.2.1: new low speed USB device using ehci_hcd and address 4
<4>raid6: sse2x2 8198 MB/s
<6>usb 2-1.2.1: New USB device found, idVendor=045e, idProduct=00dd
<6>usb 2-1.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>usb 2-1.2.1: Product: Comfort Curve Keyboard 2000
<6>usb 2-1.2.1: Manufacturer: Microsoft
<6>input: Microsoft Comfort Curve Keyboard 2000 as /class/input/input0
<6>generic-usb 0003:045E:00DD.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Comfort Curve Keyboard 2000] on usb-0000:00:1d.0-1.2.1/input0
<6>input: Microsoft Comfort Curve Keyboard 2000 as /class/input/input1
<6>generic-usb 0003:045E:00DD.0002: input,hidraw1: USB HID v1.11 Device [Microsoft Comfort Curve Keyboard 2000] on usb-0000:00:1d.0-1.2.1/input1
<4>raid6: sse2x4 9483 MB/s
<4>raid6: using algorithm sse2x4 (9483 MB/s)
<6>async_tx: api initialized (async)
<6>xor: automatically using best checksumming function: generic_sse
<6>usb 2-1.2.2: new full speed USB device using ehci_hcd and address 5
<6> generic_sse: 10525.200 MB/sec
<6>xor: using function: generic_sse (10525.200 MB/sec)
<6>md: raid6 personality registered for level 6
<6>md: raid5 personality registered for level 5
<6>md: raid4 personality registered for level 4
<6>md: raid10 personality registered for level 10
<6>usb 2-1.2.2: New USB device found, idVendor=046d, idProduct=c51a
<6>usb 2-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>usb 2-1.2.2: Product: USB Receiver
<6>usb 2-1.2.2: Manufacturer: Logitech
<6>input: Logitech USB Receiver as /class/input/input2
<6>generic-usb 0003:046D:C51A.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.0-1.2.2/input0
<6>JFS: nTxBlock = 8192, nTxLock = 65536
<6>input: Logitech USB Receiver as /class/input/input3
<6>generic-usb 0003:046D:C51A.0004: input,hiddev96,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.0-1.2.2/input1
<6>fuse init (API version 7.13)
<6>Intel(R) PRO/1000 Network Driver - version 7.3.21-k5-NAPI
<6>Copyright (c) 1999-2006 Intel Corporation.
<6>usb 2-1.2.3: new low speed USB device using ehci_hcd and address 6
<6>usb 2-1.2.3: New USB device found, idVendor=06f2, idProduct=0011
<6>usb 2-1.2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>usb 2-1.2.3: Product: USB KVM Switch
<6>usb 2-1.2.3: Manufacturer: Justcom Technology
<6>input: Justcom Technology USB KVM Switch as /class/input/input4
<6>generic-usb 0003:06F2:0011.0005: input,hidraw4: USB HID v1.10 Keyboard [Justcom Technology USB KVM Switch] on usb-0000:00:1d.0-1.2.3/input0
<6>input: Justcom Technology USB KVM Switch as /class/input/input5
<6>generic-usb 0003:06F2:0011.0006: input,hidraw5: USB HID v1.10 Mouse [Justcom Technology USB KVM Switch] on usb-0000:00:1d.0-1.2.3/input1
<6>kjournald starting. Commit interval 5 seconds
<6>EXT3-fs (sda6): mounted filesystem with writeback data mode
<6>udev: starting version 149
<6><3>udev: missing sysfs features; please update the kernel or disable the kernel's CONFIG_SYSFS_DEPRECATED option; udev may fail to work correctly
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffffa00032d1>] ? ata_qc_complete_multiple+0xb1/0xb6 [libata]
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff8100894e>] ? mwait_idle+0x62/0x65
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffffa00032d1>] ? ata_qc_complete_multiple+0xb1/0xb6 [libata]
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff8100894e>] ? mwait_idle+0x62/0x65
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff81023380>] ? enqueue_task_fair+0xd4/0xf9
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff8100894e>] ? mwait_idle+0x62/0x65
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff81023380>] ? enqueue_task_fair+0xd4/0xf9
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff8100894e>] ? mwait_idle+0x62/0x65
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff8100894e>] ? mwait_idle+0x62/0x65
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff8100894e>] ? mwait_idle+0x62/0x65
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff8103b301>] ? __queue_work+0x27/0x38
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff8100894e>] ? mwait_idle+0x62/0x65
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff8103b301>] ? __queue_work+0x27/0x38
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff8100894e>] ? mwait_idle+0x62/0x65
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 11973, comm: input_id Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812afe7a>] ? scsi_io_completion+0x1f2/0x43f
<4> [<ffffffffa00032d1>] ? ata_qc_complete_multiple+0xb1/0xb6 [libata]
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81214677>] ? blk_done_softirq+0x63/0x70
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff81399d4b>] ? _raw_spin_lock+0xa/0x15
<4> [<ffffffff81093de2>] ? iget_locked+0x5c/0x143
<4> [<ffffffff810ccbe4>] ? sysfs_get_inode+0x12/0x13e
<4> [<ffffffff810cdc03>] ? sysfs_lookup+0x59/0xdf
<4> [<ffffffff81089e53>] ? do_lookup+0xf1/0x201
<4> [<ffffffff8108bd82>] ? link_path_walk+0x62f/0xa3c
<4> [<ffffffff8108c26d>] ? path_walk+0x49/0x9d
<4> [<ffffffff8108a2d4>] ? path_init+0x79/0x134
<4> [<ffffffff8108c359>] ? do_path_lookup+0x20/0x47
<4> [<ffffffff8108ccdb>] ? user_path_at+0x46/0x7f
<4> [<ffffffff8101add6>] ? do_page_fault+0x2a0/0x2d9
<4> [<ffffffff81073e04>] ? mmap_region+0x3af/0x4c4
<4> [<ffffffff8108591e>] ? vfs_fstatat+0x2e/0x5b
<4> [<ffffffff81085aad>] ? sys_newlstat+0x11/0x2d
<4> [<ffffffff8139a25f>] ? page_fault+0x1f/0x30
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 11973, comm: input_id Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812afe7a>] ? scsi_io_completion+0x1f2/0x43f
<4> [<ffffffffa00032d1>] ? ata_qc_complete_multiple+0xb1/0xb6 [libata]
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81214677>] ? blk_done_softirq+0x63/0x70
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff81399d4b>] ? _raw_spin_lock+0xa/0x15
<4> [<ffffffff81093de2>] ? iget_locked+0x5c/0x143
<4> [<ffffffff810ccbe4>] ? sysfs_get_inode+0x12/0x13e
<4> [<ffffffff810cdc03>] ? sysfs_lookup+0x59/0xdf
<4> [<ffffffff81089e53>] ? do_lookup+0xf1/0x201
<4> [<ffffffff8108bd82>] ? link_path_walk+0x62f/0xa3c
<4> [<ffffffff8108c26d>] ? path_walk+0x49/0x9d
<4> [<ffffffff8108a2d4>] ? path_init+0x79/0x134
<4> [<ffffffff8108c359>] ? do_path_lookup+0x20/0x47
<4> [<ffffffff8108ccdb>] ? user_path_at+0x46/0x7f
<4> [<ffffffff8101add6>] ? do_page_fault+0x2a0/0x2d9
<4> [<ffffffff81073e04>] ? mmap_region+0x3af/0x4c4
<4> [<ffffffff8108591e>] ? vfs_fstatat+0x2e/0x5b
<4> [<ffffffff81085aad>] ? sys_newlstat+0x11/0x2d
<4> [<ffffffff8139a25f>] ? page_fault+0x1f/0x30
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<0>cdrom_newpc_intr: completing rq ffff88011e361d20
<4>Pid: 11950, comm: udevd Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812afe7a>] ? scsi_io_completion+0x1f2/0x43f
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81214677>] ? blk_done_softirq+0x63/0x70
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff81398d2b>] ? __mutex_lock_slowpath+0x38/0x14d
<4> [<ffffffff81021284>] ? mutex_spin_on_owner+0x47/0x67
<4> [<ffffffff81398d2b>] ? __mutex_lock_slowpath+0x38/0x14d
<4> [<ffffffff81089ddb>] ? do_lookup+0x79/0x201
<4> [<ffffffff81398c53>] ? mutex_lock+0x12/0x28
<4> [<ffffffff810cdae4>] ? sysfs_dentry_revalidate+0x1a/0xe0
<4> [<ffffffff81089f06>] ? do_lookup+0x1a4/0x201
<4> [<ffffffff8108b962>] ? link_path_walk+0x20f/0xa3c
<4> [<ffffffff81096631>] ? mntput_no_expire+0x26/0xd9
<4> [<ffffffff8108c26d>] ? path_walk+0x49/0x9d
<4> [<ffffffff8108a2d4>] ? path_init+0x79/0x134
<4> [<ffffffff8108c359>] ? do_path_lookup+0x20/0x47
<4> [<ffffffff8108ccdb>] ? user_path_at+0x46/0x7f
<4> [<ffffffff81085aed>] ? sys_newstat+0x24/0x2d
<4> [<ffffffff8108587b>] ? sys_readlinkat+0x24/0x81
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<0>cdrom_newpc_intr: completing rq ffff88011e361d20
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812afe7a>] ? scsi_io_completion+0x1f2/0x43f
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81214677>] ? blk_done_softirq+0x63/0x70
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff8100894e>] ? mwait_idle+0x62/0x65
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff8103b301>] ? __queue_work+0x27/0x38
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff8100894e>] ? mwait_idle+0x62/0x65
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff8103b301>] ? __queue_work+0x27/0x38
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff8100894e>] ? mwait_idle+0x62/0x65
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
94e>] ? mwait_idle+0x62/0x65
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff8100894e>] ? mwait_idle+0x62/0x65
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<6>input: Power Button as /class/input/input6
<6>ACPI: Power Button [PWRB]
<6>input: Power Button as /class/input/input7
<6>ACPI: Power Button [PWRF]
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 12102, comm: modprobe Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812afe7a>] ? scsi_io_completion+0x1f2/0x43f
<4> [<ffffffffa00032d1>] ? ata_qc_complete_multiple+0xb1/0xb6 [libata]
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81214677>] ? blk_done_softirq+0x63/0x70
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff810988ef>] ? seq_read+0x0/0x339
<4> [<ffffffff81021291>] ? mutex_spin_on_owner+0x54/0x67
<4> [<ffffffff81398d2b>] ? __mutex_lock_slowpath+0x38/0x14d
<4> [<ffffffff8104bd74>] ? module_refcount+0x82/0x97
<4> [<ffffffff81398c53>] ? mutex_lock+0x12/0x28
<4> [<ffffffff8104b28c>] ? m_start+0x10/0x20
<4> [<ffffffff81098a28>] ? seq_read+0x139/0x339
<4> [<ffffffff810c1b18>] ? proc_reg_read+0x6f/0x88
<4> [<ffffffff810831ae>] ? vfs_read+0xa5/0x148
<4> [<ffffffff81083307>] ? sys_read+0x45/0x6e
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 12102, comm: modprobe Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812afe7a>] ? scsi_io_completion+0x1f2/0x43f
<4> [<ffffffffa00032d1>] ? ata_qc_complete_multiple+0xb1/0xb6 [libata]
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81214677>] ? blk_done_softirq+0x63/0x70
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff810988ef>] ? seq_read+0x0/0x339
<4> [<ffffffff81021291>] ? mutex_spin_on_owner+0x54/0x67
<4> [<ffffffff81398d2b>] ? __mutex_lock_slowpath+0x38/0x14d
<4> [<ffffffff8104bd74>] ? module_refcount+0x82/0x97
<4> [<ffffffff81398c53>] ? mutex_lock+0x12/0x28
<4> [<ffffffff8104b28c>] ? m_start+0x10/0x20
<4> [<ffffffff81098a28>] ? seq_read+0x139/0x339
<4> [<ffffffff810c1b18>] ? proc_reg_read+0x6f/0x88
<4> [<ffffffff810831ae>] ? vfs_read+0xa5/0x148
<4> [<ffffffff81083307>] ? sys_read+0x45/0x6e
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<0>cdrom_newpc_intr: completing rq ffff88011cf4b6a0
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812afe7a>] ? scsi_io_completion+0x1f2/0x43f
<4> [<ffffffffa00032d1>] ? ata_qc_complete_multiple+0xb1/0xb6 [libata]
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81214677>] ? blk_done_softirq+0x63/0x70
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff8100894e>] ? mwait_idle+0x62/0x65
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<7>Monitor-Mwait will be used to enter C-1 state
<7>Monitor-Mwait will be used to enter C-2 state
<7>Monitor-Mwait will be used to enter C-3 state
<6>Real Time Clock Driver v1.12b
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812afe7a>] ? scsi_io_completion+0x1f2/0x43f
<4> [<ffffffffa00032d1>] ? ata_qc_complete_multiple+0xb1/0xb6 [libata]
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81214677>] ? blk_done_softirq+0x63/0x70
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff8100894e>] ? mwait_idle+0x62/0x65
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812afe7a>] ? scsi_io_completion+0x1f2/0x43f
<4> [<ffffffffa00032d1>] ? ata_qc_complete_multiple+0xb1/0xb6 [libata]
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81214677>] ? blk_done_softirq+0x63/0x70
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff8100894e>] ? mwait_idle+0x62/0x65
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff81008
<6>r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
<6>r8169 0000:02:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
<7>r8169 0000:02:00.0: setting latency timer to 64
<6>r8169 0000:02:00.0: no MSI. Back to INTx.
<6>r8169 0000:02:00.0: eth0: RTL8168d/8111d at 0xffffc9000423c000, 90:e6:ba:07:4a:25, XID 083000c0 IRQ 19
<6>8139too: 8139too Fast Ethernet driver 0.9.28
<6>8139too 0000:07:02.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
<6>8139too 0000:07:02.0: eth1: RealTek RTL8139 at 0xffffc90000072c00, 00:30:84:3b:5f:b5, IRQ 17
<6>r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
<6>r8169 0000:07:04.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
<6>r8169 0000:07:04.0: (unregistered net_device): no PCI Express capability
<6>8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
<6>udev: renamed network interface eth1 to eth2
<6>r8169 0000:07:04.0: eth1: RTL8169sc/8110sc at 0xffffc9000006e800, 90:e6:ba:07:3b:b6, XID 18000000 IRQ 19
<6>HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
<7>HDA Intel 0000:00:1b.0: setting latency timer to 64
<6>HDA Intel 0000:01:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
<6>hda_intel: Disable MSI for Nvidia chipset
<7>HDA Intel 0000:01:00.1: setting latency timer to 64
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011ebb6320
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011ebb6320
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011ebb6320
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<6>EXT3-fs (sda6): using internal journal
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011d589a60
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011d589a60
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011d589a60
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011ea54a60
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011ea54a60
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011ea54a60
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e361aa0
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
rq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e361aa0
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e361aa0
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_i
<6>kjournald starting. Commit interval 5 seconds
<4>EXT3-fs (dm-0): warning: maximal mount count reached, running e2fsck is recommended
<6>EXT3-fs (dm-0): using internal journal
<6>EXT3-fs (dm-0): mounted filesystem with writeback data mode
<6>r8169 0000:02:00.0: eth0: link up
<6>r8169 0000:02:00.0: eth0: link up
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812afe7a>] ? scsi_io_completion+0x1f2/0x43f
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81214677>] ? blk_done_softirq+0x63/0x70
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812afe7a>] ? scsi_io_completion+0x1f2/0x43f
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81214677>] ? blk_done_softirq+0x63/0x70
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812afe7a>] ? scsi_io_completion+0x1f2/0x43f
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81214677>] ? blk_done_softirq+0x63/0x70
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812afe7a>] ? scsi_io_completion+0x1f2/0x43f
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81214677>] ? blk_done_softirq+0x63/0x70
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812afe7a>] ? scsi_io_completion+0x1f2/0x43f
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81214677>] ? blk_done_softirq+0x63/0x70
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff810f98fc>] ? ext3_mark_iloc_dirty+0x3c/0x352
<4> [<ffffffff810f9fba>] ? ext3_mark_inode_dirty+0x28/0x31
<4> [<ffffffff810fa0fa>] ? ext3_dirty_inode+0x63/0x7b
<4> [<ffffffff8109b1d0>] ? __mark_inode_dirty+0x25/0x149
<4> [<ffffffff810fcb0a>] ? ext3_writeback_write_end+0x68/0xd6
<4> [<ffffffff8105bb1b>] ? generic_file_buffered_write+0x16a/0x24c
<4> [<ffffffff8105d4f2>] ? __generic_file_aio_write+0x349/0x37e
<4> [<ffffffff8105d57c>] ? generic_file_aio_write+0x55/0x9f
<4> [<ffffffff810826e2>] ? do_sync_write+0xb1/0xea
<4> [<ffffffff8126c8bc>] ? tty_write+0x211/0x22d
<4> [<ffffffff81082f86>] ? vfs_write+0xa8/0x14c
<4> [<ffffffff810834af>] ? generic_file_llseek+0x4d/0x56
<4> [<ffffffff810830e0>] ? sys_write+0x45/0x6e
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812afe7a>] ? scsi_io_completion+0x1f2/0x43f
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81214677>] ? blk_done_softirq+0x63/0x70
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff810f98fc>] ? ext3_mark_iloc_dirty+0x3c/0x352
<4> [<ffffffff810f9fba>] ? ext3_mark_inode_dirty+0x28/0x31
<4> [<ffffffff810fa0fa>] ? ext3_dirty_inode+0x63/0x7b
<4> [<ffffffff8109b1d0>] ? __mark_inode_dirty+0x25/0x149
<4> [<ffffffff810fcb0a>] ? ext3_writeback_write_end+0x68/0xd6
<4> [<ffffffff8105bb1b>] ? generic_file_buffered_write+0x16a/0x24c
<4> [<ffffffff8105d4f2>] ? __generic_file_aio_write+0x349/0x37e
<4> [<ffffffff8105d57c>] ? generic_file_aio_write+0x55/0x9f
<4> [<ffffffff810826e2>] ? do_sync_write+0xb1/0xea
<4> [<ffffffff8126c8bc>] ? tty_write+0x211/0x22d
<4> [<ffffffff81082f86>] ? vfs_write+0xa8/0x14c
<4> [<ffffffff810834af>] ? generic_file_llseek+0x4d/0x56
<4> [<ffffffff810830e0>] ? sys_write+0x45/0x6e
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812afe7a>] ? scsi_io_completion+0x1f2/0x43f
<4> [<ffffffffa00032d1>] ? ata_qc_complete_multiple+0xb1/0xb6 [libata]
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81214677>] ? blk_done_softirq+0x63/0x70
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812afe7a>] ? scsi_io_completion+0x1f2/0x43f
<4> [<ffffffffa00032d1>] ? ata_qc_complete_multiple+0xb1/0xb6 [libata]
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81214677>] ? blk_done_softirq+0x63/0x70
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011ea546a0
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812afe7a>] ? scsi_io_completion+0x1f2/0x43f
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81214677>] ? blk_done_softirq+0x63/0x70
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3f45>] ? acpi_idle_enter_simple+0x153/0x17c [processor]
<4> [<ffffffffa04b3f3b>] ? acpi_idle_enter_simple+0x149/0x17c [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3f45>] ? acpi_idle_enter_simple+0x153/0x17c [processor]
<4> [<ffffffffa04b3f3b>] ? acpi_idle_enter_simple+0x149/0x17c [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3f45>] ? acpi_idle_enter_simple+0x153/0x17c [processor]
<4> [<ffffffffa04b3f3b>] ? acpi_idle_enter_simple+0x149/0x17c [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812afe7a>] ? scsi_io_completion+0x1f2/0x43f
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81214677>] ? blk_done_softirq+0x63/0x70
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812afe7a>] ? scsi_io_completion+0x1f2/0x43f
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81214677>] ? blk_done_softirq+0x63/0x70
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 14864, comm: hal-storage-cle Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812afe7a>] ? scsi_io_completion+0x1f2/0x43f
<4> [<ffffffffa00032d1>] ? ata_qc_complete_multiple+0xb1/0xb6 [libata]
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81214677>] ? blk_done_softirq+0x63/0x70
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff81063639>] ? lru_add_drain+0x3b/0x61
<4> [<ffffffff8106362e>] ? lru_add_drain+0x30/0x61
<4> [<ffffffff8107220f>] ? exit_mmap+0x52/0x136
<4> [<ffffffff8102aa0e>] ? mmput+0x20/0xbf
<4> [<ffffffff8102dfa4>] ? exit_mm+0xfa/0x105
<4> [<ffffffff81040b44>] ? hrtimer_try_to_cancel+0x62/0x6b
<4> [<ffffffff8102f65a>] ? do_exit+0x1d7/0x630
<4> [<ffffffff8102fb20>] ? do_group_exit+0x6d/0x94
<4> [<ffffffff8102fb59>] ? sys_exit_group+0x12/0x17
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 14864, comm: hal-storage-cle Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812afe7a>] ? scsi_io_completion+0x1f2/0x43f
<4> [<ffffffffa00032d1>] ? ata_qc_complete_multiple+0xb1/0xb6 [libata]
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81214677>] ? blk_done_softirq+0x63/0x70
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff81063639>] ? lru_add_drain+0x3b/0x61
<4> [<ffffffff8106362e>] ? lru_add_drain+0x30/0x61
<4> [<ffffffff8107220f>] ? exit_mmap+0x52/0x136
<4> [<ffffffff8102aa0e>] ? mmput+0x20/0xbf
<4> [<ffffffff8102dfa4>] ? exit_mm+0xfa/0x105
<4> [<ffffffff81040b44>] ? hrtimer_try_to_cancel+0x62/0x6b
<4> [<ffffffff8102f65a>] ? do_exit+0x1d7/0x630
<4> [<ffffffff8102fb20>] ? do_group_exit+0x6d/0x94
<4> [<ffffffff8102fb59>] ? sys_exit_group+0x12/0x17
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI>
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI>
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3f45>] ? acpi_idle_enter_simple+0x153/0x17c [processor]
<4> [<ffffffffa04b3f3b>] ? acpi_idle_enter_simple+0x149/0x17c [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3f45>] ? acpi_idle_enter_simple+0x153/0x17c [processor]
<4> [<ffffffffa04b3f3b>] ? acpi_idle_enter_simple+0x149/0x17c [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011ea546a0
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011ea546a0
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812afe7a>] ? scsi_io_completion+0x1f2/0x43f
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81214677>] ? blk_done_softirq+0x63/0x70
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3f45>] ? acpi_idle_enter_simple+0x153/0x17c [processor]
<4> [<ffffffffa04b3f3b>] ? acpi_idle_enter_simple+0x149/0x17c [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812afe7a>] ? scsi_io_completion+0x1f2/0x43f
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81214677>] ? blk_done_softirq+0x63/0x70
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3f45>] ? acpi_idle_enter_simple+0x153/0x17c [processor]
<4> [<ffffffffa04b3f3b>] ? acpi_idle_enter_simple+0x149/0x17c [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
04686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff81279ce2>] ? scrup+0xab/0xbe
<4> [<ffffffff81279cc8>] ? scrup+0x91/0xbe
<4> [<ffffffff81279df6>] ? lf+0x1c/0x43
<4> [<ffffffff8127c8c3>] ? do_con_write+0x83b/0x1b32
<4> [<ffffffff81279e48>] ? notify_update+0x2b/0x30
<4> [<ffffffff8127dbfe>] ? con_write+0xd/0x21
<4> [<ffffffff8126e456>] ? do_output_char+0x7e/0x190
<4> [<ffffffff8126e597>] ? process_output+0x2f/0x43
<4> [<ffffffff8126ef66>] ? n_tty_write+0x267/0x349
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff8126c848>] ? tty_write+0x19d/0x22d
<4> [<ffffffff8126ecff>] ? n_tty_write+0x0/0x349
<4> [<ffffffff81082f86>] ? vfs_write+0xa8/0x14c
<4> [<ffffffff810830e0>] ? sys_write+0x45/0x6e
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff81023380>] ? enqueue_task_fair+0xd4/0xf9
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> [<ffffffff81030f68>] ? __do_softirq+0x54/0x10c
<4> [<ffffffff81016157>] ? ack_apic_level+0x86/0x1dc
<4> [<ffffffff81002c4c>] ? call_softirq+0x1c/0x28
<4> [<ffffffff8100463d>] ? do_softirq+0x31/0x63
<4> [<ffffffff81003d49>] ? do_IRQ+0xa3/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff81023380>] ? enqueue_task_fair+0xd4/0xf9
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> [<ffffffff81030f68>] ? __do_softirq+0x54/0x10c
<4> [<ffffffff81016157>] ? ack_apic_level+0x86/0x1dc
<4> [<ffffffff81002c4c>] ? call_softirq+0x1c/0x28
<4> [<ffffffff8100463d>] ? do_softirq+0x31/0x63
<4> [<ffffffff81003d49>] ? do_IRQ+0xa3/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff81279ce2>] ? scrup+0xab/0xbe
<4> [<ffffffff81279cc8>] ? scrup+0x91/0xbe
<4> [<ffffffff81279df6>] ? lf+0x1c/0x43
<4> [<ffffffff8127c8c3>] ? do_con_write+0x83b/0x1b32
<4> [<ffffffff81279e48>] ? notify_update+0x2b/0x30
<4> [<ffffffff8127dbfe>] ? con_write+0xd/0x21
<4> [<ffffffff8126e456>] ? do_output_char+0x7e/0x190
<4> [<ffffffff8126e597>] ? process_output+0x2f/0x43
<4> [<ffffffff8126ef66>] ? n_tty_write+0x267/0x349
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff8126c848>] ? tty_write+0x19d/0x22d
<4> [<ffffffff8126ecff>] ? n_tty_write+0x0/0x349
<4> [<ffffffff81082f86>] ? vfs_write+0xa8/0x14c
<4> [<ffffffff810830e0>] ? sys_write+0x45/0x6e
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff810
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3f45>] ? acpi_idle_enter_simple+0x153/0x17c [processor]
<4> [<ffffffffa04b3f3b>] ? acpi_idle_enter_simple+0x149/0x17c [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3f45>] ? acpi_idle_enter_simple+0x153/0x17c [processor]
<4> [<ffffffffa04b3f3b>] ? acpi_idle_enter_simple+0x149/0x17c [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI>
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI>
<0>cdrom_newpc_intr: completing rq ffff88011ed4aa60
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011ed4aa60
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff8127899a>] ? conv_uni_to_pc+0x89/0x96
<4> [<ffffffff8127c4a1>] ? do_con_write+0x419/0x1b32
<4> [<ffffffff8102ce02>] ? release_console_sem+0x177/0x1a8
<4> [<ffffffff8127dbfe>] ? con_write+0xd/0x21
<4> [<ffffffff8126ef2d>] ? n_tty_write+0x22e/0x349
<4> [<ffffffff812718fa>] ? tty_ldisc_try+0x3c/0x43
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff8126c848>] ? tty_write+0x19d/0x22d
<4> [<ffffffff8126ecff>] ? n_tty_write+0x0/0x349
<4> [<ffffffff81082f86>] ? vfs_write+0xa8/0x14c
<4> [<ffffffff810830e0>] ? sys_write+0x45/0x6e
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff8127899a>] ? conv_uni_to_pc+0x89/0x96
<4> [<ffffffff8127c4a1>] ? do_con_write+0x419/0x1b32
<4> [<ffffffff8102ce02>] ? release_console_sem+0x177/0x1a8
<4> [<ffffffff8127dbfe>] ? con_write+0xd/0x21
<4> [<ffffffff8126ef2d>] ? n_tty_write+0x22e/0x349
<4> [<ffffffff812718fa>] ? tty_ldisc_try+0x3c/0x43
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff8126c848>] ? tty_write+0x19d/0x22d
<4> [<ffffffff8126ecff>] ? n_tty_write+0x0/0x349
<4> [<ffffffff81082f86>] ? vfs_write+0xa8/0x14c
<4> [<ffffffff810830e0>] ? sys_write+0x45/0x6e
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011ebb6460
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff8127c3c4>] ? do_con_write+0x33c/0x1b32
<4> [<ffffffff8127c3c4>] ? do_con_write+0x33c/0x1b32
<4> [<ffffffff8102ce02>] ? release_console_sem+0x177/0x1a8
<4> [<ffffffff8127dbfe>] ? con_write+0xd/0x21
<4> [<ffffffff8126ef2d>] ? n_tty_write+0x22e/0x349
<4> [<ffffffff812718fa>] ? tty_ldisc_try+0x3c/0x43
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff8126c848>] ? tty_write+0x19d/0x22d
<4> [<ffffffff8126ecff>] ? n_tty_write+0x0/0x349
<4> [<ffffffff81082f86>] ? vfs_write+0xa8/0x14c
<4> [<ffffffff810830e0>] ? sys_write+0x45/0x6e
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI>
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI>
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
om_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff8109b1b4>] ? __mark_inode_dirty+0x9/0x149
<4> [<ffffffff810fcb0a>] ? ext3_writeback_write_end+0x68/0xd6
<4> [<ffffffff8105bb1b>] ? generic_file_buffered_write+0x16a/0x24c
<4> [<ffffffff8105d4f2>] ? __generic_file_aio_write+0x349/0x37e
<4> [<ffffffff8105d57c>] ? generic_file_aio_write+0x55/0x9f
<4> [<ffffffff810826e2>] ? do_sync_write+0xb1/0xea
<4> [<ffffffff8126c8bc>] ? tty_write+0x211/0x22d
<4> [<ffffffff81082f86>] ? vfs_write+0xa8/0x14c
<4> [<ffffffff810834af>] ? generic_file_llseek+0x4d/0x56
<4> [<ffffffff810830e0>] ? sys_write+0x45/0x6e
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011ed4a7e0
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011ed4a7e0
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff8121dbc1>] ? radix_tree_preload+0x69/0x78
<4> [<ffffffff8105c746>] ? add_to_page_cache_locked+0x1d/0xaa
<4> [<ffffffff8105c7f7>] ? add_to_page_cache_lru+0x24/0x52
<4> [<ffffffff8105c89a>] ? grab_cache_page_write_begin+0x75/0xa3
<4> [<ffffffff81138d9e>] ? journal_stop+0x208/0x21a
<4> [<ffffffff810fcd1c>] ? ext3_write_begin+0x81/0x207
<4> [<ffffffff8105bab6>] ? generic_file_buffered_write+0x105/0x24c
<4> [<ffffffff8105d4f2>] ? __generic_file_aio_write+0x349/0x37e
<4> [<ffffffff8105d57c>] ? generic_file_aio_write+0x55/0x9f
<4> [<ffffffff810826e2>] ? do_sync_write+0xb1/0xea
<4> [<ffffffff8126c8bc>] ? tty_write+0x211/0x22d
<4> [<ffffffff81082f86>] ? vfs_write+0xa8/0x14c
<4> [<ffffffff810834af>] ? generic_file_llseek+0x4d/0x56
<4> [<ffffffff810830e0>] ? sys_write+0x45/0x6e
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff8121dbc1>] ? radix_tree_preload+0x69/0x78
<4> [<ffffffff8105c746>] ? add_to_page_cache_locked+0x1d/0xaa
<4> [<ffffffff8105c7f7>] ? add_to_page_cache_lru+0x24/0x52
<4> [<ffffffff8105c89a>] ? grab_cache_page_write_begin+0x75/0xa3
<4> [<ffffffff81138d9e>] ? journal_stop+0x208/0x21a
<4> [<ffffffff810fcd1c>] ? ext3_write_begin+0x81/0x207
<4> [<ffffffff8105bab6>] ? generic_file_buffered_write+0x105/0x24c
<4> [<ffffffff8105d4f2>] ? __generic_file_aio_write+0x349/0x37e
<4> [<ffffffff8105d57c>] ? generic_file_aio_write+0x55/0x9f
<4> [<ffffffff810826e2>] ? do_sync_write+0xb1/0xea
<4> [<ffffffff8126c8bc>] ? tty_write+0x211/0x22d
<4> [<ffffffff81082f86>] ? vfs_write+0xa8/0x14c
<4> [<ffffffff810834af>] ? generic_file_llseek+0x4d/0x56
<4> [<ffffffff810830e0>] ? sys_write+0x45/0x6e
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<0>cdrom_newpc_intr: completing rq ffff88011ed4a7e0
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI>
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI>
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff8109b1b4>] ? __mark_inode_dirty+0x9/0x149
<4> [<ffffffff810fcb0a>] ? ext3_writeback_write_end+0x68/0xd6
<4> [<ffffffff8105bb1b>] ? generic_file_buffered_write+0x16a/0x24c
<4> [<ffffffff8105d4f2>] ? __generic_file_aio_write+0x349/0x37e
<4> [<ffffffff8105d57c>] ? generic_file_aio_write+0x55/0x9f
<4> [<ffffffff810826e2>] ? do_sync_write+0xb1/0xea
<4> [<ffffffff8126c8bc>] ? tty_write+0x211/0x22d
<4> [<ffffffff81082f86>] ? vfs_write+0xa8/0x14c
<4> [<ffffffff810834af>] ? generic_file_llseek+0x4d/0x56
<4> [<ffffffff810830e0>] ? sys_write+0x45/0x6e
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<0>cdr
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff8108f1b0>] ? do_sys_poll+0x1e5/0x38b
<4> [<ffffffff8108f19f>] ? do_sys_poll+0x1d4/0x38b
<4> [<ffffffff8108ff03>] ? __pollwait+0x0/0xd0
<4> [<ffffffff8108ffd3>] ? pollwake+0x0/0x51
<4> [<ffffffff8108ffd3>] ? pollwake+0x0/0x51
<4> [<ffffffff8105bb9c>] ? generic_file_buffered_write+0x1eb/0x24c
<4> [<ffffffff81041302>] ? up+0xe/0x36
<4> [<ffffffff81279e48>] ? notify_update+0x2b/0x30
<4> [<ffffffff8127db8e>] ? do_con_write+0x1b06/0x1b32
<4> [<ffffffff81279e48>] ? notify_update+0x2b/0x30
<4> [<ffffffff81041302>] ? up+0xe/0x36
<4> [<ffffffff8102ce02>] ? release_console_sem+0x177/0x1a8
<4> [<ffffffff81041302>] ? up+0xe/0x36
<4> [<ffffffff8102ce02>] ? release_console_sem+0x177/0x1a8
<4> [<ffffffff8126c8bc>] ? tty_write+0x211/0x22d
<4> [<ffffffff81043db1>] ? ktime_get_ts+0x66/0xab
<4> [<ffffffff8108f4d5>] ? sys_poll+0x45/0xaf
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff8108f1b0>] ? do_sys_poll+0x1e5/0x38b
<4> [<ffffffff8108f19f>] ? do_sys_poll+0x1d4/0x38b
<4> [<ffffffff8108ff03>] ? __pollwait+0x0/0xd0
<4> [<ffffffff8108ffd3>] ? pollwake+0x0/0x51
<4> [<ffffffff8108ffd3>] ? pollwake+0x0/0x51
<4> [<ffffffff8105bb9c>] ? generic_file_buffered_write+0x1eb/0x24c
<4> [<ffffffff81041302>] ? up+0xe/0x36
<4> [<ffffffff81279e48>] ? notify_update+0x2b/0x30
<4> [<ffffffff8127db8e>] ? do_con_write+0x1b06/0x1b32
<4> [<ffffffff81279e48>] ? notify_update+0x2b/0x30
<4> [<ffffffff81041302>] ? up+0xe/0x36
<4> [<ffffffff8102ce02>] ? release_console_sem+0x177/0x1a8
<4> [<ffffffff81041302>] ? up+0xe/0x36
<4> [<ffffffff8102ce02>] ? release_console_sem+0x177/0x1a8
<4> [<ffffffff8126c8bc>] ? tty_write+0x211/0x22d
<4> [<ffffffff81043db1>] ? ktime_get_ts+0x66/0xab
<4> [<ffffffff8108f4d5>] ? sys_poll+0x45/0xaf
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011eb17e20
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011eb17e20
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<6>NET: Registered protocol family 10
<6>lo: Disabled Privacy Extensions
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff8104146e>] ? notifier_call_chain+0xe/0x5b
<4> [<ffffffff8127c3c4>] ? do_con_write+0x33c/0x1b32
<4> [<ffffffff8102ce02>] ? release_console_sem+0x177/0x1a8
<4> [<ffffffff8127dbfe>] ? con_write+0xd/0x21
<4> [<ffffffff8126ef2d>] ? n_tty_write+0x22e/0x349
<4> [<ffffffff812718fa>] ? tty_ldisc_try+0x3c/0x43
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff8126c848>] ? tty_write+0x19d/0x22d
<4> [<ffffffff8126ecff>] ? n_tty_write+0x0/0x349
<4> [<ffffffff81082f86>] ? vfs_write+0xa8/0x14c
<4> [<ffffffff810830e0>] ? sys_write+0x45/0x6e
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff8104146e>] ? notifier_call_chain+0xe/0x5b
<4> [<ffffffff8127c3c4>] ? do_con_write+0x33c/0x1b32
<4> [<ffffffff8102ce02>] ? release_console_sem+0x177/0x1a8
<4> [<ffffffff8127dbfe>] ? con_write+0xd/0x21
<4> [<ffffffff8126ef2d>] ? n_tty_write+0x22e/0x349
<4> [<ffffffff812718fa>] ? tty_ldisc_try+0x3c/0x43
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff8126c848>] ? tty_write+0x19d/0x22d
<4> [<ffffffff8126ecff>] ? n_tty_write+0x0/0x349
<4> [<ffffffff81082f86>] ? vfs_write+0xa8/0x14c
<4> [<ffffffff810830e0>] ? sys_write+0x45/0x6e
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011eb171a0
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011eb171a0
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<7>eth0: no IPv6 routers present
handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ?
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3f45>] ? acpi_idle_enter_simple+0x153/0x17c [processor]
<4> [<ffffffffa04b3f3b>] ? acpi_idle_enter_simple+0x149/0x17c [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3f45>] ? acpi_idle_enter_simple+0x153/0x17c [processor]
<4> [<ffffffffa04b3f3b>] ? acpi_idle_enter_simple+0x149/0x17c [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI>
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI>
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3b0f>] ? acpi_idle_enter_c1+0xda/0xf3 [processor]
<4> [<ffffffffa04b3aee>] ? acpi_idle_enter_c1+0xb9/0xf3 [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3b0f>] ? acpi_idle_enter_c1+0xda/0xf3 [processor]
<4> [<ffffffffa04b3aee>] ? acpi_idle_enter_c1+0xb9/0xf3 [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e15b6a0
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> [<ffffffff81226e41>] ? swiotlb_bounce+0x2e/0x31
<4> [<ffffffffa04c36e1>] ? rtl8169_rx_interrupt+0x253/0x4c3 [r8169]
<4> [<ffffffffa04c635a>] ? rtl8169_poll+0x31/0x164 [r8169]
<4> [<ffffffff812a766f>] ? cdrom_newpc_intr+0x57d/0x7e0
<4> [<ffffffff8131b44b>] ? net_rx_action+0x64/0x12c
<4> [<ffffffff81030f9c>] ? __do_softirq+0x88/0x10c
<4> [<ffffffff81016157>] ? ack_apic_level+0x86/0x1dc
<4> [<ffffffff81002c4c>] ? call_softirq+0x1c/0x28
<4> [<ffffffff8100463d>] ? do_softirq+0x31/0x63
<4> [<ffffffff81003d49>] ? do_IRQ+0xa3/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff810aa035>] ? inotify_dentry_parent_queue_event+0x7e/0x81
<4> [<ffffffff81082ffc>] ? vfs_write+0x11e/0x14c
<4> [<ffffffff810830e0>] ? sys_write+0x45/0x6e
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<0>cdrom_newpc_intr: completing rq ffff88011e15b6a0
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI>
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> [<ffffffff81226e41>] ? swiotlb_bounce+0x2e/0x31
<4> [<ffffffffa04c36e1>] ? rtl8169_rx_interrupt+0x253/0x4c3 [r8169]
<4> [<ffffffffa04c635a>] ? rtl8169_poll+0x31/0x164 [r8169]
<4> [<ffffffff812a766f>] ? cdrom_newpc_intr+0x57d/0x7e0
<4> [<ffffffff8131b44b>] ? net_rx_action+0x64/0x12c
<4> [<ffffffff81030f9c>] ? __do_softirq+0x88/0x10c
<4> [<ffffffff81016157>] ? ack_apic_level+0x86/0x1dc
<4> [<ffffffff81002c4c>] ? call_softirq+0x1c/0x28
<4> [<ffffffff8100463d>] ? do_softirq+0x31/0x63
<4> [<ffffffff81003d49>] ? do_IRQ+0xa3/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3f45>] ? acpi_idle_enter_simple+0x153/0x17c [processor]
<4> [<ffffffffa04b3f3b>] ? acpi_idle_enter_simple+0x149/0x17c [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> [<ffffffff81226e41>] ? swiotlb_bounce+0x2e/0x31
<4> [<ffffffffa04c36e1>] ? rtl8169_rx_interrupt+0x253/0x4c3 [r8169]
<4> [<ffffffffa04c635a>] ? rtl8169_poll+0x31/0x164 [r8169]
<4> [<ffffffff812a766f>] ? cdrom_newpc_intr+0x57d/0x7e0
<4> [<ffffffff8131b44b>] ? net_rx_action+0x64/0x12c
<4> [<ffffffff81030f9c>] ? __do_softirq+0x88/0x10c
<4> [<ffffffff81016157>] ? ack_apic_level+0x86/0x1dc
<4> [<ffffffff81002c4c>] ? call_softirq+0x1c/0x28
<4> [<ffffffff8100463d>] ? do_softirq+0x31/0x63
<4> [<ffffffff81003d49>] ? do_IRQ+0xa3/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3f45>] ? acpi_idle_enter_simple+0x153/0x17c [processor]
<4> [<ffffffffa04b3f3b>] ? acpi_idle_enter_simple+0x149/0x17c [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3f45>] ? acpi_idle_enter_simple+0x153/0x17c [processor]
<4> [<ffffffffa04b3f3b>] ? acpi_idle_enter_simple+0x149/0x17c [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3f45>] ? acpi_idle_enter_simple+0x153/0x17c [processor]
<4> [<ffffffffa04b3f3b>] ? acpi_idle_enter_simple+0x149/0x17c [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011ebb6d20
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> [<ffffffff81226e41>] ? swiotlb_bounce+0x2e/0x31
<4> [<ffffffffa04c36e1>] ? rtl8169_rx_interrupt+0x253/0x4c3 [r8169]
<4> [<ffffffffa04c635a>] ? rtl8169_poll+0x31/0x164 [r8169]
<4> [<ffffffff812a766f>] ? cdrom_newpc_intr+0x57d/0x7e0
<4> [<ffffffff8131b44b>] ? net_rx_action+0x64/0x12c
<4> [<ffffffff81030f9c>] ? __do_softirq+0x88/0x10c
<4> [<ffffffff81016157>] ? ack_apic_level+0x86/0x1dc
<4> [<ffffffff81002c4c>] ? call_softirq+0x1c/0x28
<4> [<ffffffff8100463d>] ? do_softirq+0x31/0x63
<4> [<ffffffff81003d49>] ? do_IRQ+0xa3/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff81139203>] ? do_get_write_access+0x30/0x3cc
<4> [<ffffffff81139558>] ? do_get_write_access+0x385/0x3cc
<4> [<ffffffff810a0099>] ? __find_get_block+0x149/0x159
<4> [<ffffffff81040b44>] ? hrtimer_try_to_cancel+0x62/0x6b
<4> [<ffffffff810a00c5>] ? __getblk+0x1c/0x29a
<4> [<ffffffff811395c0>] ? journal_get_write_access+0x21/0x38
<4> [<ffffffff810f9d40>] ? __ext3_get_inode_loc+0xed/0x2a6
<4> [<ffffffff81106895>] ? __ext3_journal_get_write_access+0x1c/0x49
<4> [<ffffffff810f9f4a>] ? ext3_reserve_inode_write+0x39/0x81
<4> [<ffffffff810a18e1>] ? block_write_begin+0x79/0xcd
<4> [<ffffffff810f9fa8>] ? ext3_mark_inode_dirty+0x16/0x31
<4> [<ffffffff810fa0fa>] ? ext3_dirty_inode+0x63/0x7b
<4> [<ffffffff8109b1d0>] ? __mark_inode_dirty+0x25/0x149
<4> [<ffffffff810fcb0a>] ? ext3_writeback_write_end+0x68/0xd6
<4> [<ffffffff8105bb1b>] ? generic_file_buffered_write+0x16a/0x24c
<4> [<ffffffff8105d4f2>] ? __generic_file_aio_write+0x349/0x37e
<4> [<ffffffff8105d57c>] ? generic_file_aio_write+0x55/0x9f
<4> [<ffffffff810826e2>] ? do_sync_write+0xb1/0xea
<4> [<ffffffff8126c8bc>] ? tty_write+0x211/0x22d
<4> [<ffffffff81082f86>] ? vfs_write+0xa8/0x14c
<4> [<ffffffff810834af>] ? generic_file_llseek+0x4d/0x56
<4> [<ffffffff810830e0>] ? sys_write+0x45/0x6e
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<0>cdrom_newpc_intr: completing rq ffff88011ebb6d20
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff810624e9>] ? balance_dirty_pages_ratelimited_nr+0xf/0x5f
<4> [<ffffffff8105bb9c>] ? generic_file_buffered_write+0x1eb/0x24c
<4> [<ffffffff8105d4f2>] ? __generic_file_aio_write+0x349/0x37e
<4> [<ffffffff8105d57c>] ? generic_file_aio_write+0x55/0x9f
<4> [<ffffffff810826e2>] ? do_sync_write+0xb1/0xea
<4> [<ffffffff8126c8bc>] ? tty_write+0x211/0x22d
<4> [<ffffffff81082f86>] ? vfs_write+0xa8/0x14c
<4> [<ffffffff810834af>] ? generic_file_llseek+0x4d/0x56
<4> [<ffffffff810830e0>] ? sys_write+0x45/0x6e
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3f45>] ? acpi_idle_enter_simple+0x153/0x17c [processor]
<4> [<ffffffffa04b3f3b>] ? acpi_idle_enter_simple+0x149/0x17c [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3f45>] ? acpi_idle_enter_simple+0x153/0x17c [processor]
<4> [<ffffffffa04b3f3b>] ? acpi_idle_enter_simple+0x149/0x17c [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI>
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI>
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011ced20a0
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011ced20a0
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> [<ffffffff81226f9b>] ? swiotlb_sync_single_for_device+0x0/0x11
<4> [<ffffffffa04c374c>] ? rtl8169_rx_interrupt+0x2be/0x4c3 [r8169]
<4> [<ffffffffa04c635a>] ? rtl8169_poll+0x31/0x164 [r8169]
<4> [<ffffffff812a766f>] ? cdrom_newpc_intr+0x57d/0x7e0
<4> [<ffffffff8131b44b>] ? net_rx_action+0x64/0x12c
<4> [<ffffffff81030f9c>] ? __do_softirq+0x88/0x10c
<4> [<ffffffff81016157>] ? ack_apic_level+0x86/0x1dc
<4> [<ffffffff81002c4c>] ? call_softirq+0x1c/0x28
<4> [<ffffffff8100463d>] ? do_softirq+0x31/0x63
<4> [<ffffffff81003d49>] ? do_IRQ+0xa3/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI>
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> [<ffffffff81226f9b>] ? swiotlb_sync_single_for_device+0x0/0x11
<4> [<ffffffffa04c374c>] ? rtl8169_rx_interrupt+0x2be/0x4c3 [r8169]
<4> [<ffffffffa04c635a>] ? rtl8169_poll+0x31/0x164 [r8169]
<4> [<ffffffff812a766f>] ? cdrom_newpc_intr+0x57d/0x7e0
<4> [<ffffffff8131b44b>] ? net_rx_action+0x64/0x12c
<4> [<ffffffff81030f9c>] ? __do_softirq+0x88/0x10c
<4> [<ffffffff81016157>] ? ack_apic_level+0x86/0x1dc
<4> [<ffffffff81002c4c>] ? call_softirq+0x1c/0x28
<4> [<ffffffff8100463d>] ? do_softirq+0x31/0x63
<4> [<ffffffff81003d49>] ? do_IRQ+0xa3/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI>
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e439a60
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e439a60
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff81278977>] ? conv_uni_to_pc+0x66/0x96
<4> [<ffffffff8127c4a1>] ? do_con_write+0x419/0x1b32
<4> [<ffffffff8102ce02>] ? release_console_sem+0x177/0x1a8
<4> [<ffffffff8127dbfe>] ? con_write+0xd/0x21
<4> [<ffffffff8126ef2d>] ? n_tty_write+0x22e/0x349
<4> [<ffffffff812718fa>] ? tty_ldisc_try+0x3c/0x43
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff8126c848>] ? tty_write+0x19d/0x22d
<4> [<ffffffff8126ecff>] ? n_tty_write+0x0/0x349
<4> [<ffffffff81082f86>] ? vfs_write+0xa8/0x14c
<4> [<ffffffff810830e0>] ? sys_write+0x45/0x6e
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 14663, comm: syslog-ng Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffff81278977>] ? conv_uni_to_pc+0x66/0x96
<4> [<ffffffff8127c4a1>] ? do_con_write+0x419/0x1b32
<4> [<ffffffff8102ce02>] ? release_console_sem+0x177/0x1a8
<4> [<ffffffff8127dbfe>] ? con_write+0xd/0x21
<4> [<ffffffff8126ef2d>] ? n_tty_write+0x22e/0x349
<4> [<ffffffff812718fa>] ? tty_ldisc_try+0x3c/0x43
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff8126c848>] ? tty_write+0x19d/0x22d
<4> [<ffffffff8126ecff>] ? n_tty_write+0x0/0x349
<4> [<ffffffff81082f86>] ? vfs_write+0xa8/0x14c
<4> [<ffffffff810830e0>] ? sys_write+0x45/0x6e
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff8105474a>] ? rcu_process_callbacks+0x45/0x4b
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff8800ca847960
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff8800ca847960
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: complete failed rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff812a7780>] ? cdrom_newpc_intr+0x68e/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: completing rq ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a7889>] ? cdrom_newpc_intr+0x797/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>cdrom_newpc_intr: bad status with a sense rq: ffff88011e14a680
<4>Pid: 0, comm: swapper Not tainted 2.6.34 #8
<4>Call Trace:
<4> <IRQ> [<ffffffff81294c49>] ? ide_end_rq+0x1a/0x56
<4> [<ffffffff81294caf>] ? ide_complete_rq+0x2a/0x3b
<4> [<ffffffff812a77fc>] ? cdrom_newpc_intr+0x70a/0x7e0
<4> [<ffffffff812a70f2>] ? cdrom_newpc_intr+0x0/0x7e0
<4> [<ffffffff81294893>] ? ide_intr+0x172/0x219
<4> [<ffffffff81051275>] ? handle_IRQ_event+0x25/0x9c
<4> [<ffffffff81052b22>] ? handle_fasteoi_irq+0x80/0xb5
<4> [<ffffffff81004686>] ? handle_irq+0x17/0x1d
<4> [<ffffffff81003cfa>] ? do_IRQ+0x54/0xb9
<4> [<ffffffff8139a053>] ? ret_from_intr+0x0/0xa
<4> <EOI> [<ffffffffa04b3dc9>] ? acpi_idle_enter_bm+0x2a1/0x2ca [processor]
<4> [<ffffffffa04b3dbf>] ? acpi_idle_enter_bm+0x297/0x2ca [processor]
<4> [<ffffffff812fd6f4>] ? cpuidle_idle_call+0x89/0xc1
<4> [<ffffffff8100117a>] ? cpu_idle+0x45/0x7a
<4> [<ffffffff816d2c6f>] ? start_kernel+0x357/0x362
<4> [<ffffffff816d2381>] ? x86_64_start_kernel+0xe5/0xe9
<0>ide_cd_error_cmd completes rq: ffff88011e14a680
<3>INFO: task hald-addon-stor:14875 blocked for more than 120 seconds.
<3>"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
<6>hald-addon-st D 00000000ffffda88 0 14875 14852 0x00000000
<4> ffff88011b4ad330 0000000000000082 0000000000000000 ffffffff81677020
<4> 0000000000011a00 0000000000011a00 0000000000004000 ffff88011ebabfd8
<4> ffff88011b4ad330 ffff88011ebabfd8 ffff88011e14a800 ffff88011e181270
<4>Call Trace:
<4> [<ffffffff813988a6>] ? schedule_timeout+0x1f/0x188
<4> [<ffffffff81035376>] ? lock_timer_base+0x25/0x49
<4> [<ffffffff8139a04e>] ? common_interrupt+0xe/0x13
<4> [<ffffffff81035826>] ? del_timer+0x72/0x7b
<4> [<ffffffff8139807f>] ? wait_for_common+0xc5/0x13b
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff81213c9c>] ? blk_execute_rq+0x81/0x99
<4> [<ffffffff81210d86>] ? get_request_wait+0x21/0x136
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff812a7c28>] ? ide_cd_queue_pc+0xdf/0x179
<4> [<ffffffff8120fa0c>] ? __freed_request+0x26/0xf2
<4> [<ffffffff8120fafb>] ? freed_request+0x23/0x41
<4> [<ffffffff812a7ea3>] ? cdrom_check_status+0x4f/0x54
<4> [<ffffffff812a7f1b>] ? ide_cd_read_toc+0x73/0x36d
<4> [<ffffffff8108ef8f>] ? poll_freewait+0x22/0x5e
<4> [<ffffffff8108f2ee>] ? do_sys_poll+0x323/0x38b
<4> [<ffffffff812a87f0>] ? idecd_revalidate_disk+0x17/0x1f
<4> [<ffffffff810a46cc>] ? flush_disk+0xd/0x79
<4> [<ffffffff812d7ee1>] ? media_changed+0x43/0x74
<4> [<ffffffff810a477d>] ? check_disk_change+0x45/0x53
<4> [<ffffffff812dae68>] ? cdrom_open+0x3fd/0x458
<4> [<ffffffff8121b63f>] ? kobject_get+0x12/0x17
<4> [<ffffffff81215a88>] ? get_disk+0x32/0x53
<4> [<ffffffff81215ab5>] ? exact_lock+0xc/0x15
<4> [<ffffffff8121b63f>] ? kobject_get+0x12/0x17
<4> [<ffffffff8128b6a3>] ? get_device+0x14/0x1b
<4> [<ffffffff812a6ed5>] ? idecd_open+0x77/0x96
<4> [<ffffffff8121b63f>] ? kobject_get+0x12/0x17
<4> [<ffffffff810a543a>] ? __blkdev_get+0xaf/0x352
<4> [<ffffffff810a56e9>] ? blkdev_open+0x0/0x96
<4> [<ffffffff810a5750>] ? blkdev_open+0x67/0x96
<4> [<ffffffff810813d0>] ? __dentry_open+0x114/0x22e
<4> [<ffffffff8108b498>] ? do_last+0x47e/0x5ac
<4> [<ffffffff8108cff8>] ? do_filp_open+0x1b2/0x577
<4> [<ffffffff8107e717>] ? cache_alloc_refill+0x86/0x4bb
<4> [<ffffffff810811d5>] ? do_sys_open+0x56/0x100
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
meout+0x1f/0x188
<4> [<ffffffff81035376>] ? lock_timer_base+0x25/0x49
<4> [<ffffffff8139a04e>] ? common_interrupt+0xe/0x13
<4> [<ffffffff81035826>] ? del_timer+0x72/0x7b
<4> [<ffffffff8139807f>] ? wait_for_common+0xc5/0x13b
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff81213c9c>] ? blk_execute_rq+0x81/0x99
<4> [<ffffffff81210d86>] ? get_request_wait+0x21/0x136
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff812a7c28>] ? ide_cd_queue_pc+0xdf/0x179
<4> [<ffffffff8120fa0c>] ? __freed_request+0x26/0xf2
<4> [<ffffffff8120fafb>] ? freed_request+0x23/0x41
<4> [<ffffffff812a7ea3>] ? cdrom_check_status+0x4f/0x54
<4> [<ffffffff812a7f1b>] ? ide_cd_read_toc+0x73/0x36d
<4> [<ffffffff8108ef8f>] ? poll_freewait+0x22/0x5e
<4> [<ffffffff8108f2ee>] ? do_sys_poll+0x323/0x38b
<4> [<ffffffff812a87f0>] ? idecd_revalidate_disk+0x17/0x1f
<4> [<ffffffff810a46cc>] ? flush_disk+0xd/0x79
<4> [<ffffffff812d7ee1>] ? media_changed+0x43/0x74
<4> [<ffffffff810a477d>] ? check_disk_change+0x45/0x53
<4> [<ffffffff812dae68>] ? cdrom_open+0x3fd/0x458
<4> [<ffffffff8121b63f>] ? kobject_get+0x12/0x17
<4> [<ffffffff81215a88>] ? get_disk+0x32/0x53
<4> [<ffffffff81215ab5>] ? exact_lock+0xc/0x15
<4> [<ffffffff8121b63f>] ? kobject_get+0x12/0x17
<4> [<ffffffff8128b6a3>] ? get_device+0x14/0x1b
<4> [<ffffffff812a6ed5>] ? idecd_open+0x77/0x96
<4> [<ffffffff8121b63f>] ? kobject_get+0x12/0x17
<4> [<ffffffff810a543a>] ? __blkdev_get+0xaf/0x352
<4> [<ffffffff810a56e9>] ? blkdev_open+0x0/0x96
<4> [<ffffffff810a5750>] ? blkdev_open+0x67/0x96
<4> [<ffffffff810813d0>] ? __dentry_open+0x114/0x22e
<4> [<ffffffff8108b498>] ? do_last+0x47e/0x5ac
<4> [<ffffffff8108cff8>] ? do_filp_open+0x1b2/0x577
<4> [<ffffffff8107e717>] ? cache_alloc_refill+0x86/0x4bb
<4> [<ffffffff810811d5>] ? do_sys_open+0x56/0x100
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<3>INFO: task hald-addon-stor:14875 blocked for more than 120 seconds.
<3>"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
<6>hald-addon-st D 00000000ffffda88 0 14875 14852 0x00000000
<4> ffff88011b4ad330 0000000000000082 0000000000000000 ffffffff81677020
<4> 0000000000011a00 0000000000011a00 0000000000004000 ffff88011ebabfd8
<4> ffff88011b4ad330 ffff88011ebabfd8 ffff88011e14a800 ffff88011e181270
<4>Call Trace:
<4> [<ffffffff813988a6>] ? schedule_ti
<3>INFO: task hald-addon-stor:14875 blocked for more than 120 seconds.
<3>"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
<6>hald-addon-st D 00000000ffffda88 0 14875 14852 0x00000000
<4> ffff88011b4ad330 0000000000000082 0000000000000000 ffffffff81677020
<4> 0000000000011a00 0000000000011a00 0000000000004000 ffff88011ebabfd8
<4> ffff88011b4ad330 ffff88011ebabfd8 ffff88011e14a800 ffff88011e181270
<4>Call Trace:
<4> [<ffffffff813988a6>] ? schedule_timeout+0x1f/0x188
<4> [<ffffffff81035376>] ? lock_timer_base+0x25/0x49
<4> [<ffffffff8139a04e>] ? common_interrupt+0xe/0x13
<4> [<ffffffff81035826>] ? del_timer+0x72/0x7b
<4> [<ffffffff8139807f>] ? wait_for_common+0xc5/0x13b
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff81213c9c>] ? blk_execute_rq+0x81/0x99
<4> [<ffffffff81210d86>] ? get_request_wait+0x21/0x136
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff812a7c28>] ? ide_cd_queue_pc+0xdf/0x179
<4> [<ffffffff8120fa0c>] ? __freed_request+0x26/0xf2
<4> [<ffffffff8120fafb>] ? freed_request+0x23/0x41
<4> [<ffffffff812a7ea3>] ? cdrom_check_status+0x4f/0x54
<4> [<ffffffff812a7f1b>] ? ide_cd_read_toc+0x73/0x36d
<4> [<ffffffff8108ef8f>] ? poll_freewait+0x22/0x5e
<4> [<ffffffff8108f2ee>] ? do_sys_poll+0x323/0x38b
<4> [<ffffffff812a87f0>] ? idecd_revalidate_disk+0x17/0x1f
<4> [<ffffffff810a46cc>] ? flush_disk+0xd/0x79
<4> [<ffffffff812d7ee1>] ? media_changed+0x43/0x74
<4> [<ffffffff810a477d>] ? check_disk_change+0x45/0x53
<4> [<ffffffff812dae68>] ? cdrom_open+0x3fd/0x458
<4> [<ffffffff8121b63f>] ? kobject_get+0x12/0x17
<4> [<ffffffff81215a88>] ? get_disk+0x32/0x53
<4> [<ffffffff81215ab5>] ? exact_lock+0xc/0x15
<4> [<ffffffff8121b63f>] ? kobject_get+0x12/0x17
<4> [<ffffffff8128b6a3>] ? get_device+0x14/0x1b
<4> [<ffffffff812a6ed5>] ? idecd_open+0x77/0x96
<4> [<ffffffff8121b63f>] ? kobject_get+0x12/0x17
<4> [<ffffffff810a543a>] ? __blkdev_get+0xaf/0x352
<4> [<ffffffff810a56e9>] ? blkdev_open+0x0/0x96
<4> [<ffffffff810a5750>] ? blkdev_open+0x67/0x96
<4> [<ffffffff810813d0>] ? __dentry_open+0x114/0x22e
<4> [<ffffffff8108b498>] ? do_last+0x47e/0x5ac
<4> [<ffffffff8108cff8>] ? do_filp_open+0x1b2/0x577
<4> [<ffffffff8107e717>] ? cache_alloc_refill+0x86/0x4bb
<4> [<ffffffff810811d5>] ? do_sys_open+0x56/0x100
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<3>INFO: task hald-addon-stor:14875 blocked for more than 120 seconds.
<3>"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
<6>hald-addon-st D 00000000ffffda88 0 14875 14852 0x00000000
<4> ffff88011b4ad330 0000000000000082 0000000000000000 ffffffff81677020
<4> 0000000000011a00 0000000000011a00 0000000000004000 ffff88011ebabfd8
<4> ffff88011b4ad330 ffff88011ebabfd8 ffff88011e14a800 ffff88011e181270
<4>Call Trace:
<4> [<ffffffff813988a6>] ? schedule_timeout+0x1f/0x188
<4> [<ffffffff81035376>] ? lock_timer_base+0x25/0x49
<4> [<ffffffff8139a04e>] ? common_interrupt+0xe/0x13
<4> [<ffffffff81035826>] ? del_timer+0x72/0x7b
<4> [<ffffffff8139807f>] ? wait_for_common+0xc5/0x13b
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff81213c9c>] ? blk_execute_rq+0x81/0x99
<4> [<ffffffff81210d86>] ? get_request_wait+0x21/0x136
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff812a7c28>] ? ide_cd_queue_pc+0xdf/0x179
<4> [<ffffffff8120fa0c>] ? __freed_request+0x26/0xf2
<4> [<ffffffff8120fafb>] ? freed_request+0x23/0x41
<4> [<ffffffff812a7ea3>] ? cdrom_check_status+0x4f/0x54
<4> [<ffffffff812a7f1b>] ? ide_cd_read_toc+0x73/0x36d
<4> [<ffffffff8108ef8f>] ? poll_freewait+0x22/0x5e
<4> [<ffffffff8108f2ee>] ? do_sys_poll+0x323/0x38b
<4> [<ffffffff812a87f0>] ? idecd_revalidate_disk+0x17/0x1f
<4> [<ffffffff810a46cc>] ? flush_disk+0xd/0x79
<4> [<ffffffff812d7ee1>] ? media_changed+0x43/0x74
<4> [<ffffffff810a477d>] ? check_disk_change+0x45/0x53
<4> [<ffffffff812dae68>] ? cdrom_open+0x3fd/0x458
<4> [<ffffffff8121b63f>] ? kobject_get+0x12/0x17
<4> [<ffffffff81215a88>] ? get_disk+0x32/0x53
<4> [<ffffffff81215ab5>] ? exact_lock+0xc/0x15
<4> [<ffffffff8121b63f>] ? kobject_get+0x12/0x17
<4> [<ffffffff8128b6a3>] ? get_device+0x14/0x1b
<4> [<ffffffff812a6ed5>] ? idecd_open+0x77/0x96
<4> [<ffffffff8121b63f>] ? kobject_get+0x12/0x17
<4> [<ffffffff810a543a>] ? __blkdev_get+0xaf/0x352
<4> [<ffffffff810a56e9>] ? blkdev_open+0x0/0x96
<4> [<ffffffff810a5750>] ? blkdev_open+0x67/0x96
<4> [<ffffffff810813d0>] ? __dentry_open+0x114/0x22e
<4> [<ffffffff8108b498>] ? do_last+0x47e/0x5ac
<4> [<ffffffff8108cff8>] ? do_filp_open+0x1b2/0x577
<4> [<ffffffff8107e717>] ? cache_alloc_refill+0x86/0x4bb
<4> [<ffffffff810811d5>] ? do_sys_open+0x56/0x100
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<3>INFO: task hald-addon-stor:14875 blocked for more than 120 seconds.
<3>"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
<6>hald-addon-st D 00000000ffffda88 0 14875 14852 0x00000000
<4> ffff88011b4ad330 0000000000000082 0000000000000000 ffffffff81677020
<4> 0000000000011a00 0000000000011a00 0000000000004000 ffff88011ebabfd8
<4> ffff88011b4ad330 ffff88011ebabfd8 ffff88011e14a800 ffff88011e181270
<4>Call Trace:
<4> [<ffffffff813988a6>] ? schedule_timeout+0x1f/0x188
<4> [<ffffffff81035376>] ? lock_timer_base+0x25/0x49
<4> [<ffffffff8139a04e>] ? common_interrupt+0xe/0x13
<4> [<ffffffff81035826>] ? del_timer+0x72/0x7b
<4> [<ffffffff8139807f>] ? wait_for_common+0xc5/0x13b
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff81213c9c>] ? blk_execute_rq+0x81/0x99
<4> [<ffffffff81210d86>] ? get_request_wait+0x21/0x136
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff812a7c28>] ? ide_cd_queue_pc+0xdf/0x179
<4> [<ffffffff8120fa0c>] ? __freed_request+0x26/0xf2
<4> [<ffffffff8120fafb>] ? freed_request+0x23/0x41
<4> [<ffffffff812a7ea3>] ? cdrom_check_status+0x4f/0x54
<4> [<ffffffff812a7f1b>] ? ide_cd_read_toc+0x73/0x36d
<4> [<ffffffff8108ef8f>] ? poll_freewait+0x22/0x5e
<4> [<ffffffff8108f2ee>] ? do_sys_poll+0x323/0x38b
<4> [<ffffffff812a87f0>] ? idecd_revalidate_disk+0x17/0x1f
<4> [<ffffffff810a46cc>] ? flush_disk+0xd/0x79
<4> [<ffffffff812d7ee1>] ? media_changed+0x43/0x74
<4> [<ffffffff810a477d>] ? check_disk_change+0x45/0x53
<4> [<ffffffff812dae68>] ? cdrom_open+0x3fd/0x458
<4> [<ffffffff8121b63f>] ? kobject_get+0x12/0x17
<4> [<ffffffff81215a88>] ? get_disk+0x32/0x53
<4> [<ffffffff81215ab5>] ? exact_lock+0xc/0x15
<4> [<ffffffff8121b63f>] ? kobject_get+0x12/0x17
<4> [<ffffffff8128b6a3>] ? get_device+0x14/0x1b
<4> [<ffffffff812a6ed5>] ? idecd_open+0x77/0x96
<4> [<ffffffff8121b63f>] ? kobject_get+0x12/0x17
<4> [<ffffffff810a543a>] ? __blkdev_get+0xaf/0x352
<4> [<ffffffff810a56e9>] ? blkdev_open+0x0/0x96
<4> [<ffffffff810a5750>] ? blkdev_open+0x67/0x96
<4> [<ffffffff810813d0>] ? __dentry_open+0x114/0x22e
<4> [<ffffffff8108b498>] ? do_last+0x47e/0x5ac
<4> [<ffffffff8108cff8>] ? do_filp_open+0x1b2/0x577
<4> [<ffffffff8107e717>] ? cache_alloc_refill+0x86/0x4bb
<4> [<ffffffff810811d5>] ? do_sys_open+0x56/0x100
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<3>INFO: task hald-addon-stor:14875 blocked for more than 120 seconds.
<3>"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
<6>hald-addon-st D 00000000ffffda88 0 14875 14852 0x00000000
<4> ffff88011b4ad330 0000000000000082 0000000000000000 ffffffff81677020
<4> 0000000000011a00 0000000000011a00 0000000000004000 ffff88011ebabfd8
<4> ffff88011b4ad330 ffff88011ebabfd8 ffff88011e14a800 ffff88011e181270
<4>Call Trace:
<4> [<ffffffff813988a6>] ? schedule_timeout+0x1f/0x188
<4> [<ffffffff81035376>] ? lock_timer_base+0x25/0x49
<4> [<ffffffff8139a04e>] ? common_interrupt+0xe/0x13
<4> [<ffffffff81035826>] ? del_timer+0x72/0x7b
<4> [<ffffffff8139807f>] ? wait_for_common+0xc5/0x13b
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff81213c9c>] ? blk_execute_rq+0x81/0x99
<4> [<ffffffff81210d86>] ? get_request_wait+0x21/0x136
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff812a7c28>] ? ide_cd_queue_pc+0xdf/0x179
<4> [<ffffffff8120fa0c>] ? __freed_request+0x26/0xf2
<4> [<ffffffff8120fafb>] ? freed_request+0x23/0x41
<4> [<ffffffff812a7ea3>] ? cdrom_check_status+0x4f/0x54
<4> [<ffffffff812a7f1b>] ? ide_cd_read_toc+0x73/0x36d
<4> [<ffffffff8108ef8f>] ? poll_freewait+0x22/0x5e
<4> [<ffffffff8108f2ee>] ? do_sys_poll+0x323/0x38b
<4> [<ffffffff812a87f0>] ? idecd_revalidate_disk+0x17/0x1f
<4> [<ffffffff810a46cc>] ? flush_disk+0xd/0x79
<4> [<ffffffff812d7ee1>] ? media_changed+0x43/0x74
<4> [<ffffffff810a477d>] ? check_disk_change+0x45/0x53
<4> [<ffffffff812dae68>] ? cdrom_open+0x3fd/0x458
<4> [<ffffffff8121b63f>] ? kobject_get+0x12/0x17
<4> [<ffffffff81215a88>] ? get_disk+0x32/0x53
<4> [<ffffffff81215ab5>] ? exact_lock+0xc/0x15
<4> [<ffffffff8121b63f>] ? kobject_get+0x12/0x17
<4> [<ffffffff8128b6a3>] ? get_device+0x14/0x1b
<4> [<ffffffff812a6ed5>] ? idecd_open+0x77/0x96
<4> [<ffffffff8121b63f>] ? kobject_get+0x12/0x17
<4> [<ffffffff810a543a>] ? __blkdev_get+0xaf/0x352
<4> [<ffffffff810a56e9>] ? blkdev_open+0x0/0x96
<4> [<ffffffff810a5750>] ? blkdev_open+0x67/0x96
<4> [<ffffffff810813d0>] ? __dentry_open+0x114/0x22e
<4> [<ffffffff8108b498>] ? do_last+0x47e/0x5ac
<4> [<ffffffff8108cff8>] ? do_filp_open+0x1b2/0x577
<4> [<ffffffff8107e717>] ? cache_alloc_refill+0x86/0x4bb
<4> [<ffffffff810811d5>] ? do_sys_open+0x56/0x100
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<3>INFO: task hald-addon-stor:14875 blocked for more than 120 seconds.
<3>"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
<6>hald-addon-st D 00000000ffffda88 0 14875 14852 0x00000000
<4> ffff88011b4ad330 0000000000000082 0000000000000000 ffffffff81677020
<4> 0000000000011a00 0000000000011a00 0000000000004000 ffff88011ebabfd8
<4> ffff88011b4ad330 ffff88011ebabfd8 ffff88011e14a800 ffff88011e181270
<4>Call Trace:
<4> [<ffffffff813988a6>] ? schedule_timeout+0x1f/0x188
<4> [<ffffffff81035376>] ? lock_timer_base+0x25/0x49
<4> [<ffffffff8139a04e>] ? common_interrupt+0xe/0x13
<4> [<ffffffff81035826>] ? del_timer+0x72/0x7b
<4> [<ffffffff8139807f>] ? wait_for_common+0xc5/0x13b
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff81213c9c>] ? blk_execute_rq+0x81/0x99
<4> [<ffffffff81210d86>] ? get_request_wait+0x21/0x136
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff812a7c28>] ? ide_cd_queue_pc+0xdf/0x179
<4> [<ffffffff8120fa0c>] ? __freed_request+0x26/0xf2
<4> [<ffffffff8120fafb>] ? freed_request+0x23/0x41
<4> [<ffffffff812a7ea3>] ? cdrom_check_status+0x4f/0x54
<4> [<ffffffff812a7f1b>] ? ide_cd_read_toc+0x73/0x36d
<4> [<ffffffff8108ef8f>] ? poll_freewait+0x22/0x5e
<4> [<ffffffff8108f2ee>] ? do_sys_poll+0x323/0x38b
<4> [<ffffffff812a87f0>] ? idecd_revalidate_disk+0x17/0x1f
<4> [<ffffffff810a46cc>] ? flush_disk+0xd/0x79
<4> [<ffffffff812d7ee1>] ? media_changed+0x43/0x74
<4> [<ffffffff810a477d>] ? check_disk_change+0x45/0x53
<4> [<ffffffff812dae68>] ? cdrom_open+0x3fd/0x458
<4> [<ffffffff8121b63f>] ? kobject_get+0x12/0x17
<4> [<ffffffff81215a88>] ? get_disk+0x32/0x53
<4> [<ffffffff81215ab5>] ? exact_lock+0xc/0x15
<4> [<ffffffff8121b63f>] ? kobject_get+0x12/0x17
<4> [<ffffffff8128b6a3>] ? get_device+0x14/0x1b
<4> [<ffffffff812a6ed5>] ? idecd_open+0x77/0x96
<4> [<ffffffff8121b63f>] ? kobject_get+0x12/0x17
<4> [<ffffffff810a543a>] ? __blkdev_get+0xaf/0x352
<4> [<ffffffff810a56e9>] ? blkdev_open+0x0/0x96
<4> [<ffffffff810a5750>] ? blkdev_open+0x67/0x96
<4> [<ffffffff810813d0>] ? __dentry_open+0x114/0x22e
<4> [<ffffffff8108b498>] ? do_last+0x47e/0x5ac
<4> [<ffffffff8108cff8>] ? do_filp_open+0x1b2/0x577
<4> [<ffffffff8107e717>] ? cache_alloc_refill+0x86/0x4bb
<4> [<ffffffff810811d5>] ? do_sys_open+0x56/0x100
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<3>INFO: task hald-addon-stor:14875 blocked for more than 120 seconds.
<3>"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
<6>hald-addon-st D 00000000ffffda88 0 14875 14852 0x00000000
<4> ffff88011b4ad330 0000000000000082 0000000000000000 ffffffff81677020
<4> 0000000000011a00 0000000000011a00 0000000000004000 ffff88011ebabfd8
<4> ffff88011b4ad330 ffff88011ebabfd8 ffff88011e14a800 ffff88011e181270
<4>Call Trace:
<4> [<ffffffff813988a6>] ? schedule_timeout+0x1f/0x188
<4> [<ffffffff81035376>] ? lock_timer_base+0x25/0x49
<4> [<ffffffff8139a04e>] ? common_interrupt+0xe/0x13
<4> [<ffffffff81035826>] ? del_timer+0x72/0x7b
<4> [<ffffffff8139807f>] ? wait_for_common+0xc5/0x13b
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff81213c9c>] ? blk_execute_rq+0x81/0x99
<4> [<ffffffff81210d86>] ? get_request_wait+0x21/0x136
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff812a7c28>] ? ide_cd_queue_pc+0xdf/0x179
<4> [<ffffffff8120fa0c>] ? __freed_request+0x26/0xf2
<4> [<ffffffff8120fafb>] ? freed_request+0x23/0x41
<4> [<ffffffff812a7ea3>] ? cdrom_check_status+0x4f/0x54
<4> [<ffffffff812a7f1b>] ? ide_cd_read_toc+0x73/0x36d
<4> [<ffffffff8108ef8f>] ? poll_freewait+0x22/0x5e
<4> [<ffffffff8108f2ee>] ? do_sys_poll+0x323/0x38b
<4> [<ffffffff812a87f0>] ? idecd_revalidate_disk+0x17/0x1f
<4> [<ffffffff810a46cc>] ? flush_disk+0xd/0x79
<4> [<ffffffff812d7ee1>] ? media_changed+0x43/0x74
<4> [<ffffffff810a477d>] ? check_disk_change+0x45/0x53
<4> [<ffffffff812dae68>] ? cdrom_open+0x3fd/0x458
<4> [<ffffffff8121b63f>] ? kobject_get+0x12/0x17
<4> [<ffffffff81215a88>] ? get_disk+0x32/0x53
<4> [<ffffffff81215ab5>] ? exact_lock+0xc/0x15
<4> [<ffffffff8121b63f>] ? kobject_get+0x12/0x17
<4> [<ffffffff8128b6a3>] ? get_device+0x14/0x1b
<4> [<ffffffff812a6ed5>] ? idecd_open+0x77/0x96
<4> [<ffffffff8121b63f>] ? kobject_get+0x12/0x17
<4> [<ffffffff810a543a>] ? __blkdev_get+0xaf/0x352
<4> [<ffffffff810a56e9>] ? blkdev_open+0x0/0x96
<4> [<ffffffff810a5750>] ? blkdev_open+0x67/0x96
<4> [<ffffffff810813d0>] ? __dentry_open+0x114/0x22e
<4> [<ffffffff8108b498>] ? do_last+0x47e/0x5ac
<4> [<ffffffff8108cff8>] ? do_filp_open+0x1b2/0x577
<4> [<ffffffff8107e717>] ? cache_alloc_refill+0x86/0x4bb
<4> [<ffffffff810811d5>] ? do_sys_open+0x56/0x100
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<3>INFO: task hald-addon-stor:14875 blocked for more than 120 seconds.
<3>"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
<6>hald-addon-st D 00000000ffffda88 0 14875 14852 0x00000000
<4> ffff88011b4ad330 0000000000000082 0000000000000000 ffffffff81677020
<4> 0000000000011a00 0000000000011a00 0000000000004000 ffff88011ebabfd8
<4> ffff88011b4ad330 ffff88011ebabfd8 ffff88011e14a800 ffff88011e181270
<4>Call Trace:
<4> [<ffffffff813988a6>] ? schedule_timeout+0x1f/0x188
<4> [<ffffffff81035376>] ? lock_timer_base+0x25/0x49
<4> [<ffffffff8139a04e>] ? common_interrupt+0xe/0x13
<4> [<ffffffff81035826>] ? del_timer+0x72/0x7b
<4> [<ffffffff8139807f>] ? wait_for_common+0xc5/0x13b
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff81213c9c>] ? blk_execute_rq+0x81/0x99
<4> [<ffffffff81210d86>] ? get_request_wait+0x21/0x136
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff812a7c28>] ? ide_cd_queue_pc+0xdf/0x179
<4> [<ffffffff8120fa0c>] ? __freed_request+0x26/0xf2
<4> [<ffffffff8120fafb>] ? freed_request+0x23/0x41
<4> [<ffffffff812a7ea3>] ? cdrom_check_status+0x4f/0x54
<4> [<ffffffff812a7f1b>] ? ide_cd_read_toc+0x73/0x36d
<4> [<ffffffff8108ef8f>] ? poll_freewait+0x22/0x5e
<4> [<ffffffff8108f2ee>] ? do_sys_poll+0x323/0x38b
<4> [<ffffffff812a87f0>] ? idecd_revalidate_disk+0x17/0x1f
<4> [<ffffffff810a46cc>] ? flush_disk+0xd/0x79
<4> [<ffffffff812d7ee1>] ? media_changed+0x43/0x74
<4> [<ffffffff810a477d>] ? check_disk_change+0x45/0x53
<4> [<ffffffff812dae68>] ? cdrom_open+0x3fd/0x458
<4> [<ffffffff8121b63f>] ? kobject_get+0x12/0x17
<4> [<ffffffff81215a88>] ? get_disk+0x32/0x53
<4> [<ffffffff81215ab5>] ? exact_lock+0xc/0x15
<4> [<ffffffff8121b63f>] ? kobject_get+0x12/0x17
<4> [<ffffffff8128b6a3>] ? get_device+0x14/0x1b
<4> [<ffffffff812a6ed5>] ? idecd_open+0x77/0x96
<4> [<ffffffff8121b63f>] ? kobject_get+0x12/0x17
<4> [<ffffffff810a543a>] ? __blkdev_get+0xaf/0x352
<4> [<ffffffff810a56e9>] ? blkdev_open+0x0/0x96
<4> [<ffffffff810a5750>] ? blkdev_open+0x67/0x96
<4> [<ffffffff810813d0>] ? __dentry_open+0x114/0x22e
<4> [<ffffffff8108b498>] ? do_last+0x47e/0x5ac
<4> [<ffffffff8108cff8>] ? do_filp_open+0x1b2/0x577
<4> [<ffffffff8107e717>] ? cache_alloc_refill+0x86/0x4bb
<4> [<ffffffff810811d5>] ? do_sys_open+0x56/0x100
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<3>INFO: task hald-addon-stor:14875 blocked for more than 120 seconds.
<3>"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
<6>hald-addon-st D 00000000ffffda88 0 14875 1 0x00000004
<4> ffff88011b4ad330 0000000000000082 0000000000000000 ffffffff81677020
<4> 0000000000011a00 0000000000011a00 0000000000004000 ffff88011ebabfd8
<4> ffff88011b4ad330 ffff88011ebabfd8 ffff88011e14a800 ffff88011e181270
<4>Call Trace:
<4> [<ffffffff813988a6>] ? schedule_timeout+0x1f/0x188
<4> [<ffffffff81035376>] ? lock_timer_base+0x25/0x49
<4> [<ffffffff8139a04e>] ? common_interrupt+0xe/0x13
<4> [<ffffffff81035826>] ? del_timer+0x72/0x7b
<4> [<ffffffff8139807f>] ? wait_for_common+0xc5/0x13b
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff81213c9c>] ? blk_execute_rq+0x81/0x99
<4> [<ffffffff81210d86>] ? get_request_wait+0x21/0x136
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff812a7c28>] ? ide_cd_queue_pc+0xdf/0x179
<4> [<ffffffff8120fa0c>] ? __freed_request+0x26/0xf2
<4> [<ffffffff8120fafb>] ? freed_request+0x23/0x41
<4> [<ffffffff812a7ea3>] ? cdrom_check_status+0x4f/0x54
<4> [<ffffffff812a7f1b>] ? ide_cd_read_toc+0x73/0x36d
<4> [<ffffffff8108ef8f>] ? poll_freewait+0x22/0x5e
<4> [<ffffffff8108f2ee>] ? do_sys_poll+0x323/0x38b
<4> [<ffffffff812a87f0>] ? idecd_revalidate_disk+0x17/0x1f
<4> [<ffffffff810a46cc>] ? flush_disk+0xd/0x79
<4> [<ffffffff812d7ee1>] ? media_changed+0x43/0x74
<4> [<ffffffff810a477d>] ? check_disk_change+0x45/0x53
<4> [<ffffffff812dae68>] ? cdrom_open+0x3fd/0x458
<4> [<ffffffff8121b63f>] ? kobject_get+0x12/0x17
<4> [<ffffffff81215a88>] ? get_disk+0x32/0x53
<4> [<ffffffff81215ab5>] ? exact_lock+0xc/0x15
<4> [<ffffffff8121b63f>] ? kobject_get+0x12/0x17
<4> [<ffffffff8128b6a3>] ? get_device+0x14/0x1b
<4> [<ffffffff812a6ed5>] ? idecd_open+0x77/0x96
<4> [<ffffffff8121b63f>] ? kobject_get+0x12/0x17
<4> [<ffffffff810a543a>] ? __blkdev_get+0xaf/0x352
<4> [<ffffffff810a56e9>] ? blkdev_open+0x0/0x96
<4> [<ffffffff810a5750>] ? blkdev_open+0x67/0x96
<4> [<ffffffff810813d0>] ? __dentry_open+0x114/0x22e
<4> [<ffffffff8108b498>] ? do_last+0x47e/0x5ac
<4> [<ffffffff8108cff8>] ? do_filp_open+0x1b2/0x577
<4> [<ffffffff8107e717>] ? cache_alloc_refill+0x86/0x4bb
<4> [<ffffffff810811d5>] ? do_sys_open+0x56/0x100
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
2010-06-18 22:50 ` Hans Mueller
@ 2010-06-19 10:05 ` Borislav Petkov
2010-06-19 11:27 ` Hans Mueller
0 siblings, 1 reply; 33+ messages in thread
From: Borislav Petkov @ 2010-06-19 10:05 UTC (permalink / raw)
To: Hans Mueller; +Cc: Andrew Morton, linux-ide
From: Hans Mueller <hans42mueller@googlemail.com>
Date: Sat, Jun 19, 2010 at 12:50:45AM +0200
> The bad one:
> The system hang while shutting down. (happened several times)
> The last message on the screen was: "Shutting down the Logical Volume
> Manager"
It looks like it timeouts while trying to execute a request. Which
means that we're still not doing everything right to end that erroneous
request and it looks like it gets reused halfway or something. Hmm, not
good.
Ok, I've got the next patch for you to try. Catch the output when
shutting down the machine - we might get some more info into where
exactly the hang happens. Along with that, do
objdump -d block/blk-exec.o
and send me the whole thing - it should be small enough to attach to
this mail.
Thanks.
---
diff --git a/block/blk-core.c b/block/blk-core.c
index 9fe174d..1213e13 100644
--- a/block/blk-core.c
+++ b/block/blk-core.c
@@ -173,9 +173,9 @@ void blk_dump_rq_flags(struct request *rq, char *msg)
{
int bit;
- printk(KERN_INFO "%s: dev %s: type=%x, flags=%x\n", msg,
+ printk(KERN_INFO "%s: dev %s: type=%x, flags=%x, ref_count: %d\n", msg,
rq->rq_disk ? rq->rq_disk->disk_name : "?", rq->cmd_type,
- rq->cmd_flags);
+ rq->cmd_flags, rq->ref_count);
printk(KERN_INFO " sector %llu, nr/cnr %u/%u\n",
(unsigned long long)blk_rq_pos(rq),
diff --git a/drivers/ide/ide-cd.c b/drivers/ide/ide-cd.c
index 64207df..90c5190 100644
--- a/drivers/ide/ide-cd.c
+++ b/drivers/ide/ide-cd.c
@@ -448,6 +448,7 @@ int ide_cd_queue_pc(ide_drive_t *drive, const unsigned char *cmd,
int error;
rq = blk_get_request(drive->queue, write, __GFP_WAIT);
+ blk_dump_rq_flags(rq, "ide_cd_queue_pc got rq");
memcpy(rq->cmd, cmd, BLK_MAX_CDB);
rq->cmd_type = REQ_TYPE_ATA_PC;
@@ -464,12 +465,14 @@ int ide_cd_queue_pc(ide_drive_t *drive, const unsigned char *cmd,
}
error = blk_execute_rq(drive->queue, info->disk, rq, 0);
+ blk_dump_rq_flags(rq, "ide_cd_queue_pc exec rq");
if (buffer)
*bufflen = rq->resid_len;
flags = rq->cmd_flags;
blk_put_request(rq);
+ blk_dump_rq_flags(rq, "ide_cd_queue_pc put rq");
/*
* FIXME: we should probably abort/retry or something in case of
@@ -506,15 +509,22 @@ int ide_cd_queue_pc(ide_drive_t *drive, const unsigned char *cmd,
return (flags & REQ_FAILED) ? -EIO : 0;
}
-static void ide_cd_error_cmd(ide_drive_t *drive, struct ide_cmd *cmd)
+/*
+ * notify callers that we ended the rq by returning a true value
+ */
+static bool ide_cd_error_cmd(ide_drive_t *drive, struct ide_cmd *cmd)
{
unsigned int nr_bytes = cmd->nbytes - cmd->nleft;
if (cmd->tf_flags & IDE_TFLAG_WRITE)
nr_bytes -= cmd->last_xfer_len;
- if (nr_bytes > 0)
+ if (nr_bytes > 0) {
ide_complete_rq(drive, 0, nr_bytes);
+ return true;
+ }
+
+ return false;
}
static ide_startstop_t cdrom_newpc_intr(ide_drive_t *drive)
@@ -552,8 +562,10 @@ static ide_startstop_t cdrom_newpc_intr(ide_drive_t *drive)
if (!OK_STAT(stat, 0, BAD_R_STAT)) {
rc = cdrom_decode_status(drive, stat);
if (rc) {
- if (rc == 2)
+ if (rc == 2) {
+ printk(KERN_EMERG "%s: bad status with a sense rq: %p\n", __func__, rq);
goto out_end;
+ }
return ide_stopped;
}
}
@@ -667,8 +679,10 @@ out_end:
blk_end_request_all(rq, 0);
hwif->rq = NULL;
} else {
- if (sense && uptodate)
+ if (sense && uptodate) {
+ printk(KERN_EMERG "%s: complete failed rq: %p\n", __func__, rq);
ide_cd_complete_failed_rq(drive, rq);
+ }
if (blk_fs_request(rq)) {
if (cmd->nleft == 0)
@@ -679,7 +693,10 @@ out_end:
}
if (uptodate == 0 && rq->bio)
- ide_cd_error_cmd(drive, cmd);
+ if (ide_cd_error_cmd(drive, cmd)) {
+ blk_dump_rq_flags(rq, "ide_cd_error_cmd completes rq");
+ return ide_stopped;
+ }
/* make sure it's fully ended */
if (blk_fs_request(rq) == 0) {
@@ -688,10 +705,13 @@ out_end:
rq->resid_len += cmd->last_xfer_len;
}
+ printk(KERN_EMERG "%s: completing rq %p\n", __func__, rq);
ide_complete_rq(drive, uptodate ? 0 : -EIO, blk_rq_bytes(rq));
- if (sense && rc == 2)
+ if (sense && rc == 2) {
+ printk(KERN_EMERG "%s: request sense failure, rq: %p\n", __func__, rq);
ide_error(drive, "request sense failure", stat);
+ }
}
return ide_stopped;
}
diff --git a/drivers/ide/ide-io.c b/drivers/ide/ide-io.c
index 172ac92..73becd8 100644
--- a/drivers/ide/ide-io.c
+++ b/drivers/ide/ide-io.c
@@ -128,6 +128,9 @@ int ide_complete_rq(ide_drive_t *drive, int error, unsigned int nr_bytes)
rc = ide_end_rq(drive, rq, error, nr_bytes);
if (rc == 0)
hwif->rq = NULL;
+ else
+ blk_dump_rq_flags(rq, "still buffers pending for this rq");
+
return rc;
}
--
Regards/Gruss,
Boris.
^ permalink raw reply related [flat|nested] 33+ messages in thread
* Re: [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
2010-06-19 10:05 ` Borislav Petkov
@ 2010-06-19 11:27 ` Hans Mueller
2010-06-23 8:02 ` Borislav Petkov
0 siblings, 1 reply; 33+ messages in thread
From: Hans Mueller @ 2010-06-19 11:27 UTC (permalink / raw)
To: Borislav Petkov; +Cc: Andrew Morton, linux-ide
[-- Attachment #1: Type: text/plain, Size: 646 bytes --]
Hi,
On Sat, 19 Jun 2010 12:05:11 +0200
Borislav Petkov <bp@alien8.de> wrote:
> Ok, I've got the next patch for you to try. Catch the output when
> shutting down the machine - we might get some more info into where
> exactly the hang happens. Along with that, do
I have attached two logs:
log10: _no_ hang while shutting down
log11: hang while shutting down
The hang seems to occur only if used my testcase (copying the file via
scp (log11)). If I just boot the system and than shut it down again, the
hang did not happen (log 10)
> objdump -d block/blk-exec.o
The file is attached.
> Thanks
Thanks for providing patches
Regards Jonas
[-- Attachment #2: blk-exec.o.objdump --]
[-- Type: application/octet-stream, Size: 4319 bytes --]
block/blk-exec.o: file format elf64-x86-64
Disassembly of section .text:
0000000000000000 <blk_end_sync_rq>:
0: 53 push %rbx
1: 48 89 fe mov %rdi,%rsi
4: 48 8b 9f 30 01 00 00 mov 0x130(%rdi),%rbx
b: 48 c7 87 30 01 00 00 movq $0x0,0x130(%rdi)
12: 00 00 00 00
16: 48 8b 7f 38 mov 0x38(%rdi),%rdi
1a: e8 00 00 00 00 callq 1f <blk_end_sync_rq+0x1f>
1f: 48 89 df mov %rbx,%rdi
22: 5b pop %rbx
23: e9 00 00 00 00 jmpq 28 <blk_execute_rq_nowait>
0000000000000028 <blk_execute_rq_nowait>:
28: 41 54 push %r12
2a: 83 f9 01 cmp $0x1,%ecx
2d: 45 19 e4 sbb %r12d,%r12d
30: 55 push %rbp
31: 41 f7 d4 not %r12d
34: 48 89 d5 mov %rdx,%rbp
37: 41 83 c4 02 add $0x2,%r12d
3b: 53 push %rbx
3c: 48 89 fb mov %rdi,%rbx
3f: 48 89 b2 a8 00 00 00 mov %rsi,0xa8(%rdx)
46: 4c 89 82 28 01 00 00 mov %r8,0x128(%rdx)
4d: 9c pushfq
4e: 58 pop %rax
4f: f6 c4 02 test $0x2,%ah
52: 75 11 jne 65 <blk_execute_rq_nowait+0x3d>
54: be 37 00 00 00 mov $0x37,%esi
59: 48 c7 c7 00 00 00 00 mov $0x0,%rdi
60: e8 00 00 00 00 callq 65 <blk_execute_rq_nowait+0x3d>
65: 48 8b bb c0 02 00 00 mov 0x2c0(%rbx),%rdi
6c: e8 00 00 00 00 callq 71 <blk_execute_rq_nowait+0x49>
71: b9 01 00 00 00 mov $0x1,%ecx
76: 44 89 e2 mov %r12d,%edx
79: 48 89 ee mov %rbp,%rsi
7c: 48 89 df mov %rbx,%rdi
7f: e8 00 00 00 00 callq 84 <blk_execute_rq_nowait+0x5c>
84: 48 89 df mov %rbx,%rdi
87: e8 00 00 00 00 callq 8c <blk_execute_rq_nowait+0x64>
8c: 83 7d 44 05 cmpl $0x5,0x44(%rbp)
90: 75 06 jne 98 <blk_execute_rq_nowait+0x70>
92: 48 89 df mov %rbx,%rdi
95: ff 53 70 callq *0x70(%rbx)
98: 48 8b 83 c0 02 00 00 mov 0x2c0(%rbx),%rax
9f: fe 00 incb (%rax)
a1: fb sti
a2: 5b pop %rbx
a3: 5d pop %rbp
a4: 41 5c pop %r12
a6: c3 retq
00000000000000a7 <blk_execute_rq>:
a7: 55 push %rbp
a8: 49 89 f9 mov %rdi,%r9
ab: 31 c0 xor %eax,%eax
ad: 53 push %rbx
ae: 48 89 d3 mov %rdx,%rbx
b1: 89 ca mov %ecx,%edx
b3: b9 08 00 00 00 mov $0x8,%ecx
b8: 48 81 ec 88 00 00 00 sub $0x88,%rsp
bf: 48 8d 7c 24 60 lea 0x60(%rsp),%rdi
c4: f3 ab rep stos %eax,%es:(%rdi)
c6: 48 8d 4c 24 70 lea 0x70(%rsp),%rcx
cb: ff 83 bc 00 00 00 incl 0xbc(%rbx)
d1: 48 83 bb 00 01 00 00 cmpq $0x0,0x100(%rbx)
d8: 00
d9: 48 89 4c 24 70 mov %rcx,0x70(%rsp)
de: 48 89 4c 24 78 mov %rcx,0x78(%rsp)
e3: 75 1b jne 100 <blk_execute_rq+0x59>
e5: b9 18 00 00 00 mov $0x18,%ecx
ea: 48 89 e7 mov %rsp,%rdi
ed: f3 ab rep stos %eax,%es:(%rdi)
ef: 48 89 a3 00 01 00 00 mov %rsp,0x100(%rbx)
f6: c7 83 f8 00 00 00 00 movl $0x0,0xf8(%rbx)
fd: 00 00 00
100: 48 8d 6c 24 60 lea 0x60(%rsp),%rbp
105: 89 d1 mov %edx,%ecx
107: 4c 89 cf mov %r9,%rdi
10a: 48 89 da mov %rbx,%rdx
10d: 49 c7 c0 00 00 00 00 mov $0x0,%r8
114: 48 89 ab 30 01 00 00 mov %rbp,0x130(%rbx)
11b: e8 00 00 00 00 callq 120 <blk_execute_rq+0x79>
120: 48 89 ef mov %rbp,%rdi
123: e8 00 00 00 00 callq 128 <blk_execute_rq+0x81>
128: 83 bb d4 00 00 00 01 cmpl $0x1,0xd4(%rbx)
12f: 19 c0 sbb %eax,%eax
131: 48 81 c4 88 00 00 00 add $0x88,%rsp
138: f7 d0 not %eax
13a: 5b pop %rbx
13b: 83 e0 fb and $0xfffffffffffffffb,%eax
13e: 5d pop %rbp
13f: c3 retq
[-- Attachment #3: log10 --]
[-- Type: application/octet-stream, Size: 78693 bytes --]
<4>raid6: int64x8 1845 MB/s
<6>usb 2-1.2: New USB device found, idVendor=0451, idProduct=2046
<6>usb 2-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
<6>hub 2-1.2:1.0: USB hub found
<6>hub 2-1.2:1.0: 4 ports detected
<4>raid6: sse2x1 6967 MB/s
<6>usb 2-1.2.1: new low speed USB device using ehci_hcd and address 4
<4>raid6: sse2x2 8179 MB/s
<6>usb 2-1.2.1: New USB device found, idVendor=045e, idProduct=00dd
<6>usb 2-1.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>usb 2-1.2.1: Product: Comfort Curve Keyboard 2000
<6>usb 2-1.2.1: Manufacturer: Microsoft
<6>input: Microsoft Comfort Curve Keyboard 2000 as /class/input/input0
<6>generic-usb 0003:045E:00DD.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Comfort Curve Keyboard 2000] on usb-0000:00:1d.0-1.2.1/input0
<6>input: Microsoft Comfort Curve Keyboard 2000 as /class/input/input1
<6>generic-usb 0003:045E:00DD.0002: input,hidraw1: USB HID v1.11 Device [Microsoft Comfort Curve Keyboard 2000] on usb-0000:00:1d.0-1.2.1/input1
<4>raid6: sse2x4 9515 MB/s
<4>raid6: using algorithm sse2x4 (9515 MB/s)
<6>async_tx: api initialized (async)
<6>xor: automatically using best checksumming function: generic_sse
<6>usb 2-1.2.2: new full speed USB device using ehci_hcd and address 5
<6> generic_sse: 10525.200 MB/sec
<6>xor: using function: generic_sse (10525.200 MB/sec)
<6>md: raid6 personality registered for level 6
<6>md: raid5 personality registered for level 5
<6>md: raid4 personality registered for level 4
<6>md: raid10 personality registered for level 10
<6>usb 2-1.2.2: New USB device found, idVendor=046d, idProduct=c51a
<6>usb 2-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>usb 2-1.2.2: Product: USB Receiver
<6>usb 2-1.2.2: Manufacturer: Logitech
<6>input: Logitech USB Receiver as /class/input/input2
<6>generic-usb 0003:046D:C51A.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.0-1.2.2/input0
<6>JFS: nTxBlock = 8192, nTxLock = 65536
<6>input: Logitech USB Receiver as /class/input/input3
<6>generic-usb 0003:046D:C51A.0004: input,hiddev96,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.0-1.2.2/input1
<6>fuse init (API version 7.13)
<6>Intel(R) PRO/1000 Network Driver - version 7.3.21-k5-NAPI
<6>Copyright (c) 1999-2006 Intel Corporation.
<6>usb 2-1.2.3: new low speed USB device using ehci_hcd and address 6
<3>usb 2-1.2.3: unable to read config index 0 descriptor/all
<3>usb 2-1.2.3: can't read configurations, error -61
<6>usb 2-1.2.3: new low speed USB device using ehci_hcd and address 7
<3>usb 2-1.2.3: unable to read config index 0 descriptor/all
<3>usb 2-1.2.3: can't read configurations, error -61
<6>usb 2-1.2.3: new low speed USB device using ehci_hcd and address 8
<3>usb 2-1.2.3: device descriptor read/all, error 2
<6>usb 2-1.2.3: new low speed USB device using ehci_hcd and address 9
<3>usb 2-1.2.3: device descriptor read/all, error 2
<3>hub 2-1.2:1.0: unable to enumerate USB device on port 3
<6>kjournald starting. Commit interval 5 seconds
<6>EXT3-fs (sda6): mounted filesystem with writeback data mode
<6>udev: starting version 149
<6><3>udev: missing sysfs features; please update the kernel or disable the kernel's CONFIG_SYSFS_DEPRECATED option; udev may fail to work correctly
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011d926340, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011d926340, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e7f29c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e7f29c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011d639560
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011d9265c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011d9265c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011d639560
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<7>Monitor-Mwait will be used to enter C-1 state
<7>Monitor-Mwait will be used to enter C-2 state
<7>Monitor-Mwait will be used to enter C-3 state
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e7f29c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e7f29c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>input: Power Button as /class/input/input4
<6>ACPI: Power Button [PWRB]
<6>input: Power Button as /class/input/input5
<6>ACPI: Power Button [PWRF]
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e3e75c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e3e75c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011ccf85a0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
<6>r8169 0000:02:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
<7>r8169 0000:02:00.0: setting latency timer to 64
<6>r8169 0000:02:00.0: no MSI. Back to INTx.
<6>r8169 0000:02:00.0: eth0: RTL8168d/8111d at 0xffffc9000423c000, 90:e6:ba:07:4a:25, XID 083000c0 IRQ 19
<6>8139too: 8139too Fast Ethernet driver 0.9.28
<6>8139too 0000:07:02.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
<6>8139too 0000:07:02.0: eth1: RealTek RTL8139 at 0xffffc90000072c00, 00:30:84:3b:5f:b5, IRQ 17
<6>Real Time Clock Driver v1.12b
<6>8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
<6>r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
<6>r8169 0000:07:04.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
<6>r8169 0000:07:04.0: (unregistered net_device): no PCI Express capability
<6>udev: renamed network interface eth1 to eth2
<6>r8169 0000:07:04.0: eth1: RTL8169sc/8110sc at 0xffffc9000006a800, 90:e6:ba:07:3b:b6, XID 18000000 IRQ 19
<6>HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
<7>HDA Intel 0000:00:1b.0: setting latency timer to 64
<6>HDA Intel 0000:01:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
<6>hda_intel: Disable MSI for Nvidia chipset
<7>HDA Intel 0000:01:00.1: setting latency timer to 64
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011d6396a0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e7f29c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e7f29c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011d6396a0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011d542840, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011d542840, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011d6396a0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>EXT3-fs (sda6): using internal journal
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011ccf8be0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e7f29c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e7f29c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011ccf8be0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011db3c8c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011db3c8c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011ccf8be0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011ed5fa60
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e7f29c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e7f29c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011ed5fa60
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011db3c8c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011db3c8c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011ed5fa60
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011ed5fba0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e7f29c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e7f29c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011ed5fba0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011d4c11c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011d4c11c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011ed5fba0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>r8169 0000:02:00.0: eth0: link up
<6>r8169 0000:02:00.0: eth0: link up
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e7f29c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e7f29c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce26340, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce26340, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011ce17ce0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce26340, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce26340, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e7f29c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e7f29c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011ce17ce0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce26340, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce26340, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011ce17ce0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e7f29c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e7f29c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e6b7cc0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e6b7cc0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011ce171a0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e7f29c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e7f29c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011ce171a0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e0603c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e0603c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e0604c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e0604c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011cd6b960
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e0605c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e0605c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e060540, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e060540, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011cd6bd20
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e060540, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e060540, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e0605c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e0605c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011cd6bd20
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e060540, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e060540, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011cd6bd20
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e0605c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e0605c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ed15bc0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ed15bc0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011b484560
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e0605c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e0605c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011b484560
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ed15bc0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ed15bc0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011b458140, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011b458140, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011b4847e0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ed15bc0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ed15bc0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011b4847e0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011b458140, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011b458140, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
otail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011e1696a0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011b458140, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011b458140, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011e1696a0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e130b40, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e130b40, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), bi
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e130b40, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e130b40, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e4edc40, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e4edc40, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011ee82a60
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e130b40, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e130b40, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011ee82a60
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e4edc40, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e4edc40, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ea260c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ea260c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011d8ede20
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e4edc40, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e4edc40, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011d8ede20
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>NET: Registered protocol family 10
<6>lo: Disabled Privacy Extensions
<7>eth0: no IPv6 routers present
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ea260c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ea260c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e060b40, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e060b40, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011e169560
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ea260c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ea260c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011e169560
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011e1692e0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce883c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce883c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011e1692e0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce268c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce268c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011e1692e0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011d5657e0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce26940, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce26940, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e159680
<0>cdrom_newpc_intr: completing rq ffff88011e159680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011d5657e0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce268c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce268c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011d5657e0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>md: stopping all md devices.
<5>sd 3:0:0:0: [sda] Synchronizing SCSI cache
<5>sd 3:0:0:0: [sda] Stopping disk
<7>r8169 0000:07:04.0: PME# enabled
<7>r8169 0000:02:00.0: PME# enabled
<6>ACPI: Preparing to enter system sleep state S5
<0>Power down.
<7>acpi_power_off called
[-- Attachment #4: log11 --]
[-- Type: application/octet-stream, Size: 106424 bytes --]
<4>sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
<7>sr 1:0:0:0: Attached scsi CD-ROM sr0
<6>ata3: SATA link down (SStatus 0 SControl 300)
<6>ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
<6>ata4.00: ATA-8: WDC WD1002FAEX-00Z3A0, 05.01D05, max UDMA/133
<6>ata4.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
<6>ata4.00: configured for UDMA/133
<5>scsi 3:0:0:0: Direct-Access ATA WDC WD1002FAEX-0 05.0 PQ: 0 ANSI: 5
<5>sd 3:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
<5>sd 3:0:0:0: [sda] Write Protect is off
<7>sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
<5>sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
<6> sda:: sda1 sda2 sda4 << sda55 sda66 sda7 >
<5>sd 3:0:0:0: [sda] Attached SCSI disk
<6>ata5: SATA link down (SStatus 0 SControl 300)
<6>ata6: SATA link down (SStatus 0 SControl 300)
<5>sr 1:0:0:0: Attached scsi generic sg0 type 5
<5>sd 3:0:0:0: Attached scsi generic sg1 type 0
<4>scsi: <fdomain> Detection failed (no card)
<4>GDT-HA: Storage RAID Controller Driver. Version: 3.05
<4>3ware Storage Controller device driver for Linux v1.26.02.002.
<4>3ware 9000 Storage Controller device driver for Linux v2.26.02.013.
<4>Compaq SMART2 Driver (v 2.6.0)
<6>HP CISS Driver (v 3.6.20)
<6>Adaptec aacraid driver 1.1-5[24702]-ms
<6>megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
<6>megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
<6>megasas: 00.00.04.17.1-rc1 Thu. Oct. 29, 11:41:51 PST 2009
<6>QLogic Fibre Channel HBA Driver: 8.03.02-k2
<4>Emulex LightPulse Fibre Channel SCSI driver 8.3.10
<4>Copyright(c) 2004-2009 Emulex. All rights reserved.
<5>aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
<6>usbcore: registered new interface driver usbfs
<6>usbcore: registered new interface driver hub
<6>usbcore: registered new device driver usb
<6>ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
<6>ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
<7>ehci_hcd 0000:00:1a.0: setting latency timer to 64
<6>ehci_hcd 0000:00:1a.0: EHCI Host Controller
<6>ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
<6>ehci_hcd 0000:00:1a.0: debug port 2
<7>ehci_hcd 0000:00:1a.0: cache line size of 32 is not supported
<6>ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf5ffe000
<6>ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
<6>usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
<6>usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>usb usb1: Product: EHCI Host Controller
<6>usb usb1: Manufacturer: Linux 2.6.34 ehci_hcd
<6>usb usb1: SerialNumber: 0000:00:1a.0
<6>hub 1-0:1.0: USB hub found
<6>hub 1-0:1.0: 2 ports detected
<6>ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
<7>ehci_hcd 0000:00:1d.0: setting latency timer to 64
<6>ehci_hcd 0000:00:1d.0: EHCI Host Controller
<6>ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
<6>ehci_hcd 0000:00:1d.0: debug port 2
<7>ehci_hcd 0000:00:1d.0: cache line size of 32 is not supported
<6>ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf5ffd000
<6>ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
<6>usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
<6>usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>usb usb2: Product: EHCI Host Controller
<6>usb usb2: Manufacturer: Linux 2.6.34 ehci_hcd
<6>usb usb2: SerialNumber: 0000:00:1d.0
<6>hub 2-0:1.0: USB hub found
<6>hub 2-0:1.0: 2 ports detected
<6>Initializing USB Mass Storage driver...
<6>usbcore: registered new interface driver usb-storage
<6>USB Mass Storage support registered.
<6>uhci_hcd: USB Universal Host Controller Interface driver
<6>ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
<6>usbcore: registered new interface driver hiddev
<6>usbcore: registered new interface driver usbhid
<6>usbhid: USB HID core driver
<6>sl811: driver sl811-hcd, 19 May 2005
<6>device-mapper: uevent: version 1.0.3
<6>device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: dm-devel@redhat.com
<6>usb 1-1: new high speed USB device using ehci_hcd and address 2
<6>md: raid0 personality registered for level 0
<6>md: raid1 personality registered for level 1
<6>usb 1-1: New USB device found, idVendor=8087, idProduct=0020
<6>usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
<6>hub 1-1:1.0: USB hub found
<6>hub 1-1:1.0: 6 ports detected
<6>usb 2-1: new high speed USB device using ehci_hcd and address 2
<4>raid6: int64x1 2846 MB/s
<6>usb 2-1: New USB device found, idVendor=8087, idProduct=0020
<6>usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
<6>hub 2-1:1.0: USB hub found
<6>hub 2-1:1.0: 8 ports detected
<4>raid6: int64x2 2771 MB/s
<4>raid6: int64x4 2383 MB/s
<6>usb 2-1.2: new full speed USB device using ehci_hcd and address 3
<4>raid6: int64x8 1846 MB/s
<6>usb 2-1.2: New USB device found, idVendor=0451, idProduct=2046
<6>usb 2-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
<6>hub 2-1.2:1.0: USB hub found
<6>hub 2-1.2:1.0: 4 ports detected
<4>raid6: sse2x1 6997 MB/s
<6>usb 2-1.2.1: new low speed USB device using ehci_hcd and address 4
<4>raid6: sse2x2 8179 MB/s
<6>usb 2-1.2.1: New USB device found, idVendor=045e, idProduct=00dd
<6>usb 2-1.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>usb 2-1.2.1: Product: Comfort Curve Keyboard 2000
<6>usb 2-1.2.1: Manufacturer: Microsoft
<6>input: Microsoft Comfort Curve Keyboard 2000 as /class/input/input0
<6>generic-usb 0003:045E:00DD.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Comfort Curve Keyboard 2000] on usb-0000:00:1d.0-1.2.1/input0
<6>input: Microsoft Comfort Curve Keyboard 2000 as /class/input/input1
<6>generic-usb 0003:045E:00DD.0002: input,hidraw1: USB HID v1.11 Device [Microsoft Comfort Curve Keyboard 2000] on usb-0000:00:1d.0-1.2.1/input1
<4>raid6: sse2x4 9497 MB/s
<4>raid6: using algorithm sse2x4 (9497 MB/s)
<6>usb 2-1.2.2: new full speed USB device using ehci_hcd and address 5
<6>async_tx: api initialized (async)
<6>xor: automatically using best checksumming function: generic_sse
<6> generic_sse: 10525.200 MB/sec
<6>xor: using function: generic_sse (10525.200 MB/sec)
<6>md: raid6 personality registered for level 6
<6>md: raid5 personality registered for level 5
<6>md: raid4 personality registered for level 4
<6>md: raid10 personality registered for level 10
<6>usb 2-1.2.2: New USB device found, idVendor=046d, idProduct=c51a
<6>usb 2-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>usb 2-1.2.2: Product: USB Receiver
<6>usb 2-1.2.2: Manufacturer: Logitech
<6>input: Logitech USB Receiver as /class/input/input2
<6>generic-usb 0003:046D:C51A.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.0-1.2.2/input0
<6>input: Logitech USB Receiver as /class/input/input3
<6>generic-usb 0003:046D:C51A.0004: input,hiddev96,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.0-1.2.2/input1
<6>JFS: nTxBlock = 8192, nTxLock = 65536
<6>fuse init (API version 7.13)
<6>usb 2-1.2.3: new low speed USB device using ehci_hcd and address 6
<6>Intel(R) PRO/1000 Network Driver - version 7.3.21-k5-NAPI
<6>Copyright (c) 1999-2006 Intel Corporation.
<3>usb 2-1.2.3: unable to read config index 0 descriptor/all
<3>usb 2-1.2.3: can't read configurations, error -61
<6>usb 2-1.2.3: new low speed USB device using ehci_hcd and address 7
<3>usb 2-1.2.3: unable to read config index 0 descriptor/all
<3>usb 2-1.2.3: can't read configurations, error -61
<6>usb 2-1.2.3: new low speed USB device using ehci_hcd and address 8
<3>usb 2-1.2.3: device descriptor read/all, error 2
<6>usb 2-1.2.3: new low speed USB device using ehci_hcd and address 9
<3>usb 2-1.2.3: device descriptor read/all, error 2
<3>hub 2-1.2:1.0: unable to enumerate USB device on port 3
<6>kjournald starting. Commit interval 5 seconds
<6>EXT3-fs (sda6): mounted filesystem with writeback data mode
<6>udev: starting version 149
<6><3>udev: missing sysfs features; please update the kernel or disable the kernel's CONFIG_SYSFS_DEPRECATED option; udev may fail to work correctly
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e138640, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e138640, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e39aec0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e39aec0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011e95bce0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e138640, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e138640, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011e95bce0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011cda5cc0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011cda5cc0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>input: Power Button as /class/input/input4
<6>ACPI: Power Button [PWRB]
<6>input: Power Button as /class/input/input5
<6>ACPI: Power Button [PWRF]
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e39aec0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e39aec0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<7>Monitor-Mwait will be used to enter C-1 state
<7>Monitor-Mwait will be used to enter C-2 state
<7>Monitor-Mwait will be used to enter C-3 state
<0>cdrom_newpc_intr: completing rq ffff88011e804960
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>8139too: 8139too Fast Ethernet driver 0.9.28
<6>8139too 0000:07:02.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
<6>8139too 0000:07:02.0: eth0: RealTek RTL8139 at 0xffffc9000423cc00, 00:30:84:3b:5f:b5, IRQ 17
<6>r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
<6>r8169 0000:02:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
<7>r8169 0000:02:00.0: setting latency timer to 64
<6>r8169 0000:02:00.0: no MSI. Back to INTx.
<6>r8169 0000:02:00.0: eth1: RTL8168d/8111d at 0xffffc90000076000, 90:e6:ba:07:4a:25, XID 083000c0 IRQ 19
<6>Real Time Clock Driver v1.12b
<6>8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
<6>r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
<6>r8169 0000:07:04.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
<6>r8169 0000:07:04.0: (unregistered net_device): no PCI Express capability
<6>udev: renamed network interface eth0 to eth2
<6>udev: renamed network interface eth1 to eth0
<6>r8169 0000:07:04.0: eth1: RTL8169sc/8110sc at 0xffffc90000074800, 90:e6:ba:07:3b:b6, XID 18000000 IRQ 19
<6>HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
<7>HDA Intel 0000:00:1b.0: setting latency timer to 64
<6>HDA Intel 0000:01:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
<6>hda_intel: Disable MSI for Nvidia chipset
<7>HDA Intel 0000:01:00.1: setting latency timer to 64
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011d4fa5a0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011db279c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011db279c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011d4fa5a0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011efcaac0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011efcaac0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011d4fa5a0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>EXT3-fs (sda6): using internal journal
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011e804d20
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011db279c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011db279c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011e804d20
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce73bc0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce73bc0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011e804d20
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011d4fad20
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011db279c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011db279c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011d4fad20
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce73bc0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce73bc0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011d4fad20
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011d4faaa0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011db279c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011db279c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011d4faaa0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce73b40, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce73b40, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011d4faaa0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>r8169 0000:02:00.0: eth0: link up
<6>r8169 0000:02:00.0: eth0: link up
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011db279c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011db279c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e7de2c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e7de2c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011d6dc7e0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e7de2c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e7de2c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011b4711c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011b4711c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011d6dc7e0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e7de2c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e7de2c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011d6dc7e0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011b4711c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011b4711c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011efca340, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011efca340, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011d8815a0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011b4711c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011b4711c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011d8815a0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3b540, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3b540, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3b340, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3b340, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011e895e60
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3b640, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3b640, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3bcc0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3bcc0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011e1632e0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3bcc0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3bcc0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3b640, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3b640, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011e1632e0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3bcc0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3bcc0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011e1632e0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>NET: Registered protocol family 10
<6>lo: Disabled Privacy Extensions
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3b640, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3b640, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce32c40, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce32c40, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011e4de460
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3b640, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3b640, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011e4de460
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<7>eth0: no IPv6 routers present
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce32c40, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce32c40, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011b471c40, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011b471c40, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011cd4f1e0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce32c40, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce32c40, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011cd4f1e0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011b471c40, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011b471c40, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e64b4c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e64b4c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
f88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011cd4fe60
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011b471c40, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011b471c40, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011cd4fe60
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: fff
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e64b4c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e64b4c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e54e2c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e54e2c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011e163420
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e64b4c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e64b4c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011e163420
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: bad status with a sense rq: ffff88011e153680
<6>ide_cd_error_cmd completes rq: dev hda: type=3, flags=214440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e54e2c0, buffer (null), len 0
<3>INFO: task hald-addon-stor:14855 blocked for more than 120 seconds.
<3>"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
<6>hald-addon-st D 00000000ffffe126 0 14855 14835 0x00000000
<4> ffff88011cf8f850 0000000000000086 00000000ffffffff ffffffff81677020
<4> 0000000000011a00 0000000000011a00 0000000000004000 ffff88011d7effd8
<4> ffff88011cf8f850 ffff88011d7effd8 ffff88011e153800 ffff88011e14f270
<4>Call Trace:
<4> [<ffffffff813988e6>] ? schedule_timeout+0x1f/0x188
<4> [<ffffffff81035376>] ? lock_timer_base+0x25/0x49
<4> [<ffffffff81035826>] ? del_timer+0x72/0x7b
<4> [<ffffffff813980bf>] ? wait_for_common+0xc5/0x13b
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff81213ca4>] ? blk_execute_rq+0x81/0x99
<4> [<ffffffff81397dd8>] ? printk+0x40/0x45
<4> [<ffffffff81040b44>] ? hrtimer_try_to_cancel+0x62/0x6b
<4> [<ffffffff812a7c45>] ? ide_cd_queue_pc+0xee/0x1a6
<4> [<ffffffff810407e4>] ? hrtimer_wakeup+0x0/0x21
<4> [<ffffffff8108ef64>] ? free_poll_entry+0x11/0x1a
<4> [<ffffffff8108ef8f>] ? poll_freewait+0x22/0x5e
<4> [<ffffffff8108f2ee>] ? do_sys_poll+0x323/0x38b
<4> [<ffffffff812a7ede>] ? cdrom_check_status+0x4f/0x54
<4> [<ffffffff812a8f05>] ? ide_cdrom_check_media_change_real+0x1c/0x37
<4> [<ffffffff812d7f1d>] ? media_changed+0x43/0x74
<4> [<ffffffff810a475a>] ? check_disk_change+0x22/0x53
<4> [<ffffffff812daea4>] ? cdrom_open+0x3fd/0x458
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff81215a90>] ? get_disk+0x32/0x53
<4> [<ffffffff81215abd>] ? exact_lock+0xc/0x15
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff8128b6a3>] ? get_device+0x14/0x1b
<4> [<ffffffff812a6ee5>] ? idecd_open+0x77/0x96
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff810a543a>] ? __blkdev_get+0xaf/0x352
<4> [<ffffffff810a56e9>] ? blkdev_open+0x0/0x96
<4> [<ffffffff810a5750>] ? blkdev_open+0x67/0x96
<4> [<ffffffff810813d0>] ? __dentry_open+0x114/0x22e
<4> [<ffffffff8108b498>] ? do_last+0x47e/0x5ac
<4> [<ffffffff8108cff8>] ? do_filp_open+0x1b2/0x577
<4> [<ffffffff8107e717>] ? cache_alloc_refill+0x86/0x4bb
<4> [<ffffffff810811d5>] ? do_sys_open+0x56/0x100
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<3>INFO: task hald-addon-stor:14855 blocked for more than 120 seconds.
<3>"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
<6>hald-addon-st D 00000000ffffe126 0 14855 14835 0x00000000
<4> ffff88011cf8f850 0000000000000086 00000000ffffffff ffffffff81677020
<4> 0000000000011a00 0000000000011a00 0000000000004000 ffff88011d7effd8
<4> ffff88011cf8f850 ffff88011d7effd8 ffff88011e153800 ffff88011e14f270
<4>Call Trace:
<4> [<ffffffff813988e6>] ? schedule_timeout+0x1f/0x188
<4> [<ffffffff81035376>] ? lock_timer_base+0x25/0x49
<4> [<ffffffff81035826>] ? del_timer+0x72/0x7b
<4> [<ffffffff813980bf>] ? wait_for_common+0xc5/0x13b
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff81213ca4>] ? blk_execute_rq+0x81/0x99
<4> [<ffffffff81397dd8>] ? printk+0x40/0x45
<4> [<ffffffff81040b44>] ? hrtimer_try_to_cancel+0x62/0x6b
<4> [<ffffffff812a7c45>] ? ide_cd_queue_pc+0xee/0x1a6
<4> [<ffffffff810407e4>] ? hrtimer_wakeup+0x0/0x21
<4> [<ffffffff8108ef64>] ? free_poll_entry+0x11/0x1a
<4> [<ffffffff8108ef8f>] ? poll_freewait+0x22/0x5e
<4> [<ffffffff8108f2ee>] ? do_sys_poll+0x323/0x38b
<4> [<ffffffff812a7ede>] ? cdrom_check_status+0x4f/0x54
<4> [<ffffffff812a8f05>] ? ide_cdrom_check_media_change_real+0x1c/0x37
<4> [<ffffffff812d7f1d>] ? media_changed+0x43/0x74
<4> [<ffffffff810a475a>] ? check_disk_change+0x22/0x53
<4> [<ffffffff812daea4>] ? cdrom_open+0x3fd/0x458
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff81215a90>] ? get_disk+0x32/0x53
<4> [<ffffffff81215abd>] ? exact_lock+0xc/0x15
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff8128b6a3>] ? get_device+0x14/0x1b
<4> [<ffffffff812a6ee5>] ? idecd_open+0x77/0x96
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff810a543a>] ? __blkdev_get+0xaf/0x352
<4> [<ffffffff810a56e9>] ? blkdev_open+0x0/0x96
<4> [<ffffffff810a5750>] ? blkdev_open+0x67/0x96
<4> [<ffffffff810813d0>] ? __dentry_open+0x114/0x22e
<4> [<ffffffff8108b498>] ? do_last+0x47e/0x5ac
<4> [<ffffffff8108cff8>] ? do_filp_open+0x1b2/0x577
<4> [<ffffffff8107e717>] ? cache_alloc_refill+0x86/0x4bb
<4> [<ffffffff810811d5>] ? do_sys_open+0x56/0x100
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
f88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011cd4fe60
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011b471c40, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011b471c40, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011cd4fe60
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e64b4c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e64b4c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e54e2c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e54e2c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011e163420
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e64b4c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e64b4c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011e163420
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: bad status with a sense rq: ffff88011e153680
<6>ide_cd_error_cmd completes rq: dev hda: type=3, flags=214440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e54e2c0, buffer (null), len 0
<3>INFO: task hald-addon-stor:14855 blocked for more than 120 seconds.
<3>"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
<6>hald-addon-st D 00000000ffffe126 0 14855 14835 0x00000000
<4> ffff88011cf8f850 0000000000000086 00000000ffffffff ffffffff81677020
<4> 0000000000011a00 0000000000011a00 0000000000004000 ffff88011d7effd8
<4> ffff88011cf8f850 ffff88011d7effd8 ffff88011e153800 ffff88011e14f270
<4>Call Trace:
<4> [<ffffffff813988e6>] ? schedule_timeout+0x1f/0x188
<4> [<ffffffff81035376>] ? lock_timer_base+0x25/0x49
<4> [<ffffffff81035826>] ? del_timer+0x72/0x7b
<4> [<ffffffff813980bf>] ? wait_for_common+0xc5/0x13b
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff81213ca4>] ? blk_execute_rq+0x81/0x99
<4> [<ffffffff81397dd8>] ? printk+0x40/0x45
<4> [<ffffffff81040b44>] ? hrtimer_try_to_cancel+0x62/0x6b
<4> [<ffffffff812a7c45>] ? ide_cd_queue_pc+0xee/0x1a6
<4> [<ffffffff810407e4>] ? hrtimer_wakeup+0x0/0x21
<4> [<ffffffff8108ef64>] ? free_poll_entry+0x11/0x1a
<4> [<ffffffff8108ef8f>] ? poll_freewait+0x22/0x5e
<4> [<ffffffff8108f2ee>] ? do_sys_poll+0x323/0x38b
<4> [<ffffffff812a7ede>] ? cdrom_check_status+0x4f/0x54
<4> [<ffffffff812a8f05>] ? ide_cdrom_check_media_change_real+0x1c/0x37
<4> [<ffffffff812d7f1d>] ? media_changed+0x43/0x74
<4> [<ffffffff810a475a>] ? check_disk_change+0x22/0x53
<4> [<ffffffff812daea4>] ? cdrom_open+0x3fd/0x458
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff81215a90>] ? get_disk+0x32/0x53
<4> [<ffffffff81215abd>] ? exact_lock+0xc/0x15
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff8128b6a3>] ? get_device+0x14/0x1b
<4> [<ffffffff812a6ee5>] ? idecd_open+0x77/0x96
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff810a543a>] ? __blkdev_get+0xaf/0x352
<4> [<ffffffff810a56e9>] ? blkdev_open+0x0/0x96
<4> [<ffffffff810a5750>] ? blkdev_open+0x67/0x96
<4> [<ffffffff810813d0>] ? __dentry_open+0x114/0x22e
<4> [<ffffffff8108b498>] ? do_last+0x47e/0x5ac
<4> [<ffffffff8108cff8>] ? do_filp_open+0x1b2/0x577
<4> [<ffffffff8107e717>] ? cache_alloc_refill+0x86/0x4bb
<4> [<ffffffff810811d5>] ? do_sys_open+0x56/0x100
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<3>INFO: task hald-addon-stor:14855 blocked for more than 120 seconds.
<3>"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
<6>hald-addon-st D 00000000ffffe126 0 14855 14835 0x00000000
<4> ffff88011cf8f850 0000000000000086 00000000ffffffff ffffffff81677020
<4> 0000000000011a00 0000000000011a00 0000000000004000 ffff88011d7effd8
<4> ffff88011cf8f850 ffff88011d7effd8 ffff88011e153800 ffff88011e14f270
<4>Call Trace:
<4> [<ffffffff813988e6>] ? schedule_timeout+0x1f/0x188
<4> [<ffffffff81035376>] ? lock_timer_base+0x25/0x49
<4> [<ffffffff81035826>] ? del_timer+0x72/0x7b
<4> [<ffffffff813980bf>] ? wait_for_common+0xc5/0x13b
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff81213ca4>] ? blk_execute_rq+0x81/0x99
<4> [<ffffffff81397dd8>] ? printk+0x40/0x45
<4> [<ffffffff81040b44>] ? hrtimer_try_to_cancel+0x62/0x6b
<4> [<ffffffff812a7c45>] ? ide_cd_queue_pc+0xee/0x1a6
<4> [<ffffffff810407e4>] ? hrtimer_wakeup+0x0/0x21
<4> [<ffffffff8108ef64>] ? free_poll_entry+0x11/0x1a
<4> [<ffffffff8108ef8f>] ? poll_freewait+0x22/0x5e
<4> [<ffffffff8108f2ee>] ? do_sys_poll+0x323/0x38b
<4> [<ffffffff812a7ede>] ? cdrom_check_status+0x4f/0x54
<4> [<ffffffff812a8f05>] ? ide_cdrom_check_media_change_real+0x1c/0x37
<4> [<ffffffff812d7f1d>] ? media_changed+0x43/0x74
<4> [<ffffffff810a475a>] ? check_disk_change+0x22/0x53
<4> [<ffffffff812daea4>] ? cdrom_open+0x3fd/0x458
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff81215a90>] ? get_disk+0x32/0x53
<4> [<ffffffff81215abd>] ? exact_lock+0xc/0x15
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff8128b6a3>] ? get_device+0x14/0x1b
<4> [<ffffffff812a6ee5>] ? idecd_open+0x77/0x96
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff810a543a>] ? __blkdev_get+0xaf/0x352
<4> [<ffffffff810a56e9>] ? blkdev_open+0x0/0x96
<4> [<ffffffff810a5750>] ? blkdev_open+0x67/0x96
<4> [<ffffffff810813d0>] ? __dentry_open+0x114/0x22e
<4> [<ffffffff8108b498>] ? do_last+0x47e/0x5ac
<4> [<ffffffff8108cff8>] ? do_filp_open+0x1b2/0x577
<4> [<ffffffff8107e717>] ? cache_alloc_refill+0x86/0x4bb
<4> [<ffffffff810811d5>] ? do_sys_open+0x56/0x100
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3b540, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3b540, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3b340, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3b340, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011e895e60
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3b640, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3b640, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3bcc0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3bcc0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011e1632e0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3bcc0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3bcc0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3b640, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3b640, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011e1632e0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3bcc0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3bcc0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011e1632e0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>NET: Registered protocol family 10
<6>lo: Disabled Privacy Extensions
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3b640, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3b640, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce32c40, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce32c40, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011e4de460
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3b640, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011fe3b640, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011e4de460
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<7>eth0: no IPv6 routers present
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce32c40, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce32c40, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011b471c40, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011b471c40, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011cd4f1e0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce32c40, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ce32c40, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: completing rq ffff88011cd4f1e0
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011b471c40, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011b471c40, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: ffff88011e153680
<0>cdrom_newpc_intr: completing rq ffff88011e153680
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e64b4c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011e64b4c0, buffer (null), len 0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<0>cdrom_newpc_intr: complete failed rq: fff
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
2010-06-19 11:27 ` Hans Mueller
@ 2010-06-23 8:02 ` Borislav Petkov
2010-06-25 16:58 ` Hans Mueller
0 siblings, 1 reply; 33+ messages in thread
From: Borislav Petkov @ 2010-06-23 8:02 UTC (permalink / raw)
To: Hans Mueller; +Cc: Andrew Morton, linux-ide
From: Hans Mueller <hans42mueller@googlemail.com>
Date: Sat, Jun 19, 2010 at 01:27:08PM +0200
Right, ok, so this one is starting to get reeeal nasty...
Thanks for the logs.
> The hang seems to occur only if used my testcase (copying the file via
> scp (log11)). If I just boot the system and than shut it down again, the
> hang did not happen (log 10)
yeah, about that, can you boot your machine and do
cat /proc/interrupts > irqs
and
dmesg > dmesg.log
and send me the two files. It could be that the ide layer doesn't see
any interrupts anymore...
Also, when you shutdown after having done your test case, do you see any
activity after the "task ... blocked" backtrace? IOW, your log11 shows
that the device is processing some more requests but it could be because
of that other bug you said the capturing program had and maybe because
the kernel log buffer is not empty yet...
Here's the next debugging patch :), this one enables ide-cd full debug,
please apply and catch the output when shutting down.
Thanks for your hard work!
---
diff --git a/block/blk-core.c b/block/blk-core.c
index 9fe174d..1213e13 100644
--- a/block/blk-core.c
+++ b/block/blk-core.c
@@ -173,9 +173,9 @@ void blk_dump_rq_flags(struct request *rq, char *msg)
{
int bit;
- printk(KERN_INFO "%s: dev %s: type=%x, flags=%x\n", msg,
+ printk(KERN_INFO "%s: dev %s: type=%x, flags=%x, ref_count: %d\n", msg,
rq->rq_disk ? rq->rq_disk->disk_name : "?", rq->cmd_type,
- rq->cmd_flags);
+ rq->cmd_flags, rq->ref_count);
printk(KERN_INFO " sector %llu, nr/cnr %u/%u\n",
(unsigned long long)blk_rq_pos(rq),
diff --git a/drivers/ide/ide-cd.c b/drivers/ide/ide-cd.c
index 64207df..cefcaf4 100644
--- a/drivers/ide/ide-cd.c
+++ b/drivers/ide/ide-cd.c
@@ -448,6 +448,7 @@ int ide_cd_queue_pc(ide_drive_t *drive, const unsigned char *cmd,
int error;
rq = blk_get_request(drive->queue, write, __GFP_WAIT);
+ blk_dump_rq_flags(rq, "ide_cd_queue_pc got rq");
memcpy(rq->cmd, cmd, BLK_MAX_CDB);
rq->cmd_type = REQ_TYPE_ATA_PC;
@@ -464,12 +465,14 @@ int ide_cd_queue_pc(ide_drive_t *drive, const unsigned char *cmd,
}
error = blk_execute_rq(drive->queue, info->disk, rq, 0);
+ blk_dump_rq_flags(rq, "ide_cd_queue_pc exec rq");
if (buffer)
*bufflen = rq->resid_len;
flags = rq->cmd_flags;
blk_put_request(rq);
+ blk_dump_rq_flags(rq, "ide_cd_queue_pc put rq");
/*
* FIXME: we should probably abort/retry or something in case of
@@ -506,15 +509,23 @@ int ide_cd_queue_pc(ide_drive_t *drive, const unsigned char *cmd,
return (flags & REQ_FAILED) ? -EIO : 0;
}
-static void ide_cd_error_cmd(ide_drive_t *drive, struct ide_cmd *cmd)
+/*
+ * notify callers that we ended the rq by returning a true value
+ */
+static bool ide_cd_error_cmd(ide_drive_t *drive, struct ide_cmd *cmd)
{
unsigned int nr_bytes = cmd->nbytes - cmd->nleft;
if (cmd->tf_flags & IDE_TFLAG_WRITE)
nr_bytes -= cmd->last_xfer_len;
- if (nr_bytes > 0)
+ if (nr_bytes > 0) {
+ blk_dump_rq_flags(drive->hwif->rq, "ide_cd_error_cmd completes rq");
ide_complete_rq(drive, 0, nr_bytes);
+ return true;
+ }
+
+ return false;
}
static ide_startstop_t cdrom_newpc_intr(ide_drive_t *drive)
@@ -552,8 +563,10 @@ static ide_startstop_t cdrom_newpc_intr(ide_drive_t *drive)
if (!OK_STAT(stat, 0, BAD_R_STAT)) {
rc = cdrom_decode_status(drive, stat);
if (rc) {
- if (rc == 2)
+ if (rc == 2) {
+ printk(KERN_EMERG "%s: bad status with a sense rq: %p\n", __func__, rq);
goto out_end;
+ }
return ide_stopped;
}
}
@@ -667,8 +680,10 @@ out_end:
blk_end_request_all(rq, 0);
hwif->rq = NULL;
} else {
- if (sense && uptodate)
+ if (sense && uptodate) {
+ printk(KERN_EMERG "%s: complete failed rq: %p\n", __func__, rq);
ide_cd_complete_failed_rq(drive, rq);
+ }
if (blk_fs_request(rq)) {
if (cmd->nleft == 0)
@@ -679,7 +694,10 @@ out_end:
}
if (uptodate == 0 && rq->bio)
- ide_cd_error_cmd(drive, cmd);
+ if (ide_cd_error_cmd(drive, cmd)) {
+ printk(KERN_EMERG "ide_cd_error_cmd completes rq");
+ return ide_stopped;
+ }
/* make sure it's fully ended */
if (blk_fs_request(rq) == 0) {
@@ -688,10 +706,13 @@ out_end:
rq->resid_len += cmd->last_xfer_len;
}
+ printk(KERN_EMERG "%s: completing rq %p\n", __func__, rq);
ide_complete_rq(drive, uptodate ? 0 : -EIO, blk_rq_bytes(rq));
- if (sense && rc == 2)
+ if (sense && rc == 2) {
+ printk(KERN_EMERG "%s: request sense failure, rq: %p\n", __func__, rq);
ide_error(drive, "request sense failure", stat);
+ }
}
return ide_stopped;
}
@@ -1707,6 +1728,8 @@ static int ide_cd_probe(ide_drive_t *drive)
struct gendisk *g;
struct request_sense sense;
+ drive->debug_mask = 0xffffffff;
+
ide_debug_log(IDE_DBG_PROBE, "driver_req: %s, media: 0x%x",
drive->driver_req, drive->media);
@@ -1716,7 +1739,6 @@ static int ide_cd_probe(ide_drive_t *drive)
if (drive->media != ide_cdrom && drive->media != ide_optical)
goto failed;
- drive->debug_mask = debug_mask;
drive->irq_handler = cdrom_newpc_intr;
info = kzalloc(sizeof(struct cdrom_info), GFP_KERNEL);
diff --git a/drivers/ide/ide-cd.h b/drivers/ide/ide-cd.h
index 93a3cf1..613542a 100644
--- a/drivers/ide/ide-cd.h
+++ b/drivers/ide/ide-cd.h
@@ -8,7 +8,7 @@
#include <linux/cdrom.h>
#include <asm/byteorder.h>
-#define IDECD_DEBUG_LOG 0
+#define IDECD_DEBUG_LOG 1
#if IDECD_DEBUG_LOG
#define ide_debug_log(lvl, fmt, args...) __ide_debug_log(lvl, fmt, ## args)
diff --git a/drivers/ide/ide-io.c b/drivers/ide/ide-io.c
index 172ac92..c522435 100644
--- a/drivers/ide/ide-io.c
+++ b/drivers/ide/ide-io.c
@@ -126,8 +126,13 @@ int ide_complete_rq(ide_drive_t *drive, int error, unsigned int nr_bytes)
nr_bytes = blk_rq_sectors(rq) << 9;
rc = ide_end_rq(drive, rq, error, nr_bytes);
- if (rc == 0)
+ if (rc == 0) {
+ printk(KERN_EMERG "ide_complete_rq: no buffers pending for this rq");
hwif->rq = NULL;
+ }
+ else
+ blk_dump_rq_flags(rq, "still buffers pending for this rq");
+
return rc;
}
--
Regards/Gruss,
Boris.
^ permalink raw reply related [flat|nested] 33+ messages in thread
* Re: [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
2010-06-23 8:02 ` Borislav Petkov
@ 2010-06-25 16:58 ` Hans Mueller
2010-06-30 6:54 ` Borislav Petkov
0 siblings, 1 reply; 33+ messages in thread
From: Hans Mueller @ 2010-06-25 16:58 UTC (permalink / raw)
To: Borislav Petkov; +Cc: Andrew Morton, linux-ide
[-- Attachment #1: Type: text/plain, Size: 607 bytes --]
Okey, I hope I captured all the data you asked me for
On Wed, 23 Jun 2010 10:02:00 +0200
Borislav Petkov <bp@alien8.de> wrote:
> cat /proc/interrupts > irqs
> dmesg > dmesg.log
They are attached
> Also, when you shutdown after having done your test case, do you see any
> activity after the "task ... blocked" backtrace?
log12 contains everything exactly how I saw it on my screen; the data I
saw, ended with "[...] comp", too.
log12 contains the kernel buffers data from the time between starting
the transfer and the hang while shutting down.
--
Gruß/Regards,
Jonas
[-- Attachment #2: dmesg.log --]
[-- Type: text/x-log, Size: 31115 bytes --]
cdrom_newpc_intr: complete failed rq: ffff88011e15d680
ide-cd: cdrom_analyze_sense_data: error_code: 0x0, sense_key: 0x0
ide-cd: cdrom_analyze_sense_data: failed cmd: 0x25
cdrom_newpc_intr: completing rq ffff88011e15d680
ide_complete_rq: no buffers pending for this rq
ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail ffff88011efafdc0, buffer (null), len 0
ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail ffff88011efafdc0, buffer (null), len 0
ide-cd: cdrom_read_tocentry: enter
ide-cd: ide_cd_queue_pc: cmd[0]: 0x43, write: 0x0, timeout: 0, cmd_flags: 0x8000
ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: ide_cd_do_request: cmd: 0x43, block: 18446744073709551615
ide_cd_do_request: dev hda: type=a, flags=128a440, ref_count: 2
sector 18446744073709551615, nr/cnr 0/0
bio ffff88011ed9f7c0, biotail ffff88011ed9f7c0, buffer (null), len 4
ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x43, rq->cmd_type: 0xa
ide-cd: cdrom_newpc_intr: cmd: 0x43, write: 0x0
ide-cd: cdrom_decode_status: cmd: 0x43, rq->cmd_type: 0xa, err: 0x24, stat 0x51
ide-cd: ide_cd_do_request: cmd: 0x3, block: 18446744073709551615
ide_cd_do_request: dev hda: type=3, flags=210440, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio ffff88011efafdc0, biotail ffff88011efafdc0, buffer (null), len 18
ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x3, rq->cmd_type: 0x3
ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x58, thislen: 18
ide-cd: cdrom_newpc_intr: data transfer, rq->cmd_type: 0x3, ireason: 0x2
ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x50, thislen: 0
ide-cd: ide_cd_request_sense_fixup: rq->cmd[0]: 0x3
cdrom_newpc_intr: complete failed rq: ffff88011e15d680
ide-cd: cdrom_analyze_sense_data: error_code: 0x0, sense_key: 0x0
ide-cd: cdrom_analyze_sense_data: failed cmd: 0x43
cdrom_newpc_intr: completing rq ffff88011e15d680
ide_complete_rq: no buffers pending for this rq
ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail ffff88011ed9f7c0, buffer (null), len 0
ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail ffff88011ed9f7c0, buffer (null), len 0
ide-cd: cdrom_check_status: enter
ide-cd: ide_cd_queue_pc: cmd[0]: 0x0, write: 0x0, timeout: 0, cmd_flags: 0x8000
ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: ide_cd_do_request: cmd: 0x0, block: 18446744073709551615
ide_cd_do_request: dev hda: type=a, flags=108a440, ref_count: 2
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x0, rq->cmd_type: 0xa
ide-cd: cdrom_newpc_intr: cmd: 0x0, write: 0x0
ide-cd: cdrom_decode_status: cmd: 0x0, rq->cmd_type: 0xa, err: 0x24, stat 0x51
ide-cd: ide_cd_do_request: cmd: 0x3, block: 18446744073709551615
ide_cd_do_request: dev hda: type=3, flags=210440, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio ffff88011efafdc0, biotail ffff88011efafdc0, buffer (null), len 18
ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x3, rq->cmd_type: 0x3
ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x58, thislen: 18
ide-cd: cdrom_newpc_intr: data transfer, rq->cmd_type: 0x3, ireason: 0x2
ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x50, thislen: 0
ide-cd: ide_cd_request_sense_fixup: rq->cmd[0]: 0x3
cdrom_newpc_intr: complete failed rq: ffff88011e15d680
ide-cd: cdrom_analyze_sense_data: error_code: 0x0, sense_key: 0x0
ide-cd: cdrom_analyze_sense_data: failed cmd: 0x0
cdrom_newpc_intr: completing rq ffff88011e15d680
ide_complete_rq: no buffers pending for this rq
ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: ide_cd_queue_pc: cmd[0]: 0x4a, write: 0x0, timeout: 700, cmd_flags: 0x8000
ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: ide_cd_do_request: cmd: 0x4a, block: 18446744073709551615
ide_cd_do_request: dev hda: type=a, flags=128a440, ref_count: 2
sector 18446744073709551615, nr/cnr 0/0
bio ffff88011efafdc0, biotail ffff88011efafdc0, buffer (null), len 8
ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x4a, rq->cmd_type: 0xa
ide-cd: cdrom_newpc_intr: cmd: 0x4a, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x58, thislen: 8
ide-cd: cdrom_newpc_intr: data transfer, rq->cmd_type: 0xa, ireason: 0x2
ide-cd: cdrom_newpc_intr: cmd: 0x4a, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x50, thislen: 0
ide-cd: ide_cd_request_sense_fixup: rq->cmd[0]: 0x4a
cdrom_newpc_intr: completing rq ffff88011d55dce0
ide_complete_rq: no buffers pending for this rq
ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail ffff88011efafdc0, buffer (null), len 0
ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail ffff88011efafdc0, buffer (null), len 0
ide-cd: ide_cd_queue_pc: cmd[0]: 0x1e, write: 0x0, timeout: 0, cmd_flags: 0x0
ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: ide_cd_do_request: cmd: 0x1e, block: 18446744073709551615
ide_cd_do_request: dev hda: type=a, flags=1082440, ref_count: 2
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x1e, rq->cmd_type: 0xa
ide-cd: cdrom_newpc_intr: cmd: 0x1e, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x50, thislen: 0
ide-cd: ide_cd_request_sense_fixup: rq->cmd[0]: 0x1e
cdrom_newpc_intr: completing rq ffff88011d55dce0
ide_complete_rq: no buffers pending for this rq
ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
eth0: no IPv6 routers present
ide-cd: cdrom_check_status: enter
ide-cd: ide_cd_queue_pc: cmd[0]: 0x0, write: 0x0, timeout: 0, cmd_flags: 0x8000
ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: ide_cd_do_request: cmd: 0x0, block: 18446744073709551615
ide_cd_do_request: dev hda: type=a, flags=108a440, ref_count: 2
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x0, rq->cmd_type: 0xa
ide-cd: cdrom_newpc_intr: cmd: 0x0, write: 0x0
ide-cd: cdrom_decode_status: cmd: 0x0, rq->cmd_type: 0xa, err: 0x24, stat 0x51
ide-cd: ide_cd_do_request: cmd: 0x3, block: 18446744073709551615
ide_cd_do_request: dev hda: type=3, flags=210440, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio ffff88011ed9f7c0, biotail ffff88011ed9f7c0, buffer (null), len 18
ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x3, rq->cmd_type: 0x3
ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x58, thislen: 18
ide-cd: cdrom_newpc_intr: data transfer, rq->cmd_type: 0x3, ireason: 0x2
ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x50, thislen: 0
ide-cd: ide_cd_request_sense_fixup: rq->cmd[0]: 0x3
cdrom_newpc_intr: complete failed rq: ffff88011e15d680
ide-cd: cdrom_analyze_sense_data: error_code: 0x0, sense_key: 0x0
ide-cd: cdrom_analyze_sense_data: failed cmd: 0x0
cdrom_newpc_intr: completing rq ffff88011e15d680
ide_complete_rq: no buffers pending for this rq
ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: ide_cd_read_toc: enter
ide-cd: cdrom_check_status: enter
ide-cd: ide_cd_queue_pc: cmd[0]: 0x0, write: 0x0, timeout: 0, cmd_flags: 0x8000
ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: ide_cd_do_request: cmd: 0x0, block: 18446744073709551615
ide_cd_do_request: dev hda: type=a, flags=108a440, ref_count: 2
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x0, rq->cmd_type: 0xa
ide-cd: cdrom_newpc_intr: cmd: 0x0, write: 0x0
ide-cd: cdrom_decode_status: cmd: 0x0, rq->cmd_type: 0xa, err: 0x24, stat 0x51
ide-cd: ide_cd_do_request: cmd: 0x3, block: 18446744073709551615
ide_cd_do_request: dev hda: type=3, flags=210440, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio ffff88011ed9f7c0, biotail ffff88011ed9f7c0, buffer (null), len 18
ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x3, rq->cmd_type: 0x3
ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x58, thislen: 18
ide-cd: cdrom_newpc_intr: data transfer, rq->cmd_type: 0x3, ireason: 0x2
ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x50, thislen: 0
ide-cd: ide_cd_request_sense_fixup: rq->cmd[0]: 0x3
cdrom_newpc_intr: complete failed rq: ffff88011e15d680
ide-cd: cdrom_analyze_sense_data: error_code: 0x0, sense_key: 0x0
ide-cd: cdrom_analyze_sense_data: failed cmd: 0x0
cdrom_newpc_intr: completing rq ffff88011e15d680
ide_complete_rq: no buffers pending for this rq
ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: cdrom_read_capacity: enter
ide-cd: ide_cd_queue_pc: cmd[0]: 0x25, write: 0x0, timeout: 0, cmd_flags: 0x8000
ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: ide_cd_do_request: cmd: 0x25, block: 18446744073709551615
ide_cd_do_request: dev hda: type=a, flags=128a440, ref_count: 2
sector 18446744073709551615, nr/cnr 0/0
bio ffff88011ed9f7c0, biotail ffff88011ed9f7c0, buffer (null), len 8
ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x25, rq->cmd_type: 0xa
ide-cd: cdrom_newpc_intr: cmd: 0x25, write: 0x0
ide-cd: cdrom_decode_status: cmd: 0x25, rq->cmd_type: 0xa, err: 0x24, stat 0x51
ide-cd: ide_cd_do_request: cmd: 0x3, block: 18446744073709551615
ide_cd_do_request: dev hda: type=3, flags=210440, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio ffff88011da600c0, biotail ffff88011da600c0, buffer (null), len 18
ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x3, rq->cmd_type: 0x3
ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x58, thislen: 18
ide-cd: cdrom_newpc_intr: data transfer, rq->cmd_type: 0x3, ireason: 0x2
ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x50, thislen: 0
ide-cd: ide_cd_request_sense_fixup: rq->cmd[0]: 0x3
cdrom_newpc_intr: complete failed rq: ffff88011e15d680
ide-cd: cdrom_analyze_sense_data: error_code: 0x0, sense_key: 0x0
ide-cd: cdrom_analyze_sense_data: failed cmd: 0x25
cdrom_newpc_intr: completing rq ffff88011e15d680
ide_complete_rq: no buffers pending for this rq
ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail ffff88011ed9f7c0, buffer (null), len 0
ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail ffff88011ed9f7c0, buffer (null), len 0
ide-cd: cdrom_read_tocentry: enter
ide-cd: ide_cd_queue_pc: cmd[0]: 0x43, write: 0x0, timeout: 0, cmd_flags: 0x8000
ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: ide_cd_do_request: cmd: 0x43, block: 18446744073709551615
ide_cd_do_request: dev hda: type=a, flags=128a440, ref_count: 2
sector 18446744073709551615, nr/cnr 0/0
bio ffff88011da600c0, biotail ffff88011da600c0, buffer (null), len 4
ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x43, rq->cmd_type: 0xa
ide-cd: cdrom_newpc_intr: cmd: 0x43, write: 0x0
ide-cd: cdrom_decode_status: cmd: 0x43, rq->cmd_type: 0xa, err: 0x24, stat 0x51
ide-cd: ide_cd_do_request: cmd: 0x3, block: 18446744073709551615
ide_cd_do_request: dev hda: type=3, flags=210440, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio ffff88011ed9f7c0, biotail ffff88011ed9f7c0, buffer (null), len 18
ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x3, rq->cmd_type: 0x3
ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x58, thislen: 18
ide-cd: cdrom_newpc_intr: data transfer, rq->cmd_type: 0x3, ireason: 0x2
ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x50, thislen: 0
ide-cd: ide_cd_request_sense_fixup: rq->cmd[0]: 0x3
cdrom_newpc_intr: complete failed rq: ffff88011e15d680
ide-cd: cdrom_analyze_sense_data: error_code: 0x0, sense_key: 0x0
ide-cd: cdrom_analyze_sense_data: failed cmd: 0x43
cdrom_newpc_intr: completing rq ffff88011e15d680
ide_complete_rq: no buffers pending for this rq
ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail ffff88011da600c0, buffer (null), len 0
ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail ffff88011da600c0, buffer (null), len 0
ide-cd: cdrom_check_status: enter
ide-cd: ide_cd_queue_pc: cmd[0]: 0x0, write: 0x0, timeout: 0, cmd_flags: 0x8000
ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: ide_cd_do_request: cmd: 0x0, block: 18446744073709551615
ide_cd_do_request: dev hda: type=a, flags=108a440, ref_count: 2
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x0, rq->cmd_type: 0xa
ide-cd: cdrom_newpc_intr: cmd: 0x0, write: 0x0
ide-cd: cdrom_decode_status: cmd: 0x0, rq->cmd_type: 0xa, err: 0x24, stat 0x51
ide-cd: ide_cd_do_request: cmd: 0x3, block: 18446744073709551615
ide_cd_do_request: dev hda: type=3, flags=210440, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio ffff88011ed9f7c0, biotail ffff88011ed9f7c0, buffer (null), len 18
ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x3, rq->cmd_type: 0x3
ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x58, thislen: 18
ide-cd: cdrom_newpc_intr: data transfer, rq->cmd_type: 0x3, ireason: 0x2
ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x50, thislen: 0
ide-cd: ide_cd_request_sense_fixup: rq->cmd[0]: 0x3
cdrom_newpc_intr: complete failed rq: ffff88011e15d680
ide-cd: cdrom_analyze_sense_data: error_code: 0x0, sense_key: 0x0
ide-cd: cdrom_analyze_sense_data: failed cmd: 0x0
cdrom_newpc_intr: completing rq ffff88011e15d680
ide_complete_rq: no buffers pending for this rq
ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: ide_cd_queue_pc: cmd[0]: 0x4a, write: 0x0, timeout: 700, cmd_flags: 0x8000
ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: ide_cd_do_request: cmd: 0x4a, block: 18446744073709551615
ide_cd_do_request: dev hda: type=a, flags=128a440, ref_count: 2
sector 18446744073709551615, nr/cnr 0/0
bio ffff88011ed9f7c0, biotail ffff88011ed9f7c0, buffer (null), len 8
ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x4a, rq->cmd_type: 0xa
ide-cd: cdrom_newpc_intr: cmd: 0x4a, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x58, thislen: 8
ide-cd: cdrom_newpc_intr: data transfer, rq->cmd_type: 0xa, ireason: 0x2
ide-cd: cdrom_newpc_intr: cmd: 0x4a, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x50, thislen: 0
ide-cd: ide_cd_request_sense_fixup: rq->cmd[0]: 0x4a
cdrom_newpc_intr: completing rq ffff88011e184320
ide_complete_rq: no buffers pending for this rq
ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail ffff88011ed9f7c0, buffer (null), len 0
ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail ffff88011ed9f7c0, buffer (null), len 0
ide-cd: ide_cd_queue_pc: cmd[0]: 0x1e, write: 0x0, timeout: 0, cmd_flags: 0x0
ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: ide_cd_do_request: cmd: 0x1e, block: 18446744073709551615
ide_cd_do_request: dev hda: type=a, flags=1082440, ref_count: 2
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x1e, rq->cmd_type: 0xa
ide-cd: cdrom_newpc_intr: cmd: 0x1e, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x50, thislen: 0
ide-cd: ide_cd_request_sense_fixup: rq->cmd[0]: 0x1e
cdrom_newpc_intr: completing rq ffff88011e184320
ide_complete_rq: no buffers pending for this rq
ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: cdrom_check_status: enter
ide-cd: ide_cd_queue_pc: cmd[0]: 0x0, write: 0x0, timeout: 0, cmd_flags: 0x8000
ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: ide_cd_do_request: cmd: 0x0, block: 18446744073709551615
ide_cd_do_request: dev hda: type=a, flags=108a440, ref_count: 2
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x0, rq->cmd_type: 0xa
ide-cd: cdrom_newpc_intr: cmd: 0x0, write: 0x0
ide-cd: cdrom_decode_status: cmd: 0x0, rq->cmd_type: 0xa, err: 0x24, stat 0x51
ide-cd: ide_cd_do_request: cmd: 0x3, block: 18446744073709551615
ide_cd_do_request: dev hda: type=3, flags=210440, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio ffff88011da600c0, biotail ffff88011da600c0, buffer (null), len 18
ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x3, rq->cmd_type: 0x3
ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x58, thislen: 18
ide-cd: cdrom_newpc_intr: data transfer, rq->cmd_type: 0x3, ireason: 0x2
ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x50, thislen: 0
ide-cd: ide_cd_request_sense_fixup: rq->cmd[0]: 0x3
cdrom_newpc_intr: complete failed rq: ffff88011e15d680
ide-cd: cdrom_analyze_sense_data: error_code: 0x0, sense_key: 0x0
ide-cd: cdrom_analyze_sense_data: failed cmd: 0x0
cdrom_newpc_intr: completing rq ffff88011e15d680
ide_complete_rq: no buffers pending for this rq
ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: ide_cd_read_toc: enter
ide-cd: cdrom_check_status: enter
ide-cd: ide_cd_queue_pc: cmd[0]: 0x0, write: 0x0, timeout: 0, cmd_flags: 0x8000
ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: ide_cd_do_request: cmd: 0x0, block: 18446744073709551615
ide_cd_do_request: dev hda: type=a, flags=108a440, ref_count: 2
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x0, rq->cmd_type: 0xa
ide-cd: cdrom_newpc_intr: cmd: 0x0, write: 0x0
ide-cd: cdrom_decode_status: cmd: 0x0, rq->cmd_type: 0xa, err: 0x24, stat 0x51
ide-cd: ide_cd_do_request: cmd: 0x3, block: 18446744073709551615
ide_cd_do_request: dev hda: type=3, flags=210440, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio ffff88011da600c0, biotail ffff88011da600c0, buffer (null), len 18
ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x3, rq->cmd_type: 0x3
ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x58, thislen: 18
ide-cd: cdrom_newpc_intr: data transfer, rq->cmd_type: 0x3, ireason: 0x2
ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x50, thislen: 0
ide-cd: ide_cd_request_sense_fixup: rq->cmd[0]: 0x3
cdrom_newpc_intr: complete failed rq: ffff88011e15d680
ide-cd: cdrom_analyze_sense_data: error_code: 0x0, sense_key: 0x0
ide-cd: cdrom_analyze_sense_data: failed cmd: 0x0
cdrom_newpc_intr: completing rq ffff88011e15d680
ide_complete_rq: no buffers pending for this rq
ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: cdrom_read_capacity: enter
ide-cd: ide_cd_queue_pc: cmd[0]: 0x25, write: 0x0, timeout: 0, cmd_flags: 0x8000
ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: ide_cd_do_request: cmd: 0x25, block: 18446744073709551615
ide_cd_do_request: dev hda: type=a, flags=128a440, ref_count: 2
sector 18446744073709551615, nr/cnr 0/0
bio ffff88011da600c0, biotail ffff88011da600c0, buffer (null), len 8
ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x25, rq->cmd_type: 0xa
ide-cd: cdrom_newpc_intr: cmd: 0x25, write: 0x0
ide-cd: cdrom_decode_status: cmd: 0x25, rq->cmd_type: 0xa, err: 0x24, stat 0x51
ide-cd: ide_cd_do_request: cmd: 0x3, block: 18446744073709551615
ide_cd_do_request: dev hda: type=3, flags=210440, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio ffff88011eb84240, biotail ffff88011eb84240, buffer (null), len 18
ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x3, rq->cmd_type: 0x3
ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x58, thislen: 18
ide-cd: cdrom_newpc_intr: data transfer, rq->cmd_type: 0x3, ireason: 0x2
ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x50, thislen: 0
ide-cd: ide_cd_request_sense_fixup: rq->cmd[0]: 0x3
cdrom_newpc_intr: complete failed rq: ffff88011e15d680
ide-cd: cdrom_analyze_sense_data: error_code: 0x0, sense_key: 0x0
ide-cd: cdrom_analyze_sense_data: failed cmd: 0x25
cdrom_newpc_intr: completing rq ffff88011e15d680
ide_complete_rq: no buffers pending for this rq
ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail ffff88011da600c0, buffer (null), len 0
ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail ffff88011da600c0, buffer (null), len 0
ide-cd: cdrom_read_tocentry: enter
ide-cd: ide_cd_queue_pc: cmd[0]: 0x43, write: 0x0, timeout: 0, cmd_flags: 0x8000
ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: ide_cd_do_request: cmd: 0x43, block: 18446744073709551615
ide_cd_do_request: dev hda: type=a, flags=128a440, ref_count: 2
sector 18446744073709551615, nr/cnr 0/0
bio ffff88011eb84240, biotail ffff88011eb84240, buffer (null), len 4
ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x43, rq->cmd_type: 0xa
ide-cd: cdrom_newpc_intr: cmd: 0x43, write: 0x0
ide-cd: cdrom_decode_status: cmd: 0x43, rq->cmd_type: 0xa, err: 0x24, stat 0x51
ide-cd: ide_cd_do_request: cmd: 0x3, block: 18446744073709551615
ide_cd_do_request: dev hda: type=3, flags=210440, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio ffff88011da600c0, biotail ffff88011da600c0, buffer (null), len 18
ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x3, rq->cmd_type: 0x3
ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x58, thislen: 18
ide-cd: cdrom_newpc_intr: data transfer, rq->cmd_type: 0x3, ireason: 0x2
ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x50, thislen: 0
ide-cd: ide_cd_request_sense_fixup: rq->cmd[0]: 0x3
cdrom_newpc_intr: complete failed rq: ffff88011e15d680
ide-cd: cdrom_analyze_sense_data: error_code: 0x0, sense_key: 0x0
ide-cd: cdrom_analyze_sense_data: failed cmd: 0x43
cdrom_newpc_intr: completing rq ffff88011e15d680
ide_complete_rq: no buffers pending for this rq
ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail ffff88011eb84240, buffer (null), len 0
ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail ffff88011eb84240, buffer (null), len 0
ide-cd: cdrom_check_status: enter
ide-cd: ide_cd_queue_pc: cmd[0]: 0x0, write: 0x0, timeout: 0, cmd_flags: 0x8000
ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: ide_cd_do_request: cmd: 0x0, block: 18446744073709551615
ide_cd_do_request: dev hda: type=a, flags=108a440, ref_count: 2
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x0, rq->cmd_type: 0xa
ide-cd: cdrom_newpc_intr: cmd: 0x0, write: 0x0
ide-cd: cdrom_decode_status: cmd: 0x0, rq->cmd_type: 0xa, err: 0x24, stat 0x51
ide-cd: ide_cd_do_request: cmd: 0x3, block: 18446744073709551615
ide_cd_do_request: dev hda: type=3, flags=210440, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio ffff88011da600c0, biotail ffff88011da600c0, buffer (null), len 18
ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x3, rq->cmd_type: 0x3
ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x58, thislen: 18
ide-cd: cdrom_newpc_intr: data transfer, rq->cmd_type: 0x3, ireason: 0x2
ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x50, thislen: 0
ide-cd: ide_cd_request_sense_fixup: rq->cmd[0]: 0x3
cdrom_newpc_intr: complete failed rq: ffff88011e15d680
ide-cd: cdrom_analyze_sense_data: error_code: 0x0, sense_key: 0x0
ide-cd: cdrom_analyze_sense_data: failed cmd: 0x0
cdrom_newpc_intr: completing rq ffff88011e15d680
ide_complete_rq: no buffers pending for this rq
ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: ide_cd_queue_pc: cmd[0]: 0x4a, write: 0x0, timeout: 700, cmd_flags: 0x8000
ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: ide_cd_do_request: cmd: 0x4a, block: 18446744073709551615
ide_cd_do_request: dev hda: type=a, flags=128a440, ref_count: 2
sector 18446744073709551615, nr/cnr 0/0
bio ffff88011da600c0, biotail ffff88011da600c0, buffer (null), len 8
ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x4a, rq->cmd_type: 0xa
ide-cd: cdrom_newpc_intr: cmd: 0x4a, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x58, thislen: 8
ide-cd: cdrom_newpc_intr: data transfer, rq->cmd_type: 0xa, ireason: 0x2
ide-cd: cdrom_newpc_intr: cmd: 0x4a, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x50, thislen: 0
ide-cd: ide_cd_request_sense_fixup: rq->cmd[0]: 0x4a
cdrom_newpc_intr: completing rq ffff88011e61fe20
ide_complete_rq: no buffers pending for this rq
ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail ffff88011da600c0, buffer (null), len 0
ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail ffff88011da600c0, buffer (null), len 0
ide-cd: ide_cd_queue_pc: cmd[0]: 0x1e, write: 0x0, timeout: 0, cmd_flags: 0x0
ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: ide_cd_do_request: cmd: 0x1e, block: 18446744073709551615
ide_cd_do_request: dev hda: type=a, flags=1082440, ref_count: 2
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x1e, rq->cmd_type: 0xa
ide-cd: cdrom_newpc_intr: cmd: 0x1e, write: 0x0
ide-cd: cdrom_newpc_intr: DRQ: stat: 0x50, thislen: 0
ide-cd: ide_cd_request_sense_fixup: rq->cmd[0]: 0x1e
cdrom_newpc_intr: completing rq ffff88011e61fe20
ide_complete_rq: no buffers pending for this rq
ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
sector 18446744073709551615, nr/cnr 0/0
bio (null), biotail (null), buffer (null), len 0
[-- Attachment #3: irqs --]
[-- Type: application/octet-stream, Size: 3291 bytes --]
CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7
0: 42503 0 0 0 0 0 0 0 IO-APIC-edge timer
1: 2 0 0 0 0 0 0 0 IO-APIC-edge i8042
4: 2 0 0 0 0 0 0 0 IO-APIC-edge
9: 0 0 0 0 0 0 0 0 IO-APIC-fasteoi acpi
12: 4 0 0 0 0 0 0 0 IO-APIC-edge i8042
14: 0 0 0 0 0 0 0 0 IO-APIC-edge ide2
15: 0 0 0 0 0 0 0 0 IO-APIC-edge ide3
16: 26 0 0 0 0 0 0 0 IO-APIC-fasteoi ehci_hcd:usb1
17: 127 0 0 0 0 0 0 0 IO-APIC-fasteoi hda_intel
18: 47 0 0 0 0 0 0 0 IO-APIC-fasteoi firewire_ohci, ahci
19: 753 0 0 0 0 0 0 0 IO-APIC-fasteoi ide0, ide1, eth0
21: 3989 0 0 0 0 0 0 0 IO-APIC-fasteoi ahci
22: 300 0 0 0 0 0 0 0 IO-APIC-fasteoi hda_intel
23: 415 0 0 0 0 0 0 0 IO-APIC-fasteoi ehci_hcd:usb2
NMI: 0 0 0 0 0 0 0 0 Non-maskable interrupts
LOC: 3113 45555 45538 45520 45502 45484 45466 45448 Local timer interrupts
SPU: 0 0 0 0 0 0 0 0 Spurious interrupts
PMI: 0 0 0 0 0 0 0 0 Performance monitoring interrupts
PND: 0 0 0 0 0 0 0 0 Performance pending work
RES: 316 418 354 423 166 136 186 211 Rescheduling interrupts
CAL: 145 204 206 116 193 193 200 199 Function call interrupts
TLB: 1991 2024 1952 1964 698 707 709 656 TLB shootdowns
TRM: 0 0 0 0 0 0 0 0 Thermal event interrupts
THR: 0 0 0 0 0 0 0 0 Threshold APIC interrupts
MCE: 0 0 0 0 0 0 0 0 Machine check exceptions
MCP: 3 3 3 3 3 3 3 3 Machine check polls
ERR: 7
MIS: 0
[-- Attachment #4: log12 --]
[-- Type: application/octet-stream, Size: 41839 bytes --]
<6>ide_cd_error_cmd completes rq: dev hda: type=3, flags=214440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio ffff88011ead54c0, biotail ffff88011ead54c0, buffer (null), len 18
<0>ide_complete_rq: no buffers pending for this rq
<0>ide_cd_error_cmd completes rqq
<3>INFO: task hald-addon-stor:14952 blocked for more than 120 seconds.
<3>"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
<6>hald-addon-st D 00000000ffffb7dc 0 14952 14931 0x00000000
<4> ffff88011e198250 0000000000000086 0000000000000000 ffffffff81677020
<4> 0000000000011a00 0000000000011a00 0000000000004000 ffff88011e09dfd8
<4> ffff88011e198250 ffff88011e09dfd8 ffff88011e1ed270 ffff88011e1aa840
<4>Call Trace:
<4> [<ffffffff81398d76>] ? schedule_timeout+0x1f/0x188
<4> [<ffffffff81035376>] ? lock_timer_base+0x25/0x49
<4> [<ffffffff81035826>] ? del_timer+0x72/0x7b
<4> [<ffffffff8139854f>] ? wait_for_common+0xc5/0x13b
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff81213ca4>] ? blk_execute_rq+0x81/0x99
<4> [<ffffffff81213e67>] ? blk_recount_segments+0x16/0x25
<4> [<ffffffff810a3834>] ? bio_phys_segments+0xf/0x14
<4> [<ffffffff8120ecd4>] ? blk_rq_bio_prep+0x2a/0xac
<4> [<ffffffff812a7f7b>] ? ide_cd_queue_pc+0x129/0x1e3
<4> [<ffffffff81398268>] ? printk+0x40/0x45
<4> [<ffffffff812a823f>] ? cdrom_read_tocentry+0xa7/0xb4
<4> [<ffffffff812a83e3>] ? ide_cd_read_toc+0x117/0x38b
<4> [<ffffffff8108ef8f>] ? poll_freewait+0x22/0x5e
<4> [<ffffffff812a8cc5>] ? idecd_revalidate_disk+0x17/0x1e
<4> [<ffffffff810a46cc>] ? flush_disk+0xd/0x79
<4> [<ffffffff812d83b5>] ? media_changed+0x43/0x74
<4> [<ffffffff810a477d>] ? check_disk_change+0x45/0x53
<4> [<ffffffff812db33c>] ? cdrom_open+0x3fd/0x458
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff81215a90>] ? get_disk+0x32/0x53
<4> [<ffffffff81215abd>] ? exact_lock+0xc/0x15
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff8128b6a3>] ? get_device+0x14/0x1b
<4> [<ffffffff812a6f97>] ? idecd_open+0x77/0x96
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff810a543a>] ? __blkdev_get+0xaf/0x352
<4> [<ffffffff810a56e9>] ? blkdev_open+0x0/0x96
<4> [<ffffffff810a5750>] ? blkdev_open+0x67/0x96
<4> [<ffffffff810813d0>] ? __dentry_open+0x114/0x22e
<4> [<ffffffff8108b498>] ? do_last+0x47e/0x5ac
<4> [<ffffffff8108cff8>] ? do_filp_open+0x1b2/0x577
<4> [<ffffffff810811d5>] ? do_sys_open+0x56/0x100
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<3>INFO: task hald-addon-stor:14952 blocked for more than 120 seconds.
<3>"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
<6>hald-addon-st D 00000000ffffb7dc 0 14952 14931 0x00000000
<4> ffff88011e198250 0000000000000086 0000000000000000 ffffffff81677020
<4> 0000000000011a00 0000000000011a00 0000000000004000 ffff88011e09dfd8
<4> ffff88011e198250 ffff88011e09dfd8 ffff88011e1ed270 ffff88011e1aa840
<4>Call Trace:
<4> [<ffffffff81398d76>] ? schedule_timeout+0x1f/0x188
<4> [<ffffffff81035376>] ? lock_timer_base+0x25/0x49
<4> [<ffffffff81035826>] ? del_timer+0x72/0x7b
<4> [<ffffffff8139854f>] ? wait_for_common+0xc5/0x13b
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff81213ca4>] ? blk_execute_rq+0x81/0x99
<4> [<ffffffff81213e67>] ? blk_recount_segments+0x16/0x25
<4> [<ffffffff810a3834>] ? bio_phys_segments+0xf/0x14
<4> [<ffffffff8120ecd4>] ? blk_rq_bio_prep+0x2a/0xac
<4> [<ffffffff812a7f7b>] ? ide_cd_queue_pc+0x129/0x1e3
<4> [<ffffffff81398268>] ? printk+0x40/0x45
<4> [<ffffffff812a823f>] ? cdrom_read_tocentry+0xa7/0xb4
<4> [<ffffffff812a83e3>] ? ide_cd_read_toc+0x117/0x38b
<4> [<ffffffff8108ef8f>] ? poll_freewait+0x22/0x5e
<4> [<ffffffff812a8cc5>] ? idecd_revalidate_disk+0x17/0x1e
<4> [<ffffffff810a46cc>] ? flush_disk+0xd/0x79
<4> [<ffffffff812d83b5>] ? media_changed+0x43/0x74
<4> [<ffffffff810a477d>] ? check_disk_change+0x45/0x53
<4> [<ffffffff812db33c>] ? cdrom_open+0x3fd/0x458
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff81215a90>] ? get_disk+0x32/0x53
<4> [<ffffffff81215abd>] ? exact_lock+0xc/0x15
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff8128b6a3>] ? get_device+0x14/0x1b
<4> [<ffffffff812a6f97>] ? idecd_open+0x77/0x96
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff810a543a>] ? __blkdev_get+0xaf/0x352
<4> [<ffffffff810a56e9>] ? blkdev_open+0x0/0x96
<4> [<ffffffff810a5750>] ? blkdev_open+0x67/0x96
<4> [<ffffffff810813d0>] ? __dentry_open+0x114/0x22e
<4> [<ffffffff8108b498>] ? do_last+0x47e/0x5ac
<4> [<ffffffff8108cff8>] ? do_filp_open+0x1b2/0x577
<4> [<ffffffff810811d5>] ? do_sys_open+0x56/0x100
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<3>INFO: task hald-addon-stor:14952 blocked for more than 120 seconds.
<3>"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
<6>hald-addon-st D 00000000ffffb7dc 0 14952 14931 0x00000000
<4> ffff88011e198250 0000000000000086 0000000000000000 ffffffff81677020
<4> 0000000000011a00 0000000000011a00 0000000000004000 ffff88011e09dfd8
<4> ffff88011e198250 ffff88011e09dfd8 ffff88011e1ed270 ffff88011e1aa840
<4>Call Trace:
<4> [<ffffffff81398d76>] ? schedule_timeout+0x1f/0x188
<4> [<ffffffff81035376>] ? lock_timer_base+0x25/0x49
<4> [<ffffffff81035826>] ? del_timer+0x72/0x7b
<4> [<ffffffff8139854f>] ? wait_for_common+0xc5/0x13b
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff81213ca4>] ? blk_execute_rq+0x81/0x99
<4> [<ffffffff81213e67>] ? blk_recount_segments+0x16/0x25
<4> [<ffffffff810a3834>] ? bio_phys_segments+0xf/0x14
<4> [<ffffffff8120ecd4>] ? blk_rq_bio_prep+0x2a/0xac
<4> [<ffffffff812a7f7b>] ? ide_cd_queue_pc+0x129/0x1e3
<4> [<ffffffff81398268>] ? printk+0x40/0x45
<4> [<ffffffff812a823f>] ? cdrom_read_tocentry+0xa7/0xb4
<4> [<ffffffff812a83e3>] ? ide_cd_read_toc+0x117/0x38b
<4> [<ffffffff8108ef8f>] ? poll_freewait+0x22/0x5e
<4> [<ffffffff812a8cc5>] ? idecd_revalidate_disk+0x17/0x1e
<4> [<ffffffff810a46cc>] ? flush_disk+0xd/0x79
<4> [<ffffffff812d83b5>] ? media_changed+0x43/0x74
<4> [<ffffffff810a477d>] ? check_disk_change+0x45/0x53
<4> [<ffffffff812db33c>] ? cdrom_open+0x3fd/0x458
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff81215a90>] ? get_disk+0x32/0x53
<4> [<ffffffff81215abd>] ? exact_lock+0xc/0x15
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff8128b6a3>] ? get_device+0x14/0x1b
<4> [<ffffffff812a6f97>] ? idecd_open+0x77/0x96
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff810a543a>] ? __blkdev_get+0xaf/0x352
<4> [<ffffffff810a56e9>] ? blkdev_open+0x0/0x96
<4> [<ffffffff810a5750>] ? blkdev_open+0x67/0x96
<4> [<ffffffff810813d0>] ? __dentry_open+0x114/0x22e
<4> [<ffffffff8108b498>] ? do_last+0x47e/0x5ac
<4> [<ffffffff8108cff8>] ? do_filp_open+0x1b2/0x577
<4> [<ffffffff810811d5>] ? do_sys_open+0x56/0x100
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<3>INFO: task hald-addon-stor:14952 blocked for more than 120 seconds.
<3>"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
<6>hald-addon-st D 00000000ffffb7dc 0 14952 14931 0x00000000
<4> ffff88011e198250 0000000000000086 0000000000000000 ffffffff81677020
<4> 0000000000011a00 0000000000011a00 0000000000004000 ffff88011e09dfd8
<4> ffff88011e198250 ffff88011e09dfd8 ffff88011e1ed270 ffff88011e1aa840
<4>Call Trace:
<4> [<ffffffff81398d76>] ? schedule_timeout+0x1f/0x188
<4> [<ffffffff81035376>] ? lock_timer_base+0x25/0x49
<4> [<ffffffff81035826>] ? del_timer+0x72/0x7b
<4> [<ffffffff8139854f>] ? wait_for_common+0xc5/0x13b
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff81213ca4>] ? blk_execute_rq+0x81/0x99
<4> [<ffffffff81213e67>] ? blk_recount_segments+0x16/0x25
<4> [<ffffffff810a3834>] ? bio_phys_segments+0xf/0x14
<4> [<ffffffff8120ecd4>] ? blk_rq_bio_prep+0x2a/0xac
<4> [<ffffffff812a7f7b>] ? ide_cd_queue_pc+0x129/0x1e3
<4> [<ffffffff81398268>] ? printk+0x40/0x45
<4> [<ffffffff812a823f>] ? cdrom_read_tocentry+0xa7/0xb4
<4> [<ffffffff812a83e3>] ? ide_cd_read_toc+0x117/0x38b
<4> [<ffffffff8108ef8f>] ? poll_freewait+0x22/0x5e
<4> [<ffffffff812a8cc5>] ? idecd_revalidate_disk+0x17/0x1e
<4> [<ffffffff810a46cc>] ? flush_disk+0xd/0x79
<4> [<ffffffff812d83b5>] ? media_changed+0x43/0x74
<4> [<ffffffff810a477d>] ? check_disk_change+0x45/0x53
<4> [<ffffffff812db33c>] ? cdrom_open+0x3fd/0x458
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff81215a90>] ? get_disk+0x32/0x53
<4> [<ffffffff81215abd>] ? exact_lock+0xc/0x15
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff8128b6a3>] ? get_device+0x14/0x1b
<4> [<ffffffff812a6f97>] ? idecd_open+0x77/0x96
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff810a543a>] ? __blkdev_get+0xaf/0x352
<4> [<ffffffff810a56e9>] ? blkdev_open+0x0/0x96
<4> [<ffffffff810a5750>] ? blkdev_open+0x67/0x96
<4> [<ffffffff810813d0>] ? __dentry_open+0x114/0x22e
<4> [<ffffffff8108b498>] ? do_last+0x47e/0x5ac
<4> [<ffffffff8108cff8>] ? do_filp_open+0x1b2/0x577
<4> [<ffffffff810811d5>] ? do_sys_open+0x56/0x100
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
leting rq ffff88011e1a2680
<0>ide_complete_rq: no buffers pending for this rq
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ead54c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ead54c0, buffer (null), len 0
<6>ide-cd: cdrom_read_tocentry: enter
<6>ide-cd: ide_cd_queue_pc: cmd[0]: 0x43, write: 0x0, timeout: 0, cmd_flags: 0x8000
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide-cd: ide_cd_do_request: cmd: 0x43, block: 18446744073709551615
<6>ide_cd_do_request: dev hda: type=a, flags=128a440, ref_count: 2
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio ffff88011e926dc0, biotail ffff88011e926dc0, buffer (null), len 4
<6>ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x43, rq->cmd_type: 0xa
<6>ide-cd: cdrom_newpc_intr: cmd: 0x43, write: 0x0
<6>ide-cd: cdrom_decode_status: cmd: 0x43, rq->cmd_type: 0xa, err: 0x24, stat 0x51
<6>ide-cd: ide_cd_do_request: cmd: 0x3, block: 18446744073709551615
<6>ide_cd_do_request: dev hda: type=3, flags=210440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio ffff88011ead54c0, biotail ffff88011ead54c0, buffer (null), len 18
<6>ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x3, rq->cmd_type: 0x3
<6>ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
<6>ide-cd: cdrom_newpc_intr: DRQ: stat: 0x58, thislen: 18
<6>ide-cd: cdrom_newpc_intr: data transfer, rq->cmd_type: 0x3, ireason: 0x1
<6>ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
<6>ide-cd: cdrom_decode_status: cmd: 0x3, rq->cmd_type: 0x3, err: 0x24, stat 0x51
<0>cdrom_newpc_intr: bad status with a sense rq: ffff88011e1a2680
<6>ide_cd_error_cmd completes rq: dev hda: type=3, flags=214440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio ffff88011ead54c0, biotail ffff88011ead54c0, buffer (null), len 18
<0>ide_complete_rq: no buffers pending for this rq
<0>ide_cd_error_cmd completes rq
<3>INFO: task hald-addon-stor:14952 blocked for more than 120 seconds.
<3>"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
<6>hald-addon-st D 00000000ffffb7dc 0 14952 14931 0x00000000
<4> ffff88011e198250 0000000000000086 0000000000000000 ffffffff81677020
<4> 0000000000011a00 0000000000011a00 0000000000004000 ffff88011e09dfd8
<4> ffff88011e198250 ffff88011e09dfd8 ffff88011e1ed270 ffff88011e1aa840
<4>Call Trace:
<4> [<ffffffff81398d76>] ? schedule_timeout+0x1f/0x188
<4> [<ffffffff81035376>] ? lock_timer_base+0x25/0x49
<4> [<ffffffff81035826>] ? del_timer+0x72/0x7b
<4> [<ffffffff8139854f>] ? wait_for_common+0xc5/0x13b
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff81213ca4>] ? blk_execute_rq+0x81/0x99
<4> [<ffffffff81213e67>] ? blk_recount_segments+0x16/0x25
<4> [<ffffffff810a3834>] ? bio_phys_segments+0xf/0x14
<4> [<ffffffff8120ecd4>] ? blk_rq_bio_prep+0x2a/0xac
<4> [<ffffffff812a7f7b>] ? ide_cd_queue_pc+0x129/0x1e3
<4> [<ffffffff81398268>] ? printk+0x40/0x45
<4> [<ffffffff812a823f>] ? cdrom_read_tocentry+0xa7/0xb4
<4> [<ffffffff812a83e3>] ? ide_cd_read_toc+0x117/0x38b
<4> [<ffffffff8108ef8f>] ? poll_freewait+0x22/0x5e
<4> [<ffffffff812a8cc5>] ? idecd_revalidate_disk+0x17/0x1e
<4> [<ffffffff810a46cc>] ? flush_disk+0xd/0x79
<4> [<ffffffff812d83b5>] ? media_changed+0x43/0x74
<4> [<ffffffff810a477d>] ? check_disk_change+0x45/0x53
<4> [<ffffffff812db33c>] ? cdrom_open+0x3fd/0x458
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff81215a90>] ? get_disk+0x32/0x53
<4> [<ffffffff81215abd>] ? exact_lock+0xc/0x15
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff8128b6a3>] ? get_device+0x14/0x1b
<4> [<ffffffff812a6f97>] ? idecd_open+0x77/0x96
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff810a543a>] ? __blkdev_get+0xaf/0x352
<4> [<ffffffff810a56e9>] ? blkdev_open+0x0/0x96
<4> [<ffffffff810a5750>] ? blkdev_open+0x67/0x96
<4> [<ffffffff810813d0>] ? __dentry_open+0x114/0x22e
<4> [<ffffffff8108b498>] ? do_last+0x47e/0x5ac
<4> [<ffffffff8108cff8>] ? do_filp_open+0x1b2/0x577
<4> [<ffffffff810811d5>] ? do_sys_open+0x56/0x100
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<3>INFO: task hald-addon-stor:14952 blocked for more than 120 seconds.
<3>"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
<6>hald-addon-st D 00000000ffffb7dc 0 14952 14931 0x00000000
<4> ffff88011e198250 0000000000000086 0000000000000000 ffffffff81677020
<4> 0000000000011a00 0000000000011a00 0000000000004000 ffff88011e09dfd8
<4> ffff88011e198250 ffff88011e09dfd8 ffff88011e1ed270 ffff88011e1aa840
<4>Call Trace:
<4> [<ffffffff81398d76>] ? schedule_timeout+0x1f/0x188
<4> [<ffffffff81035376>] ? lock_timer_base+0x25/0x49
<4> [<ffffffff81035826>] ? del_timer+0x72/0x7b
<4> [<ffffffff8139854f>] ? wait_for_common+0xc5/0x13b
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff81213ca4>] ? blk_execute_rq+0x81/0x99
<4> [<ffffffff81213e67>] ? blk_recount_segments+0x16/0x25
<4> [<ffffffff810a3834>] ? bio_phys_segments+0xf/0x14
<4> [<ffffffff8120ecd4>] ? blk_rq_bio_prep+0x2a/0xac
<4> [<ffffffff812a7f7b>] ? ide_cd_queue_pc+0x129/0x1e3
<4> [<ffffffff81398268>] ? printk+0x40/0x45
<4> [<ffffffff812a823f>] ? cdrom_read_tocentry+0xa7/0xb4
<4> [<ffffffff812a83e3>] ? ide_cd_read_toc+0x117/0x38b
<4> [<ffffffff8108ef8f>] ? poll_freewait+0x22/0x5e
<4> [<ffffffff812a8cc5>] ? idecd_revalidate_disk+0x17/0x1e
<4> [<ffffffff810a46cc>] ? flush_disk+0xd/0x79
<4> [<ffffffff812d83b5>] ? media_changed+0x43/0x74
<4> [<ffffffff810a477d>] ? check_disk_change+0x45/0x53
<4> [<ffffffff812db33c>] ? cdrom_open+0x3fd/0x458
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff81215a90>] ? get_disk+0x32/0x53
<4> [<ffffffff81215abd>] ? exact_lock+0xc/0x15
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff8128b6a3>] ? get_device+0x14/0x1b
<4> [<ffffffff812a6f97>] ? idecd_open+0x77/0x96
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff810a543a>] ? __blkdev_get+0xaf/0x352
<4> [<ffffffff810a56e9>] ? blkdev_open+0x0/0x96
<4> [<ffffffff810a5750>] ? blkdev_open+0x67/0x96
<4> [<ffffffff810813d0>] ? __dentry_open+0x114/0x22e
<4> [<ffffffff8108b498>] ? do_last+0x47e/0x5ac
<4> [<ffffffff8108cff8>] ? do_filp_open+0x1b2/0x577
<4> [<ffffffff810811d5>] ? do_sys_open+0x56/0x100
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<3>INFO: task hald-addon-stor:14952 blocked for more than 120 seconds.
<3>"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
<6>hald-addon-st D 00000000ffffb7dc 0 14952 14931 0x00000000
<4> ffff88011e198250 0000000000000086 0000000000000000 ffffffff81677020
<4> 0000000000011a00 0000000000011a00 0000000000004000 ffff88011e09dfd8
<4> ffff88011e198250 ffff88011e09dfd8 ffff88011e1ed270 ffff88011e1aa840
<4>Call Trace:
<4> [<ffffffff81398d76>] ? schedule_timeout+0x1f/0x188
<4> [<ffffffff81035376>] ? lock_timer_base+0x25/0x49
<4> [<ffffffff81035826>] ? del_timer+0x72/0x7b
<4> [<ffffffff8139854f>] ? wait_for_common+0xc5/0x13b
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff81213ca4>] ? blk_execute_rq+0x81/0x99
<4> [<ffffffff81213e67>] ? blk_recount_segments+0x16/0x25
<4> [<ffffffff810a3834>] ? bio_phys_segments+0xf/0x14
<4> [<ffffffff8120ecd4>] ? blk_rq_bio_prep+0x2a/0xac
<4> [<ffffffff812a7f7b>] ? ide_cd_queue_pc+0x129/0x1e3
<4> [<ffffffff81398268>] ? printk+0x40/0x45
<4> [<ffffffff812a823f>] ? cdrom_read_tocentry+0xa7/0xb4
<4> [<ffffffff812a83e3>] ? ide_cd_read_toc+0x117/0x38b
<4> [<ffffffff8108ef8f>] ? poll_freewait+0x22/0x5e
<4> [<ffffffff812a8cc5>] ? idecd_revalidate_disk+0x17/0x1e
<4> [<ffffffff810a46cc>] ? flush_disk+0xd/0x79
<4> [<ffffffff812d83b5>] ? media_changed+0x43/0x74
<4> [<ffffffff810a477d>] ? check_disk_change+0x45/0x53
<4> [<ffffffff812db33c>] ? cdrom_open+0x3fd/0x458
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff81215a90>] ? get_disk+0x32/0x53
<4> [<ffffffff81215abd>] ? exact_lock+0xc/0x15
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff8128b6a3>] ? get_device+0x14/0x1b
<4> [<ffffffff812a6f97>] ? idecd_open+0x77/0x96
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff810a543a>] ? __blkdev_get+0xaf/0x352
<4> [<ffffffff810a56e9>] ? blkdev_open+0x0/0x96
<4> [<ffffffff810a5750>] ? blkdev_open+0x67/0x96
<4> [<ffffffff810813d0>] ? __dentry_open+0x114/0x22e
<4> [<ffffffff8108b498>] ? do_last+0x47e/0x5ac
<4> [<ffffffff8108cff8>] ? do_filp_open+0x1b2/0x577
<4> [<ffffffff810811d5>] ? do_sys_open+0x56/0x100
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
<3>INFO: task hald-addon-stor:14952 blocked for more than 120 seconds.
<3>"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
<6>hald-addon-st D 00000000ffffb7dc 0 14952 14931 0x00000000
<4> ffff88011e198250 0000000000000086 0000000000000000 ffffffff81677020
<4> 0000000000011a00 0000000000011a00 0000000000004000 ffff88011e09dfd8
<4> ffff88011e198250 ffff88011e09dfd8 ffff88011e1ed270 ffff88011e1aa840
<4>Call Trace:
<4> [<ffffffff81398d76>] ? schedule_timeout+0x1f/0x188
<4> [<ffffffff81035376>] ? lock_timer_base+0x25/0x49
<4> [<ffffffff81035826>] ? del_timer+0x72/0x7b
<4> [<ffffffff8139854f>] ? wait_for_common+0xc5/0x13b
<4> [<ffffffff810291fe>] ? default_wake_function+0x0/0xf
<4> [<ffffffff81213ca4>] ? blk_execute_rq+0x81/0x99
<4> [<ffffffff81213e67>] ? blk_recount_segments+0x16/0x25
<4> [<ffffffff810a3834>] ? bio_phys_segments+0xf/0x14
<4> [<ffffffff8120ecd4>] ? blk_rq_bio_prep+0x2a/0xac
<4> [<ffffffff812a7f7b>] ? ide_cd_queue_pc+0x129/0x1e3
<4> [<ffffffff81398268>] ? printk+0x40/0x45
<4> [<ffffffff812a823f>] ? cdrom_read_tocentry+0xa7/0xb4
<4> [<ffffffff812a83e3>] ? ide_cd_read_toc+0x117/0x38b
<4> [<ffffffff8108ef8f>] ? poll_freewait+0x22/0x5e
<4> [<ffffffff812a8cc5>] ? idecd_revalidate_disk+0x17/0x1e
<4> [<ffffffff810a46cc>] ? flush_disk+0xd/0x79
<4> [<ffffffff812d83b5>] ? media_changed+0x43/0x74
<4> [<ffffffff810a477d>] ? check_disk_change+0x45/0x53
<4> [<ffffffff812db33c>] ? cdrom_open+0x3fd/0x458
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff81215a90>] ? get_disk+0x32/0x53
<4> [<ffffffff81215abd>] ? exact_lock+0xc/0x15
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff8128b6a3>] ? get_device+0x14/0x1b
<4> [<ffffffff812a6f97>] ? idecd_open+0x77/0x96
<4> [<ffffffff8121b647>] ? kobject_get+0x12/0x17
<4> [<ffffffff810a543a>] ? __blkdev_get+0xaf/0x352
<4> [<ffffffff810a56e9>] ? blkdev_open+0x0/0x96
<4> [<ffffffff810a5750>] ? blkdev_open+0x67/0x96
<4> [<ffffffff810813d0>] ? __dentry_open+0x114/0x22e
<4> [<ffffffff8108b498>] ? do_last+0x47e/0x5ac
<4> [<ffffffff8108cff8>] ? do_filp_open+0x1b2/0x577
<4> [<ffffffff810811d5>] ? do_sys_open+0x56/0x100
<4> [<ffffffff81001e2b>] ? system_call_fastpath+0x16/0x1b
write: 0x0
<6>ide-cd: cdrom_newpc_intr: DRQ: stat: 0x50, thislen: 0
<6>ide-cd: ide_cd_request_sense_fixup: rq->cmd[0]: 0x3
<0>cdrom_newpc_intr: complete failed rq: ffff88011e1a2680
<6>ide-cd: cdrom_analyze_sense_data: error_code: 0x0, sense_key: 0x0
<6>ide-cd: cdrom_analyze_sense_data: failed cmd: 0x0
<0>cdrom_newpc_intr: completing rq ffff88011e1a2680
<0>ide_complete_rq: no buffers pending for this rq
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide-cd: ide_cd_queue_pc: cmd[0]: 0x4a, write: 0x0, timeout: 700, cmd_flags: 0x8000
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide-cd: ide_cd_do_request: cmd: 0x4a, block: 18446744073709551615
<6>ide_cd_do_request: dev hda: type=a, flags=128a440, ref_count: 2
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio ffff88011ead5940, biotail ffff88011ead5940, buffer (null), len 8
<6>ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x4a, rq->cmd_type: 0xa
<6>ide-cd: cdrom_newpc_intr: cmd: 0x4a, write: 0x0
<6>ide-cd: cdrom_newpc_intr: DRQ: stat: 0x58, thislen: 8
<6>ide-cd: cdrom_newpc_intr: data transfer, rq->cmd_type: 0xa, ireason: 0x2
<6>ide-cd: cdrom_newpc_intr: cmd: 0x4a, write: 0x0
<6>ide-cd: cdrom_newpc_intr: DRQ: stat: 0x50, thislen: 0
<6>ide-cd: ide_cd_request_sense_fixup: rq->cmd[0]: 0x4a
<0>cdrom_newpc_intr: completing rq ffff88011d856aa0
<0>ide_complete_rq: no buffers pending for this rq
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ead5940, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ead5940, buffer (null), len 0
<6>ide-cd: ide_cd_queue_pc: cmd[0]: 0x1e, write: 0x0, timeout: 0, cmd_flags: 0x0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide-cd: ide_cd_do_request: cmd: 0x1e, block: 18446744073709551615
<6>ide_cd_do_request: dev hda: type=a, flags=1082440, ref_count: 2
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x1e, rq->cmd_type: 0xa
<6>ide-cd: cdrom_newpc_intr: cmd: 0x1e, write: 0x0
<6>ide-cd: cdrom_newpc_intr: DRQ: stat: 0x50, thislen: 0
<6>ide-cd: ide_cd_request_sense_fixup: rq->cmd[0]: 0x1e
<0>cdrom_newpc_intr: completing rq ffff88011d856aa0
<0>ide_complete_rq: no buffers pending for this rq
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>NET: Registered protocol family 10
<6>lo: Disabled Privacy Extensions
<6>ide-cd: cdrom_check_status: enter
<6>ide-cd: ide_cd_queue_pc: cmd[0]: 0x0, write: 0x0, timeout: 0, cmd_flags: 0x8000
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide-cd: ide_cd_do_request: cmd: 0x0, block: 18446744073709551615
<6>ide_cd_do_request: dev hda: type=a, flags=108a440, ref_count: 2
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x0, rq->cmd_type: 0xa
<6>ide-cd: cdrom_newpc_intr: cmd: 0x0, write: 0x0
<6>ide-cd: cdrom_decode_status: cmd: 0x0, rq->cmd_type: 0xa, err: 0x24, stat 0x51
<6>ide-cd: ide_cd_do_request: cmd: 0x3, block: 18446744073709551615
<6>ide_cd_do_request: dev hda: type=3, flags=210440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio ffff88011ead58c0, biotail ffff88011ead58c0, buffer (null), len 18
<6>ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x3, rq->cmd_type: 0x3
<6>ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
<6>ide-cd: cdrom_newpc_intr: DRQ: stat: 0x58, thislen: 18
<6>ide-cd: cdrom_newpc_intr: data transfer, rq->cmd_type: 0x3, ireason: 0x2
<6>ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
<6>ide-cd: cdrom_newpc_intr: DRQ: stat: 0x50, thislen: 0
<6>ide-cd: ide_cd_request_sense_fixup: rq->cmd[0]: 0x3
<0>cdrom_newpc_intr: complete failed rq: ffff88011e1a2680
<6>ide-cd: cdrom_analyze_sense_data: error_code: 0x0, sense_key: 0x0
<6>ide-cd: cdrom_analyze_sense_data: failed cmd: 0x0
<0>cdrom_newpc_intr: completing rq ffff88011e1a2680
<0>ide_complete_rq: no buffers pending for this rq
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide-cd: ide_cd_read_toc: enter
<6>ide-cd: cdrom_check_status: enter
<6>ide-cd: ide_cd_queue_pc: cmd[0]: 0x0, write: 0x0, timeout: 0, cmd_flags: 0x8000
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide-cd: ide_cd_do_request: cmd: 0x0, block: 18446744073709551615
<6>ide_cd_do_request: dev hda: type=a, flags=108a440, ref_count: 2
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x0, rq->cmd_type: 0xa
<6>ide-cd: cdrom_newpc_intr: cmd: 0x0, write: 0x0
<6>ide-cd: cdrom_decode_status: cmd: 0x0, rq->cmd_type: 0xa, err: 0x24, stat 0x51
<6>ide-cd: ide_cd_do_request: cmd: 0x3, block: 18446744073709551615
<6>ide_cd_do_request: dev hda: type=3, flags=210440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio ffff88011ead58c0, biotail ffff88011ead58c0, buffer (null), len 18
<6>ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x3, rq->cmd_type: 0x3
<6>ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
<6>ide-cd: cdrom_newpc_intr: DRQ: stat: 0x58, thislen: 18
<6>ide-cd: cdrom_newpc_intr: data transfer, rq->cmd_type: 0x3, ireason: 0x2
<6>ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
<6>ide-cd: cdrom_newpc_intr: DRQ: stat: 0x50, thislen: 0
<6>ide-cd: ide_cd_request_sense_fixup: rq->cmd[0]: 0x3
<0>cdrom_newpc_intr: complete failed rq: ffff88011e1a2680
<6>ide-cd: cdrom_analyze_sense_data: error_code: 0x0, sense_key: 0x0
<6>ide-cd: cdrom_analyze_sense_data: failed cmd: 0x0
<0>cdrom_newpc_intr: completing rq ffff88011e1a2680
<0>ide_complete_rq: no buffers pending for this rq
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide-cd: cdrom_read_capacity: enter
<6>ide-cd: ide_cd_queue_pc: cmd[0]: 0x25, write: 0x0, timeout: 0, cmd_flags: 0x8000
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide-cd: ide_cd_do_request: cmd: 0x25, block: 18446744073709551615
<6>ide_cd_do_request: dev hda: type=a, flags=128a440, ref_count: 2
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio ffff88011ead58c0, biotail ffff88011ead58c0, buffer (null), len 8
<6>ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x25, rq->cmd_type: 0xa
<6>ide-cd: cdrom_newpc_intr: cmd: 0x25, write: 0x0
<6>ide-cd: cdrom_decode_status: cmd: 0x25, rq->cmd_type: 0xa, err: 0x24, stat 0x51
<6>ide-cd: ide_cd_do_request: cmd: 0x3, block: 18446744073709551615
<6>ide_cd_do_request: dev hda: type=3, flags=210440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio ffff88011ead54c0, biotail ffff88011ead54c0, buffer (null), len 18
<6>ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x3, rq->cmd_type: 0x3
<6>ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
<6>ide-cd: cdrom_newpc_intr: DRQ: stat: 0x58, thislen: 18
<6>ide-cd: cdrom_newpc_intr: data transfer, rq->cmd_type: 0x3, ireason: 0x2
<6>ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
<6>ide-cd: cdrom_newpc_intr: DRQ: stat: 0x50, thislen: 0
<6>ide-cd: ide_cd_request_sense_fixup: rq->cmd[0]: 0x3
<0>cdrom_newpc_intr: complete failed rq: ffff88011e1a2680
<6>ide-cd: cdrom_analyze_sense_data: error_code: 0x0, sense_key: 0x0
<6>ide-cd: cdrom_analyze_sense_data: failed cmd: 0x25
<0>cdrom_newpc_intr: completing rq ffff88011e1a2680
<0>ide_complete_rq: no buffers pending for this rq
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ead58c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ead58c0, buffer (null), len 0
<6>ide-cd: cdrom_read_tocentry: enter
<6>ide-cd: ide_cd_queue_pc: cmd[0]: 0x43, write: 0x0, timeout: 0, cmd_flags: 0x8000
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide-cd: ide_cd_do_request: cmd: 0x43, block: 18446744073709551615
<6>ide_cd_do_request: dev hda: type=a, flags=128a440, ref_count: 2
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio ffff88011ead54c0, biotail ffff88011ead54c0, buffer (null), len 4
<6>ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x43, rq->cmd_type: 0xa
<6>ide-cd: cdrom_newpc_intr: cmd: 0x43, write: 0x0
<6>ide-cd: cdrom_decode_status: cmd: 0x43, rq->cmd_type: 0xa, err: 0x24, stat 0x51
<6>ide-cd: ide_cd_do_request: cmd: 0x3, block: 18446744073709551615
<6>ide_cd_do_request: dev hda: type=3, flags=210440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio ffff88011ead58c0, biotail ffff88011ead58c0, buffer (null), len 18
<6>ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x3, rq->cmd_type: 0x3
<6>ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
<6>ide-cd: cdrom_newpc_intr: DRQ: stat: 0x58, thislen: 18
<6>ide-cd: cdrom_newpc_intr: data transfer, rq->cmd_type: 0x3, ireason: 0x2
<6>ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
<6>ide-cd: cdrom_newpc_intr: DRQ: stat: 0x50, thislen: 0
<6>ide-cd: ide_cd_request_sense_fixup: rq->cmd[0]: 0x3
<0>cdrom_newpc_intr: complete failed rq: ffff88011e1a2680
<6>ide-cd: cdrom_analyze_sense_data: error_code: 0x0, sense_key: 0x0
<6>ide-cd: cdrom_analyze_sense_data: failed cmd: 0x43
<0>cdrom_newpc_intr: completing rq ffff88011e1a2680
<0>ide_complete_rq: no buffers pending for this rq
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ead54c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ead54c0, buffer (null), len 0
<6>ide-cd: cdrom_check_status: enter
<6>ide-cd: ide_cd_queue_pc: cmd[0]: 0x0, write: 0x0, timeout: 0, cmd_flags: 0x8000
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide-cd: ide_cd_do_request: cmd: 0x0, block: 18446744073709551615
<6>ide_cd_do_request: dev hda: type=a, flags=108a440, ref_count: 2
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x0, rq->cmd_type: 0xa
<6>ide-cd: cdrom_newpc_intr: cmd: 0x0, write: 0x0
<6>ide-cd: cdrom_decode_status: cmd: 0x0, rq->cmd_type: 0xa, err: 0x24, stat 0x51
<6>ide-cd: ide_cd_do_request: cmd: 0x3, block: 18446744073709551615
<6>ide_cd_do_request: dev hda: type=3, flags=210440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio ffff88011ead58c0, biotail ffff88011ead58c0, buffer (null), len 18
<6>ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x3, rq->cmd_type: 0x3
<6>ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
<6>ide-cd: cdrom_newpc_intr: DRQ: stat: 0x58, thislen: 18
<6>ide-cd: cdrom_newpc_intr: data transfer, rq->cmd_type: 0x3, ireason: 0x2
<6>ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
<6>ide-cd: cdrom_newpc_intr: DRQ: stat: 0x50, thislen: 0
<6>ide-cd: ide_cd_request_sense_fixup: rq->cmd[0]: 0x3
<0>cdrom_newpc_intr: complete failed rq: ffff88011e1a2680
<6>ide-cd: cdrom_analyze_sense_data: error_code: 0x0, sense_key: 0x0
<6>ide-cd: cdrom_analyze_sense_data: failed cmd: 0x0
<0>cdrom_newpc_intr: completing rq ffff88011e1a2680
<0>ide_complete_rq: no buffers pending for this rq
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide-cd: ide_cd_queue_pc: cmd[0]: 0x4a, write: 0x0, timeout: 700, cmd_flags: 0x8000
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide-cd: ide_cd_do_request: cmd: 0x4a, block: 18446744073709551615
<6>ide_cd_do_request: dev hda: type=a, flags=128a440, ref_count: 2
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio ffff88011ead58c0, biotail ffff88011ead58c0, buffer (null), len 8
<6>ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x4a, rq->cmd_type: 0xa
<6>ide-cd: cdrom_newpc_intr: cmd: 0x4a, write: 0x0
<6>ide-cd: cdrom_newpc_intr: DRQ: stat: 0x58, thislen: 8
<6>ide-cd: cdrom_newpc_intr: data transfer, rq->cmd_type: 0xa, ireason: 0x2
<6>ide-cd: cdrom_newpc_intr: cmd: 0x4a, write: 0x0
<6>ide-cd: cdrom_newpc_intr: DRQ: stat: 0x50, thislen: 0
<6>ide-cd: ide_cd_request_sense_fixup: rq->cmd[0]: 0x4a
<0>cdrom_newpc_intr: completing rq ffff88011e1b37e0
<0>ide_complete_rq: no buffers pending for this rq
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=128a440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ead58c0, buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=128a440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail ffff88011ead58c0, buffer (null), len 0
<6>ide-cd: ide_cd_queue_pc: cmd[0]: 0x1e, write: 0x0, timeout: 0, cmd_flags: 0x0
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide-cd: ide_cd_do_request: cmd: 0x1e, block: 18446744073709551615
<6>ide_cd_do_request: dev hda: type=a, flags=1082440, ref_count: 2
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x1e, rq->cmd_type: 0xa
<6>ide-cd: cdrom_newpc_intr: cmd: 0x1e, write: 0x0
<6>ide-cd: cdrom_newpc_intr: DRQ: stat: 0x50, thislen: 0
<6>ide-cd: ide_cd_request_sense_fixup: rq->cmd[0]: 0x1e
<0>cdrom_newpc_intr: completing rq ffff88011e1b37e0
<0>ide_complete_rq: no buffers pending for this rq
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=1082440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=1082440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<7>eth0: no IPv6 routers present
<6>ide-cd: cdrom_check_status: enter
<6>ide-cd: ide_cd_queue_pc: cmd[0]: 0x0, write: 0x0, timeout: 0, cmd_flags: 0x8000
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide-cd: ide_cd_do_request: cmd: 0x0, block: 18446744073709551615
<6>ide_cd_do_request: dev hda: type=a, flags=108a440, ref_count: 2
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x0, rq->cmd_type: 0xa
<6>ide-cd: cdrom_newpc_intr: cmd: 0x0, write: 0x0
<6>ide-cd: cdrom_decode_status: cmd: 0x0, rq->cmd_type: 0xa, err: 0x24, stat 0x51
<6>ide-cd: ide_cd_do_request: cmd: 0x3, block: 18446744073709551615
<6>ide_cd_do_request: dev hda: type=3, flags=210440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio ffff88011ead54c0, biotail ffff88011ead54c0, buffer (null), len 18
<6>ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x3, rq->cmd_type: 0x3
<6>ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
<6>ide-cd: cdrom_newpc_intr: DRQ: stat: 0x58, thislen: 18
<6>ide-cd: cdrom_newpc_intr: data transfer, rq->cmd_type: 0x3, ireason: 0x2
<6>ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
<6>ide-cd: cdrom_newpc_intr: DRQ: stat: 0x50, thislen: 0
<6>ide-cd: ide_cd_request_sense_fixup: rq->cmd[0]: 0x3
<0>cdrom_newpc_intr: complete failed rq: ffff88011e1a2680
<6>ide-cd: cdrom_analyze_sense_data: error_code: 0x0, sense_key: 0x0
<6>ide-cd: cdrom_analyze_sense_data: failed cmd: 0x0
<0>cdrom_newpc_intr: completing rq ffff88011e1a2680
<0>ide_complete_rq: no buffers pending for this rq
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide-cd: ide_cd_read_toc: enter
<6>ide-cd: cdrom_check_status: enter
<6>ide-cd: ide_cd_queue_pc: cmd[0]: 0x0, write: 0x0, timeout: 0, cmd_flags: 0x8000
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide-cd: ide_cd_do_request: cmd: 0x0, block: 18446744073709551615
<6>ide_cd_do_request: dev hda: type=a, flags=108a440, ref_count: 2
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x0, rq->cmd_type: 0xa
<6>ide-cd: cdrom_newpc_intr: cmd: 0x0, write: 0x0
<6>ide-cd: cdrom_decode_status: cmd: 0x0, rq->cmd_type: 0xa, err: 0x24, stat 0x51
<6>ide-cd: ide_cd_do_request: cmd: 0x3, block: 18446744073709551615
<6>ide_cd_do_request: dev hda: type=3, flags=210440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio ffff88011ead54c0, biotail ffff88011ead54c0, buffer (null), len 18
<6>ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x3, rq->cmd_type: 0x3
<6>ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
<6>ide-cd: cdrom_newpc_intr: DRQ: stat: 0x58, thislen: 18
<6>ide-cd: cdrom_newpc_intr: data transfer, rq->cmd_type: 0x3, ireason: 0x2
<6>ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
<6>ide-cd: cdrom_newpc_intr: DRQ: stat: 0x50, thislen: 0
<6>ide-cd: ide_cd_request_sense_fixup: rq->cmd[0]: 0x3
<0>cdrom_newpc_intr: complete failed rq: ffff88011e1a2680
<6>ide-cd: cdrom_analyze_sense_data: error_code: 0x0, sense_key: 0x0
<6>ide-cd: cdrom_analyze_sense_data: failed cmd: 0x0
<0>cdrom_newpc_intr: completing rq ffff88011e1a2680
<0>ide_complete_rq: no buffers pending for this rq
<6>ide_cd_queue_pc exec rq: dev hda: type=a, flags=108e440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide_cd_queue_pc put rq: dev hda: type=a, flags=108e440, ref_count: 0
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide-cd: cdrom_read_capacity: enter
<6>ide-cd: ide_cd_queue_pc: cmd[0]: 0x25, write: 0x0, timeout: 0, cmd_flags: 0x8000
<6>ide_cd_queue_pc got rq: dev ?: type=0, flags=1082000, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio (null), biotail (null), buffer (null), len 0
<6>ide-cd: ide_cd_do_request: cmd: 0x25, block: 18446744073709551615
<6>ide_cd_do_request: dev hda: type=a, flags=128a440, ref_count: 2
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio ffff88011ead54c0, biotail ffff88011ead54c0, buffer (null), len 8
<6>ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x25, rq->cmd_type: 0xa
<6>ide-cd: cdrom_newpc_intr: cmd: 0x25, write: 0x0
<6>ide-cd: cdrom_decode_status: cmd: 0x25, rq->cmd_type: 0xa, err: 0x24, stat 0x51
<6>ide-cd: ide_cd_do_request: cmd: 0x3, block: 18446744073709551615
<6>ide_cd_do_request: dev hda: type=3, flags=210440, ref_count: 1
<6> sector 18446744073709551615, nr/cnr 0/0
<6> bio ffff88011e926dc0, biotail ffff88011e926dc0, buffer (null), len 18
<6>ide-cd: cdrom_do_block_pc: rq->cmd[0]: 0x3, rq->cmd_type: 0x3
<6>ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
<6>ide-cd: cdrom_newpc_intr: DRQ: stat: 0x58, thislen: 18
<6>ide-cd: cdrom_newpc_intr: data transfer, rq->cmd_type: 0x3, ireason: 0x2
<6>ide-cd: cdrom_newpc_intr: cmd: 0x3, write: 0x0
<6>ide-cd: cdrom_newpc_intr: DRQ: stat: 0x50, thislen: 0
<6>ide-cd: ide_cd_request_sense_fixup: rq->cmd[0]: 0x3
<0>cdrom_newpc_intr: complete failed rq: ffff88011e1a2680
<6>ide-cd: cdrom_analyze_sense_data: error_code: 0x0, sense_key: 0x0
<6>ide-cd: cdrom_analyze_sense_data: failed cmd: 0x25
<0>cdrom_newpc_intr: comp
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
2010-06-25 16:58 ` Hans Mueller
@ 2010-06-30 6:54 ` Borislav Petkov
2010-06-30 18:02 ` Hans Mueller
0 siblings, 1 reply; 33+ messages in thread
From: Borislav Petkov @ 2010-06-30 6:54 UTC (permalink / raw)
To: Hans Mueller; +Cc: Andrew Morton, linux-ide
From: Hans Mueller <hans42mueller@googlemail.com>
Date: Fri, Jun 25, 2010 at 06:58:46PM +0200
Hi, sorry for the delay.
Right, and I had a suspicion about sharing IRQs with the NIC:
CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7
0: 42503 0 0 0 0 0 0 0 IO-APIC-edge timer
1: 2 0 0 0 0 0 0 0 IO-APIC-edge i8042
4: 2 0 0 0 0 0 0 0 IO-APIC-edge
9: 0 0 0 0 0 0 0 0 IO-APIC-fasteoi acpi
12: 4 0 0 0 0 0 0 0 IO-APIC-edge i8042
14: 0 0 0 0 0 0 0 0 IO-APIC-edge ide2
15: 0 0 0 0 0 0 0 0 IO-APIC-edge ide3
16: 26 0 0 0 0 0 0 0 IO-APIC-fasteoi ehci_hcd:usb1
17: 127 0 0 0 0 0 0 0 IO-APIC-fasteoi hda_intel
18: 47 0 0 0 0 0 0 0 IO-APIC-fasteoi firewire_ohci, ahci
19: 753 0 0 0 0 0 0 0 IO-APIC-fasteoi ide0, ide1, eth0
21: 3989 0 0 0 0 0 0 0 IO-APIC-fasteoi ahci
so IRQ19 is shared between the nic and the first ide controller and the
sata controller is using another irq line which could explain why the
issue doesn't happen with libata. Is your nick a pluggable card and if
yes, can you move it to another PCI slot so that ide0 and ide1 don't
share the same irq line with eth0 and retest again? Before retesting
though, do 'cat /proc/interrupts' to make sure.
I'm guessing the problem will go away then...
Thanks.
--
Regards/Gruss,
Boris.
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
2010-06-30 6:54 ` Borislav Petkov
@ 2010-06-30 18:02 ` Hans Mueller
2010-06-30 18:31 ` Borislav Petkov
0 siblings, 1 reply; 33+ messages in thread
From: Hans Mueller @ 2010-06-30 18:02 UTC (permalink / raw)
To: Borislav Petkov; +Cc: Andrew Morton, linux-ide
Hi,
On Wed, 30 Jun 2010 08:54:26 +0200
Borislav Petkov <bp@alien8.de> wrote:
> Is your nick a pluggable card [...]
No sorry, it's an onboard card.
Furthermore, I don't know how to change the IRQ using linux. (Or rather
if it's possible at all)
I didn't find a possibility in my board's bios to change the IRQ
mappings, too.
--
Gruß/Regards,
Jonas
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
2010-06-30 18:02 ` Hans Mueller
@ 2010-06-30 18:31 ` Borislav Petkov
2010-07-03 7:49 ` Hans Mueller
0 siblings, 1 reply; 33+ messages in thread
From: Borislav Petkov @ 2010-06-30 18:31 UTC (permalink / raw)
To: Hans Mueller; +Cc: Andrew Morton, linux-ide
From: Hans Mueller <hans42mueller@googlemail.com>
Date: Wed, Jun 30, 2010 at 08:02:54PM +0200
> On Wed, 30 Jun 2010 08:54:26 +0200
> Borislav Petkov <bp@alien8.de> wrote:
>
> > Is your nick a pluggable card [...]
> No sorry, it's an onboard card.
> Furthermore, I don't know how to change the IRQ using linux. (Or rather
> if it's possible at all)
> I didn't find a possibility in my board's bios to change the IRQ
> mappings, too.
Ok, first you can try something which is real easy: I see you have an
ide2 and ide3 channels each having their own irq line. You could move
the cdrom connector to the other ide controller and test again.
Alternatively, if you have a spare PCI NIC, you can insert it into one
of the PCI slots after having disabled the onboard NIC in the BIOS. Just
for testing purposes, to see whether "unsharing" the IRQ line fixes the
issue.
Thanks.
--
Regards/Gruss,
Boris.
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
2010-06-30 18:31 ` Borislav Petkov
@ 2010-07-03 7:49 ` Hans Mueller
2010-07-03 8:23 ` Borislav Petkov
0 siblings, 1 reply; 33+ messages in thread
From: Hans Mueller @ 2010-07-03 7:49 UTC (permalink / raw)
To: Borislav Petkov; +Cc: Andrew Morton, linux-ide
Hi,
On Wed, 30 Jun 2010 20:31:38 +0200
Borislav Petkov <bp@alien8.de> wrote:
> Alternatively, if you have a spare PCI NIC, you can insert it into one
> of the PCI slots after having disabled the onboard NIC in the BIOS. Just
> for testing purposes, to see whether "unsharing" the IRQ line fixes the
> issue.
I have currently no access to the computer, I will be able to test
things again on monday.
But as I wrote in my original bugreport, I tested with a PCI NIC. (But
the onboard NIC was not completely disabled, it was only disabled via
ifconfig ... down)
When using the PCI NIC, the whole problem (kernel panik) did not occure.
--
Regards Jonas
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
2010-07-03 7:49 ` Hans Mueller
@ 2010-07-03 8:23 ` Borislav Petkov
2010-07-03 11:41 ` Hans Mueller
0 siblings, 1 reply; 33+ messages in thread
From: Borislav Petkov @ 2010-07-03 8:23 UTC (permalink / raw)
To: Hans Mueller; +Cc: Andrew Morton, linux-ide
From: Hans Mueller <hans42mueller@googlemail.com>
Date: Sat, Jul 03, 2010 at 09:49:18AM +0200
> Hi,
>
> On Wed, 30 Jun 2010 20:31:38 +0200
> Borislav Petkov <bp@alien8.de> wrote:
> > Alternatively, if you have a spare PCI NIC, you can insert it into one
> > of the PCI slots after having disabled the onboard NIC in the BIOS. Just
> > for testing purposes, to see whether "unsharing" the IRQ line fixes the
> > issue.
>
> I have currently no access to the computer, I will be able to test
> things again on monday.
> But as I wrote in my original bugreport, I tested with a PCI NIC. (But
> the onboard NIC was not completely disabled, it was only disabled via
> ifconfig ... down)
> When using the PCI NIC, the whole problem (kernel panik) did not occure.
Ok, this confirms my suspicion that it is shared-irq related. Also, we
already verified that switching to libata does fix the issue for you so
you are good to go. Considering the DEPRECATED status of ide, I have a
very little incentive in hunting this thing further down, so let's leave
it at that.
I'll send the first fix to Dave since it is still needed and add a note
to bugzilla for further reference.
Jonas, big thanks for your hard work with testing patches and ideas. I
really appreciate it! :)
--
Regards/Gruss,
Boris.
^ permalink raw reply [flat|nested] 33+ messages in thread
* [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
[not found] <bug-16142-11633@https.bugzilla.kernel.org/>
` (12 preceding siblings ...)
2010-06-15 19:39 ` bugzilla-daemon
@ 2010-07-03 8:26 ` bugzilla-daemon
2012-07-20 12:55 ` bugzilla-daemon
14 siblings, 0 replies; 33+ messages in thread
From: bugzilla-daemon @ 2010-07-03 8:26 UTC (permalink / raw)
To: linux-ide
https://bugzilla.kernel.org/show_bug.cgi?id=16142
--- Comment #17 from Borislav Petkov <bbpetkov@yahoo.de> 2010-07-03 08:26:01 ---
See thread at http://marc.info/?l=linux-ide&m=127676206925930 for how it all
turns out. In short:
> But as I wrote in my original bugreport, I tested with a PCI NIC. (But
> the onboard NIC was not completely disabled, it was only disabled via
> ifconfig ... down)
> When using the PCI NIC, the whole problem (kernel panik) did not occure.
Ok, this confirms my suspicion that it is shared-irq related. Also, we
already verified that switching to libata does fix the issue for you so
you are good to go. Considering the DEPRECATED status of ide, I have a
very little incentive in hunting this thing further down, so let's leave
it at that.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
2010-07-03 8:23 ` Borislav Petkov
@ 2010-07-03 11:41 ` Hans Mueller
2010-07-03 11:53 ` Borislav Petkov
0 siblings, 1 reply; 33+ messages in thread
From: Hans Mueller @ 2010-07-03 11:41 UTC (permalink / raw)
To: Borislav Petkov; +Cc: Andrew Morton, linux-ide
Hi
On Sat, 3 Jul 2010 10:23:04 +020I0
Borislav Petkov <bp@alien8.de> wrote:
> Ok, this confirms my suspicion that it is shared-irq related. Also, we
> already verified that switching to libata does fix the issue for you so
> you are good to go. Considering the DEPRECATED status of ide, I have a
> very little incentive in hunting this thing further down, so let's leave
> it at that.
Okey good. :)
> Jonas, big thanks for your hard work with testing patches and ideas. I
> really appreciate it! :)
You're welcome. :)
Big thanks to all of you who tried to resolve the bug, or helped in
another way.
I do especially emphasize this, as it seems not to standard to answer
bugreports at all. (At least on the b43 bugreport list; I reported a
bug as their driver seems to have destroyed my wifi card. Don't
missundersstand me I know this can happen, but I exspected the will to
stop the driver from destroying other peoples hardware.)
--
Regards/Gruss Jonas
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
2010-07-03 11:41 ` Hans Mueller
@ 2010-07-03 11:53 ` Borislav Petkov
2010-07-05 11:44 ` Hans Mueller
0 siblings, 1 reply; 33+ messages in thread
From: Borislav Petkov @ 2010-07-03 11:53 UTC (permalink / raw)
To: Hans Mueller; +Cc: Andrew Morton, linux-ide
From: Hans Mueller <hans42mueller@googlemail.com>
Date: Sat, Jul 03, 2010 at 01:41:49PM +0200
> I do especially emphasize this, as it seems not to standard to answer
> bugreports at all.
It's a shame that users get that impression but sadly I must admit I
know what you mean and yes, we should try harder instead of hacking in
gazillion new features. But the answer is simple: writing new features
is much more fun than bughunting...
> (At least on the b43 bugreport list; I reported a bug as their driver
> seems to have destroyed my wifi card. Don't missundersstand me I know
> this can happen, but I exspected the will to stop the driver from
> destroying other peoples hardware.)
Hmm, that's strange. I remember reading that while
there's no real maintainer of the driver, there are
still people doing some work on it, according to this:
http://marc.info/?l=linux-wireless&m=127747220616577&w=2
Did you also add the wireless maintainer to the Cc of your bugreport
- "John W. Linville" <linville@tuxdriver.com> - along with a detailed
description of what the problem is, which kernel, how to reproduce along
with dmesg?
--
Regards/Gruss,
Boris.
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
2010-07-03 11:53 ` Borislav Petkov
@ 2010-07-05 11:44 ` Hans Mueller
2010-07-05 12:11 ` Borislav Petkov
0 siblings, 1 reply; 33+ messages in thread
From: Hans Mueller @ 2010-07-05 11:44 UTC (permalink / raw)
To: Borislav Petkov; +Cc: Andrew Morton, linux-ide
[-- Attachment #1: Type: text/plain, Size: 1115 bytes --]
Hi,
even if this is quite offtopic and I'm not sure whether linux-ide
sould be still in the Cc field, I answert to all to leave nobody with
half of the story :)
On Sat, 3 Jul 2010 13:53:05 +0200
Borislav Petkov <bp@alien8.de> wrote:
> Did you also add the wireless maintainer to the Cc of your bugreport
> - "John W. Linville" <linville@tuxdriver.com> [...]
No that is the only thing I did not. I followed the instructions from:
http://linuxwireless.org/en/users/Drivers/b43#bug_reporting
It wasn't mentioned to Cc anybody as far as I know :)
> [...] along with a detailed
> description of what the problem is, which kernel, how to reproduce along
> with dmesg?
I attached the text of the original mail (but not the attachments as
there should be no need for them in here; if I am wrong with this, ask
me for them :) )
If there is anything wrong with the bugreport, feel free to criticize.
I am aware that this is offtopic, so do not spend to much time
on it, I am going to send a copy of the original mail to the wireless
maintainer, as you suggested, and see what will happen.
Gruss / Regards,
Jonas
[-- Attachment #2: bugreport-mail --]
[-- Type: application/octet-stream, Size: 1095 bytes --]
From: Hans Mueller <Hans42Mueller@googlemail.com>
To: b43-dev@lists.infradead.org
Subject: Oops on ifconfig wlan0 up
Date: Sat, 19 Jun 2010 22:29:30 +0200
Hi,
I am using an ibook g4, running gentoo (and MacOsX for testing).
Every time I try to use my wireless card, the driver crashes.
'Using' means to do something like "ifconfig wlan0 up". Sometimes the
driver also crashes while booting.
I tried to boot MacOsX, but the wlan didn't work there anymore, too.
(MacOsX now often crashes after a few seconds; might the
driver broke my wlan card?)
wlan configuration, authentication/encryption type:
---------------------------------------------------
none, it crashes without being connected to anything
uname -a:
---------
Linux cbook 2.6.32-gentoo-r7 #7 Sun May 30 10:49:11 CEST 2010
ppc 7447A, altivec supported PowerBook6,7 GNU/Linux
working with other kernel versions:
-----------------------------------
I don't know, it is the first kernel I use on the ibook
lspci -vvn | grep 43 -A7: is attached
dmesg: is attached (and contains the Oops message)
--
Gruß/Regards,
Jonas
^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
2010-07-05 11:44 ` Hans Mueller
@ 2010-07-05 12:11 ` Borislav Petkov
0 siblings, 0 replies; 33+ messages in thread
From: Borislav Petkov @ 2010-07-05 12:11 UTC (permalink / raw)
To: Hans Mueller; +Cc: Andrew Morton, linux-ide
From: Hans Mueller <hans42mueller@googlemail.com>
Date: Mon, Jul 05, 2010 at 01:44:01PM +0200
> even if this is quite offtopic and I'm not sure whether linux-ide
> sould be still in the Cc field, I answert to all to leave nobody with
> half of the story :)
Right.
> > Did you also add the wireless maintainer to the Cc of your bugreport
> > - "John W. Linville" <linville@tuxdriver.com> [...]
>
> No that is the only thing I did not. I followed the instructions from:
> http://linuxwireless.org/en/users/Drivers/b43#bug_reporting
> It wasn't mentioned to Cc anybody as far as I know :)
>
>
>
> > [...] along with a detailed
> > description of what the problem is, which kernel, how to reproduce along
> > with dmesg?
>
> I attached the text of the original mail (but not the attachments as
> there should be no need for them in here; if I am wrong with this, ask
> me for them :) )
> If there is anything wrong with the bugreport, feel free to criticize.
Yep, it looks good. Bottom line is: The bug report should try to
plausibly lay out what the symptoms are and how to reproduce them, if
possible. Better be too verbose than not to mention something which
might turn out important.
Btw, does MacOS recognize your wlan card at all or is it completely
bricked? And does it freeze only after you reboot from Linux?
> I am aware that this is offtopic, so do not spend to much time
> on it, I am going to send a copy of the original mail to the wireless
> maintainer, as you suggested, and see what will happen.
Yes, good luck :)
--
Regards/Gruss,
Boris.
^ permalink raw reply [flat|nested] 33+ messages in thread
* [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface
[not found] <bug-16142-11633@https.bugzilla.kernel.org/>
` (13 preceding siblings ...)
2010-07-03 8:26 ` bugzilla-daemon
@ 2012-07-20 12:55 ` bugzilla-daemon
14 siblings, 0 replies; 33+ messages in thread
From: bugzilla-daemon @ 2012-07-20 12:55 UTC (permalink / raw)
To: linux-ide
https://bugzilla.kernel.org/show_bug.cgi?id=16142
Alan <alan@lxorguk.ukuu.org.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |alan@lxorguk.ukuu.org.uk
Resolution| |OBSOLETE
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 33+ messages in thread
end of thread, other threads:[~2012-07-20 12:55 UTC | newest]
Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <bug-16142-11633@https.bugzilla.kernel.org/>
2010-06-14 22:17 ` [Bug 16142] r8169: Kernel Panic when a lot of data is transferred through network interface bugzilla-daemon
2010-06-15 6:39 ` bugzilla-daemon
2010-06-15 11:17 ` bugzilla-daemon
2010-06-15 11:50 ` bugzilla-daemon
2010-06-15 15:19 ` bugzilla-daemon
2010-06-15 15:20 ` bugzilla-daemon
2010-06-15 15:21 ` bugzilla-daemon
2010-06-15 15:21 ` bugzilla-daemon
2010-06-15 15:22 ` bugzilla-daemon
2010-06-15 15:22 ` bugzilla-daemon
2010-06-15 15:26 ` bugzilla-daemon
2010-06-15 19:12 ` bugzilla-daemon
2010-06-15 19:39 ` bugzilla-daemon
2010-07-03 8:26 ` bugzilla-daemon
2012-07-20 12:55 ` bugzilla-daemon
2010-06-17 8:07 Borislav Petkov
[not found] ` <20100617150008.16a5e653@cpc>
2010-06-18 7:45 ` Borislav Petkov
2010-06-18 13:08 ` Hans Mueller
2010-06-18 15:02 ` Borislav Petkov
2010-06-18 22:50 ` Hans Mueller
2010-06-19 10:05 ` Borislav Petkov
2010-06-19 11:27 ` Hans Mueller
2010-06-23 8:02 ` Borislav Petkov
2010-06-25 16:58 ` Hans Mueller
2010-06-30 6:54 ` Borislav Petkov
2010-06-30 18:02 ` Hans Mueller
2010-06-30 18:31 ` Borislav Petkov
2010-07-03 7:49 ` Hans Mueller
2010-07-03 8:23 ` Borislav Petkov
2010-07-03 11:41 ` Hans Mueller
2010-07-03 11:53 ` Borislav Petkov
2010-07-05 11:44 ` Hans Mueller
2010-07-05 12:11 ` Borislav Petkov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).