This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b25b43caf25 RISC-V: Fix unexpected big LMUL choosing in dynamic LMUL mo [...]
new b20c7ee066c LoongArch: Delete macro definition ASM_OUTPUT_ALIGN_WITH_NOP.
new 38ad4ad1124 LoongArch: Fix vec_initv32qiv16qi template to avoid ICE.
The 2 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/config/loongarch/loongarch.cc | 3 ++-
gcc/config/loongarch/loongarch.h | 5 -----
.../gcc.target/loongarch/vector/lasx/lasx-vec-init-1.c | 14 ++++++++++++++
3 files changed, 16 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/loongarch/vector/lasx/lasx-vec-init-1.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 linux.
from 58720809f527 Linux 6.6-rc6
new f87ef5723536 KVM: s390: fix gisa destroy operation might lead to cpu stalls
new 4bcd9bc629a5 Merge tag 'kvm-s390-master-6.6-1' of git://git.kernel.org/ [...]
new 18164f66e6c5 x86/fpu: Allow caller to constrain xfeatures when copying [...]
new 8647c52e9504 KVM: x86: Constrain guest-supported xfeatures only at KVM_ [...]
new 60d351f18f7a KVM: selftests: Touch relevant XSAVE state in guest for st [...]
new 777098207873 KVM: selftests: Load XSAVE state into untouched vCPU durin [...]
new 87e3ca055cdc KVM: selftests: Force load all supported XSAVE state in st [...]
new b65235f6e102 x86: KVM: SVM: always update the x2avic msr interception
new 2dcf37abf9d3 x86: KVM: SVM: add support for Invalid IPI Vector interception
new 3fdc6087df3b x86: KVM: SVM: refresh AVIC inhibition in svm_leave_nested()
new 3e9346734661 KVM: SVM: Fix build error when using -Werror=unused-but-se [...]
new e2145c99b53e KVM: MIPS: fix -Wunused-but-set-variable warning
new 60197a4631b9 KVM: arm64: pmu: Drop redundant check for non-NULL kvm_pmu_events
new 0fd76865006d KVM: arm64: Add nPIR{E0}_EL1 to HFG traps
new 839d90357b7c KVM: arm64: POR{E0}_EL1 do not need trap handlers
new 9404673293b0 KVM: arm64: timers: Correctly handle TGE flip with CNTPOFF_EL2
new 24422df3fb86 Merge tag 'kvmarm-fixes-6.6-2' of git://git.kernel.org/pub [...]
new b29a2acd36dd KVM: x86/pmu: Truncate counter value to allowed width on write
new a16eb25b09c0 KVM: x86: Mask LVTPC when handling a PMI
new 73554b29bd70 KVM: x86/pmu: Synthesize at most one PMI per VM-exit
new 88e4cd893f5f Merge tag 'kvm-x86-pmu-6.6-fixes' of https://github.com/kv [...]
new b15e7490a1ef KVM: selftests: Treat %llx like %lx when formatting guest printf
new 332c4d90a09c KVM: selftests: Remove obsolete and incorrect test case metadata
new 6313e096dbfa KVM: selftests: Zero-initialize entire test_result in mems [...]
new 2b3f2325e71f Merge tag 'kvm-x86-selftests-6.6-fixes' of https://github. [...]
new 86d6a628a281 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
new 2a86ac30a668 Documentation: probes: Add a new ret_ip callback parameter
new 700b2b439766 fprobe: Fix to ensure the number of active retprobes is not zero
new 213f891525c2 Merge tag 'probes-fixes-v6.6-rc6' of git://git.kernel.org/ [...]
The 29 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/trace/fprobe.rst | 8 +-
arch/arm64/include/asm/kvm_arm.h | 4 +-
arch/arm64/kvm/arch_timer.c | 13 +--
arch/arm64/kvm/emulate-nested.c | 2 +
arch/arm64/kvm/hyp/vhe/switch.c | 44 +++++++++
arch/arm64/kvm/pmu.c | 4 +-
arch/arm64/kvm/sys_regs.c | 4 +-
arch/mips/kvm/mmu.c | 3 +-
arch/s390/kvm/interrupt.c | 16 ++-
arch/x86/include/asm/fpu/api.h | 3 +-
arch/x86/include/asm/kvm_host.h | 1 -
arch/x86/include/asm/svm.h | 1 +
arch/x86/kernel/fpu/core.c | 5 +-
arch/x86/kernel/fpu/xstate.c | 12 +--
arch/x86/kernel/fpu/xstate.h | 3 +-
arch/x86/kvm/cpuid.c | 8 --
arch/x86/kvm/lapic.c | 8 +-
arch/x86/kvm/pmu.c | 27 +----
arch/x86/kvm/pmu.h | 6 ++
arch/x86/kvm/svm/avic.c | 5 +-
arch/x86/kvm/svm/nested.c | 3 +
arch/x86/kvm/svm/pmu.c | 2 +-
arch/x86/kvm/svm/svm.c | 5 +-
arch/x86/kvm/vmx/pmu_intel.c | 4 +-
arch/x86/kvm/x86.c | 40 +++++---
include/kvm/arm_arch_timer.h | 7 ++
kernel/trace/fprobe.c | 6 +-
tools/testing/selftests/kvm/include/ucall_common.h | 2 -
.../selftests/kvm/include/x86_64/processor.h | 23 +++++
tools/testing/selftests/kvm/lib/guest_sprintf.c | 7 ++
tools/testing/selftests/kvm/lib/x86_64/apic.c | 2 -
tools/testing/selftests/kvm/memslot_perf_test.c | 9 +-
.../testing/selftests/kvm/x86_64/hyperv_svm_test.c | 2 -
.../selftests/kvm/x86_64/nx_huge_pages_test.c | 2 -
.../selftests/kvm/x86_64/nx_huge_pages_test.sh | 1 -
tools/testing/selftests/kvm/x86_64/state_test.c | 110 ++++++++++++++++++++-
.../selftests/kvm/x86_64/tsc_scaling_sync.c | 4 -
.../testing/selftests/kvm/x86_64/xen_shinfo_test.c | 4 -
38 files changed, 285 insertions(+), 125 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.
"tcwg-buildslave pushed a change to branch tested
in repository toolchain/jenkins-scripts.
from d39b70ee tcwg-update-llvmbot-containers.sh: Move lldb Arm bot to silent
adds d10ab61e round-robin.sh, tcwg_bmk-build.sh: run UNSTABLE for regressio [...]
No new revisions were added by this update.
Summary of changes:
round-robin.sh | 9 +++++++++
tcwg_bmk-build.sh | 6 ------
2 files changed, 9 insertions(+), 6 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gdb_build/master-arm
in repository toolchain/ci/base-artifacts/tcwg_gdb_build/master-arm.
from 5cdc305 init: #351: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_gdb_b [...]
new d8c18f1 onsuccess: #352: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
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:
01-reset_artifacts/console.log.xz | Bin 2592 -> 2112 bytes
01-reset_artifacts/patch-env.sh | 1 -
02-prepare_abe/console.log.xz | Bin 2720 -> 2684 bytes
04-build_abe-gdb/console.log.xz | Bin 48240 -> 48320 bytes
04-build_abe-gdb/make-gdb.log.xz | Bin 38520 -> 38468 bytes
05-check_regression/console.log.xz | Bin 1092 -> 1100 bytes
git/gdb_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/notify-full.log | 375 +++++++++++++++++++++++++++++++------
jenkins/notify-init.log | 141 +++++++++++---
jenkins/rewrite.log | 22 +--
jenkins/run-build.env | 8 +-
manifest.sh | 4 +-
notify/jira/comment-template.txt | 2 +-
notify/mail-body.txt | 15 +-
notify/mail-recipients.txt | 2 +-
notify/mail-subject.txt | 2 +-
17 files changed, 462 insertions(+), 114 deletions(-)
delete mode 100644 01-reset_artifacts/patch-env.sh
--
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 ef8f7e3f973 d: Forbid taking the address of an intrinsic with no implem [...]
new b25b43caf25 RISC-V: Fix unexpected big LMUL choosing in dynamic LMUL mo [...]
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/config/riscv/riscv-vector-costs.cc | 93 +++++++++++++++++++---
.../vect/costmodel/riscv/rvv/dynamic-lmul2-7.c | 25 ++++++
2 files changed, 109 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul2-7.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_embed_build/master-thumb_m33_eabi
in repository toolchain/ci/base-artifacts/tcwg_gnu_embed_build/master-thumb_m33_eabi.
from 18fa4bd onsuccess: #53: 7: [TCWG CI] https://ci.linaro.org/job/tcwg_g [...]
new e9cc59e onsuccess: #54: 7: [TCWG CI] https://ci.linaro.org/job/tcwg_g [...]
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:
01-reset_artifacts/console.log.xz | Bin 2300 -> 2344 bytes
02-prepare_abe/console.log.xz | Bin 2608 -> 2652 bytes
04-build_abe-binutils/console.log.xz | Bin 27096 -> 27400 bytes
04-build_abe-binutils/make-binutils.log.xz | Bin 17716 -> 17752 bytes
05-build_abe-stage1/console.log.xz | Bin 89284 -> 90944 bytes
05-build_abe-stage1/make-gcc-stage1.log.xz | Bin 70376 -> 70640 bytes
07-build_abe-newlib/console.log.xz | Bin 12656 -> 12824 bytes
07-build_abe-newlib/make-newlib.log.xz | Bin 7036 -> 7040 bytes
08-build_abe-stage2/console.log.xz | Bin 123940 -> 125652 bytes
08-build_abe-stage2/make-gcc-stage2.log.xz | Bin 96808 -> 96776 bytes
09-build_abe-gdb/console.log.xz | Bin 34476 -> 35136 bytes
09-build_abe-gdb/make-gdb.log.xz | Bin 26600 -> 26504 bytes
10-build_abe-qemu/console.log.xz | Bin 34312 -> 34648 bytes
10-build_abe-qemu/make-qemu.log.xz | Bin 22516 -> 22684 bytes
11-check_regression/console.log.xz | Bin 1252 -> 1256 bytes
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/newlib_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/notify-full.log | 286 ++++++++++++++---------------
jenkins/notify-init.log | 98 +++++-----
jenkins/rewrite.log | 23 ++-
jenkins/run-build.env | 6 +-
manifest.sh | 4 +-
notify/jira/comment-template.txt | 2 +-
notify/mail-body.txt | 57 +++---
notify/mail-subject.txt | 2 +-
29 files changed, 247 insertions(+), 243 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.