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.18-802-g2145f8b


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  2145f8b51df7b1bf670c48be7cb19eadb65b4247 (commit)
      from  6e077ee5c35432fec1780d3c7aa0034302b63949 (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=2145f8b51df7b1bf670c48be7cb19eadb65b4247

commit 2145f8b51df7b1bf670c48be7cb19eadb65b4247
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Sat Jan 18 06:58:36 2014 -0800

    Don't check asynchronous cancellation on system
    
    Since asynchronous cancellation was removed from system by
    
    commit c4dd57c300aa05ab2f957d571c321237a58d0368
    Author: OndÅ?ej Bílka <neleai@seznam.cz>
    Date:   Tue Jan 14 16:07:50 2014 +0100
    
        Do not enable asynchronous cancellation in system. Fixes bug 14782.
    
        We needlessly enabled thread cancellation before it was necessary.
    As
        only call that needs to be guarded is waitpid which is cancellation
        point we could remove cancellation altogether.
    
    we shouldn't check asynchronous cancellation on system.
    
    	[BZ #14782]
    	* tst-cancel-wrappers.sh: Remove system.

diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 149509e..0defc9a 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,8 @@
+2014-01-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+	[BZ #14782]
+	* tst-cancel-wrappers.sh: Remove system.
+
 2014-01-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
 
 	* tst-tls7.c (action): New function.
diff --git a/nptl/tst-cancel-wrappers.sh b/nptl/tst-cancel-wrappers.sh
index b0318ab..e41ed51 100644
--- a/nptl/tst-cancel-wrappers.sh
+++ b/nptl/tst-cancel-wrappers.sh
@@ -54,7 +54,6 @@ C["sigpause"]=1
 C["sigsuspend"]=1
 C["sigwait"]=1
 C["sigwaitinfo"]=1
-C["system"]=1
 C["tcdrain"]=1
 C["wait"]=1
 C["waitid"]=1

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

Summary of changes:
 nptl/ChangeLog              |    5 +++++
 nptl/tst-cancel-wrappers.sh |    1 -
 2 files changed, 5 insertions(+), 1 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]