Re: 2.6.23 alpha unistd.h changes

2007-09-18 Thread Oliver Falk
On 09/18/2007 04:07 PM, Adrian Bunk wrote: > On Tue, Sep 18, 2007 at 10:47:31AM +0200, Oliver Falk wrote: >> On 09/17/2007 11:41 PM, Adrian Bunk wrote: >>> On Mon, Sep 17, 2007 at 10:33:07PM +0200, Oliver Falk wrote: Hi! >>> Hi Oliver! >>> ... As these additions are quite new to upst

Re: 2.6.23 alpha unistd.h changes

2007-09-18 Thread Adrian Bunk
On Tue, Sep 18, 2007 at 10:47:31AM +0200, Oliver Falk wrote: > On 09/17/2007 11:41 PM, Adrian Bunk wrote: > > On Mon, Sep 17, 2007 at 10:33:07PM +0200, Oliver Falk wrote: > >> Hi! > > > > Hi Oliver! > > > >> ... > >> As these additions are quite new to upstream kernel, but at Alphacore we > >> ha

Re: [AC-Admin] Re: 2.6.23 alpha unistd.h changes

2007-09-18 Thread Oliver Falk
On 09/18/2007 11:11 AM, Sergey Tikhonov wrote: > Oliver Falk wrote: >> On 09/17/2007 11:22 PM, Adrian Bunk wrote: >> >>> On Mon, Sep 17, 2007 at 10:33:07PM +0200, Oliver Falk wrote: >>> At Alphacore we used to patch the kernel headers for a while now; We added syscalls __NR_openat (

Re: 2.6.23 alpha unistd.h changes

2007-09-18 Thread Sergey Tikhonov
Oliver Falk wrote: On 09/17/2007 11:22 PM, Adrian Bunk wrote: On Mon, Sep 17, 2007 at 10:33:07PM +0200, Oliver Falk wrote: At Alphacore we used to patch the kernel headers for a while now; We added syscalls __NR_openat (447) until __NR_tee (466). Why did your numbers differ from

Re: 2.6.23 alpha unistd.h changes

2007-09-18 Thread Oliver Falk
On 09/17/2007 11:22 PM, Adrian Bunk wrote: > On Mon, Sep 17, 2007 at 10:33:07PM +0200, Oliver Falk wrote: >> At Alphacore we used to patch the kernel headers for a while now; We >> added syscalls __NR_openat (447) until __NR_tee (466). > > Why did your numbers differ from the numbers that were use

Re: 2.6.23 alpha unistd.h changes

2007-09-18 Thread Oliver Falk
On 09/17/2007 11:15 PM, H. Peter Anvin wrote: > Oliver Falk wrote: >> As these additions are quite new to upstream kernel, but at Alphacore we >> have patched it since a while now (I don't know about other Alpha ports; >> Debian folks may speak up now!), I would suggest to use the same >> 'ordering

Re: 2.6.23 alpha unistd.h changes

2007-09-18 Thread Oliver Falk
On 09/17/2007 11:41 PM, Adrian Bunk wrote: > On Mon, Sep 17, 2007 at 10:33:07PM +0200, Oliver Falk wrote: >> Hi! > > Hi Oliver! > >> ... >> As these additions are quite new to upstream kernel, but at Alphacore we >> have patched it since a while now (I don't know about other Alpha ports; >> Debia

Re: 2.6.23 alpha unistd.h changes

2007-09-18 Thread Andi Kleen
Oliver Falk <[EMAIL PROTECTED]> writes: > At Alphacore we used to patch the kernel headers for a while now; We > added syscalls __NR_openat (447) until __NR_tee (466). > > However, since 2.6.23 these syscall where added upstream, but with > different syscall numbers; What happens is the following

Re: 2.6.23 alpha unistd.h changes

2007-09-17 Thread Adrian Bunk
On Mon, Sep 17, 2007 at 10:33:07PM +0200, Oliver Falk wrote: > Hi! Hi Oliver! >... > As these additions are quite new to upstream kernel, but at Alphacore we > have patched it since a while now (I don't know about other Alpha ports; > Debian folks may speak up now!), I would suggest to use the sa

Re: 2.6.23 alpha unistd.h changes

2007-09-17 Thread Adrian Bunk
On Mon, Sep 17, 2007 at 10:33:07PM +0200, Oliver Falk wrote: > Hi! Hi Oliver! > At Alphacore we used to patch the kernel headers for a while now; We > added syscalls __NR_openat (447) until __NR_tee (466). Why did your numbers differ from the numbers that were used in the upstream kernel? The

Re: 2.6.23 alpha unistd.h changes

2007-09-17 Thread H. Peter Anvin
Oliver Falk wrote: > > As these additions are quite new to upstream kernel, but at Alphacore we > have patched it since a while now (I don't know about other Alpha ports; > Debian folks may speak up now!), I would suggest to use the same > 'ordering' of the syscalls upstream and add the new syscal

Re: 2.6.23 alpha unistd.h changes

2007-09-17 Thread Oliver Falk
Oliver Falk schrieb: > Hi! > > At Alphacore we used to patch the kernel headers for a while now; We > added syscalls __NR_openat (447) until __NR_tee (466). > > However, since 2.6.23 these syscall where added upstream, but with > different syscall numbers; What happens is the following: > > * gl