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; 11+ 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] 11+ 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; 11+ 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] 11+ 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; 11+ 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] 11+ 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; 11+ 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] 11+ 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; 11+ 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] 11+ messages in thread

* [Bug ports/5400] Assume fdatasync syscall always exists
       [not found] <bug-5400-131@http.sourceware.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2012-08-27 16:27 ` joseph at codesourcery dot com
@ 2012-08-27 17:32 ` vapier at gentoo dot org
  5 siblings, 0 replies; 11+ messages in thread
From: vapier at gentoo dot org @ 2012-08-27 17:32 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #9 from Mike Frysinger <vapier at gentoo dot org> 2012-08-27 17:31:46 UTC ---
done

-- 
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] 11+ messages in thread

* [Bug ports/5400] Assume fdatasync syscall always exists
       [not found] <bug-5400-131@http.sourceware.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2012-08-27 16:17 ` vapier at gentoo dot org
@ 2012-08-27 16:27 ` joseph at codesourcery dot com
  2012-08-27 17:32 ` vapier at gentoo dot org
  5 siblings, 0 replies; 11+ messages in thread
From: joseph at codesourcery dot com @ 2012-08-27 16:27 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #8 from joseph at codesourcery dot com <joseph at codesourcery dot com> 2012-08-27 16:26:34 UTC ---
If you commit a patch that fixes a bug, please remember to add that bug to 
the list in NEWS of bugs fixed in the next release.

-- 
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] 11+ messages in thread

* [Bug ports/5400] Assume fdatasync syscall always exists
       [not found] <bug-5400-131@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2012-08-17 17:22 ` vapier at gentoo dot org
@ 2012-08-27 16:17 ` vapier at gentoo dot org
  2012-08-27 16:27 ` joseph at codesourcery dot com
  2012-08-27 17:32 ` vapier at gentoo dot org
  5 siblings, 0 replies; 11+ messages in thread
From: vapier at gentoo dot org @ 2012-08-27 16:17 UTC (permalink / raw)
  To: glibc-bugs

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

Mike Frysinger <vapier at gentoo dot org> changed:

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

--- Comment #7 from Mike Frysinger <vapier at gentoo dot org> 2012-08-27 16:16:39 UTC ---
i've pushed that patch now with Richard's blessing

-- 
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] 11+ messages in thread

* [Bug ports/5400] Assume fdatasync syscall always exists
       [not found] <bug-5400-131@http.sourceware.org/bugzilla/>
  2012-08-17 16:47 ` vapier at gentoo dot org
  2012-08-17 16:49 ` mattst88 at gmail dot com
@ 2012-08-17 17:22 ` vapier at gentoo dot org
  2012-08-27 16:17 ` vapier at gentoo dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 11+ messages in thread
From: vapier at gentoo dot org @ 2012-08-17 17:22 UTC (permalink / raw)
  To: glibc-bugs

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

Mike Frysinger <vapier at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vapier at gentoo dot org

--- Comment #6 from Mike Frysinger <vapier at gentoo dot org> 2012-08-17 17:22:13 UTC ---
updated patch posted here:
http://sourceware.org/ml/libc-ports/2012-08/msg00142.html

-- 
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] 11+ messages in thread

* [Bug ports/5400] Assume fdatasync syscall always exists
       [not found] <bug-5400-131@http.sourceware.org/bugzilla/>
  2012-08-17 16:47 ` vapier at gentoo dot org
@ 2012-08-17 16:49 ` mattst88 at gmail dot com
  2012-08-17 17:22 ` vapier at gentoo dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 11+ messages in thread
From: mattst88 at gmail dot com @ 2012-08-17 16:49 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #5 from Matt Turner <mattst88 at gmail dot com> 2012-08-17 16:49:42 UTC ---
(In reply to comment #4)
> Matt: are you sure ?  commit c735022ded3fb7967bf24b9f385cd7f8f1cdea77 updated
> the fcntl.h header to add the missing bits.  i don't see any fdatasync related
> changes in there.
> 
> we probably want to move the new fdatasync.c to
> ports/sysdeps/unix/sysv/linux/alpha/ to localize the noise to alpha

Yeah, I'm wrong it looks like. Sorry about that.

-- 
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] 11+ messages in thread

* [Bug ports/5400] Assume fdatasync syscall always exists
       [not found] <bug-5400-131@http.sourceware.org/bugzilla/>
@ 2012-08-17 16:47 ` vapier at gentoo dot org
  2012-08-17 16:49 ` mattst88 at gmail dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 11+ messages in thread
From: vapier at gentoo dot org @ 2012-08-17 16:47 UTC (permalink / raw)
  To: glibc-bugs

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

Mike Frysinger <vapier at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |mattst88 at gmail dot com,
                   |                            |toolchain at gentoo dot org
         Resolution|FIXED                       |
         AssignedTo|roland at gnu dot org       |rth at twiddle dot net

--- Comment #4 from Mike Frysinger <vapier at gentoo dot org> 2012-08-17 16:47:02 UTC ---
Matt: are you sure ?  commit c735022ded3fb7967bf24b9f385cd7f8f1cdea77 updated
the fcntl.h header to add the missing bits.  i don't see any fdatasync related
changes in there.

we probably want to move the new fdatasync.c to
ports/sysdeps/unix/sysv/linux/alpha/ to localize the noise to alpha

-- 
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] 11+ messages in thread

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

Thread overview: 11+ 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
     [not found] <bug-5400-131@http.sourceware.org/bugzilla/>
2012-08-17 16:47 ` vapier at gentoo dot org
2012-08-17 16:49 ` mattst88 at gmail dot com
2012-08-17 17:22 ` vapier at gentoo dot org
2012-08-27 16:17 ` vapier at gentoo dot org
2012-08-27 16:27 ` joseph at codesourcery dot com
2012-08-27 17:32 ` 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).