public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/16839] New: Add support for file-private locks
@ 2014-04-12 10:28 jlayton at poochiereds dot net
  2014-05-08 11:21 ` [Bug libc/16839] Add support for open file description locks jlayton at poochiereds dot net
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jlayton at poochiereds dot net @ 2014-04-12 10:28 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 16839
           Summary: Add support for file-private locks
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: jlayton at poochiereds dot net
                CC: drepper.fsp at gmail dot com

File-private record locks have been merged into Linux for v3.15. Please add the
appropriate definitions for the cmd types and documentation updates to glibc so
that they can be used.

Here's a writeup of the feature on LWN:

    http://lwn.net/Articles/586904/

There were some minor changes to the interface after that article was written,
but it's a good overview.

I've also opened a bug at the austingroup to see about getting this added to
the POSIX spec, but they (understandably) won't really look at it until there's
a shipping implementation.

    http://austingroupbugs.net/view.php?id=768

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


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

* [Bug libc/16839] Add support for open file description locks
  2014-04-12 10:28 [Bug libc/16839] New: Add support for file-private locks jlayton at poochiereds dot net
@ 2014-05-08 11:21 ` jlayton at poochiereds dot net
  2014-05-08 11:22 ` jlayton at poochiereds dot net
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jlayton at poochiereds dot net @ 2014-05-08 11:21 UTC (permalink / raw)
  To: glibc-bugs

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

jlayton at poochiereds dot net <jlayton at poochiereds dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Add support for             |Add support for open file
                   |file-private locks          |description locks

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


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

* [Bug libc/16839] Add support for open file description locks
  2014-04-12 10:28 [Bug libc/16839] New: Add support for file-private locks jlayton at poochiereds dot net
  2014-05-08 11:21 ` [Bug libc/16839] Add support for open file description locks jlayton at poochiereds dot net
@ 2014-05-08 11:22 ` jlayton at poochiereds dot net
  2014-05-08 11:26 ` jlayton at poochiereds dot net
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jlayton at poochiereds dot net @ 2014-05-08 11:22 UTC (permalink / raw)
  To: glibc-bugs

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

jlayton at poochiereds dot net <jlayton at poochiereds dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carlos at redhat dot com

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


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

* [Bug libc/16839] Add support for open file description locks
  2014-04-12 10:28 [Bug libc/16839] New: Add support for file-private locks jlayton at poochiereds dot net
  2014-05-08 11:21 ` [Bug libc/16839] Add support for open file description locks jlayton at poochiereds dot net
  2014-05-08 11:22 ` jlayton at poochiereds dot net
@ 2014-05-08 11:26 ` jlayton at poochiereds dot net
  2014-06-12 19:41 ` fweimer at redhat dot com
  2015-08-27 22:46 ` jsm28 at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jlayton at poochiereds dot net @ 2014-05-08 11:26 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #1 from jlayton at poochiereds dot net <jlayton at poochiereds dot net> ---
Created attachment 7593
  --> https://sourceware.org/bugzilla/attachment.cgi?id=7593&action=edit
patch -- add new definitions and manual updates for OFD locks

Adding Carlos to cc list since he volunteered to shepherd this into the tree.
The latest patch was sent on May 3rd:

    http://www.spinics.net/lists/linux-fsdevel/msg74972.html

...at this point, I think it's ready for merge, and we can just do other
patches on top of it if any are needed.

Carlos, is there anything holding up the merge of this patch at this point?

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


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

* [Bug libc/16839] Add support for open file description locks
  2014-04-12 10:28 [Bug libc/16839] New: Add support for file-private locks jlayton at poochiereds dot net
                   ` (2 preceding siblings ...)
  2014-05-08 11:26 ` jlayton at poochiereds dot net
@ 2014-06-12 19:41 ` fweimer at redhat dot com
  2015-08-27 22:46 ` jsm28 at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: fweimer at redhat dot com @ 2014-06-12 19:41 UTC (permalink / raw)
  To: glibc-bugs

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

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

* [Bug libc/16839] Add support for open file description locks
  2014-04-12 10:28 [Bug libc/16839] New: Add support for file-private locks jlayton at poochiereds dot net
                   ` (3 preceding siblings ...)
  2014-06-12 19:41 ` fweimer at redhat dot com
@ 2015-08-27 22:46 ` jsm28 at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2015-08-27 22:46 UTC (permalink / raw)
  To: glibc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |2.20

--- Comment #2 from Joseph Myers <jsm28 at gcc dot gnu.org> ---
This was added in 2.20, complete with NEWS entry, but the bug wasn't closed at
that time.

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


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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-12 10:28 [Bug libc/16839] New: Add support for file-private locks jlayton at poochiereds dot net
2014-05-08 11:21 ` [Bug libc/16839] Add support for open file description locks jlayton at poochiereds dot net
2014-05-08 11:22 ` jlayton at poochiereds dot net
2014-05-08 11:26 ` jlayton at poochiereds dot net
2014-06-12 19:41 ` fweimer at redhat dot com
2015-08-27 22:46 ` jsm28 at gcc dot gnu.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).