This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11
in repository gcc.
from 63f30902cc8 Daily bump.
new daee0409d19 aarch64: Fix vld1/st1_x4 intrinsic definitions
new d98467091bf asan: Handle poly-int sizes in ASAN_MARK [PR97696]
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/asan.c | 9 +-
gcc/config/aarch64/arm_neon.h | 469 +++++++++++++++------
.../pr80308.c => gcc.target/aarch64/sve/pr97696.c} | 8 +-
3 files changed, 344 insertions(+), 142 deletions(-)
copy gcc/testsuite/{c-c++-common/asan/pr80308.c => gcc.target/aarch64/sve/pr97696. [...]
--
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 9ff034fcff8 gcc/testsuite/go.test: update issue16016
new f89c83aa139 btf: Fix up btf-datasec-1.c test on x86
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/testsuite/gcc.dg/debug/btf/btf-cvr-quals-1.c | 2 +-
gcc/testsuite/gcc.dg/debug/btf/btf-datasec-1.c | 8 ++++----
2 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.
unknown user pushed a change to branch master
in repository gcc.
from 4b0443361a8 c-family: Cast __atomic_load_*/__atomic_exchange_* result t [...]
new 9ff034fcff8 gcc/testsuite/go.test: update issue16016
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/testsuite/go.test/test/fixedbugs/issue16016.go | 18 ++++++++++++++++--
1 file changed, 16 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.
unknown user pushed a change to branch master
in repository gcc.
from 839bc42772b combine: Don't combine if I2 does not change
new f85d3362cdb compiler: initialize local variable in lower_method_expression
new 4b0443361a8 c-family: Cast __atomic_load_*/__atomic_exchange_* result t [...]
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/c-family/c-common.cc | 14 +++++++++++++-
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 2 +-
3 files changed, 15 insertions(+), 3 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 releases/gcc-12
in repository gcc.
from fdfd3949ec1 Daily bump.
new 51e1629bc11 asan: Handle poly-int sizes in ASAN_MARK [PR97696]
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/asan.cc | 9 ++++-----
.../asan/pr80308.c => gcc.target/aarch64/sve/pr97696.c} | 8 ++++++--
2 files changed, 10 insertions(+), 7 deletions(-)
copy gcc/testsuite/{c-c++-common/asan/pr80308.c => gcc.target/aarch64/sve/pr97696. [...]
--
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 498e47cd1d1f Fix build errors due to new UIO_MEM_DMA_COHERENT mess
new 99f5819bee67 selftests/exec: binfmt_script: Add the overall result line [...]
new c4095067736b selftests/exec: load_address: conform test to TAP format output
new 1d0e51b24c83 selftests/exec: recursion-depth: conform test to TAP forma [...]
new 0ef58ccb6178 selftests/exec: execveat: Improve debug reporting
new 472874cf7bb3 selftests/exec: Convert remaining /bin/sh to /bin/bash
new 2aea94ac14d1 exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack()
new 5248f4097308 binfmt: replace deprecated strncpy
new f4a432914af7 Merge tag 'execve-v6.9-rc2' of git://git.kernel.org/pub/sc [...]
new 0add699ad068 tracing: probes: Fix to zero initialize a local variable
new 962490525cff Merge tag 'probes-fixes-v6.9-rc1' of git://git.kernel.org/ [...]
The 10 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:
fs/binfmt_elf_fdpic.c | 2 +-
fs/exec.c | 1 +
kernel/trace/trace_probe.c | 2 +-
tools/testing/selftests/exec/Makefile | 4 +-
tools/testing/selftests/exec/binfmt_script.py | 10 ++++-
tools/testing/selftests/exec/execveat.c | 12 +++---
tools/testing/selftests/exec/load_address.c | 34 ++++++++---------
tools/testing/selftests/exec/recursion-depth.c | 53 +++++++++++++-------------
8 files changed, 62 insertions(+), 56 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 7033999ecd7b Merge tag 'printk-for-6.9-rc2' of git://git.kernel.org/pub [...]
new 5b4cdd9c5676 Fix memory leak in posix_clock_open()
new 498e47cd1d1f Fix build errors due to new UIO_MEM_DMA_COHERENT mess
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:
drivers/uio/uio.c | 2 +-
drivers/uio/uio_dmem_genirq.c | 4 ++--
drivers/uio/uio_pruss.c | 2 +-
kernel/time/posix-clock.c | 16 +++++++++-------
4 files changed, 13 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 18d2988e5da gdb, gdbserver, gdbsupport: remove includes of early headers
new 13ed3225004 Fix clang build
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/utils.h | 10 +++++++++-
1 file changed, 9 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.
unknown user pushed a change to branch master
in repository gcc.
from db41057a94f docs: Use @var{S} etc. in Spec File invoke.texi documentation
new 839bc42772b combine: Don't combine if I2 does not change
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/combine.cc | 11 +++++++++++
1 file changed, 11 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.
unknown user pushed a change to branch releases/gcc-13
in repository gcc.
from 18d3573f816 Daily bump.
new 86b80b04916 asan: Handle poly-int sizes in ASAN_MARK [PR97696]
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/asan.cc | 9 ++++-----
.../asan/pr80308.c => gcc.target/aarch64/sve/pr97696.c} | 8 ++++++--
2 files changed, 10 insertions(+), 7 deletions(-)
copy gcc/testsuite/{c-c++-common/asan/pr80308.c => gcc.target/aarch64/sve/pr97696. [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.