public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] nptl: Update struct pthread_unwind_buf
@ 2018-02-01 20:58 H.J. Lu
  2018-02-01 20:58 ` [PATCH 1/2] Revert "Revert Intel CET changes to __jmp_buf_tag (Bug 22743)" H.J. Lu
                   ` (2 more replies)
  0 siblings, 3 replies; 44+ messages in thread
From: H.J. Lu @ 2018-02-01 20:58 UTC (permalink / raw)
  To: libc-alpha

struct pthread_unwind_buf is updated to save and restore shadow stack
register with backward binary compatibility.

H.J. Lu (2):
  Revert "Revert Intel CET changes to __jmp_buf_tag (Bug 22743)"
  nptl: Update struct pthread_unwind_buf [BZ #22743]

 bits/types/__cancel_jmp_buf_tag.h                  | 28 ++++++++
 csu/libc-start.c                                   |  6 +-
 nptl/Makefile                                      |  3 +-
 nptl/cleanup.c                                     |  9 ++-
 nptl/cleanup_defer.c                               | 16 +++--
 nptl/descr.h                                       | 78 +++++++++++++++++-----
 nptl/pthread_create.c                              |  9 ++-
 nptl/unwind.c                                      |  6 +-
 sysdeps/i386/nptl/tcb-offsets.sym                  |  1 +
 sysdeps/i386/nptl/tls.h                            |  4 ++
 sysdeps/nptl/pthread.h                             |  7 +-
 sysdeps/unix/sysv/linux/hppa/pthread.h             |  7 +-
 .../linux/x86/bits/types/__cancel_jmp_buf_tag.h    | 31 +++++++++
 sysdeps/unix/sysv/linux/x86/nptl/pthreadP.h        | 36 ++++++++++
 sysdeps/unix/sysv/linux/x86/pthreaddef.h           | 36 ++++++++++
 sysdeps/x86_64/nptl/tcb-offsets.sym                |  1 +
 sysdeps/x86_64/nptl/tls.h                          |  5 +-
 17 files changed, 238 insertions(+), 45 deletions(-)
 create mode 100644 bits/types/__cancel_jmp_buf_tag.h
 create mode 100644 sysdeps/unix/sysv/linux/x86/bits/types/__cancel_jmp_buf_tag.h
 create mode 100644 sysdeps/unix/sysv/linux/x86/nptl/pthreadP.h
 create mode 100644 sysdeps/unix/sysv/linux/x86/pthreaddef.h

-- 
2.14.3

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

end of thread, other threads:[~2018-03-15  4:21 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-01 20:58 [PATCH 0/2] nptl: Update struct pthread_unwind_buf H.J. Lu
2018-02-01 20:58 ` [PATCH 1/2] Revert "Revert Intel CET changes to __jmp_buf_tag (Bug 22743)" H.J. Lu
2018-02-01 20:58 ` [PATCH 2/2] nptl: Update struct pthread_unwind_buf [BZ #22743] H.J. Lu
2018-02-08 11:40 ` [PATCH 0/2] nptl: Update struct pthread_unwind_buf Carlos O'Donell
2018-02-08 13:27   ` Florian Weimer
2018-02-09 10:08     ` Carlos O'Donell
2018-02-09 11:13       ` Florian Weimer
2018-02-09 12:34         ` H.J. Lu
2018-02-09 12:42           ` Florian Weimer
2018-02-09 13:07             ` H.J. Lu
2018-02-09 14:33               ` H.J. Lu
2018-02-09 14:56                 ` Florian Weimer
2018-02-09 16:39                   ` H.J. Lu
2018-02-24  5:54               ` Carlos O'Donell
2018-02-24 15:46                 ` H.J. Lu
2018-02-25  9:26                   ` Florian Weimer
2018-02-25 11:37                     ` H.J. Lu
2018-02-25 12:21                       ` Florian Weimer
2018-02-25 12:53                         ` H.J. Lu
2018-02-25 12:55                           ` Florian Weimer
2018-02-25 12:58                             ` H.J. Lu
2018-02-25 13:23                               ` H.J. Lu
2018-02-25 13:31                                 ` Florian Weimer
2018-02-25 13:36                                   ` H.J. Lu
2018-02-25 13:49                                     ` Florian Weimer
2018-02-25 13:49                                       ` H.J. Lu
2018-02-25 14:00                                         ` H.J. Lu
2018-02-25 14:13                                         ` Florian Weimer
2018-02-25 15:15                                           ` H.J. Lu
2018-02-26  1:06                                             ` Florian Weimer
2018-02-26 12:28                                               ` H.J. Lu
     [not found]                                                 ` <3764b0a1-9f26-6f5f-1bc5-d374f2672f3a@redhat.com>
2018-03-07 11:56                                                   ` H.J. Lu
2018-03-07 17:34                                                     ` Carlos O'Donell
2018-03-07 19:47                                                       ` H.J. Lu
2018-03-07 20:14                                                         ` H.J. Lu
2018-03-07 22:07                                                           ` H.J. Lu
2018-03-08 12:24                                                             ` Tsimbalist, Igor V
2018-03-08 12:48                                                               ` H.J. Lu
2018-03-09  0:47                                                                 ` Carlos O'Donell
2018-03-09  5:24                                                                   ` H.J. Lu
2018-03-15  4:21                                                                     ` Carlos O'Donell
2018-02-24 15:20         ` Carlos O'Donell
2018-02-08 17:47   ` H.J. Lu
2018-02-09 10:49     ` Carlos O'Donell

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).