2007-08-03 17:09:36

by Ulrich Drepper

[permalink] [raw]
Subject: arch maintainers: define O_CLOEXEC correctly!

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

A few architectures still don't have a correct O_CLOEXEC definition.
The default definition in <asm-generic/fcntl.h> is wrong for some archs
and you really don't want see 2.6.23 released with a broken ABI.

Affected as far as I know:

Alpha: probably needs value 010000000

Sparc*: -"- 0x400000

- --
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)

iD8DBQFGs2E82ijCOnn/RHQRArC+AKCT+/od1qzfC8t7r6jobwd7WS5nOwCgqlzn
ugozxlOLdgTVG0XMsJx0x7Q=
=PinC
-----END PGP SIGNATURE-----


2007-08-03 21:25:20

by David Miller

[permalink] [raw]
Subject: Re: arch maintainers: define O_CLOEXEC correctly!

From: Ulrich Drepper <[email protected]>
Date: Fri, 03 Aug 2007 10:09:16 -0700

> Affected as far as I know:
>
> Alpha: probably needs value 010000000
>
> Sparc*: -"- 0x400000

I've fixed sparc, thanks for reporting this.

2007-08-08 20:23:27

by Richard Henderson

[permalink] [raw]
Subject: Re: arch maintainers: define O_CLOEXEC correctly!

On Fri, Aug 03, 2007 at 10:09:16AM -0700, Ulrich Drepper wrote:
> Alpha: probably needs value 010000000

Thanks. Patch sent.


r~