public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/5400] New: Assume fdatasync syscall always exists
@ 2007-11-26  0:51 aurelien at aurel32 dot net
  2007-11-26  0:52 ` [Bug libc/5400] " aurelien at aurel32 dot net
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: aurelien at aurel32 dot net @ 2007-11-26  0:51 UTC (permalink / raw)
  To: glibc-bugs

The fdatasync syscall is present for a very long time in the linux kernel 
(since pre 2.0 kernels) on all architectures except alpha. On this architecture 
it has been recently added to the 2.6.22 kernel.

This causes fdatasync() to fail on a glibc compiled against a 2.6.22 kernel run 
on pre 2.6.22 kernel.

Patch will follow.

-- 
           Summary: Assume fdatasync syscall always exists
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: aurelien at aurel32 dot net
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: alphaev68-unknown-linux-gnu
  GCC host triplet: alphaev68-unknown-linux-gnu
GCC target triplet: alphaev68-unknown-linux-gnu


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/5400] Assume fdatasync syscall always exists
  2007-11-26  0:51 [Bug libc/5400] New: Assume fdatasync syscall always exists aurelien at aurel32 dot net
@ 2007-11-26  0:52 ` aurelien at aurel32 dot net
  2007-12-08 10:02 ` drepper at redhat dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: aurelien at aurel32 dot net @ 2007-11-26  0:52 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From aurelien at aurel32 dot net  2007-11-26 00:52 -------
Created an attachment (id=2108)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=2108&action=view)
Fix fdatasync on alpha


-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/5400] Assume fdatasync syscall always exists
  2007-11-26  0:51 [Bug libc/5400] New: Assume fdatasync syscall always exists aurelien at aurel32 dot net
  2007-11-26  0:52 ` [Bug libc/5400] " aurelien at aurel32 dot net
@ 2007-12-08 10:02 ` drepper at redhat dot com
  2008-11-26 23:30 ` [Bug ports/5400] " drepper at redhat dot com
  2010-05-04  3:01 ` mattst88 at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: drepper at redhat dot com @ 2007-12-08 10:02 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|drepper at redhat dot com   |rth at gcc dot gnu dot org
             Status|NEW                         |ASSIGNED


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/5400] Assume fdatasync syscall always exists
  2007-11-26  0:51 [Bug libc/5400] New: Assume fdatasync syscall always exists aurelien at aurel32 dot net
  2007-11-26  0:52 ` [Bug libc/5400] " aurelien at aurel32 dot net
  2007-12-08 10:02 ` drepper at redhat dot com
@ 2008-11-26 23:30 ` drepper at redhat dot com
  2010-05-04  3:01 ` mattst88 at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: drepper at redhat dot com @ 2008-11-26 23:30 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2008-11-26 23:29 -------
Alpha is not in the main tree anymore since we have no maintainer.  Somebody has
to step up and volunteer to be the maintainer of the alpha ports tree or nothing
will happen.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|rth at gcc dot gnu dot org  |roland at gnu dot org
             Status|ASSIGNED                    |NEW
          Component|libc                        |ports


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/5400] Assume fdatasync syscall always exists
  2007-11-26  0:51 [Bug libc/5400] New: Assume fdatasync syscall always exists aurelien at aurel32 dot net
                   ` (2 preceding siblings ...)
  2008-11-26 23:30 ` [Bug ports/5400] " drepper at redhat dot com
@ 2010-05-04  3:01 ` mattst88 at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: mattst88 at gmail dot com @ 2010-05-04  3:01 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From mattst88 at gmail dot com  2010-05-04 03:01 -------
Richard Henderson fixed this with commit c735022ded3 to glibc-ports.git. Marking
as fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2010-05-04  3:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-26  0:51 [Bug libc/5400] New: Assume fdatasync syscall always exists aurelien at aurel32 dot net
2007-11-26  0:52 ` [Bug libc/5400] " aurelien at aurel32 dot net
2007-12-08 10:02 ` drepper at redhat dot com
2008-11-26 23:30 ` [Bug ports/5400] " drepper at redhat dot com
2010-05-04  3:01 ` mattst88 at gmail dot com

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