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 c26469a6c Add entry 0b27a7dd050262a7d64d87863201e4ebbde88386 from https [...]
new 69b3899c9 Add entry 0b27a7dd050262a7d64d87863201e4ebbde88386 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:
.../commit-log.txt | 2 +-
.../jira/description | 5 +++-
.../jira/summary | 2 +-
.../jira/yaml | 7 ++++--
.../status.txt | 3 +++
.../details.txt | 28 ++++------------------
.../reproduction_instructions.txt | 4 ++--
.../reproduction_instructions_with_ci_script.txt | 4 ++--
.../status-summary.txt | 0
.../status.txt | 4 ++--
.../tcwg_bootstrap_check/status.txt | 3 +++
11 files changed, 28 insertions(+), 34 deletions(-)
copy gcc/sha1/{a3aeff4ce95bd616a2108dc2363d9cbaba53b170/tcwg_gcc_check/master-aarc [...]
copy gcc/sha1/0b27a7dd050262a7d64d87863201e4ebbde88386/tcwg_bootstrap_check/{maste [...]
copy gcc/sha1/0b27a7dd050262a7d64d87863201e4ebbde88386/{tcwg_gnu_native_check_gcc/ [...]
copy gcc/sha1/0b27a7dd050262a7d64d87863201e4ebbde88386/{ => tcwg_bootstrap_check/m [...]
copy gcc/sha1/0b27a7dd050262a7d64d87863201e4ebbde88386/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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 5572ff283 Add entry 63b6967b06b5387821c4e5f2c113da6aaeeae2b7 from https [...]
new c26469a6c Add entry 0b27a7dd050262a7d64d87863201e4ebbde88386 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_bootstrap_check/master-aarch64-check_bootstrap_lto}/build_url | 2 +-
.../last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{02917ac4528e32d1b2d0da5f45ef5937c56942cd/tcwg_bootstrap_check/maste [...]
copy gcc/sha1/0b27a7dd050262a7d64d87863201e4ebbde88386/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 gcc.
from 19d0720f68c libstdc++: Fix calculation of system time in performance tests
new 9fcbbb3d104 libstdc++: Refactor _Hashtable::operator=(initializer_list< [...]
new afc9351ebba libstdc++: Allow unordered_set assignment to assign to exis [...]
new ce2cf1f0329 libstdc++: Refactor Hashtable insertion [PR115285]
new 73676cfb201 libstdc++: Refactor Hashtable erasure
new 37b17388fca libstdc++: Add _Hashtable::_M_assign for the common case
new e717c322c6e libstdc++: Replace _Hashtable::__fwd_value_for with cast
new d2970e86c4d libstdc++: Use RAII in _Hashtable
new 0935d0d6e6c libstdc++: Remove _Insert base class from _Hashtable
new 247e82c72f1 libstdc++: Remove _Equality base class from _Hashtable
new 55dbf154efd libstdc++: Remove _Hashtable_base::_S_equals
new a147bfcaf17 libstdc++: Simplify _Hashtable merge functions
new 84e39b07502 libstdc++: Add _Hashtable::_M_locate(const key_type&)
new 01ba02caa92 libstdc++: Refactor std::hash specializations
The 13 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:
libstdc++-v3/doc/html/manual/api.html | 3 +
libstdc++-v3/doc/xml/manual/evolution.xml | 5 +
libstdc++-v3/include/bits/functional_hash.h | 47 +-
libstdc++-v3/include/bits/hashtable.h | 1107 +++++++++++---------
libstdc++-v3/include/bits/hashtable_policy.h | 504 +--------
libstdc++-v3/include/bits/unique_ptr.h | 18 +-
libstdc++-v3/include/bits/unordered_map.h | 19 +-
libstdc++-v3/include/bits/unordered_set.h | 19 +-
libstdc++-v3/include/std/optional | 26 +-
libstdc++-v3/include/std/variant | 41 +-
libstdc++-v3/testsuite/20_util/optional/hash.cc | 33 +
.../testsuite/20_util/optional/hash_abi.cc | 35 +
.../testsuite/20_util/unique_ptr/hash/abi.cc | 64 ++
.../testsuite/20_util/unique_ptr/hash/types.cc | 53 +
libstdc++-v3/testsuite/20_util/variant/hash.cc | 34 +
libstdc++-v3/testsuite/20_util/variant/hash_abi.cc | 48 +
.../testsuite/23_containers/unordered_map/96088.cc | 21 +-
.../23_containers/unordered_map/modifiers/merge.cc | 130 +++
.../unordered_multimap/modifiers/merge.cc | 119 +++
.../unordered_multiset/allocator/move_assign.cc | 5 +-
.../unordered_multiset/modifiers/merge.cc | 121 +++
.../testsuite/23_containers/unordered_set/96088.cc | 14 +-
.../unordered_set/allocator/move_assign.cc | 10 +-
.../23_containers/unordered_set/modifiers/merge.cc | 128 +++
24 files changed, 1588 insertions(+), 1016 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/optional/hash_abi.cc
create mode 100644 libstdc++-v3/testsuite/20_util/unique_ptr/hash/abi.cc
create mode 100644 libstdc++-v3/testsuite/20_util/unique_ptr/hash/types.cc
create mode 100644 libstdc++-v3/testsuite/20_util/variant/hash_abi.cc
--
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 2d7d8179cbc aarch64: Relax add_overloaded_function assert
new 42def7cd8ba libstdc++: Fix nodiscard warnings in perf test for memory pools
new 8586e16154f libstdc++: Stop using std::unary_function in perf tests
new 2b92007016c libstdc++: Use __is_single_threaded() in performance tests
new de10b4fc495 libstdc++: Write timestamp to libstdc++-performance.sum file
new 19d0720f68c libstdc++: Fix calculation of system time in performance tests
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:
libstdc++-v3/scripts/check_performance | 3 +++
.../performance/20_util/memory_resource/pools.cc | 15 ++++++++++++---
.../testsuite/performance/ext/pb_ds/hash_int_erase_mem.cc | 5 ++++-
.../util/performance/assoc/multimap_common_type.hpp | 5 ++++-
libstdc++-v3/testsuite/util/testsuite_performance.h | 14 +++++++-------
5 files changed, 30 insertions(+), 12 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 binutils-gdb.
from 6e4577fc298 [gdb/tdep] Fix recording of T1 push
new e2fa415cfd3 [precommit] Add some documentation in .pre-commit-config.yaml
new 0d1f7e27650 [gdb/contrib] Handle parentheses in spellcheck.sh
new ee126995f50 [gdb/contrib] Handle double quotes in spellcheck.sh
new 74b9033e6f7 [gdb/contrib] Add "doens't->doesn't" to common-misspellings.txt
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:
.pre-commit-config.yaml | 37 +++++++++++++++++++++++++
gdb/contrib/common-misspellings.txt | 1 +
gdb/contrib/spellcheck.sh | 43 +++++++++++++++++++++++------
gdb/darwin-nat-info.c | 4 +--
gdb/objc-lang.c | 2 +-
gdb/sparc-tdep.c | 2 +-
gdb/sparc64-tdep.c | 2 +-
gdb/testsuite/config/slite.exp | 2 +-
gdb/testsuite/gdb.ada/str_chars.exp | 2 +-
gdb/testsuite/gdb.dwarf2/dw2-bad-elf.exp | 4 +--
gdb/testsuite/gdb.reverse/step-precsave.exp | 4 +--
gdb/testsuite/gdb.reverse/step-reverse.exp | 4 +--
gdb/testsuite/lib/tuiterm.exp | 2 +-
13 files changed, 86 insertions(+), 23 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 binutils-gdb.
from 76b9b6eb9c7 [gdb/tdep] Handle sycall statx for arm-linux
new 6e4577fc298 [gdb/tdep] Fix recording of T1 push
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/arm-tdep.c | 10 ++++++----
1 file changed, 6 insertions(+), 4 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 binutils-gdb.
from 5d9887ffa26 gdb: stepping between inline functions with multiple ranges
new 76b9b6eb9c7 [gdb/tdep] Handle sycall statx for arm-linux
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/arm-linux-tdep.c | 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 gcc.
from 99ec0eb32a0 i386: Add -mveclibabi=aocl [PR56504]
new 2d7d8179cbc aarch64: Relax add_overloaded_function assert
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/aarch64/aarch64-protos.h | 13 +++++++++++++
gcc/config/aarch64/aarch64-sve-builtins-base.def | 1 -
gcc/config/aarch64/aarch64-sve-builtins-shapes.cc | 14 ++++----------
gcc/config/aarch64/aarch64-sve-builtins.cc | 18 +++++++++++-------
4 files changed, 28 insertions(+), 18 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 linux.
from f1b785f4c787 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...]
new e7ac4daeed91 mm: count zeromap read and set for swapout and swapin
new 66edc3a5894c mm: page_alloc: move mlocked flag clearance into free_page [...]
new cd45e963e44b nilfs2: fix null-ptr-deref in block_touch_buffer tracepoint
new 2026559a6c4c nilfs2: fix null-ptr-deref in block_dirty_buffer tracepoint
new 23aab037106d ocfs2: fix UBSAN warning in ocfs2_verify_volume()
new 247d720b2c5d nommu: pass NULL argument to vma_iter_prealloc()
new 94efde1d1539 mm/gup: avoid an unnecessary allocation call for FOLL_LONG [...]
new a3477c9e02cc mm/thp: fix deferred split queue not partially_mapped: fix
new fae1980347bf selftests: hugetlb_dio: fixup check for initial conditions [...]
new dcf32ea7eced mm: swapfile: fix cluster reclaim work crash on rotational [...]
new 4b49c0ba4eeb Merge tag 'mm-hotfixes-stable-2024-11-12-16-39' of git://g [...]
new a6654a40a852 LoongArch: For all possible CPUs setup logical-physical CP [...]
new 30cec747d6bf LoongArch: Fix early_numa_add_cpu() usage for FDT systems
new c859900a841b LoongArch: Define a default value for VM_DATA_DEFAULT_FLAGS
new a410656643ce LoongArch: Make KASAN work with 5-level page-tables
new 227ca9f6f6ae LoongArch: Disable KASAN if PGDIR_SIZE is too large for cp [...]
new 139d42ca5101 LoongArch: Add WriteCombine shadow mapping in KASAN
new 6ce031e5d6f4 LoongArch: Fix AP booting issue in VM mode
new c5f404511890 Merge tag 'loongarch-fixes-6.12-2' of git://git.kernel.org [...]
new 6801cf7890f2 selftests/bpf: Use -4095 as the bad address for bits iterator
new 44d0469f79bd bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rx
new fb86c42a2a5d bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6
new 9f8e716d46c6 Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linu [...]
The 23 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/admin-guide/cgroup-v2.rst | 9 ++
arch/loongarch/include/asm/kasan.h | 13 ++-
arch/loongarch/include/asm/page.h | 5 +-
arch/loongarch/kernel/acpi.c | 81 +++++++++-----
arch/loongarch/kernel/paravirt.c | 15 +++
arch/loongarch/kernel/smp.c | 5 +-
arch/loongarch/mm/kasan_init.c | 46 +++++++-
fs/nilfs2/btnode.c | 2 -
fs/nilfs2/gcinode.c | 4 +-
fs/nilfs2/mdt.c | 1 -
fs/nilfs2/page.c | 2 +-
fs/ocfs2/super.c | 13 ++-
include/linux/memcontrol.h | 12 ++-
include/linux/vm_event_item.h | 2 +
include/net/tls.h | 12 ++-
mm/gup.c | 116 ++++++++++++++-------
mm/huge_memory.c | 4 +-
mm/memcontrol.c | 4 +
mm/nommu.c | 2 +-
mm/page_alloc.c | 15 +++
mm/page_io.c | 16 +++
mm/swap.c | 14 ---
mm/swapfile.c | 2 +-
mm/vmstat.c | 2 +
mm/zswap.c | 6 +-
net/core/filter.c | 2 +-
.../selftests/bpf/progs/verifier_bits_iter.c | 32 +++++-
tools/testing/selftests/mm/hugetlb_dio.c | 7 ++
28 files changed, 321 insertions(+), 123 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 8d3fb43797 manual: Fix overeager s/int/size_t/ in memory.texi
new c510681a69 x86/string: Use `movsl` instead of `movsd` in strncpy/strnca [...]
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/x86_64/multiarch/strncpy-evex.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.