public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* ppc & waitid
@ 2005-05-03 15:34 Ulrich Drepper
  2005-05-03 20:01 ` Roland McGrath
  0 siblings, 1 reply; 6+ messages in thread
From: Ulrich Drepper @ 2005-05-03 15:34 UTC (permalink / raw)
  To: GNU libc hacker

[-- Attachment #1: Type: text/plain, Size: 298 bytes --]

I have some 2.6.11 kernel sources here and those certainly show that
waitid is enabled on ppc/ppc64.  For bug 781 the define was removed.
So, which version introduced the syscall? 2.6.10, 2.6.11, 2.6.12?

-- 
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 251 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ppc & waitid
  2005-05-03 15:34 ppc & waitid Ulrich Drepper
@ 2005-05-03 20:01 ` Roland McGrath
  2005-05-03 20:24   ` Ulrich Drepper
  2005-05-03 20:26   ` Steve Munroe
  0 siblings, 2 replies; 6+ messages in thread
From: Roland McGrath @ 2005-05-03 20:01 UTC (permalink / raw)
  To: Ulrich Drepper; +Cc: GNU libc hacker

> I have some 2.6.11 kernel sources here and those certainly show that
> waitid is enabled on ppc/ppc64.  

I don't think you are looking at the stock 2.6.11 sources.
include/asm-ppc{,64}/unistd.h lack __NR_waitid.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ppc & waitid
  2005-05-03 20:01 ` Roland McGrath
@ 2005-05-03 20:24   ` Ulrich Drepper
  2005-05-03 20:29     ` Roland McGrath
  2005-05-03 20:31     ` David Mosberger
  2005-05-03 20:26   ` Steve Munroe
  1 sibling, 2 replies; 6+ messages in thread
From: Ulrich Drepper @ 2005-05-03 20:24 UTC (permalink / raw)
  To: Roland McGrath; +Cc: GNU libc hacker

[-- Attachment #1: Type: text/plain, Size: 451 bytes --]

Roland McGrath wrote:

> I don't think you are looking at the stock 2.6.11 sources.
> include/asm-ppc{,64}/unistd.h lack __NR_waitid.

I have a very late bk tree here and it clearly shows

#define __NR_waitid             272

in the ppc64 header.  This is not 2.6.11, but some later version.  Which
is why I ask, I don't have the history available.

-- 
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 251 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ppc & waitid
  2005-05-03 20:01 ` Roland McGrath
  2005-05-03 20:24   ` Ulrich Drepper
@ 2005-05-03 20:26   ` Steve Munroe
  1 sibling, 0 replies; 6+ messages in thread
From: Steve Munroe @ 2005-05-03 20:26 UTC (permalink / raw)
  To: Roland McGrath; +Cc: Ulrich Drepper, GNU libc hacker

Steven J. Munroe
Linux on Power Toolchain Architect
IBM Corporation, Linux Technology Center


libc-hacker-owner@sources.redhat.com wrote on 05/03/2005 03:01:02 PM:

> > I have some 2.6.11 kernel sources here and those certainly show that
> > waitid is enabled on ppc/ppc64. 
> 
> I don't think you are looking at the stock 2.6.11 sources.
> include/asm-ppc{,64}/unistd.h lack __NR_waitid.

Anton's last comment was:

> Stephen just merged the compat layer bits for this <waitid> into BK so 
> it will be in 2.6.12.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ppc & waitid
  2005-05-03 20:24   ` Ulrich Drepper
@ 2005-05-03 20:29     ` Roland McGrath
  2005-05-03 20:31     ` David Mosberger
  1 sibling, 0 replies; 6+ messages in thread
From: Roland McGrath @ 2005-05-03 20:29 UTC (permalink / raw)
  To: Ulrich Drepper; +Cc: GNU libc hacker

> Roland McGrath wrote:
> 
> > I don't think you are looking at the stock 2.6.11 sources.
> > include/asm-ppc{,64}/unistd.h lack __NR_waitid.
> 
> I have a very late bk tree here and it clearly shows
> 
> #define __NR_waitid             272
> 
> in the ppc64 header.  This is not 2.6.11, but some later version.  Which
> is why I ask, I don't have the history available.

It's not in 2.6.11, it is in the current sources, and 2.6.12 is not out yet.
So what's the mystery?  It's in 2.6.12 and not in before.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ppc & waitid
  2005-05-03 20:24   ` Ulrich Drepper
  2005-05-03 20:29     ` Roland McGrath
@ 2005-05-03 20:31     ` David Mosberger
  1 sibling, 0 replies; 6+ messages in thread
From: David Mosberger @ 2005-05-03 20:31 UTC (permalink / raw)
  To: Ulrich Drepper; +Cc: Roland McGrath, GNU libc hacker

>>>>> On Tue, 03 May 2005 13:21:54 -0700, Ulrich Drepper <drepper@redhat.com> said:

  Uli> Roland McGrath wrote:
  >> I don't think you are looking at the stock 2.6.11 sources.
  >> include/asm-ppc{,64}/unistd.h lack __NR_waitid.

  Uli> I have a very late bk tree here and it clearly shows

  Uli> #define __NR_waitid 272

  Uli> in the ppc64 header.  This is not 2.6.11, but some later
  Uli> version.  Which is why I ask, I don't have the history
  Uli> available.

The bk repository claims it was added March 6, 2005.  2.6.11 was
released on March 1st.

	--david

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-05-03 20:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-03 15:34 ppc & waitid Ulrich Drepper
2005-05-03 20:01 ` Roland McGrath
2005-05-03 20:24   ` Ulrich Drepper
2005-05-03 20:29     ` Roland McGrath
2005-05-03 20:31     ` David Mosberger
2005-05-03 20:26   ` Steve Munroe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).