This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 848f0e46f0 i386: Update ___tls_get_addr to preserve vector registers
new 0ef7965e5b x86: Update tst-gnu2-tls2 tests
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:
elf/tst-gnu2-tls2.c | 4 +--
sysdeps/unix/sysv/linux/x86_64/Makefile | 8 +++---
sysdeps/x86/Makefile | 16 +++++++++---
sysdeps/x86/tst-gnu2-tls2-x86-noxsave.c | 2 +-
sysdeps/x86/tst-gnu2-tls2-x86-noxsavec.c | 2 +-
sysdeps/x86/tst-gnu2-tls2-x86-noxsavexsavec.c | 2 +-
sysdeps/x86/tst-gnu2-tls2.c | 36 ++++++++++++++++-----------
sysdeps/x86/{tst-tls23.h => tst-gnu2-tls2.h} | 12 +++++----
8 files changed, 49 insertions(+), 33 deletions(-)
copy sysdeps/x86/{tst-tls23.h => tst-gnu2-tls2.h} (85%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 5adb635077d1 Merge tag 'selinux-pr-20250618' of git://git.kernel.org/pu [...]
new e202196b8aa2 lib/crypto: Annotate crypto strings with nonstring
new 2f13daee2a72 lib/crypto/curve25519-hacl64: Disable KASAN with clang-17 [...]
new 9d4204a8106f lib/crypto/poly1305: Fix arm64's poly1305_blocks_arch()
new 61f4769affff Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pu [...]
new 47096d301e39 sched_ext: Update mailing list entry in MAINTAINERS
new c50784e99f0e sched_ext: Make scx_group_set_weight() always update tg->s [...]
new 33796b91871a sched_ext, sched/core: Don't call scx_group_set_weight() p [...]
new 4f24bfcc398e Merge tag 'sched_ext-for-6.16-rc2-fixes' of git://git.kern [...]
new 261dce3d6402 workqueue: Initialize wq_isolated_cpumask in workqueue_ini [...]
new 0564e6a8c2c3 Merge tag 'wq-for-6.16-rc2-fixes' of git://git.kernel.org/ [...]
new 37fb58a72737 cgroup,freezer: fix incomplete freezing when attaching tasks
new 74b4cc9b8780 Merge tag 'cgroup-for-6.16-rc2-fixes' of git://git.kernel. [...]
The 12 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:
MAINTAINERS | 2 +-
arch/arm64/lib/crypto/poly1305-glue.c | 4 +--
kernel/cgroup/legacy_freezer.c | 3 +--
kernel/sched/core.c | 4 +--
kernel/sched/ext.c | 17 ++++++++-----
kernel/sched/ext.h | 2 ++
kernel/workqueue.c | 3 ++-
lib/crypto/Makefile | 4 +++
lib/crypto/aescfb.c | 8 +++---
lib/crypto/aesgcm.c | 46 +++++++++++++++++------------------
10 files changed, 52 insertions(+), 41 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 6849c5b791 AArch64: Improve codegen SVE log1p helper
new 61cc9922f3 math: Simplify and optimize modff implementation
new f165e244e4 math: Simplify and optimize modf implementation
new c3b9abaf33 posix: Add nonnull attribute to glob_pattern_p.
new abc2e954af manual: Clarify renameat documentation
The 4 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:
manual/filesys.texi | 4 +-
posix/glob.h | 3 +-
sysdeps/ieee754/dbl-64/math_config.h | 13 +++++
sysdeps/ieee754/dbl-64/s_modf.c | 109 ++++++++++++++++++-----------------
sysdeps/ieee754/flt-32/math_config.h | 13 +++++
sysdeps/ieee754/flt-32/s_modff.c | 103 ++++++++++++++++++---------------
6 files changed, 146 insertions(+), 99 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2dcc6dbd8a0 emit-rtl: Use simplify_subreg_regno to validate hardware su [...]
new 9cc6cfdca98 Add space after foo in testcase
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:
gcc/testsuite/gcc.dg/pr119039-1.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from 756669312 posix_spawn: factor out structs to an internal header
new 5be6ebd4d Cygwin: make pthread initializer macros constinit compliant
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:
winsup/cygwin/Makefile.am | 4 +++-
winsup/cygwin/include/pthread.h | 31 ++++++++++++++++++++++++-------
winsup/cygwin/lib/pthreadconst.S | 17 +++++++++++++++++
winsup/cygwin/release/3.6.4 | 3 +++
4 files changed, 47 insertions(+), 8 deletions(-)
create mode 100644 winsup/cygwin/lib/pthreadconst.S
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main
in repository newlib.
from 756669312 posix_spawn: factor out structs to an internal header
new 5be6ebd4d Cygwin: make pthread initializer macros constinit compliant
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:
winsup/cygwin/Makefile.am | 4 +++-
winsup/cygwin/include/pthread.h | 31 ++++++++++++++++++++++++-------
winsup/cygwin/lib/pthreadconst.S | 17 +++++++++++++++++
winsup/cygwin/release/3.6.4 | 3 +++
4 files changed, 47 insertions(+), 8 deletions(-)
create mode 100644 winsup/cygwin/lib/pthreadconst.S
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch cygwin-3_6-branch
in repository newlib.
from 5f101c3c4 Cygwin: fix compatibility with GCC 15
new 1186791e9 Cygwin: make pthread initializer macros constinit compliant
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:
winsup/cygwin/Makefile.am | 4 +++-
winsup/cygwin/include/pthread.h | 31 ++++++++++++++++++++++++-------
winsup/cygwin/lib/pthreadconst.S | 17 +++++++++++++++++
winsup/cygwin/release/3.6.4 | 3 +++
4 files changed, 47 insertions(+), 8 deletions(-)
create mode 100644 winsup/cygwin/lib/pthreadconst.S
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15
in repository gcc.
from 57893515877 doc: allow gcov.texi to be processed by makeinfo 4.13
new f34f1b1d6c4 Fortran: fix checking of MOLD= in ALLOCATE statements [PR51961]
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:
gcc/fortran/resolve.cc | 17 ++++++++
gcc/testsuite/gfortran.dg/allocate_with_mold_5.f90 | 51 ++++++++++++++++++++++
2 files changed, 68 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/allocate_with_mold_5.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 43e408f675f c++, coroutines: CWG2563 promise lifetime extension [PR115908].
new 2dcc6dbd8a0 emit-rtl: Use simplify_subreg_regno to validate hardware su [...]
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:
gcc/emit-rtl.cc | 9 ++++++---
gcc/rtl.h | 3 ++-
gcc/rtlanal.cc | 36 ++++++++++++++++++++++--------------
3 files changed, 30 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.