Re: [patch 00/38] 2.6.24-stable review

2008-02-24 Thread Uli Luckas
Hi stable-team, Could you please include the attached patch [1] to the next stable release. The patch fixes the otherwise unusable bluetooth uart on pxa25x . The patch is written by Russell King [1] who also gave his OK for stable inclusion [2]. The patch is also available as commit a0dd005d1d9f4c

Re: ramdisk

2007-09-05 Thread Uli Luckas
ed on your kernel command line. The command line you quoted contains "root =dev/ram0". You probably meant to write "root=/dev/ram0". To not waste our time, please clarify if this was a typo before asking further questions. regards, Uli -- --- ROAD ...the handyPC Company

Re: parse_tag_ramdisk

2007-08-30 Thread Uli Luckas
27;s source code. regards, Uli -- --- ROAD ...the handyPC Company - - - ) ) ) Uli Luckas Software Development ROAD GmbH Bennigsenstr. 14 | 12159 Berlin | Germany fon: +49 (30) 230069 - 64 | fax: +49 (30) 230069 - 69 url: www.road.de Amtsgericht Charlottenburg: HRB 96688 B Managing directors: Ha

Re: parse_tag_ramdisk

2007-08-30 Thread Uli Luckas
i -- --- ROAD ...the handyPC Company - - - ) ) ) Uli Luckas Software Development ROAD GmbH Bennigsenstr. 14 | 12159 Berlin | Germany fon: +49 (30) 230069 - 64 | fax: +49 (30) 230069 - 69 url: www.road.de Amtsgericht Charlottenburg: HRB 96688 B Managing directors: Hans-Peter Constien, Hubertus vo

Re: [PATCH 04/68] 0 -> NULL, for arch/blackfin

2007-07-27 Thread Uli Luckas
- if (retaddr != 0 && retaddr <= (void *)physical_mem_end > > + if (retaddr != NULL && retaddr <= (void *)physical_mem_end > > #if L1_CODE_LENGTH != 0 > > /* FIXME: Copy the code out of L1 Instruction SRAM through dma > >memcpy

Re: 2.6.21.5 june 30th to july 1st date hang?

2007-07-04 Thread Uli Luckas
in the leap second code? > > Fixed: > http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=comm >itdiff;h=746976a301ac9c9aa10d7d42454f8d6cdad8ff2b > Hi Chris, does that qualify for inclusion into 2.6.21.6? regards, Uli -- --- ROAD ...the handyPC Company - - -

Re: 2.6.21.5 june 30th to july 1st date hang?

2007-07-03 Thread Uli Luckas
esting & debian unstable. regards, Uli -- --- ROAD ...the handyPC Company - - - ) ) ) Uli Luckas Software Development ROAD GmbH Bennigsenstr. 14 | 12159 Berlin | Germany fon: +49 (30) 230069 - 64 | fax: +49 (30) 230069 - 69 url: www.road.de Amtsgericht Charlottenburg: HRB 96688 B Manag

Re: Fwd: Mounting MMC card

2007-06-29 Thread Uli Luckas
allocated until recently. Either get a recent kernel or use some kind of hotplug (udev) scripts to create your device nodes with dynamically allocated major/minors. Regards Uli -- --- ROAD ...the handyPC Company - - - ) ) ) Uli Luckas Software Development ROAD GmbH Bennigsenstr. 14

Re: [PATCH -mm] PM: Prevent frozen user mode helpers from failing the freezing of tasks (rev. 2)

2007-06-26 Thread Uli Luckas
ster_pm_notifier_callback Regards Uli -- --- ROAD ...the handyPC Company - - - ) ) ) Uli Luckas Software Development ROAD GmbH Bennigsenstr. 14 | 12159 Berlin | Germany fon: +49 (30) 230069 - 64 | fax: +49 (30) 230069 - 69 url: www.road.de Amtsgericht Charlottenburg: HRB 96688 B Managing di

Re: [RFC][PATCH -mm] PM: Prevent frozen user mode helpers from failing the freezing of tasks

2007-06-20 Thread Uli Luckas
eed for > action = PM_HIBERNATION_PREPARE or action = PM_SUSPEND_PREPARE only if > there are no helpers running. [Namely, usermodehelper_pm_callback() waits > for at most RUNNING_HELPERS_TIMEOUT for the number of running helpers to > become zero and fails if that doesn't happ

Re: [PATCH -mm 2/2] PM: Disable usermode helper before hibernation and suspend

2007-06-18 Thread Uli Luckas
On Monday, 18. June 2007, you wrote: > On Monday, 18 June 2007 12:51, Uli Luckas wrote: > > On Sunday, 17. June 2007, you wrote: > > > On Friday, 15 June 2007 23:36, Rafael J. Wysocki wrote: > > > > On Friday, 15 June 2007 15:08, Uli Luckas wrote: > > >

Re: [PATCH -mm 2/2] PM: Disable usermode helper before hibernation and suspend

2007-06-18 Thread Uli Luckas
On Sunday, 17. June 2007, you wrote: > On Friday, 15 June 2007 23:36, Rafael J. Wysocki wrote: > > On Friday, 15 June 2007 15:08, Uli Luckas wrote: > > > On Monday, 4. June 2007, Rafael J. Wysocki wrote: > > > > From: Rafael J. Wysocki <[EMAIL PROTECTED]> &

Re: [PATCH -mm 2/2] PM: Disable usermode helper before hibernation and suspend

2007-06-15 Thread Uli Luckas
On Monday, 4. June 2007, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki <[EMAIL PROTECTED]> > > Use a hibernation and suspend notifier to disable the user mode helper > before a hibernation/suspend and enable it after the operation. > Hi Rafael, I have a couple of questions, regarding this patc