Re: [PATCH] [2.6.0-test3] request_firmware related problems.

From: Andrew Morton
Date: Sun Aug 10 2003 - 16:33:37 EST


Manuel Estrada Sainz <ranty@xxxxxxxxxx> wrote:
>
> Please apply the following patches.

Please, send just one patch per email, each one having its own changelog
info. There's just no way anyone's patch import tools can handle a single
changelog and multiple attachments. It is painful.

> - request_firmware_own-workqueue.diff:
> - In it's current form request_firmware_async() sleeps way too
> long on the system's shared workqueue, which makes it
> unresponsive until the firmware load finishes, gets canceled
> or times out.

Does this mean that we have another gaggle of kernel threads for all the
time the system is up?

It might be better to create a custom kernel thread on-demand, or kill off
the workqueue when its job has completed.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/