This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 375a484459 Add tests for setcontext on the context from makecontext new 25123a1c5c x86-64/CET: Extend ucontext_t to save shadow stack
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 30 ++++++ sysdeps/unix/sysv/linux/x86/sys/ucontext.h | 2 + sysdeps/unix/sysv/linux/x86_64/__start_context.S | 75 +++++++++++++ sysdeps/unix/sysv/linux/x86_64/getcontext.S | 50 +++++++++ sysdeps/unix/sysv/linux/x86_64/makecontext.c | 38 ++++++- sysdeps/unix/sysv/linux/x86_64/setcontext.S | 92 ++++++++++++++++ sysdeps/unix/sysv/linux/x86_64/swapcontext.S | 129 +++++++++++++++++++++++ sysdeps/unix/sysv/linux/x86_64/sysdep.h | 5 + sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym | 1 + 9 files changed, 421 insertions(+), 1 deletion(-)