Re: preparing to 4.5.19 release

2009-10-05 Thread Roland McGrath
That all looks good to me. Go ahead and merge it. If Frederik has any more tweaks to add, just commit those on top. Thanks, Roland -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only deve

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

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
Hi, 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 format is ok, this is my first official git commit ;) Thank you. T

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 wro

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 h

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 BlackBerry® Developer Conference in SF, CA is the only deve

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 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 an

Re: semop()/semtimedop() sembuf argument printing in strace

2009-10-05 Thread Dmitry V. Levin
Hi, On Wed, Sep 30, 2009 at 05:59:07PM +0200, Jakub Bogusz wrote: > > the attached patch adds pretty printing of sembuf argument and flags to > semop() and semtimedop() syscalls. Thank you for the patch. See my comments below. > --- strace-4.5.18/ipc.c.orig 2007-01-15 21:25:52.0 +0100