public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/12344] New: HPPA has invalid _CLOEXEC and _NONBLOCK values in multiple headers
@ 2010-12-23 14:36 gmsoft at tuxicoman dot be
  2010-12-25 18:29 ` [Bug libc/12344] " carlos at systemhalted dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: gmsoft at tuxicoman dot be @ 2010-12-23 14:36 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=12344

           Summary: HPPA has invalid _CLOEXEC and _NONBLOCK values in
                    multiple headers
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: carlos@systemhalted.org
        ReportedBy: gmsoft@tuxicoman.be


Created attachment 5163
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5163
_CLOEXEC and _NONBLOCK patch

The attached patch is just a copy of the common headers with the _CLOEXEC and
_NONBLOCK values updated.

This causes run time failure with lots of applications such as udev, apr, ...


2011-12-23  Guy Martin <gmsoft@tuxicoman.be>

    * ports/sysdeps/unix/sysv/linux/hppa/sys/epoll.h
    Fix EPOLL_CLOEXEC and EPOLL_NONBLOCK to match kernel definition.
    * ports/sysdeps/unix/sysv/linux/hppa/sys/eventfd.h
    Fix EFD_CLOEXEC and EFD_NONBLOCK to match kernel definition.
    * ports/sysdeps/unix/sysv/linux/hppa/sys/inotify.h
    Fix IN_CLOEXEC and IN_NONBLOCK to match kernel definition.
    * ports/sysdeps/unix/sysv/linux/hppa/sys/signalfd.h
    Fix SFD_CLOEXEC and SFD_NONBLOCK to match kernel definition.
    * ports/sysdeps/unix/sysv/linux/hppa/sys/timerfd.h
    Fix TFD_CLOEXEC and TFD_NONBLOCK to match kernel definition.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug libc/12344] HPPA has invalid _CLOEXEC and _NONBLOCK values in multiple headers
  2010-12-23 14:36 [Bug libc/12344] New: HPPA has invalid _CLOEXEC and _NONBLOCK values in multiple headers gmsoft at tuxicoman dot be
@ 2010-12-25 18:29 ` carlos at systemhalted dot org
  2011-01-10 10:34 ` [Bug ports/12344] " schwab@linux-m68k.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: carlos at systemhalted dot org @ 2010-12-25 18:29 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=12344

Carlos O'Donell <carlos at systemhalted dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #1 from Carlos O'Donell <carlos at systemhalted dot org> 2010-12-23 14:36:20 UTC ---
Guy,

Thank you for submitting this bug. I will look into this and get it checked
into upstream.

Notes:
Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=331119

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug ports/12344] HPPA has invalid _CLOEXEC and _NONBLOCK values in multiple headers
  2010-12-23 14:36 [Bug libc/12344] New: HPPA has invalid _CLOEXEC and _NONBLOCK values in multiple headers gmsoft at tuxicoman dot be
  2010-12-25 18:29 ` [Bug libc/12344] " carlos at systemhalted dot org
@ 2011-01-10 10:34 ` schwab@linux-m68k.org
  2012-02-19  2:10 ` jsm28 at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: schwab@linux-m68k.org @ 2011-01-10 10:34 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=12344

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|libc                        |ports

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug ports/12344] HPPA has invalid _CLOEXEC and _NONBLOCK values in multiple headers
  2010-12-23 14:36 [Bug libc/12344] New: HPPA has invalid _CLOEXEC and _NONBLOCK values in multiple headers gmsoft at tuxicoman dot be
  2010-12-25 18:29 ` [Bug libc/12344] " carlos at systemhalted dot org
  2011-01-10 10:34 ` [Bug ports/12344] " schwab@linux-m68k.org
@ 2012-02-19  2:10 ` jsm28 at gcc dot gnu.org
  2014-05-14 17:02 ` [Bug libc/12344] [hppa] " jsm28 at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2012-02-19  2:10 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=12344

--- Comment #2 from Joseph Myers <jsm28 at gcc dot gnu.org> 2012-02-19 02:10:17 UTC ---
Carlos, ping.  This has been ASSIGNED since 2010.  It looks like ports *does*
now have headers like this (I haven't checked the values) although some now
need replacing with bits/*.h headers in line with my recent libc changes.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug libc/12344] [hppa] HPPA has invalid _CLOEXEC and _NONBLOCK values in multiple headers
  2010-12-23 14:36 [Bug libc/12344] New: HPPA has invalid _CLOEXEC and _NONBLOCK values in multiple headers gmsoft at tuxicoman dot be
                   ` (2 preceding siblings ...)
  2012-02-19  2:10 ` jsm28 at gcc dot gnu.org
@ 2014-05-14 17:02 ` jsm28 at gcc dot gnu.org
  2014-06-30  6:19 ` fweimer at redhat dot com
  2015-08-17 12:27 ` vapier at gentoo dot org
  5 siblings, 0 replies; 7+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2014-05-14 17:02 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=12344

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |drepper.fsp at gmail dot com
          Component|ports                       |libc
               Host|                            |hppa*-*-linux*
            Summary|HPPA has invalid _CLOEXEC   |[hppa] HPPA has invalid
                   |and _NONBLOCK values in     |_CLOEXEC and _NONBLOCK
                   |multiple headers            |values in multiple headers

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug libc/12344] [hppa] HPPA has invalid _CLOEXEC and _NONBLOCK values in multiple headers
  2010-12-23 14:36 [Bug libc/12344] New: HPPA has invalid _CLOEXEC and _NONBLOCK values in multiple headers gmsoft at tuxicoman dot be
                   ` (3 preceding siblings ...)
  2014-05-14 17:02 ` [Bug libc/12344] [hppa] " jsm28 at gcc dot gnu.org
@ 2014-06-30  6:19 ` fweimer at redhat dot com
  2015-08-17 12:27 ` vapier at gentoo dot org
  5 siblings, 0 replies; 7+ messages in thread
From: fweimer at redhat dot com @ 2014-06-30  6:19 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=12344

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug libc/12344] [hppa] HPPA has invalid _CLOEXEC and _NONBLOCK values in multiple headers
  2010-12-23 14:36 [Bug libc/12344] New: HPPA has invalid _CLOEXEC and _NONBLOCK values in multiple headers gmsoft at tuxicoman dot be
                   ` (4 preceding siblings ...)
  2014-06-30  6:19 ` fweimer at redhat dot com
@ 2015-08-17 12:27 ` vapier at gentoo dot org
  5 siblings, 0 replies; 7+ messages in thread
From: vapier at gentoo dot org @ 2015-08-17 12:27 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=12344

Mike Frysinger <vapier at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
                 CC|                            |vapier at gentoo dot org
            Version|unspecified                 |2.15
         Resolution|---                         |FIXED

--- Comment #3 from Mike Frysinger <vapier at gentoo dot org> ---
this was committed in 2011 here:
https://sourceware.org/git/?p=glibc.git;a=commit;h=db6a567d0ddd816b1134651ddb66b66dbea2f40d

and was part of the glibc-ports-2.15 release

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

end of thread, other threads:[~2015-08-17 12:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-23 14:36 [Bug libc/12344] New: HPPA has invalid _CLOEXEC and _NONBLOCK values in multiple headers gmsoft at tuxicoman dot be
2010-12-25 18:29 ` [Bug libc/12344] " carlos at systemhalted dot org
2011-01-10 10:34 ` [Bug ports/12344] " schwab@linux-m68k.org
2012-02-19  2:10 ` jsm28 at gcc dot gnu.org
2014-05-14 17:02 ` [Bug libc/12344] [hppa] " jsm28 at gcc dot gnu.org
2014-06-30  6:19 ` fweimer at redhat dot com
2015-08-17 12:27 ` vapier at gentoo dot org

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).