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

2009-10-08 Thread Jakub Bogusz
On Thu, Oct 08, 2009 at 03:07:33AM +0400, Dmitry V. Levin wrote: Hi, On Wed, Oct 07, 2009 at 10:25:10PM +0200, Jakub Bogusz wrote: [...] OK, updated patch attached. There are two issues remained which should be addressed. First, redundancy should be avoided. You patch introduces 4

Re: preparing to 4.5.19 release

2009-10-08 Thread Dmitry V. Levin
On Wed, Oct 07, 2009 at 07:03:14PM -0700, Roland McGrath wrote: Mike Frysinger already submitted a fix for this issue, I'm going to check it on x86 and x86-64, and merge it if everything is OK. Ok. Another small issue is file timestamps in release tarball. Since git does not store

Re: preparing to 4.5.19 release

2009-10-08 Thread Dmitry V. Levin
On Wed, Oct 07, 2009 at 03:00:50PM +0200, Frederik Schüler wrote: [...] and on sparc: gcc -DHAVE_CONFIG_H -I. -I.. -Ilinux/sparc -I../linux/sparc -Ilinux -I../linux -Wall -g -O2 -MT syscall.o -MD -MP -MF .deps/syscall.Tpo -c -o syscall.o ../syscall.c [...] ../syscall.c: In function

Re: preparing to 4.5.19 release

2009-10-08 Thread Mike Frysinger
On Thursday 08 October 2009 19:14:13 Dmitry V. Levin wrote: On Wed, Oct 07, 2009 at 03:00:50PM +0200, Frederik Schüler wrote: [...] and on sparc: gcc -DHAVE_CONFIG_H -I. -I.. -Ilinux/sparc -I../linux/sparc -Ilinux -I../linux -Wall -g -O2 -MT syscall.o -MD -MP -MF .deps/syscall.Tpo -c

Re: preparing to 4.5.19 release

2009-10-08 Thread Frederik Schüler
Hi! On Friday 09 October 2009 01:14:13 Dmitry V. Levin wrote: On sparc, it is defined as static struct regs regs; Nothing has changed in this area since v4.5.18. Yes, still barfing: gcc -DHAVE_CONFIG_H -I. -I.. -Ilinux/sparc -I../linux/sparc -Ilinux -I../linux -Wall -g -O2 -MT syscall.o

Re: preparing to 4.5.19 release

2009-10-08 Thread Mike Frysinger
On Thursday 08 October 2009 21:09:22 Mike Frysinger wrote: On Thursday 08 October 2009 20:33:31 Frederik Schüler wrote: On Friday 09 October 2009 01:14:13 Dmitry V. Levin wrote: On sparc, it is defined as static struct regs regs; Nothing has changed in this area since v4.5.18. Yes,