On Tue, 2007-05-29 at 07:55 -0700, Linus Torvalds wrote:I've got it, but I had a problem: I filled the dmesg buffer. I will try to find where to enlarge it. I have posted the partial result to: http://www.dea.icai.upcomillas.es/romano/linux/info/dmesg-resume-nofreeze.txt in the hope that something can be used. I am running 2.6.21.2, with the "no freeze kthreads at all" patch from Matthew Garrett, with this add-on: --- drivers/base/firmware_class.c.orig 2007-05-30 12:19:59.000000000 +0200 +++ drivers/base/firmware_class.c 2007-05-29 19:39:56.000000000 +0200 @@ -471,7 +471,11 @@ struct device *device) { int uevent = 1; - return _request_firmware(firmware_p, name, device, uevent); + int rval; + printk(KERN_ERR "FW: requesting firmware (sync) for %s\n", name); + rval = _request_firmware(firmware_p, name, device, uevent); + printk(KERN_ERR "FW: return %d\n", rval); + return rval; } /** @@ -545,7 +549,9 @@ struct task_struct *task; struct firmware_work *fw_work = kmalloc(sizeof (struct firmware_work), GFP_ATOMIC); - + + printk(KERN_ERR "FW: requesting firmware (async) for %s\n", name); + if (!fw_work) return -ENOMEM; if (!try_module_get(module)) { @@ -569,8 +575,12 @@ fw_work->cont(NULL, fw_work->context); module_put(fw_work->module); kfree(fw_work); + printk(KERN_ERR "FW: failing return %d\n", PTR_ERR(task)); return PTR_ERR(task); } + + printk(KERN_ERR "FW: normal return\n"); + return 0; } -- Romano Giannetti --- romano.giannetti@gmail.com Sorry for the following disclaimer, it's attached by our otugoing server and I cannot shut it up. -- La presente comunicacisn tiene caracter confidencial y es para el exclusivo uso del destinatario indicado en la misma. Si Ud. no es el destinatario indicado, le informamos que cualquier forma de distribucisn, reproduccisn o uso de esta comunicacisn y/o de la informacisn contenida en la misma estan estrictamente prohibidos por la ley. Si Ud. ha recibido esta comunicacisn por error, por favor, notifmquelo inmediatamente al remitente contestando a este mensaje y proceda a continuacisn a destruirlo. Gracias por su colaboracisn. This communication contains confidential information. It is for the exclusive use of the intended addressee. If you are not the intended addressee, please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited by law. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy this message. Thank you for your cooperation. -
| Srivatsa Vaddagiri | containers (was Re: -mm merge plans for 2.6.23) |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Benjamin Herrenschmidt | Re: [PATCH] Remove process freezer from suspend to RAM pathway |
git: | |
| Jarek Poplawski | [PATCH take 2] pkt_sched: Protect gen estimators under est_lock. |
| David Miller | [GIT]: Networking |
| Gerhard Pircher | 3c59x: shared interrupt problem |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
