This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 0bddd227f3dc Documentation: update for gcc 4.9 requirement
new 160251842cd3 kallsyms: Refactor kallsyms_show_value() to take cred
new ed66f991bb19 module: Refactor section attr into bin attribute
new b25a7c5af905 module: Do not expose section addresses to non-CAP_SYSLOG
new 60f7bb66b88b kprobes: Do not expose probe addresses to non-CAP_SYSLOG
new 63960260457a bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()
new 2c79583927bb selftests: kmod: Add module address visibility test
new ce69fb3b392f Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kern [...]
new 85067747cf98 dm: do not use waitqueue for request-based DM
new 382761dc6312 dm: use bio_uninit instead of bio_disassociate_blkg
new a46624580376 dm writecache: reject asynchronous pmem devices
new ce34c9b461b5 dm zoned: fix unused but set variable warnings
new 174364f6a897 dm zoned: Fix zone reclaim trigger
new 6958c1c640af dm: use noio when sending kobject event
new 2a89b99f5803 Merge tag 'for-5.8/dm-fixes-2' of git://git.kernel.org/pub [...]
The 14 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/md/dm-rq.c | 4 --
drivers/md/dm-writecache.c | 6 +++
drivers/md/dm-zoned-metadata.c | 9 +++-
drivers/md/dm-zoned-reclaim.c | 7 ++-
drivers/md/dm-zoned-target.c | 10 +----
drivers/md/dm.c | 84 +++++++++++++++++++++++-------------
include/linux/filter.h | 4 +-
include/linux/kallsyms.h | 5 ++-
kernel/bpf/syscall.c | 37 +++++++++-------
kernel/kallsyms.c | 17 +++++---
kernel/kprobes.c | 4 +-
kernel/module.c | 51 +++++++++++-----------
net/core/sysctl_net_core.c | 2 +-
tools/testing/selftests/kmod/kmod.sh | 36 ++++++++++++++++
14 files changed, 174 insertions(+), 102 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_bmk_tk1/llvm-master-arm-spec2k6-O2
in repository toolchain/ci/base-artifacts.
discards 0340fa81 3: update: glibc-a3f747a912c53a172388a0a0f896cb88ca3549c8: 1
new 4c912a8f 3: update: binutils-gcc-glibc-llvm: 1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (0340fa81)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/llvm-master-arm- [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 25 +-
02-prepare_abe/console.log | 436 +-
03-build_abe-binutils/console.log | 11270 +--
04-build_abe-stage1/console.log | 20254 ++--
05-build_abe-linux/console.log | 294 +-
06-build_abe-glibc/console.log | 39823 ++++----
07-build_abe-stage2/console.log | 45548 ++++-----
08-build_llvm-true/console.log | 13026 +--
10-benchmark--O2_marm/benchmark-start.log | 2 +-
10-benchmark--O2_marm/benchmark.log | 14 +-
10-benchmark--O2_marm/console.log | 548 +-
11-check_regression/console.log | 2435 +-
11-check_regression/results-0.csv | 2147 +-
11-check_regression/results-1.csv | 2182 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-compare.csv | 11 +-
11-check_regression/results-full.csv | 2324 +-
11-check_regression/results.csv | 161 +-
11-check_regression/results.log | 2622 +-
12-update_baseline/console.log | 3129 +-
12-update_baseline/extra-bisect-params | 2 +-
12-update_baseline/results-1.csv | 2182 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-compare.csv | 15 +-
12-update_baseline/results-full.csv | 2182 +-
12-update_baseline/results.csv | 159 +-
12-update_baseline/results.log | 1988 +-
12-update_baseline/results.regressions | 2 +-
console.log | 136824 ++++++++++++++-------------
jenkins/manifest.sh | 26 +-
results_id | 2 +-
31 files changed, 145921 insertions(+), 143788 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-10
in repository gcc.
from 6b19640035d libstdc++: Make pmr::synchronized_pool_resource work withou [...]
new 38250e577e2 libstdc++: Fix view adaptors for mixed-const sentinels and [...]
new 86e99e8e4f0 libstdc++: Implement operator<< for std::unique_ptr (LWG 2948)
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:
libstdc++-v3/include/bits/unique_ptr.h | 20 ++++-
libstdc++-v3/include/std/ranges | 67 +++++++++-------
.../testsuite/20_util/default_delete/48631_neg.cc | 2 +-
.../testsuite/20_util/default_delete/void_neg.cc | 2 +-
.../testsuite/20_util/unique_ptr/io/lwg2948.cc | 91 ++++++++++++++++++++++
.../testsuite/std/ranges/adaptors/95322.cc | 48 +++++++-----
6 files changed, 179 insertions(+), 51 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/unique_ptr/io/lwg2948.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 ea82325afec openmp: Change omp_atv_default value and rename omp_atv_seq [...]
new 5acef69f9d3 openmp: Optimize triangular loop logical iterator to actual [...]
new dd21b039000 Schedule reduction partition in the last.
new a1e25d00087 remove premature vect_verify_datarefs_alignment
new fab263ab0fc x86: Enable FMA in rsqrt<mode>2 expander
new 614662064ad c++: Partially revert fix for PR c++/95497 [PR96132]
new 9ddea930625 fixup BIT_FIELD_REF detection in SLP discovery
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:
gcc/config/i386/i386-expand.c | 18 ++-
gcc/config/i386/sse.md | 24 ++-
gcc/cp/constexpr.c | 1 +
gcc/omp-expand.c | 211 ++++++++++++++++++++++++++-
gcc/omp-general.c | 23 ++-
gcc/omp-general.h | 7 +
gcc/testsuite/g++.dg/template/incomplete12.C | 9 ++
gcc/testsuite/gcc.dg/tree-ssa/pr95804.c | 18 +++
gcc/testsuite/gcc.dg/vect/bb-slp-10.c | 2 +-
gcc/testsuite/gcc.dg/vect/slp-45.c | 3 +-
gcc/testsuite/gcc.dg/vect/vect-109.c | 2 +-
gcc/testsuite/gcc.target/i386/pr88713-1.c | 13 ++
gcc/testsuite/gcc.target/i386/pr88713-2.c | 6 +
gcc/tree-loop-distribution.c | 21 ++-
gcc/tree-vect-data-refs.c | 88 ++---------
gcc/tree-vect-loop.c | 2 -
gcc/tree-vect-slp.c | 42 +++---
gcc/tree-vect-stmts.c | 14 ++
gcc/tree-vectorizer.h | 4 +-
libgomp/testsuite/libgomp.c/loop-19.c | 86 +++++++++++
libgomp/testsuite/libgomp.c/loop-20.c | 84 +++++++++++
21 files changed, 541 insertions(+), 137 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/incomplete12.C
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr95804.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr88713-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr88713-2.c
create mode 100644 libgomp/testsuite/libgomp.c/loop-19.c
create mode 100644 libgomp/testsuite/libgomp.c/loop-20.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 devel/c++-modules
in repository gcc.
from 7b4cb88d272 Remove tcl 8.6ism
new 8314e36e0d3 aarch64 and powerpc va_lists look different
new 7fd73b12b7d Generalize assembly scan
new 7cce1e321d1 Copy with ARM's poly ints
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:
ChangeLog.modules | 15 ++++++++++++++-
gcc/cp/module.cc | 2 +-
gcc/testsuite/g++.dg/modules/builtin-3_a.C | 11 ++++++++---
gcc/testsuite/g++.dg/modules/builtin-3_b.C | 2 +-
gcc/testsuite/g++.dg/modules/sym-subst-3_a.C | 3 +--
5 files changed, 25 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.