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 fe4897534 Add entry e13bed4c5f3544c076ce57e36d9a11eefa5a7815 from https [...]
new 0540db5a4 Add entry 839bc42772ba7af66af3bd16efed4a69511312ae 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_embed_check_gcc/master-thumb_m7_eabi}/build_url | 2 +-
.../master-thumb_m7_eabi}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{021077b94741c9300dfff3a24e95b3ffa3f508a7/tcwg_gnu_embed_check_gcc/m [...]
copy gcc/sha1/839bc42772ba7af66af3bd16efed4a69511312ae/{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 linux.
from 3e92c1e6cd87 Merge tag 'selinux-pr-20240402' of git://git.kernel.org/pu [...]
new 0e110732473e x86/retpoline: Do the necessary fixup to the Zen3/4 srso r [...]
new 701b38995e5b security: Place security_path_post_mknod() where the origi [...]
new cc4ce37bed85 KVM: SVM: Set sev->asid in sev_asid_new() instead of overl [...]
new 466eec4a22a7 KVM: SVM: Use unsigned integers when dealing with ASIDs
new 0aa6b90ef9d7 KVM: SVM: Add support for allowing zero SEV ASIDs
new fdd58834d132 KVM: SVM: Return -EINVAL instead of -EBUSY on attempt to r [...]
new 1d55934ed584 Merge tag 'kvm-x86-svm-6.9' of https://github.com/kvm-x86/ [...]
new ccb2280ec2f9 x86/kvm: Use separate percpu variable to track the enablin [...]
new df01f0a1165c KVM: x86: Improve documentation of MSR_KVM_ASYNC_PF_EN
new c822a075ab2d Merge tag 'kvm-x86-asyncpf_abi-6.9' of https://github.com/ [...]
new f3c80061c0d3 KVM: SEV: fix compat ABI for KVM_MEMORY_ENCRYPT_OP
new 19cebbab995b Documentation: kvm/sev: separate description of firmware
new c20722c412f1 Documentation: kvm/sev: clarify usage of KVM_MEMORY_ENCRYPT_OP
new 92e82cf632e8 KVM: x86: Introduce __kvm_get_hypervisor_cpuid() helper
new 4736d85f0d18 KVM: x86: Use actual kvm_cpuid.base for clearing KVM_FEATU [...]
new c2585047c8e1 KVM: selftests: Check that PV_UNHALT is cleared when HLT e [...]
new 0d1756482e66 Merge tag 'kvm-x86-pvunhalt-6.9' of https://github.com/kvm [...]
new e89c928bedd7 KVM: arm64: Fix host-programmed guest events in nVHE
new f5fe0adeed60 KVM: arm64: Fix out-of-IPA space translation fault handling
new 29b0075ed61c KVM: selftests: Fix __GUEST_ASSERT() format warnings in AR [...]
new f62d4c3eb687 KVM: arm64: Don't defer TLB invalidation when zapping tabl [...]
new 36e008323926 KVM: arm64: Don't pass a TLBI level hint when zapping tabl [...]
new 0f0ff097bf77 KVM: arm64: Use TLBI_TTL_UNKNOWN in __kvm_tlb_flush_vmid_range()
new 4c36a1567388 KVM: arm64: Ensure target address is granule-aligned for r [...]
new b3320142f3db arm64: Fix early handling of FEAT_E2H0 not being implemented
new d96c66ab9fb3 KVM: arm64: Rationalise KVM banner output
new 52b761b48f8e Merge tag 'kvmarm-fixes-6.9-1' of git://git.kernel.org/pub [...]
new 5448d9282af5 KVM: selftests: Fix spelling mistake "trigged" -> "triggered"
new 7fd99b7ab570 RISC-V: KVM: Remove second semicolon
new d8dd9f113e16 RISC-V: KVM: Fix APLIC setipnum_le/be write emulation
new 8e936e98718f RISC-V: KVM: Fix APLIC in_clrip[x] read emulation
new 9bc60f733839 Merge tag 'kvm-riscv-fixes-6.9-1' of https://github.com/kv [...]
new 0f099dc9d114 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
new 0200ceed3042 vboxsf: remove redundant variable out_len
new de3f64b738af vboxsf: Avoid an spurious warning if load_nls_xxx() fails
new 0141d68f86d7 vboxsf: Remove usage of the deprecated ida_simple_xx() API
new 1ece2c43b886 vboxsf: explicitly deny setlease attempts
new c85af715cac0 Merge tag 'vboxsf-v6.9-1' of git://git.kernel.org/pub/scm/ [...]
The 38 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:
.../virt/kvm/x86/amd-memory-encryption.rst | 42 +++++++++-------
Documentation/virt/kvm/x86/msr.rst | 19 ++++---
arch/arm64/kernel/head.S | 29 ++++++-----
arch/arm64/kvm/arm.c | 13 ++---
arch/arm64/kvm/hyp/nvhe/tlb.c | 3 +-
arch/arm64/kvm/hyp/pgtable.c | 23 ++++++---
arch/arm64/kvm/hyp/vhe/tlb.c | 3 +-
arch/arm64/kvm/mmu.c | 2 +-
arch/riscv/kvm/aia_aplic.c | 37 +++++++++++---
arch/riscv/kvm/vcpu_onereg.c | 2 +-
arch/x86/include/uapi/asm/kvm.h | 23 +++++++++
arch/x86/include/uapi/asm/kvm_para.h | 1 -
arch/x86/kernel/kvm.c | 11 ++--
arch/x86/kvm/cpuid.c | 42 ++++++++++------
arch/x86/kvm/svm/sev.c | 58 +++++++++++++---------
arch/x86/kvm/trace.h | 10 ++--
arch/x86/lib/retpoline.S | 5 +-
fs/namei.c | 7 +--
fs/vboxsf/file.c | 1 +
fs/vboxsf/super.c | 9 ++--
fs/vboxsf/utils.c | 3 --
include/kvm/arm_pmu.h | 2 +-
security/security.c | 4 +-
tools/testing/selftests/kvm/aarch64/arch_timer.c | 4 +-
.../selftests/kvm/include/x86_64/processor.h | 11 ++++
tools/testing/selftests/kvm/riscv/arch_timer.c | 2 +-
tools/testing/selftests/kvm/x86_64/kvm_pv_test.c | 39 +++++++++++++++
27 files changed, 268 insertions(+), 137 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 master
in repository toolchain/ci/interesting-commits.
from eeb39596c Add entry e13bed4c5f3544c076ce57e36d9a11eefa5a7815 from https [...]
new fe4897534 Add entry e13bed4c5f3544c076ce57e36d9a11eefa5a7815 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:
llvm/sha1/e13bed4c5f3544c076ce57e36d9a11eefa5a7815/jira/description | 2 +-
llvm/sha1/e13bed4c5f3544c076ce57e36d9a11eefa5a7815/jira/yaml | 2 +-
llvm/sha1/e13bed4c5f3544c076ce57e36d9a11eefa5a7815/status.txt | 2 +-
.../tcwg_bmk-code_speed-cpu2017rate/llvm-aarch64-master-O2/status.txt | 2 +-
.../tcwg_bmk-code_speed-cpu2017rate/status.txt | 2 +-
5 files changed, 5 insertions(+), 5 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 master
in repository toolchain/ci/interesting-commits.
from f4640ca35 Add entry 04f9a8a7d67d18d42d0a7f0073d8c22e52f6de18 from https [...]
new eeb39596c Add entry e13bed4c5f3544c076ce57e36d9a11eefa5a7815 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_bmk-code_speed-cpu2017rate/llvm-aarch64-master-O2/build_url | 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from b90fdea2c Add entry 04f9a8a7d67d18d42d0a7f0073d8c22e52f6de18 from https [...]
new f4640ca35 Add entry 04f9a8a7d67d18d42d0a7f0073d8c22e52f6de18 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:
llvm/sha1/04f9a8a7d67d18d42d0a7f0073d8c22e52f6de18/jira/description | 3 ++-
llvm/sha1/04f9a8a7d67d18d42d0a7f0073d8c22e52f6de18/jira/yaml | 3 ++-
llvm/sha1/04f9a8a7d67d18d42d0a7f0073d8c22e52f6de18/status.txt | 2 +-
.../tcwg_bmk-code_speed-cpu2017rate/llvm-aarch64-master-O2/status.txt | 2 +-
.../tcwg_bmk-code_speed-cpu2017rate/status.txt | 2 +-
5 files changed, 7 insertions(+), 5 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 master
in repository toolchain/ci/interesting-commits.
from fbe2ef133 Add entry a292e7edf8b2fc51d3e86a96ff5dff45d16bd264 from https [...]
new b90fdea2c Add entry 04f9a8a7d67d18d42d0a7f0073d8c22e52f6de18 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_bmk-code_speed-cpu2017rate/llvm-aarch64-master-O2/build_url | 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 cygwin-3_5-branch
in repository newlib.
from c5882d818 bump DLL version to 3.5.3
new 372eaba70 Cygwin: fix tzmap-from-unicode.org
new 6c0240b54 Cygwin: tzset(1): use GetDynamicTimeZoneInformation
new bd11b2d97 Cygwin: tzmap-from-unicode.org: drop "E. Europe Standard Time [...]
new d8b21b8c7 Cygwin: utils: refresh tzmap.h
new 774d20b45 bump DLL version to 3.5.4
The 5 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/include/cygwin/version.h | 2 +-
winsup/utils/tzmap-from-unicode.org | 7 ++--
winsup/utils/tzmap.h | 7 ++--
winsup/utils/tzset.c | 67 +++-------------------------------
4 files changed, 14 insertions(+), 69 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 master
in repository toolchain/ci/interesting-commits.
from 90f9a57e5 Add entry a292e7edf8b2fc51d3e86a96ff5dff45d16bd264 from https [...]
new fbe2ef133 Add entry a292e7edf8b2fc51d3e86a96ff5dff45d16bd264 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:
llvm/sha1/a292e7edf8b2fc51d3e86a96ff5dff45d16bd264/jira/description | 2 +-
llvm/sha1/a292e7edf8b2fc51d3e86a96ff5dff45d16bd264/jira/yaml | 2 +-
llvm/sha1/a292e7edf8b2fc51d3e86a96ff5dff45d16bd264/status.txt | 2 +-
.../tcwg_bmk-code_speed-cpu2017rate/llvm-aarch64-master-O2/status.txt | 2 +-
.../tcwg_bmk-code_speed-cpu2017rate/status.txt | 2 +-
5 files changed, 5 insertions(+), 5 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 master
in repository toolchain/ci/interesting-commits.
from f5c5b5882 Add entry e0919b189bf2df4f97f22ba40260ab5153988b14 from https [...]
new 90f9a57e5 Add entry a292e7edf8b2fc51d3e86a96ff5dff45d16bd264 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_bmk-code_speed-cpu2017rate/llvm-aarch64-master-O2/build_url | 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 binutils-gdb.
from f89ae595dd1 Revert "gdb/compile: Use std::filesystem::remove_all in cleanup"
new 9ba56acee51 elf: Use mmap to map in read-only sections
new 584b30e4b35 elf: Add _bfd_elf_m[un]map_section_contents
new c6291d749ae elf: Use mmap to map in symbol and relocation tables
new d41b7648558 elf: Don't cache symbol nor relocation tables with mmap
new 3428c771aef elf: Always keep symbol table and relocation info for eh_frame
new a9505c74206 elf: Add _bfd_elf_link_m[un]map_section_contents
The 6 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:
bfd/bfd-in2.h | 24 ++++-
bfd/bfd.c | 17 ++++
bfd/bfdwin.c | 8 +-
bfd/cache.c | 7 +-
bfd/compress.c | 2 +-
bfd/elf-bfd.h | 24 +++++
bfd/elf-eh-frame.c | 4 +-
bfd/elf-sframe.c | 4 +-
bfd/elf.c | 246 +++++++++++++++++++++++++++++++++++++++----------
bfd/elf32-i386.c | 8 +-
bfd/elf64-x86-64.c | 12 +--
bfd/elfcode.h | 7 +-
bfd/elflink.c | 213 +++++++++++++++++++++++++++++--------------
bfd/elfxx-target.h | 6 +-
bfd/elfxx-x86.c | 8 +-
bfd/elfxx-x86.h | 1 +
bfd/libbfd-in.h | 33 ++++++-
bfd/libbfd.c | 262 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
bfd/libbfd.h | 33 ++++++-
bfd/linker.c | 35 -------
bfd/lynx-core.c | 2 +-
bfd/opncls.c | 21 +++++
bfd/section.c | 9 +-
bfd/sysdep.h | 4 +
24 files changed, 795 insertions(+), 195 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.