This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.17-920-g135529b


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  135529b443631f840cc66d0cc395f79c416434d9 (commit)
      from  7b1f8b581f9387230788e4d8a67cdbcf464dac85 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=135529b443631f840cc66d0cc395f79c416434d9

commit 135529b443631f840cc66d0cc395f79c416434d9
Author: David S. Miller <davem@davemloft.net>
Date:   Tue Jul 23 11:31:39 2013 -0700

    Remove Linux kernel version ambiguity in comment added by previous commit.
    
    	* tst-cancel4.c (WRITE_BUFFER_SIZE): Adjust comment.

diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 0e4747e..eae5079 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,7 @@
+2013-07-23  David S. Miller  <davem@davemloft.net>
+
+	* tst-cancel4.c (WRITE_BUFFER_SIZE): Adjust comment.
+
 2013-07-22  David S. Miller  <davem@davemloft.net>
 
 	* tst-cancel4.c (WRITE_BUFFER_SIZE): Increase to 16384.
diff --git a/nptl/tst-cancel4.c b/nptl/tst-cancel4.c
index 10b7c6e..6d25e48 100644
--- a/nptl/tst-cancel4.c
+++ b/nptl/tst-cancel4.c
@@ -87,8 +87,8 @@ static pthread_barrier_t b2;
    the socket send buffer size to '1', a write of this size on that
    socket will block.
 
-   The Linux kernel imposes a minimum send socket buffer size
-   which has changed over the years.  Currently the value is:
+   The Linux kernel imposes a minimum send socket buffer size which
+   has changed over the years.  As of Linux 3.10 the value is:
 
      2 * (2048 + SKB_DATA_ALIGN(sizeof(struct sk_buff)))
 

-----------------------------------------------------------------------

Summary of changes:
 nptl/ChangeLog     |    4 ++++
 nptl/tst-cancel4.c |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]