On Thu 28. Feb - 19:32:43, Holger Macht wrote:So once again... After applying your patch, I got the OOPS seen in attachment 'oops-undock-1'. After changing the following, which is hopefully correct... --- ../orig/linux-2.6.24.3/drivers/ata/libata-acpi.c 2008-02-29 00:31:44.000000000 +0100 +++ drivers/ata/libata-acpi.c 2008-02-29 00:32:26.000000000 +0100 @@ -123,7 +123,7 @@ { char event_string[12]; char *envp[] = { event_string, NULL }; - struct ata_eh_info *ehi = &ap->link.eh_info; + struct ata_eh_info *ehi; struct kobject *kobj = NULL; int wait = 0; unsigned long flags; @@ -131,6 +131,8 @@ if (!ap) ap = dev->link->ap; + ehi = &ap->link.eh_info; + spin_lock_irqsave(ap->lock, flags); switch (event) { ...I got both an oops when docking (attachments oops-dock) and when undocking (attachment oops-undock2). Regards, Holger
| Arnd Bergmann | SCHED_IDLE documentation |
| david | Re: limits on raid |
| Jan Engelhardt | Re: [PATCH] CodingStyle: multiple updates |
| Ingo Molnar | Re: Rescheduling interrupts |
git: | |
| Russ Brown | git-svn: Branching clarifications |
| Sam Song | Fwd: [OT] Re: Git via a proxy server? |
| Junio C Hamano | Re: More precise tag following |
| Pierre Habouzit | Re: People unaware of the importance of "git gc"? |
| Michael | Virtual interface |
| Stijn | Re: libiconv problem |
| Stefan Beke | mail dovecot: pipe() failed: Too many open files |
| Amaury De Ganseman | "ping: sendto: No buffer space available" when using bittorrent or another p2p |
| Jim Winstead Jr. | Re: Root Disk/Book Disk Compatibility |
| Darren Senn | Re: Elm |
| Seung-Chul Woo | Is it possible to mount GNU HURD file system as DOS in SLS? |
| David Willmore | Re: Intel, the Pentium and Linux |
