This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm
in repository toolchain/ci/gcc.
from 89f33f44add tree-optimization/102128 - rework if-converted BB vect heuristic
adds 02dbf5d1273 libphobos: Compile configure tests with -fno-druntime
adds d73c44800b5 Enable store fusion on Power10.
adds 42ade7bdc16 Update gcc sv.po.
adds a6fe949d570 Fix libgfortran build on hppa*-hp-hpux[01]*
adds b5bc39317bf rs6000: Darwin builtin support
adds a5027ea2ad2 rs6000: Add sanity to V2DI_type_node definitions
adds 7465c2ed6f1 rs6000: Always initialize vector_pair and vector_quad nodes
new 9213ff13247 Fortran - correct check for constraint F2008:C628 / F2018:C932
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:
fixincludes/fixincl.x | 68 ++++++++++++++--
fixincludes/inclhack.def | 28 +++++++
fixincludes/tests/base/inttypes.h | 22 +++++
gcc/config/rs6000/darwin.h | 8 +-
gcc/config/rs6000/rs6000-builtin-new.def | 6 ++
gcc/config/rs6000/rs6000-call.c | 80 ++++++++++--------
gcc/config/rs6000/rs6000-cpus.def | 4 +-
gcc/config/rs6000/rs6000.c | 95 ++++++++++++++++++++++
gcc/config/rs6000/rs6000.opt | 4 +
gcc/fortran/resolve.c | 5 +-
gcc/po/sv.po | 6 +-
gcc/testsuite/gcc.target/powerpc/fusion-p10-stst.c | 31 +++++++
.../gcc.target/powerpc/fusion-p10-stst2.c | 30 +++++++
.../gfortran.dg/unlimited_polymorphic_33.f90 | 18 ++++
libphobos/configure | 28 +++----
libphobos/m4/autoconf.m4 | 2 +-
libphobos/m4/gcc_support.m4 | 2 +-
17 files changed, 375 insertions(+), 62 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/fusion-p10-stst.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fusion-p10-stst2.c
create mode 100644 gcc/testsuite/gfortran.dg/unlimited_polymorphic_33.f90
--
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_gnu_cross_build/master-arm
in repository toolchain/ci/binutils-gdb.
from f947f96797 [gdb/cli] Don't assert on empty string for core-file
adds ee8b88452c Add a show function for "maint show worker-threads"
adds 282aa4f7d2 Add some parallel_for_each tests
adds 685bb4e84b RISC-V: PR28291, Fix the gdb fails that PR27916 caused.
adds 00894ecf46 gdb: fix build error in unittests/parallel-for-selftests.c
adds 6fc590e1f5 fbsd-nat: Don't use '%jd' and '%ju' with printf_filtered.
No new revisions were added by this update.
Summary of changes:
gdb/Makefile.in | 1 +
gdb/fbsd-nat.c | 45 +++++++++---------
gdb/maint.c | 18 ++++++-
gdb/unittests/parallel-for-selftests.c | 86 ++++++++++++++++++++++++++++++++++
opcodes/riscv-dis.c | 4 +-
5 files changed, 129 insertions(+), 25 deletions(-)
create mode 100644 gdb/unittests/parallel-for-selftests.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm
in repository toolchain/ci/base-artifacts.
discards 709f95f8 2: update: gcc-89f33f44addbf9853bc3e6677db1fa941713cb6c: 1
new 996403f2 2: update: binutils-gcc-linux-glibc-gdb-qemu: 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 (709f95f8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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 | 142 +-
02-prepare_abe/console.log | 438 +-
04-build_abe-binutils/console.log | 10059 ++++++------
05-build_abe-stage1/console.log | 15270 +++++++++---------
12-check_regression/console.log | 2 +-
13-update_baseline/console.log | 33 +-
13-update_baseline/results.regressions | 10 +-
console.log | 25994 ++++++++++++++++---------------
jenkins/manifest.sh | 17 +-
9 files changed, 26003 insertions(+), 25962 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 79a017c412b Fix PR 90142: contrib/download_prerequisites uses test ==
new a7083b83e45 Fortran - fix whitespace issue during parsing of assigned goto
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/fortran/match.c | 2 +-
gcc/testsuite/gfortran.dg/goto_9.f90 | 10 ++++++++++
2 files changed, 11 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/goto_9.f90
--
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_gnu_native_build/master-arm
in repository toolchain/ci/base-artifacts.
discards 1de48fb2 0: update: gcc-d73c44800b53c7e130da29e4eff1960b8311ffcd: 6
new e6df325f 0: update: glibc-3c8b9879cab6d41787bc5b14c1748f62fd6d0e5f: 6
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 (1de48fb2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_build/master- [...]
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 | 296 +-
02-prepare_abe/console.log | 198 +-
04-build_abe-binutils/console.log | 17380 +++---
05-build_abe-gcc/console.log | 39597 ++++++-------
07-build_abe-linux/console.log | 2593 +-
08-build_abe-glibc/console.log | 36946 ++++++------
09-build_abe-gdb/console.log | 12295 ++--
10-check_regression/console.log | 4 +-
11-update_baseline/console.log | 4 +-
console.log | 109443 ++++++++++++++++++-----------------
jenkins/manifest.sh | 8 +-
11 files changed, 109815 insertions(+), 108949 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_gnu_cross_build/master-arm
in repository toolchain/ci/gcc.
from caf81d3b575 Use __builtin_trap() for abort() if inhibit_libc
adds 1313111fdec Make sure -fexceptions is enabled when -fnon-call-exceptions is
adds 89f33f44add tree-optimization/102128 - rework if-converted BB vect heuristic
No new revisions were added by this update.
Summary of changes:
gcc/common.opt | 2 +-
gcc/doc/invoke.texi | 3 +-
gcc/tree-vect-slp.c | 112 +++++++++++++++++++++++++++-------------------------
3 files changed, 61 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm
in repository toolchain/ci/base-artifacts.
from d9e882c3 1: reset: gcc-caf81d3b57501b1f58dcd9b1ef9d7b4bc76f4ab1: 1
new 709f95f8 2: update: gcc-89f33f44addbf9853bc3e6677db1fa941713cb6c: 1
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 | 190 +-
02-prepare_abe/console.log | 110 +-
04-build_abe-binutils/console.log | 9268 +++++------
05-build_abe-stage1/console.log | 15821 +++++++++---------
12-check_regression/console.log | 78 +-
12-check_regression/results.regressions | 6 -
12-check_regression/trigger-bisect | 2 -
13-update_baseline/console.log | 56 +-
13-update_baseline/results.regressions | 10 +-
console.log | 25517 +++++++++++++++---------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
results | 6 -
13 files changed, 25565 insertions(+), 25509 deletions(-)
delete mode 100644 12-check_regression/results.regressions
delete mode 100644 12-check_regression/trigger-bisect
delete mode 100644 reset-baseline
--
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 230bda0873a6 Merge tag 'x86_cleanups_for_v5.15' of git://git.kernel.org [...]
new 459b09b5a325 sched/debug: Don't update sched_domain debug directories b [...]
new 77eccd0dfae3 wait: use LIST_HEAD_INIT() to initialize wait_queue_head
new 18765447c3b7 sched/sysctl: Move extern sysctl declarations to sched.h
new 031e3bd8986f sched: Optimize housekeeping_cpumask() in for_each_cpu_and()
new 1c6829cfd3d5 sched/numa: Fix is_core_idle()
new f912d051619d sched: remove redundant on_rq status change
new f95091536f78 sched/deadline: Fix reset_on_fork reporting of DL tasks
new 7ad721bf1071 sched: Don't report SCHED_FLAG_SUGOV in sched_getattr()
new 89aafd67f28c sched/fair: Use prev instead of new target as recent_used_cpu
new 56498cfb045d sched/fair: Avoid a second scan of target in select_idle_cpu
new b4da13aa28d4 sched/deadline: Fix missing clock update in migrate_task_rq_dl()
new ca4984a7dd86 sched: Fix UCLAMP_FLAG_IDLE setting
new f4dddf90d58d sched: Skip priority checks with SCHED_FLAG_KEEP_PARAMS
new 746f5ea9c428 sched: Replace deprecated CPU-hotplug functions.
new 0083242c9375 sched/topology: Skip updating masks for non-online nodes
new 304000390f88 sched: Cgroup SCHED_IDLE support
new 9ae606bc74dd sched: Introduce task_cpu_possible_mask() to limit fallbac [...]
new d4b96fb92ae7 cpuset: Don't use the cpu_possible_mask as a last resort f [...]
new 431c69fac05b cpuset: Honour task_cpu_possible_mask() in guarantee_onlin [...]
new 97c0054dbe2c cpuset: Cleanup cpuset_cpus_allowed_fallback() use in sele [...]
new 234a503e670b sched: Reject CPU affinity changes based on task_cpu_possi [...]
new b90ca8badbd1 sched: Introduce task_struct::user_cpus_ptr to track reque [...]
new db3b02ae896e sched: Split the guts of sched_setaffinity() into a helper [...]
new 07ec77a1d4e8 sched: Allow task CPU affinity to be restricted on asymmet [...]
new 234b8ab6476c sched: Introduce dl_task_check_affinity() to check propose [...]
new 366e7ad6ba5f sched/fair: Mark tg_is_idle() an inline in the !CONFIG_FAI [...]
new b542e383d8c0 eventfd: Make signal recursion protection a task bit
new 5d3c0db4598c Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/ [...]
new c54c53d9921a perf/x86/intel/uncore: Add Sapphire Rapids server framework
new 949b11381f81 perf/x86/intel/uncore: Add Sapphire Rapids server CHA support
new 3ba7095beaec perf/x86/intel/uncore: Add Sapphire Rapids server IIO support
new e199eb513159 perf/x86/intel/uncore: Add Sapphire Rapids server IRP support
new f85ef898f884 perf/x86/intel/uncore: Add Sapphire Rapids server M2PCIe support
new 0654dfdc7e1c perf/x86/intel/uncore: Add Sapphire Rapids server PCU support
new 85f2e30f987e perf/x86/intel/uncore: Add Sapphire Rapids server IMC support
new f57191edaaeb perf/x86/intel/uncore: Add Sapphire Rapids server M2M support
new da5a9156cd2a perf/x86/intel/uncore: Add Sapphire Rapids server UPI support
new 2a8e51eae7c8 perf/x86/intel/uncore: Add Sapphire Rapids server M3UPI support
new 0d771caf7284 perf/x86/intel/uncore: Add Sapphire Rapids server MDF support
new 8053f2d752e2 perf/x86/intel/uncore: Add alias PMU name
new 1583971b5cb8 perf/x86/intel/uncore: Factor out snr_uncore_mmio_map()
new 0378c93a92e2 perf/x86/intel/uncore: Support IIO free-running counters o [...]
new c76826a65f50 perf/x86/intel/uncore: Support IMC free-running counters o [...]
new 3f2cbe3810a6 perf/x86/intel/uncore: Fix IIO cleanup mapping procedure f [...]
new 46466ae3a105 Merge branch 'perf/urgent' into perf/core, to pick up fixes
new 4f32da76a140 perf/x86: Remove unused assignment to pointer 'e'
new eda8a2c599d1 perf/x86/intel: Replace deprecated CPU-hotplug functions
new ffec09f9c7d7 perf/hw_breakpoint: Replace deprecated CPU-hotplug functions
new 6cf295b21608 perf/amd/uncore: Simplify code, use free_percpu()'s built- [...]
new 0a0b53e0c379 perf/amd/uncore: Clean up header use, use <linux/ include [...]
new 9164d9493a79 x86/cpu: Add get_llc_id() helper function
new 05485745ad48 perf/amd/uncore: Allow the driver to be built as a module
new 6a371bafe613 perf/x86/amd/ibs: Add bitfield definitions in new <asm/amd [...]
new 4a2b88eb0265 Merge tag 'perf-core-2021-08-30' of git://git.kernel.org/p [...]
new 5eff88dd6b4b efi: cper: fix scnprintf() use in cper_mem_err_location()
new b31eea2e04c1 efi: Don't use knowledge about efi_guid_t internals
new 1be72c8e0786 efi: cper: check section header more appropriately
new 46f4945e2b39 Merge tag 'efi-core-2021-08-30' of git://git.kernel.org/pu [...]
The 58 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:
.../testing/sysfs-bus-event_source-devices-uncore | 13 +
arch/x86/events/Kconfig | 10 +
arch/x86/events/amd/Makefile | 5 +-
arch/x86/events/amd/ibs.c | 23 +-
arch/x86/events/amd/uncore.c | 40 +-
arch/x86/events/core.c | 4 +-
arch/x86/events/intel/core.c | 8 +-
arch/x86/events/intel/pt.c | 4 +-
arch/x86/events/intel/uncore.c | 45 +-
arch/x86/events/intel/uncore.h | 4 +
arch/x86/events/intel/uncore_discovery.c | 42 +-
arch/x86/events/intel/uncore_discovery.h | 21 +
arch/x86/events/intel/uncore_snbep.c | 583 ++++++++++++++++++++-
arch/x86/include/asm/amd-ibs.h | 132 +++++
arch/x86/include/asm/processor.h | 2 +
arch/x86/kernel/cpu/amd.c | 2 +-
arch/x86/kernel/cpu/common.c | 6 +
drivers/firmware/efi/cper.c | 13 +-
fs/aio.c | 2 +-
fs/eventfd.c | 12 +-
include/linux/cpuset.h | 8 +-
include/linux/eventfd.h | 11 +-
include/linux/mmu_context.h | 14 +
include/linux/sched.h | 25 +
include/linux/sched/sysctl.h | 18 -
include/linux/wait.h | 2 +-
init/init_task.c | 1 +
kernel/cgroup/cpuset.c | 59 ++-
kernel/events/hw_breakpoint.c | 4 +-
kernel/fork.c | 2 +
kernel/sched/core.c | 440 ++++++++++++----
kernel/sched/deadline.c | 8 +-
kernel/sched/debug.c | 10 +
kernel/sched/fair.c | 211 ++++++--
kernel/sched/sched.h | 26 +
kernel/sched/topology.c | 65 +++
security/integrity/platform_certs/efi_parser.c | 2 +-
37 files changed, 1594 insertions(+), 283 deletions(-)
create mode 100644 Documentation/ABI/testing/sysfs-bus-event_source-devices-uncore
create mode 100644 arch/x86/include/asm/amd-ibs.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.