Greg KH wrote:
> On Wed, Sep 12, 2007 at 10:50:26PM -0400, Mark Lord wrote:
>> Michal Piotrowski wrote:
>>> Hi all,
>>> Here is a list of some known regressions in 2.6.23-rc6.
>> ...
>>
>> Missing from the list:
>>
>> USB "autosuspend" feature (new in 2.6.23) breaks *lots* of devices.
>> Many have
On Wed, Sep 12, 2007 at 10:50:26PM -0400, Mark Lord wrote:
> Michal Piotrowski wrote:
>> Hi all,
>> Here is a list of some known regressions in 2.6.23-rc6.
> ...
>
> Missing from the list:
>
> USB "autosuspend" feature (new in 2.6.23) breaks *lots* of devices.
> Many have since been blacklisted in
On giovedì 13 settembre 2007, Fermín Galán Márquez wrote:
> Dear Jeff,
>
> Jeff Dike wrote:
> > On Wed, Sep 12, 2007 at 11:52:32PM +0200, Fermín Galán Márquez wrote:
> >> This is the trace (as you can see I're repeated the experiment twice,
> >> the result is basically the same), hoping it could be
Hi,
After some more debugging I think I've solved the problem (at least :)
An explanation follows.
First, although apparently it seemed that the modules causing the
problem were the ones related with networking (as David Fernández said
in his mail) that assumption was wrong. In fact, the modul
These are two code cleanups and a fix for one of yesterday's patches.
2.6.24 material.
Jeff
--
Work email - jdike at linux dot intel dot com
-
This SF.net email is sponsored by: Microsoft
Defy all ch
arch/um/os-Linux/tt.c is no longer used.
Signed-off-by: Jeff Dike <[EMAIL PROTECTED]>
--
arch/um/os-Linux/tt.c | 195 --
1 file changed, 195 deletions(-)
Index: linux-2.6.22/arch/um/os-Linux/tt.c
===
init_irq_signals doesn't need to be called from the context of a new
process. It initializes handlers, which are useless in process
context. With that call gone, init_irq_signals has only one caller,
so it can be inlined into init_new_thread_signals.
Index: linux-2.6.22/arch/um/include/os.h
microseconds need to be multiplied by a thousand, not a billion, to get
nanoseconds.
Signed-off-by: Jeff Dike <[EMAIL PROTECTED]>
--
arch/um/os-Linux/time.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6.22/arch/um/os-Linux/time.c
==