This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 6c3f5bec9b40 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
new 525f447f88b1 scsi: target: Fix incorrect use of cpumask_t
new d5d92b644084 scsi: ufs: core: Fix referencing invalid rsp field
new 36ed2da76b18 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
new 70509676739f dt-bindings: input: mediatek,mt6779-keypad: update maintainer
new e4920d42ce0e Input: ili210x - fix reset timing
new b26ff9137183 Input: ili210x - use one common reset implementation
new 4c493b1a4127 Merge tag 'input-for-v5.18-rc7' of git://git.kernel.org/pu [...]
new 0ae065a5d265 perf build: Fix check for btf__load_from_kernel_by_id() in libbpf
new 92d579ea3279 perf stat: Fix and validate CPU map inputs in synthetic PE [...]
new 451ed8058c69 perf test: Fix "all PMU test" to skip hv_24x7/hv_gpci test [...]
new 01b28e4a5815 perf regs x86: Fix arch__intr_reg_mask() for the hybrid platform
new caaaa55477e2 perf test: Avoid shell test description infinite loop
new f8ac1c478424 perf bench numa: Address compiler error on s390
new cfd7092c31ae perf test session topology: Fix test to skip the test in g [...]
new 8994e97be3eb perf test bpf: Skip test if clang is not present
new 51d0bf99b834 perf session: Fix Intel LBR callstack entries and nr print [...]
new eaea45fc0e7b Merge tag 'perf-tools-fixes-for-v5.18-2022-05-21' of git:/ [...]
The 17 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:
.../bindings/input/mediatek,mt6779-keypad.yaml | 2 +-
drivers/input/touchscreen/ili210x.c | 20 ++++++--------
drivers/scsi/ufs/ufshpb.c | 19 +++++--------
drivers/target/iscsi/iscsi_target.c | 32 +++++++++++++++-------
drivers/target/iscsi/iscsi_target_configfs.c | 24 +++++++++-------
tools/build/Makefile.feature | 1 +
tools/build/feature/Makefile | 4 +++
...c => test-libbpf-btf__load_from_kernel_by_id.c} | 2 +-
tools/perf/Makefile.config | 7 +++++
tools/perf/arch/x86/util/perf_regs.c | 12 ++++++++
tools/perf/bench/numa.c | 2 +-
tools/perf/tests/bpf.c | 10 ++++---
tools/perf/tests/builtin-test.c | 8 ++++--
tools/perf/tests/shell/stat_all_pmu.sh | 10 +++++++
tools/perf/tests/topology.c | 11 ++++++++
tools/perf/util/bpf-event.c | 4 ++-
tools/perf/util/session.c | 26 ++++++++++++++----
tools/perf/util/stat.c | 17 ++++++++++--
18 files changed, 149 insertions(+), 62 deletions(-)
copy tools/build/feature/{test-libbpf.c => test-libbpf-btf__load_from_kernel_by_id [...]
--
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/omp/ompd
in repository gcc.
from 7ece2931916 Fix errors in c7a99c5 commit.
adds 57f2ce6a878 Daily bump.
adds bad2999ab2b testsuite: Mark extra warnings for default_packed
adds 7ee307bbbb1 testsuite: Skip ifcvt-4.c for PRU
adds 0380b6575f6 testsuite: Skip gcc.dg/pr46647.c for PRU
adds addacdc87b0 testsuite: Adjust pr91088.c for default_packed targets
adds 570fbf448d1 testsuite: Skip vectorize tests for PRU
new 96cefc4a746 Add OMPD support, initialization and global ICVs function.
new ca95608301d Merge branch 'devel/omp/ompd' of git+ssh://gcc.gnu.org/git/ [...]
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:
config/ChangeLog | 4 +
gcc/ChangeLog | 115 ++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/analyzer/ChangeLog | 30 +++++++
gcc/c-family/ChangeLog | 6 ++
gcc/cp/ChangeLog | 6 ++
gcc/jit/ChangeLog | 7 ++
gcc/testsuite/ChangeLog | 90 ++++++++++++++++++++
gcc/testsuite/gcc.dg/Warray-bounds-48-novec.c | 6 +-
gcc/testsuite/gcc.dg/ifcvt-4.c | 2 +-
gcc/testsuite/gcc.dg/ipa/pr91088.c | 3 +-
gcc/testsuite/gcc.dg/pr46647.c | 4 +-
gcc/testsuite/gcc.dg/tree-ssa/gen-vect-11.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/gen-vect-11a.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/gen-vect-2.c | 4 +-
gcc/testsuite/gcc.dg/tree-ssa/gen-vect-25.c | 4 +-
gcc/testsuite/gcc.dg/tree-ssa/gen-vect-26.c | 6 +-
gcc/testsuite/gcc.dg/tree-ssa/gen-vect-28.c | 6 +-
gcc/testsuite/gcc.dg/tree-ssa/gen-vect-32.c | 4 +-
libcpp/ChangeLog | 5 ++
libdecnumber/ChangeLog | 4 +
libgcc/ChangeLog | 14 ++++
libgcc/config/libbid/ChangeLog | 48 +++++++++++
libgomp/ChangeLog | 38 +++++++++
libstdc++-v3/ChangeLog | 17 ++++
maintainer-scripts/ChangeLog | 4 +
26 files changed, 412 insertions(+), 21 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-9
in repository gcc.
from eef95e6c28c Daily bump.
new 8b8264d07ba Daily bump.
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/DATESTAMP | 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 releases/gcc-12
in repository gcc.
from e970ccbf3d1 Daily bump.
new 6d1a2b2c897 Daily bump.
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/DATESTAMP | 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 releases/gcc-10
in repository gcc.
from 6225b0d5dc1 Daily bump.
new f67ed7072aa Daily bump.
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/DATESTAMP | 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 releases/gcc-11
in repository gcc.
from cf111381977 Daily bump.
new a51d756e085 Daily bump.
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/DATESTAMP | 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 gcc.
from 570fbf448d1 testsuite: Skip vectorize tests for PRU
new a60228404f2 Daily bump.
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/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm
in repository toolchain/ci/gcc.
from 57f2ce6a878 Daily bump.
adds bad2999ab2b testsuite: Mark extra warnings for default_packed
adds 7ee307bbbb1 testsuite: Skip ifcvt-4.c for PRU
adds 0380b6575f6 testsuite: Skip gcc.dg/pr46647.c for PRU
adds addacdc87b0 testsuite: Adjust pr91088.c for default_packed targets
adds 570fbf448d1 testsuite: Skip vectorize tests for PRU
No new revisions were added by this update.
Summary of changes:
gcc/testsuite/gcc.dg/Warray-bounds-48-novec.c | 6 ++++--
gcc/testsuite/gcc.dg/ifcvt-4.c | 2 +-
gcc/testsuite/gcc.dg/ipa/pr91088.c | 3 ++-
gcc/testsuite/gcc.dg/pr46647.c | 4 ++--
gcc/testsuite/gcc.dg/tree-ssa/gen-vect-11.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/gen-vect-11a.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/gen-vect-2.c | 4 ++--
gcc/testsuite/gcc.dg/tree-ssa/gen-vect-25.c | 4 ++--
gcc/testsuite/gcc.dg/tree-ssa/gen-vect-26.c | 6 +++---
gcc/testsuite/gcc.dg/tree-ssa/gen-vect-28.c | 6 +++---
gcc/testsuite/gcc.dg/tree-ssa/gen-vect-32.c | 4 ++--
11 files changed, 23 insertions(+), 20 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_gcc_check/master-arm
in repository toolchain/ci/base-artifacts.
discards c98171be 0: update: binutils-gcc: 1
new 51317019 0: update: binutils-gcc: 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 (c98171be)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (51317019)
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.xz | Bin 1516 -> 1528 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2720 bytes
03-build_abe-binutils/console.log.xz | Bin 50924 -> 53228 bytes
04-build_abe-gcc/console.log.xz | Bin 230948 -> 231780 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3852 -> 3816 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2400 -> 2576 bytes
07-check_regression/console.log.xz | Bin 2928 -> 2876 bytes
07-check_regression/extra-bisect-params | 1 -
07-check_regression/fails.sum | 7 -
07-check_regression/results.compare | 25 +-
07-check_regression/results.compare2 | 73 +-
07-check_regression/results.regressions | 27 -
08-update_baseline/console.log | 431 ++-
08-update_baseline/extra-bisect-params | 1 -
08-update_baseline/fails.sum | 7 -
08-update_baseline/results.compare | 25 +-
08-update_baseline/results.compare2 | 73 +-
08-update_baseline/results.regressions | 27 -
jenkins/manifest.sh | 8 +-
sumfiles/g++.log.xz | Bin 2747992 -> 2812792 bytes
sumfiles/g++.sum | 124 +-
sumfiles/gcc.log.xz | Bin 2337532 -> 2334032 bytes
sumfiles/gcc.sum | 4448 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 901920 -> 906848 bytes
sumfiles/gfortran.sum | 42 +-
sumfiles/libatomic.log.xz | Bin 2172 -> 2172 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 201108 -> 201116 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2532 -> 2532 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 456780 -> 470552 bytes
sumfiles/libstdc++.sum | 12 +-
33 files changed, 2672 insertions(+), 2685 deletions(-)
delete mode 100644 07-check_regression/extra-bisect-params
delete mode 100644 07-check_regression/fails.sum
delete mode 100644 07-check_regression/results.regressions
delete mode 100644 08-update_baseline/extra-bisect-params
delete mode 100644 08-update_baseline/fails.sum
delete mode 100644 08-update_baseline/results.regressions
--
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 d195321cec5 Automatic date update in version.in
new cb3a7614feb Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.