This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from b62cef9a5c67 Merge tag 'hwmon-for-v6.13-rc7' of git://git.kernel.org/pu [...]
new 30c8fd31c571 tracing/kprobes: Fix to free objects when failed to copy a symbol
new a87d1203bb23 Merge tag 'probes-fixes-v6.13-rc6' of git://git.kernel.org [...]
new 5cc2db37124b x86/static-call: Remove early_boot_irqs_disabled check to [...]
new a9d9c33132d4 x86/fpu: Ensure shadow stack is active before "getting" registers
new f31acaef553f Merge tag 'x86_urgent_for_v6.13_rc7' of git://git.kernel.o [...]
new b583ef82b671 uprobes: Fix race in uprobe_free_utask
new a603abe345d6 Merge tag 'perf_urgent_for_v6.13_rc7' of git://git.kernel. [...]
new 87ecfdbc699c KVM: e500: always restore irqs
new e97fbb43fb1b KVM: e500: use shadow TLB entry as witness for writability
new f2104bf22f04 KVM: e500: track host-writability of pages
new 03b755b2aa48 KVM: e500: map readonly host pages for read
new 55f4db79c4d9 KVM: e500: perform hugepage check after looking up the PFN
new 71b7bf1702c9 Merge branch 'kvm-e500-check-writable-pfn' into HEAD
new 212fbabe1dfe KVM: arm64: Fix set_id_regs selftest for ASIDBITS becoming [...]
new 985bb51f17ab KVM: arm64: Always check the state from hyp_ack_unshare()
new e22c369520d0 KVM: arm64: Add unified helper for reprogramming counters by mask
new adf8623b3f51 KVM: arm64: Use KVM_REQ_RELOAD_PMU to handle PMCR_EL0.E change
new d3ba35b69eae KVM: arm64: nv: Reload PMU events upon MDCR_EL2.HPME change
new e96d8b80afd3 KVM: arm64: Only apply PMCR_EL0.P to the guest range of counters
new 5c99a684c9ad Merge tag 'kvmarm-fixes-6.13-3' of https://git.kernel.org/ [...]
new 984aaf6161bc KVM: s390: vsie: fix virtual/physical address in unpin_scb()
new df989238fa46 KVM: s390: Reject setting flic pfault attributes on ucontrol VMs
new b07f6a30c7a4 KVM: s390: selftests: Add ucontrol flic attr selftests
new 5021fd77d68f KVM: s390: Reject KVM_SET_GSI_ROUTING on ucontrol VMs
new b1da33b0e3dc KVM: s390: selftests: Add ucontrol gis routing test
new e376d958871c KVM: s390: selftests: Add has device attr check to uc_attr [...]
new a5546c2f0dc4 Merge tag 'kvm-s390-master-6.13-1' of https://git.kernel.o [...]
new be548645527a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 28 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:
Documentation/virt/kvm/api.rst | 3 +
Documentation/virt/kvm/devices/s390_flic.rst | 4 +
arch/arm64/kvm/hyp/nvhe/mem_protect.c | 3 -
arch/arm64/kvm/pmu-emul.c | 89 ++++------
arch/arm64/kvm/sys_regs.c | 32 +++-
arch/powerpc/kvm/e500.h | 2 +
arch/powerpc/kvm/e500_mmu_host.c | 199 +++++++++-------------
arch/s390/kvm/interrupt.c | 6 +
arch/s390/kvm/vsie.c | 2 +-
arch/x86/kernel/fpu/regset.c | 3 +-
arch/x86/kernel/static_call.c | 1 -
include/kvm/arm_pmu.h | 6 +-
kernel/events/uprobes.c | 2 +-
kernel/trace/trace_kprobe.c | 6 +-
tools/testing/selftests/kvm/aarch64/set_id_regs.c | 1 -
tools/testing/selftests/kvm/s390x/ucontrol_test.c | 172 ++++++++++++++++++-
16 files changed, 339 insertions(+), 192 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 release/2.34/master
in repository glibc.
from 1b1f940938 x86: Avoid integer truncation with large cache sizes (bug 32470)
new ef6963dcb1 support: Add xpthread_cond_signal wrapper
new a854061edc nptl: Convert tst-setuid2 to test-driver
new 0cd2f520f0 x86_64: Sort fpu/multiarch/Makefile
new 7285049c71 x86_64: Add log2 with FMA
new 691c103e10 x86_64: Add expm1 with FMA
new 2b78e079d8 x86_64: Add log1p with FMA
new e13bf07e4e x86: Check the lower byte of EAX of CPUID leaf 2 [BZ #30643]
new 2293b0a0d0 elf: Fix slow tls access after dlopen [BZ #19924]
new 4d4dcf98ac x86: Only align destination to 1x VEC_SIZE in memset 4x loop
new 02686893a4 sysdeps/x86/Makefile: Split and sort tests
new 311b603855 elf: Avoid some free (NULL) calls in _dl_update_slotinfo
new 7485d6cfe9 elf: Support recursive use of dynamic TLS in interposed malloc
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:
elf/Makefile | 26 +++
elf/dl-close.c | 2 +-
elf/dl-open.c | 8 +-
elf/dl-reloc.c | 6 +-
elf/dl-tls.c | 211 +++++++++++++++------
elf/rtld.c | 2 +
elf/tst-recursive-tls.c | 60 ++++++
elf/tst-recursive-tlsmallocmod.c | 64 +++++++
.../tst-recursive-tlsmodN.c | 16 +-
nptl/tst-setuid2.c | 52 ++---
support/Makefile | 1 +
.../xpthread_cond_signal.c | 14 +-
support/xthread.h | 1 +
sysdeps/generic/ldsodefs.h | 17 +-
sysdeps/ieee754/dbl-64/s_expm1.c | 7 +
sysdeps/ieee754/dbl-64/s_log1p.c | 5 +
sysdeps/x86/Makefile | 110 +++++++----
sysdeps/x86/dl-cacheinfo.h | 31 ++-
sysdeps/x86_64/dl-tls.c | 9 +-
sysdeps/x86_64/fpu/multiarch/Makefile | 94 +++++++--
sysdeps/x86_64/fpu/multiarch/e_log2-fma.c | 3 +
.../x86_64/fpu/multiarch/{e_expf.c => e_log2.c} | 28 +--
sysdeps/x86_64/fpu/multiarch/s_expm1-fma.c | 10 +
.../s_ceil.c => x86_64/fpu/multiarch/s_expm1.c} | 30 +--
sysdeps/x86_64/fpu/multiarch/s_log1p-fma.c | 4 +
.../strcpy-sse2.S => fpu/multiarch/s_log1p.c} | 19 +-
.../x86_64/multiarch/memset-vec-unaligned-erms.S | 2 +-
27 files changed, 605 insertions(+), 227 deletions(-)
create mode 100644 elf/tst-recursive-tls.c
create mode 100644 elf/tst-recursive-tlsmallocmod.c
copy sysdeps/unix/sysv/linux/ia64/bits/pthread_stack_min.h => elf/tst-recursive-tl [...]
copy elf/tst-audit25mod1.c => support/xpthread_cond_signal.c (80%)
create mode 100644 sysdeps/x86_64/fpu/multiarch/e_log2-fma.c
copy sysdeps/x86_64/fpu/multiarch/{e_expf.c => e_log2.c} (60%)
create mode 100644 sysdeps/x86_64/fpu/multiarch/s_expm1-fma.c
copy sysdeps/{powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c => x86_64/fpu/multia [...]
create mode 100644 sysdeps/x86_64/fpu/multiarch/s_log1p-fma.c
copy sysdeps/x86_64/{multiarch/strcpy-sse2.S => fpu/multiarch/s_log1p.c} (70%)
--
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 binutils-gdb.
from 3923a3d020d Remove unused declaration and macros
new 338e0b05d8f Fix grammar in "Debug Names" node of the manual
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:
gdb/doc/gdb.texinfo | 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 gcc.
from f8eda60e12d Fortran: implement F2018 intrinsic OUT_OF_RANGE [PR115788]
new a236f706172 c: UX improvements to 'too {few,many} arguments' errors (v5 [...]
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/c/c-typeck.cc | 77 ++++++++++++++++++++++++----
gcc/testsuite/gcc.dg/too-few-arguments.c | 28 +++++++++++
gcc/testsuite/gcc.dg/too-many-arguments.c | 83 +++++++++++++++++++++++++++++++
3 files changed, 177 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/too-few-arguments.c
create mode 100644 gcc/testsuite/gcc.dg/too-many-arguments.c
--
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 ed8cd42d138 Alpha: Fix a block move pessimisation with zero-extension a [...]
new f8eda60e12d Fortran: implement F2018 intrinsic OUT_OF_RANGE [PR115788]
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/check.cc | 42 +++++
gcc/fortran/expr.cc | 1 +
gcc/fortran/gfortran.h | 1 +
gcc/fortran/gfortran.texi | 7 +-
gcc/fortran/intrinsic.cc | 28 +++-
gcc/fortran/intrinsic.h | 2 +
gcc/fortran/intrinsic.texi | 67 ++++++++
gcc/fortran/simplify.cc | 208 ++++++++++++++++++++++++
gcc/fortran/trans-intrinsic.cc | 196 ++++++++++++++++++++++
gcc/testsuite/gfortran.dg/ieee/out_of_range.f90 | 65 ++++++++
gcc/testsuite/gfortran.dg/out_of_range_1.f90 | 91 +++++++++++
gcc/testsuite/gfortran.dg/out_of_range_2.f90 | 115 +++++++++++++
gcc/testsuite/gfortran.dg/out_of_range_3.f90 | 25 +++
13 files changed, 835 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/ieee/out_of_range.f90
create mode 100644 gcc/testsuite/gfortran.dg/out_of_range_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/out_of_range_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/out_of_range_3.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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 3e438e699 Add entry 68326d5d1a593dc0bf098c03aac25916168bc5a9 from https [...]
new c7a4734f9 Add entry 68326d5d1a593dc0bf098c03aac25916168bc5a9 from https [...]
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:
.../jira/description | 5 +++
.../jira/summary | 2 +-
.../jira/yaml | 7 +++-
.../status-summary.txt | 2 +-
.../status.txt | 5 +++
.../master-aarch64/details.txt | 42 ++++++++--------------
.../master-aarch64}/reproduction_instructions.txt | 0
.../master-aarch64/status-summary.txt | 1 +
.../master-aarch64/status.txt | 6 ++--
.../tcwg_gnu_cross_check_gcc/status-summary.txt | 1 +
.../tcwg_gnu_cross_check_gcc/status.txt | 6 ++--
11 files changed, 41 insertions(+), 36 deletions(-)
copy gcc/sha1/{bcccc3221b838ee7ae7848e7194603acb18294b3 => 68326d5d1a593dc0bf098c0 [...]
copy {binutils/sha1/9f2e3c21f6506f081f1360f02b847606e0e00995/tcwg_kernel/gnu-maste [...]
create mode 100644 gcc/sha1/68326d5d1a593dc0bf098c03aac25916168bc5a9/tcwg_gnu_cros [...]
copy gcc/sha1/{0cfc9c953d0221ec3971a25e6509ebe1041f142e => 68326d5d1a593dc0bf098c0 [...]
create mode 100644 gcc/sha1/68326d5d1a593dc0bf098c03aac25916168bc5a9/tcwg_gnu_cros [...]
copy gcc/sha1/{0cfc9c953d0221ec3971a25e6509ebe1041f142e => 68326d5d1a593dc0bf098c0 [...]
--
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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from f9c03eff3 Add entry 740c84975ceb7426da656dc7115445872a9e5b6f from https [...]
new 3e438e699 Add entry 68326d5d1a593dc0bf098c03aac25916168bc5a9 from https [...]
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:
.../tcwg_gnu_cross_check_gcc/master-aarch64/build_url | 2 +-
.../master-aarch64}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{02917ac4528e32d1b2d0da5f45ef5937c56942cd => 68326d5d1a593dc0bf098c0 [...]
copy gcc/sha1/68326d5d1a593dc0bf098c03aac25916168bc5a9/{tcwg_bootstrap_check/maste [...]
--
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 278f8d5c4d socket/tst-cmsghdr: Fix alignment of cmsghdr
new 73b854e955 hurd: Mark more memory-hungry tests as unsupported
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:
sysdeps/mach/hurd/Makefile | 1 +
1 file changed, 1 insertion(+)
--
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 4ab62ce605 elf: make tst-tls_tp_offset compare &thread_var to THREAD_SELF
new 278f8d5c4d socket/tst-cmsghdr: Fix alignment of cmsghdr
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:
socket/tst-cmsghdr-skeleton.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.