This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 6995e2de6891 Linux 6.4
new 6ebe94baa2b9 nios2: Convert __pte_free_tlb() to use ptdescs
new 6a22e017f952 nios2: Replace all non-returning strlcpy with strscpy
new be5b52dc1444 Merge tag 'nios2_updates_for_v6.5' of git://git.kernel.org [...]
new f471c6585c7f s390/crash: use the correct type for memory allocation
new 2ed8b509753a s390/kasan: fix insecure W+X mapping warning
new 3e8261003bd2 s390/kasan: avoid short by one page shadow memory
new c70505434c8d s390/boot: fix physmem_info virtual vs physical address confusion
new ad3d770b83af s390/defconfigs: set CONFIG_NET_TC_SKB_EXT=y
new 9d9a9bf07ed9 Merge tag 's390-6.4-4' of git://git.kernel.org/pub/scm/lin [...]
new f438c1dd9ec2 rust: alloc: clarify what is the upstream version
new eed7a146b86c rust: arc: fix intra-doc link in `Arc<T>::init`
new 3ed03f4da06e rust: upgrade to Rust 1.68.2
new 8f8d4be9fb69 .gitattributes: set diff driver for Rust source code files
new 6883b29c6cae docs: rust: point directly to the standalone installers
new b8342addded0 rust: macros: fix usage of `#[allow]` in `quote!`
new e957b9cda31d rust: macros: refactor generics parsing of `#[pin_data]` i [...]
new 52b7bb46ae79 rust: macros: replace Self with the concrete type in #[pin_data]
new 309786c2393c rust: init: update macro expansion example in docs
new 4a59081c09cb rust: error: allow specifying error type on `Result`
new 66bd7533ef19 rust: str: add conversion from `CStr` to `CString`
new e37b654c379e rust: error: add missing error codes
new bd780aea671e rust: sync: add `Arc::ptr_eq`
new 47329ba14b5a rust: sync: implement `AsRef<T>` for `Arc<T>`
new f8110cd15783 rust: sync: reword the `Arc` safety comment for `Send`
new d701e061cb14 rust: sync: reword the `Arc` safety comment for `Sync`
new be7724cdbbca rust: specify when `ARef` is thread safe
new d09a61024f6b rust: task: add `Send` marker to `Task`
new d2e3115d7171 rust: error: `impl Debug` for `Error` with `errname()` int [...]
new a1257b5e3b7f Merge tag 'rust-6.5' of https://github.com/Rust-for-Linux/linux
new def85dce1451 auxdisplay: Switch i2c drivers back to use .probe()
new 1f268d6d2c24 Merge tag 'auxdisplay-6.5' of https://github.com/ojeda/linux
new 04faa6cfd449 ntfs: remove redundant initialization to pointer cb_sb_start
new 253f3137ebfd ntfs: Correct spelling
new 6405fee9b0d0 ntfs: Remove unneeded semicolon
new aa4b92c52348 ntfs: do not dereference a null ctx on error
new 5c1c88cddb79 Merge tag 'v6.5/fs.ntfs' of git://git.kernel.org/pub/scm/l [...]
new 38f1755a3e59 fs: use correct __poll_t type
new c642256b9177 vfs: Replace all non-returning strlcpy with strscpy
new 55650b2fddb9 fs/open.c: Fix W=1 kernel doc warnings
new 1168f0954176 jffs2: reduce stack usage in jffs2_build_xattr_subsystem()
new cedd0bdc1660 fs: fix incorrect fmode_t casts
new 88e4607034ee coredump: require O_WRONLY instead of O_RDWR
new df67cb4c58fb fs: d_path: include internal.h
new 247c8d2f9837 fs: pipe: reveal missing function protoypes
new ef104443bffa procfs: consolidate arch_report_meminfo declaration
new b7a9a503c38d fs: use UB-safe check for signed addition overflow in rema [...]
new ea2b62f30589 fs/sysv: Null check to prevent null-ptr-deref bug
new 820eb59da8c7 jfs: Use unsigned variable for length calculations
new 26e293f73fd7 init: remove unused names parameter in split_fs_names()
new 79aa28494638 cachefiles: Allow the cache to be non-root
new d0e135408e19 highmem: Rename put_and_unmap_page() to unmap_and_put_page()
new a7bc2e8ddf3c fs.h: Optimize file struct to prevent false sharing
new 943211c87427 watch_queue: prevent dangling pipe pointer
new 62176420274d fs: avoid empty option when generating legacy mount string
new 4bb218a65a43 fs: unexport buffer_check_dirty_writeback
new b6334e2cd46f fs: Fix comment typo
new 5c075c5b8fc4 fs/aio: Stop allocating aio rings from HIGHMEM
new 33d8b5d7824c eventfd: show the EFD_SEMAPHORE flag in fdinfo
new 797a1d894d7b autofs: set ctime as well when mtime changes on a dir
new 2d8c9dcf7158 eventfd: add a uapi header for eventfd userspace APIs
new c541dce86c53 fs: Protect reconfiguration of sb read-write from racing writes
new d7439fb1f433 fs: Provide helpers for manipulating sb->s_readonly_remount
new 2507135e4ff2 readdir: Replace one-element arrays with flexible-array members
new 64bf6ae93e08 Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/ [...]
new 3658840cd363 ext4: Remove ext4 locking of moved directory
new 7517ce5dc4d6 Revert "udf: Protect rename against modification of moved [...]
new cde3c9d7e2a3 Revert "f2fs: fix potential corruption when moving a directory"
new f23ce7571853 fs: Establish locking order for unrelated directories
new 28eceeda130f fs: Lock moved directories
new 2454ad83b90a fs: Restrict lock_two_nondirectories() to non-directory inodes
new 2eedfa9e27ed Merge tag 'v6.5/vfs.rename.locking' of git://git.kernel.or [...]
new d56e0ddb8fc3 fs: rename {vfs,kernel}_tmpfile_open()
new cbb0b9d4bbcf fs: use a helper for opening kernel internal files
new 8a05a8c31d06 fs: move kmem_cache_zalloc() into alloc_empty_file*() helpers
new 62d53c4a1dfe fs: use backing_file container for internal files with "fa [...]
new bc2473c90fca ovl: enable fsnotify events on underlying real files
new 1f2300a73821 Merge tag 'v6.5/vfs.file' of git://git.kernel.org/pub/scm/ [...]
new 78aa08a8cab6 fs: add path_mounted()
new 104026c2e49f fs: properly document __lookup_mnt()
new 64f44b27ae91 fs: use a for loop when locking a mount
new 6ac392815628 fs: allow to mount beneath top mount
new c0a572d9d32f Merge tag 'v6.5/vfs.mount' of git://git.kernel.org/pub/scm [...]
The 82 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:
.gitattributes | 1 +
Documentation/filesystems/directory-locking.rst | 26 +-
Documentation/process/changes.rst | 2 +-
Documentation/rust/quick-start.rst | 4 +-
arch/nios2/include/asm/pgalloc.h | 8 +-
arch/nios2/kernel/cpuinfo.c | 2 +-
arch/nios2/kernel/setup.c | 6 +-
arch/parisc/include/asm/pgtable.h | 3 -
arch/powerpc/include/asm/pgtable.h | 3 -
arch/s390/boot/vmem.c | 15 +-
arch/s390/configs/debug_defconfig | 1 +
arch/s390/configs/defconfig | 1 +
arch/s390/include/asm/pgtable.h | 3 -
arch/s390/include/asm/physmem_info.h | 5 +-
arch/s390/kernel/crash_dump.c | 2 +-
arch/s390/mm/pageattr.c | 1 +
arch/s390/mm/vmem.c | 14 +-
arch/x86/include/asm/pgtable.h | 1 +
arch/x86/include/asm/pgtable_types.h | 3 -
arch/x86/mm/pat/set_memory.c | 1 +
drivers/auxdisplay/ht16k33.c | 2 +-
drivers/auxdisplay/lcd2s.c | 2 +-
fs/aio.c | 26 +-
fs/autofs/root.c | 6 +-
fs/buffer.c | 1 -
fs/cachefiles/namei.c | 11 +-
fs/char_dev.c | 2 +-
fs/coredump.c | 2 +-
fs/d_path.c | 1 +
fs/eventfd.c | 12 +-
fs/eventpoll.c | 2 +-
fs/ext4/namei.c | 17 +-
fs/f2fs/namei.c | 16 +-
fs/file_table.c | 91 ++++-
fs/fs_context.c | 3 +-
fs/inode.c | 62 ++-
fs/internal.h | 48 ++-
fs/jffs2/build.c | 5 +-
fs/jffs2/xattr.c | 13 +-
fs/jffs2/xattr.h | 4 +-
fs/jfs/namei.c | 6 +-
fs/namei.c | 50 +--
fs/namespace.c | 476 +++++++++++++++++++-----
fs/ntfs/attrib.c | 2 +-
fs/ntfs/compress.c | 2 +-
fs/ntfs/mft.c | 36 +-
fs/ntfs/super.c | 4 +-
fs/open.c | 90 +++--
fs/overlayfs/file.c | 8 +-
fs/overlayfs/overlayfs.h | 5 +-
fs/pnode.c | 42 ++-
fs/pnode.h | 3 +
fs/readdir.c | 8 +-
fs/remap_range.c | 5 +-
fs/super.c | 22 +-
fs/sysv/dir.c | 22 +-
fs/sysv/itree.c | 4 +
fs/sysv/namei.c | 8 +-
fs/udf/namei.c | 14 +-
include/linux/eventfd.h | 8 +-
include/linux/fs.h | 62 ++-
include/linux/fsnotify.h | 4 +-
include/linux/highmem.h | 2 +-
include/linux/pipe_fs_i.h | 4 -
include/linux/proc_fs.h | 2 +
include/linux/watch_queue.h | 3 +-
include/uapi/linux/eventfd.h | 11 +
include/uapi/linux/mount.h | 3 +-
init/do_mounts.c | 6 +-
kernel/watch_queue.c | 12 +-
rust/alloc/README.md | 3 +
rust/alloc/alloc.rs | 55 +--
rust/alloc/boxed.rs | 446 ++++++++++++++++++++--
rust/alloc/collections/mod.rs | 5 +-
rust/alloc/lib.rs | 71 +++-
rust/alloc/raw_vec.rs | 16 +-
rust/alloc/slice.rs | 445 +++-------------------
rust/alloc/vec/drain.rs | 81 +++-
rust/alloc/vec/drain_filter.rs | 60 ++-
rust/alloc/vec/into_iter.rs | 125 +++++--
rust/alloc/vec/is_zero.rs | 96 ++++-
rust/alloc/vec/mod.rs | 464 +++++++++++++++++------
rust/alloc/vec/set_len_on_drop.rs | 5 +
rust/alloc/vec/spec_extend.rs | 63 +---
rust/bindings/bindings_helper.h | 1 +
rust/bindings/lib.rs | 1 -
rust/helpers.c | 7 +
rust/kernel/build_assert.rs | 2 +
rust/kernel/error.rs | 61 ++-
rust/kernel/init.rs | 5 +
rust/kernel/init/macros.rs | 85 +++--
rust/kernel/lib.rs | 4 -
rust/kernel/std_vendor.rs | 2 +
rust/kernel/str.rs | 22 ++
rust/kernel/sync/arc.rs | 25 +-
rust/kernel/task.rs | 10 +-
rust/kernel/types.rs | 13 +
rust/macros/helpers.rs | 86 ++++-
rust/macros/pin_data.rs | 168 ++++++---
rust/macros/quote.rs | 14 +-
rust/uapi/lib.rs | 1 -
scripts/Makefile.build | 2 +-
scripts/min-tool-version.sh | 2 +-
103 files changed, 2614 insertions(+), 1184 deletions(-)
create mode 100644 include/uapi/linux/eventfd.h
--
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_bootstrap_build/master-aarch64-bootstrap_profiled
in repository toolchain/ci/base-artifacts.
from 1ce680590a onsuccess: #74: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new ca46bd8a74 onsuccess: #75: 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 2164 -> 2064 bytes
02-prepare_abe/console.log.xz | Bin 2656 -> 2596 bytes
04-build_abe-bootstrap_profiled/console.log.xz | Bin 309384 -> 309764 bytes
.../make-gcc-stage2.log.xz | Bin 243728 -> 243672 bytes
05-check_regression/console.log.xz | Bin 464 -> 1076 bytes
git/gcc_rev | 2 +-
jenkins/build-name | 2 +-
manifest.sh | 23 ++++++++++++++-------
8 files changed, 17 insertions(+), 10 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_binutils_check/master-arm
in repository toolchain/ci/base-artifacts.
from 4b54e4b6e0 onsuccess: #72: 0: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new 1e094f27ec onsuccess: #73: 0: [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:
00-sumfiles/binutils.log.xz | Bin 47520 -> 47516 bytes
00-sumfiles/gas.log.xz | Bin 100728 -> 100696 bytes
00-sumfiles/ld.log.xz | Bin 124588 -> 124584 bytes
01-reset_artifacts/console.log.xz | Bin 2160 -> 2096 bytes
02-prepare_abe/console.log.xz | Bin 2656 -> 2652 bytes
03-build_abe-binutils/console.log.xz | Bin 50372 -> 50200 bytes
03-build_abe-binutils/make-binutils.log.xz | Bin 37820 -> 37972 bytes
04-build_abe-dejagnu/console.log.xz | Bin 4336 -> 4336 bytes
04-build_abe-dejagnu/make-dejagnu.log.xz | Bin 588 -> 588 bytes
05-build_abe-check_binutils/check-binutils.log.xz | Bin 5188 -> 5192 bytes
05-build_abe-check_binutils/console.log.xz | Bin 3136 -> 3128 bytes
06-check_regression/console.log.xz | Bin 1056 -> 1632 bytes
06-check_regression/results.compare2 | 6 +++---
git/binutils_rev | 2 +-
jenkins/build-name | 2 +-
manifest.sh | 23 ++++++++++++++--------
sumfiles/binutils.sum | 2 +-
sumfiles/gas.sum | 4 ++--
sumfiles/ld.sum | 2 +-
19 files changed, 24 insertions(+), 17 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 3bb9f9329c3 libstdc++: Fix std::format for pointers [PR110239]
new 198bab37a93 aarch64: Clean up some rounding immediate predicates
new 79d8fbbcbf0 aarch64: Use <DWI> instead of <V2XWIDE> in scalar SQRSHRUN pattern
new 3a39a31b8ae compiler: support -fgo-importcfg
The 3 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 | 2 +-
gcc/config/aarch64/aarch64-simd.md | 38 +++++------
gcc/config/aarch64/aarch64.cc | 10 +--
gcc/config/aarch64/predicates.md | 12 ++--
gcc/go/gccgo.texi | 8 +++
gcc/go/go-c.h | 1 +
gcc/go/go-lang.cc | 6 ++
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/embed.cc | 11 ++--
gcc/go/gofrontend/go.cc | 2 +
gcc/go/gofrontend/gogo.cc | 19 +++++-
gcc/go/gofrontend/gogo.h | 12 ++++
gcc/go/gofrontend/import.cc | 124 ++++++++++++++++++++++++++++++++++++
gcc/go/lang.opt | 4 ++
14 files changed, 211 insertions(+), 40 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 c2ebccc9719 Fix profile of forwarders produced by cd-dce
new a29df49b7d8 IBM zSystems: Assume symbols without explicit alignment to be ok
new fa98bc4270d libstdc++: Qualify calls to debug mode helpers
new 6eafdfc73c2 libstdc++: Implement P2538R1 ADL-proof std::projected
new 3bb9f9329c3 libstdc++: Fix std::format for pointers [PR110239]
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:
gcc/config/s390/s390.cc | 6 ++--
gcc/testsuite/gcc.target/s390/larl-1.c | 32 +++++++++++++++++
libstdc++-v3/include/bits/iterator_concepts.h | 35 ++++++++++++------
libstdc++-v3/include/debug/helper_functions.h | 32 +++++++++++------
libstdc++-v3/include/std/format | 33 ++++++-----------
.../indirect_callable/projected-adl.cc | 42 ++++++++++++++++++++++
libstdc++-v3/testsuite/std/format/string.cc | 5 +++
7 files changed, 139 insertions(+), 46 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/larl-1.c
create mode 100644 libstdc++-v3/testsuite/24_iterators/indirect_callable/projected-adl.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 6eeb51979df docs: Fix typo
new c2ebccc9719 Fix profile of forwarders produced by cd-dce
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/tree-ssa-dce.cc | 3 +++
1 file changed, 3 insertions(+)
--
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_bootstrap_build/master-arm-bootstrap_lto
in repository toolchain/ci/base-artifacts.
from 566122de88 onsuccess: #76: 0: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new 0841ec919f onsuccess: #77: 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 2144 -> 2100 bytes
02-prepare_abe/console.log.xz | Bin 2584 -> 2636 bytes
04-build_abe-bootstrap_lto/console.log.xz | Bin 315492 -> 489644 bytes
04-build_abe-bootstrap_lto/make-gcc-stage2.log.xz | Bin 125008 -> 440572 bytes
05-check_regression/console.log.xz | Bin 464 -> 1064 bytes
git/gcc_rev | 2 +-
jenkins/build-name | 2 +-
manifest.sh | 23 ++++++++++++++--------
results | 2 +-
9 files changed, 18 insertions(+), 11 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_glibc_build/master-arm
in repository toolchain/ci/base-artifacts.
from d0543eb727 onsuccess: #480: 1: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
new 2643ea1872 onsuccess: #490: 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 2148 -> 2060 bytes
02-prepare_abe/console.log.xz | Bin 2632 -> 2604 bytes
03-init_abe_sysroot/console.log.xz | Bin 424 -> 424 bytes
04-build_abe-glibc/console.log.xz | Bin 193028 -> 192744 bytes
04-build_abe-glibc/make-glibc.log.xz | Bin 182424 -> 182632 bytes
05-check_regression/console.log.xz | Bin 464 -> 1052 bytes
git/glibc_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/pw-report.log | 8 ++++----
manifest.sh | 23 +++++++++++++++--------
10 files changed, 21 insertions(+), 14 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_binutils_check/master-aarch64
in repository toolchain/ci/base-artifacts.
from 6c5483cd03 onsuccess: #71: 0: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new 97358f7987 onsuccess: #72: 0: [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:
00-sumfiles/binutils.log.xz | Bin 45372 -> 45380 bytes
00-sumfiles/gas.log.xz | Bin 150828 -> 150856 bytes
00-sumfiles/ld.log.xz | Bin 115844 -> 115828 bytes
01-reset_artifacts/console.log.xz | Bin 2108 -> 2072 bytes
02-prepare_abe/console.log.xz | Bin 2608 -> 2644 bytes
03-build_abe-binutils/console.log.xz | Bin 35716 -> 35436 bytes
03-build_abe-binutils/make-binutils.log.xz | Bin 24688 -> 24460 bytes
04-build_abe-dejagnu/console.log.xz | Bin 4332 -> 4292 bytes
04-build_abe-dejagnu/make-dejagnu.log.xz | Bin 580 -> 580 bytes
05-build_abe-check_binutils/check-binutils.log.xz | Bin 5064 -> 5064 bytes
05-build_abe-check_binutils/console.log.xz | Bin 3004 -> 3000 bytes
06-check_regression/console.log.xz | Bin 1068 -> 1636 bytes
06-check_regression/results.compare2 | 6 +++---
git/binutils_rev | 2 +-
jenkins/build-name | 2 +-
manifest.sh | 23 ++++++++++++++--------
sumfiles/binutils.sum | 2 +-
sumfiles/gas.sum | 4 ++--
sumfiles/ld.sum | 2 +-
19 files changed, 24 insertions(+), 17 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 996ff3e8c56 Sync config.guess and config.sub with upstream master versions.
new 0bbc38601f8 Synchromize libiberty sources with master version in gcc re [...]
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:
libiberty/ChangeLog | 69 ++++++++++++
libiberty/argv.c | 33 ++----
libiberty/configure | 4 +-
libiberty/configure.ac | 4 +-
libiberty/cp-demangle.c | 33 +-----
libiberty/lrealpath.c | 199 +++++++++++++++++++++++++++++-----
libiberty/make-temp-file.c | 1 +
libiberty/obstacks.texi | 4 +-
libiberty/pex-win32.c | 93 ++++++++++------
libiberty/strstr.c | 15 ++-
libiberty/testsuite/demangle-expected | 30 +++++
11 files changed, 363 insertions(+), 122 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 38ead98b2fe DSE: Add LEN_MASK_STORE analysis into DSE and fix LEN_STORE
new 6eeb51979df docs: Fix typo
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/doc/optinfo.texi | 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 glibc.
from 7c507f4473 Fix tests-clean Makefile target (bug 30545)
new 6f962278e2 elf: Update list of RISC-V relocations
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/elf.h | 5 ++++-
1 file changed, 4 insertions(+), 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 9dfb6206 round-robin.sh (check_regression): Dump ${rr[@]} into manifest
new 5de5872b round-robin.sh (clone_repo): Remove unneeded manifest entries
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:
round-robin.sh | 7 -------
1 file changed, 7 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 489453ee round-robin*: Remove support for custom base-artifacts location
new 9dfb6206 round-robin.sh (check_regression): Dump ${rr[@]} into manifest
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:
round-robin.sh | 37 +++++++++++++++++++++++++++++++------
1 file changed, 31 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from b3b7e25b round-robin-notify.sh: Remove support for testing custom revisions
new 489453ee round-robin*: Remove support for custom base-artifacts location
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:
jenkins-helpers.sh | 16 ++--------------
round-robin-notify.sh | 1 -
round-robin.sh | 3 ---
3 files changed, 2 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from d9889c1f round-robin-notify.sh: Cleanup handling of generate_* and pos [...]
new b3b7e25b round-robin-notify.sh: Remove support for testing custom revisions
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:
round-robin-notify.sh | 66 +--------------------------------------------------
1 file changed, 1 insertion(+), 65 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 7a32fb9f round-robin-notify.sh: Restrict publishing of benchmark source
new d9889c1f round-robin-notify.sh: Cleanup handling of generate_* and pos [...]
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:
round-robin-notify.sh | 25 +++++++------------------
1 file changed, 7 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from cafd9799 round-robin-notify.sh: Rework posting of jira comments
new 7a32fb9f round-robin-notify.sh: Restrict publishing of benchmark source
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:
round-robin-notify.sh | 37 +++++++++++++++++++++++++++++++++++--
1 file changed, 35 insertions(+), 2 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 1fcd1f77 round-robin.sh (build_abe): handle "transient" build failures
new cafd9799 round-robin-notify.sh: Rework posting of jira comments
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:
round-robin-notify.sh | 75 ++++++++++++++++++++++++++++++++++-----------------
1 file changed, 51 insertions(+), 24 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 9302b0743b3 vect: Cost intermediate conversions
new 4dfeb1cd8df Avoid redundant GORI calcuations.
new f0deeefebb6 GIMPLE_FOLD: Fix gimple fold for LEN_{MASK}_{LOAD,STORE}
new 38ead98b2fe DSE: Add LEN_MASK_STORE analysis into DSE and fix LEN_STORE
The 3 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/gimple-fold.cc | 6 ++-
gcc/gimple-range-gori.cc | 21 ++++++++--
.../riscv/rvv/autovec/partial/gimple_fold-1.c | 43 ++++++++++++++++++++
gcc/tree-ssa-dse.cc | 47 ++++++++++++++--------
4 files changed, 95 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/partial/gimple_fold-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 glibc.
from 21fbc0a193 Call "CST" a time zone abbreviation, not a name
new daf7b53a3c elf: Port ldconfig away from stack-allocated paths
new 45e2483a6c x86: Make dl-cache.h and readelflib.c not Linux-specific
new 48170127d9 ifaddrs: Get rid of alloca
new 9a17a193b4 check_native: Get rid of alloca
new 7c507f4473 Fix tests-clean Makefile target (bug 30545)
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:
Makefile | 5 ++-
Makerules | 23 +++-------
elf/ldconfig.c | 59 +++++++++----------------
sysdeps/unix/sysv/linux/check_native.c | 35 +++++----------
sysdeps/unix/sysv/linux/ifaddrs.c | 46 +++++++++----------
sysdeps/{unix/sysv/linux => }/x86/readelflib.c | 0
sysdeps/{unix/sysv/linux => }/x86_64/dl-cache.h | 0
7 files changed, 62 insertions(+), 106 deletions(-)
rename sysdeps/{unix/sysv/linux => }/x86/readelflib.c (100%)
rename sysdeps/{unix/sysv/linux => }/x86_64/dl-cache.h (100%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.