Re: preparing to 4.5.19 release

2009-10-05 Thread Dmitry V. Levin
Hi, On Tue, Sep 29, 2009 at 04:10:48AM +0400, Dmitry V. Levin wrote: On Tue, Sep 22, 2009 at 01:04:45AM +0200, Frederik Schüler wrote: [...] I attached my current diff, you might want to crosscheck, waiting for debian hppa porters to confirm the issues are fixed. Is there any

Re: [PATCH] CRIS: Correct first argument to upeek.

2009-10-05 Thread Dmitry V. Levin
Hi, On Fri, Oct 02, 2009 at 11:42:46AM +0200, Edgar E. Iglesias wrote: I hope this can make it in before 4.5.19, it's critical for the CRIS port. Applied, thank you for the patch. -- ldv pgp1VMoFf0Q4A.pgp Description: PGP signature

Re: preparing to 4.5.19 release

2009-10-05 Thread Roland McGrath
It's been long enough already. Whatever the particulars, we can't keep waiting. I want to see the release this week. Thanks, Roland -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA is the only

Re: preparing to 4.5.19 release

2009-10-05 Thread Mike Frysinger
On Monday 05 October 2009 11:45:28 Dmitry V. Levin wrote: On Tue, Sep 29, 2009 at 04:10:48AM +0400, Dmitry V. Levin wrote: On Tue, Sep 22, 2009 at 01:04:45AM +0200, Frederik Schüler wrote: [...] I attached my current diff, you might want to crosscheck, waiting for debian hppa porters

Re: preparing to 4.5.19 release

2009-10-05 Thread Frederik Schüler
Hi! I did the checks myself now, thanks to debian porters machines. armel build fixes confirmed. hppa issues fixed and tested, patch attached. I hope the format is ok, this is my first official git commit ;) Best regards Frederik Schüler On Monday 05 October 2009 17:45:28 Dmitry V. Levin

Re: hppa fixes

2009-10-05 Thread Dmitry V. Levin
On Mon, Oct 05, 2009 at 11:10:09PM +0200, Frederik Schüler wrote: [...] hppa issues fixed and tested, patch attached. [...] --- a/syscall.c +++ b/syscall.c @@ -2119,12 +2119,19 @@ syscall_enter(struct tcb *tcp) { int i; + long args[] = { PT_GR26-4*0,

Re: preparing to 4.5.19 release

2009-10-05 Thread Dmitry V. Levin
On Tue, Oct 06, 2009 at 01:30:07AM +0400, Dmitry V. Levin wrote: On Mon, Oct 05, 2009 at 11:10:09PM +0200, Frederik Schüler wrote: I did the checks myself now, thanks to debian porters machines. armel build fixes confirmed. hppa issues fixed and tested, patch attached. I hope the