mbox series

[v2,0/6] General fixes and refactor for BZ#12683

Message ID 20181228010255.21406-1-adhemerval.zanella@linaro.org
Headers show
Series General fixes and refactor for BZ#12683 | expand

Message

Adhemerval Zanella Dec. 28, 2018, 1:02 a.m. UTC
This is an updated version of previous one [1]. The main change is just
the drop of first patch (powerpc: Add CFI information on indirect syscall)
since it is required anymore. I am resending it mainly because Siddhesh
has asked me to easier the review.

[1] https://sourceware.org/ml/libc-alpha/2018-09/msg00457.html

Adhemerval Zanella (6):
  nptl: Remove tst-cancel-wrappers test and related macros
  nptl: Fix testcases for new pthread cancellation mechanism
  x86: Remove wrong THREAD_ATOMIC_* macros
  i386: Remove bogus THREAD_ATOMIC_* macros
  nptl: Cleanup cancellation macros
  support: Add support_create_temp_fifo

 ChangeLog                                     | 67 ++++++++++++++
 debug/tst-backtrace5.c                        | 19 ++--
 io/creat.c                                    |  3 -
 io/ppoll.c                                    |  2 -
 misc/pselect.c                                |  2 -
 nptl/Makefile                                 | 18 +---
 nptl/pthreadP.h                               | 10 --
 nptl/pthread_join_common.c                    |  9 +-
 nptl/sem_wait.c                               |  8 +-
 nptl/tst-cancel-wrappers.sh                   | 92 -------------------
 nptl/tst-cancel4.c                            |  8 ++
 support/temp_file.c                           | 23 +++++
 support/temp_file.h                           |  6 ++
 sysdeps/generic/sysdep-cancel.h               |  1 -
 sysdeps/i386/nptl/tls.h                       | 37 --------
 sysdeps/mach/hurd/sysdep-cancel.h             |  1 -
 sysdeps/nptl/aio_misc.h                       | 15 ++-
 sysdeps/nptl/gai_misc.h                       | 15 ++-
 sysdeps/nptl/lowlevellock.h                   | 40 ++++----
 sysdeps/posix/open64.c                        | 12 +--
 sysdeps/posix/pause.c                         |  2 -
 sysdeps/posix/sigpause.c                      |  3 -
 sysdeps/posix/sigwait.c                       | 12 +--
 sysdeps/posix/waitid.c                        | 12 +--
 sysdeps/unix/sysv/linux/clock_nanosleep.c     | 20 +---
 sysdeps/unix/sysv/linux/creat.c               |  2 -
 sysdeps/unix/sysv/linux/creat64.c             |  2 -
 sysdeps/unix/sysv/linux/futex-internal.h      |  4 +-
 sysdeps/unix/sysv/linux/i386/lowlevellock.h   | 42 ++++-----
 sysdeps/unix/sysv/linux/lowlevellock-futex.h  | 11 +++
 sysdeps/unix/sysv/linux/sigwait.c             |  3 -
 sysdeps/unix/sysv/linux/sigwaitinfo.c         |  3 -
 sysdeps/unix/sysv/linux/sparc/lowlevellock.h  | 39 ++++----
 sysdeps/unix/sysv/linux/x86_64/lowlevellock.h | 40 ++++----
 sysdeps/x86_64/nptl/tls.h                     | 37 --------
 35 files changed, 231 insertions(+), 389 deletions(-)
 delete mode 100644 nptl/tst-cancel-wrappers.sh

-- 
2.17.1