This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-check_cross
in repository toolchain/ci/base-artifacts.
discards d97074378 7: update: binutils-da39d3ba57639b715dea7ce68b6a4a3d70dfcb03: 1
new 65a8429d9 7: update: glibc-4e58941fc4b4c9d90769aa97ed76aa7e1692cb94: 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 (d97074378)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_cross/gnu-master-arm-che [...]
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 | 133 +-
02-prepare_abe/console.log | 424 +-
03-build_abe-binutils/console.log | 11452 +-
04-build_abe-stage1/console.log | 19922 ++--
05-build_abe-linux/console.log | 278 +-
06-build_abe-glibc/console.log | 39710 +++----
07-build_abe-stage2/console.log | 46895 ++++----
08-build_abe-qemu/console.log | 3004 +-
09-build_abe-dejagnu/console.log | 196 +-
10-build_abe-check_gcc/console.log | 28599 ++---
11-check_regression/console.log | 238 +-
11-check_regression/results.regressions | 4 +-
12-update_baseline/console.log | 15426 +--
12-update_baseline/results.regressions | 4 +-
console.log | 166469 +++++++++++++++--------------
jenkins/manifest.sh | 8 +-
sumfiles/g++.log.xz | Bin 2298076 -> 2281668 bytes
sumfiles/gcc.log.xz | Bin 1991392 -> 2013776 bytes
sumfiles/gfortran.log.xz | Bin 769584 -> 765112 bytes
sumfiles/libatomic.log.xz | Bin 2236 -> 2232 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 127244 -> 127196 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2612 -> 2600 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 412252 -> 411512 bytes
26 files changed, 169165 insertions(+), 163603 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_kernel/llvm-release-aarch64-stable-allnoconfig
in repository toolchain/ci/linux.
from 315443293a2d Linux 5.4.78
new bcf7f2d3fcec selftests/powerpc: rfi_flush: disable entry flush if present
new b65458b6be80 powerpc/64s: flush L1D on kernel entry
new 09495b5f7aab powerpc/64s: flush L1D after user accesses
new eb37345ed224 powerpc: Only include kup-radix.h for 64-bit Book3S
new 01474e8cc342 selftests/powerpc: entry flush test
new b33905dc1ce5 MIPS: PCI: Fix MIPS build
new 42bb7b7b9654 net/mlx5: Use async EQ setup cleanup helpers for multiple EQs
new 3fa9daaccce8 net/mlx5: poll cmd EQ in case of command timeout
new 7db82a5a4c15 net/mlx5: Fix a race when moving command interface to events mode
new b57c75956e79 net/mlx5: Add retry mechanism to the command entry index a [...]
new 8cad37eb129f powerpc/8xx: Always fault when _PAGE_ACCESSED is not set
new cd61f14592df net: lantiq: Add locking for TX DMA channel
new df3305411447 Input: sunkbd - avoid use-after-free in teardown paths
new 1527ab7859b2 mac80211: always wind down STA state
new 7ae6f2df438d can: proc: can_remove_proc(): silence remove_proc_entry warning
new 087c857e0131 KVM: x86: clflushopt should be treated as a no-op by emulation
new 26c7d2883851 ACPI: GED: fix -Wformat
new fc8334619167 Linux 5.4.79
The 18 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:
Documentation/admin-guide/kernel-parameters.txt | 7 +
Makefile | 2 +-
arch/mips/pci/pci-xtalk-bridge.c | 2 +-
arch/powerpc/include/asm/book3s/64/kup-radix.h | 29 ++--
arch/powerpc/include/asm/exception-64s.h | 12 +-
arch/powerpc/include/asm/feature-fixups.h | 19 +++
arch/powerpc/include/asm/kup.h | 27 +++-
arch/powerpc/include/asm/security_features.h | 7 +
arch/powerpc/include/asm/setup.h | 4 +
arch/powerpc/kernel/exceptions-64s.S | 88 ++++++------
arch/powerpc/kernel/head_8xx.S | 14 +-
arch/powerpc/kernel/setup_64.c | 122 +++++++++++++++-
arch/powerpc/kernel/vmlinux.lds.S | 14 ++
arch/powerpc/lib/feature-fixups.c | 104 ++++++++++++++
arch/powerpc/platforms/powernv/setup.c | 17 +++
arch/powerpc/platforms/pseries/setup.c | 8 ++
arch/x86/kvm/emulate.c | 8 +-
drivers/acpi/evged.c | 2 +-
drivers/input/keyboard/sunkbd.c | 41 ++++--
drivers/net/ethernet/lantiq_xrx200.c | 2 +
drivers/net/ethernet/mellanox/mlx5/core/cmd.c | 109 ++++++++++++--
drivers/net/ethernet/mellanox/mlx5/core/eq.c | 157 ++++++++++++---------
drivers/net/ethernet/mellanox/mlx5/core/lib/eq.h | 2 +
include/linux/mlx5/driver.h | 6 +
net/can/proc.c | 6 +-
net/mac80211/sta_info.c | 18 +++
.../testing/selftests/powerpc/security/.gitignore | 1 +
tools/testing/selftests/powerpc/security/Makefile | 2 +-
.../security/{rfi_flush.c => entry_flush.c} | 63 ++++++---
.../testing/selftests/powerpc/security/rfi_flush.c | 35 ++++-
30 files changed, 736 insertions(+), 192 deletions(-)
copy tools/testing/selftests/powerpc/security/{rfi_flush.c => entry_flush.c} (55%)
--
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_kernel/llvm-release-aarch64-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards d6b35dfda 0: update: llvm-linux: boot
new 74d2210d1 0: update: llvm-linux: boot
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 (d6b35dfda)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 171 +-
02-build_llvm/console.log | 12675 ++++++++++++++++++-----------------
03-build_linux/console.log | 880 +--
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 13734 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
8 files changed, 13745 insertions(+), 13733 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_kernel/gnu-release-arm-next-allyesconfig
in repository toolchain/ci/gcc.
from c368cd5d885 Daily bump.
adds fc6c39c207c Daily bump.
adds fe03562f2ad Daily bump.
No new revisions were added by this update.
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 4c697206e 1: reset: linux-49a3f51dfeeecb52c5aa28c5cb9592fe5e39bf95: 19201
discards 030a87d4d 0: update: binutils-gcc-linux: all
new 374e1ae1c 0: update: binutils-gcc-linux: all
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 (4c697206e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-n [...]
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 | 183 +-
02-prepare_abe/console.log | 424 +-
03-build_abe-binutils/console.log | 11121 +++++------
04-build_abe-stage1/console.log | 18019 +++++++++---------
05-build_linux/console.log | 692 +-
06-boot_linux/console.log | 8 +
07-check_regression/console.log | 77 +-
07-check_regression/results.regressions | 11 +-
07-check_regression/trigger-bisect | 3 -
08-update_baseline/console.log | 47 +-
08-update_baseline/results.regressions | 11 +-
console.log | 30571 +++++++++++++++---------------
jenkins/manifest.sh | 20 +-
reset-baseline | 0
results | 15 +-
15 files changed, 31093 insertions(+), 30109 deletions(-)
create mode 100644 06-boot_linux/console.log
delete mode 100644 07-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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-mainline-allyesconfig
in repository toolchain/ci/linux.
from 27bba9c532a8 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
adds cf23705244c9 ptrace: Set PF_SUPERPRIV when checking capability
adds fb14528e4436 seccomp: Set PF_SUPERPRIV when checking capability
adds f5098e34dd4c selftests/seccomp: powerpc: Fix typo in macro variable name
adds 4c222f31fb1d selftests/seccomp: sh: Fix register names
adds ea0ab6430635 Merge tag 'seccomp-v5.10-rc5' of git://git.kernel.org/pub/ [...]
adds 7372e79c9eb9 fanotify: fix logic of reporting name info with watched parent
adds ba911108f4ec Merge tag 'fsnotify_for_v5.10-rc5' of git://git.kernel.org [...]
adds e95b6c3ef131 xfs: fix the minrecs logic when dealing with inode root ch [...]
adds 498fe261f0d6 xfs: strengthen rmap record flags checking
adds 6b48e5b8a20f xfs: directory scrub should check the null bestfree entries too
adds ada49d64fb35 xfs: fix forkoff miscalculation related to XFS_LITINO(mp)
adds 27c14b5daa82 xfs: ensure inobt record walks always make forward progress
adds 595189c25c28 xfs: return corresponding errcode if xfs_initialize_perag() fail
adds 883a790a8440 xfs: don't allow NOWAIT DIO across extent boundaries
adds eb8409071a1d xfs: revert "xfs: fix rmap key and record comparison functions"
adds a349e4c65960 Merge tag 'xfs-5.10-fixes-7' of git://git.kernel.org/pub/s [...]
No new revisions were added by this update.
Summary of changes:
fs/notify/fsnotify.c | 12 ++++---
fs/xfs/libxfs/xfs_attr_leaf.c | 8 ++++-
fs/xfs/libxfs/xfs_rmap_btree.c | 16 +++++-----
fs/xfs/scrub/bmap.c | 8 ++---
fs/xfs/scrub/btree.c | 45 ++++++++++++++++-----------
fs/xfs/scrub/dir.c | 21 ++++++++++---
fs/xfs/xfs_iomap.c | 29 +++++++++++++++++
fs/xfs/xfs_iwalk.c | 27 ++++++++++++++--
fs/xfs/xfs_mount.c | 11 +++++--
kernel/ptrace.c | 16 +++-------
kernel/seccomp.c | 5 ++-
tools/testing/selftests/seccomp/seccomp_bpf.c | 8 ++---
12 files changed, 142 insertions(+), 64 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_kernel/gnu-master-aarch64-mainline-allyesconfig
in repository toolchain/ci/binutils-gdb.
from abd20cb637 RISC-V: Relax PCREL to GPREL while doing other relaxations i [...]
adds dab7264398 Change watchpoint_exp_is_const to return bool
adds da39d3ba57 [gdb/testsuite] Add clang xfail in gdb.base/vla-ptr.exp
adds 60b4365098 Automatic date update in version.in
adds 117c628d49 [gdb/testsuite] Add testcase for DW_AT_count referencing a variable
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 4 +++
gdb/breakpoint.c | 8 +++---
gdb/testsuite/ChangeLog | 10 +++++++
gdb/testsuite/gdb.base/vla-ptr.exp | 40 +++++++++++++++++++++++++++-
gdb/testsuite/gdb.dwarf2/count.exp | 53 +++++++++++++++++++++++++++++++++++++-
6 files changed, 110 insertions(+), 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 72525fdf9 0: update: binutils-gcc-linux: all
new 7a5526616 0: update: binutils-gcc-linux: all
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 (72525fdf9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 154 +-
02-prepare_abe/console.log | 440 +-
03-build_abe-binutils/console.log | 12006 +++++-----
04-build_abe-stage1/console.log | 16057 +++++++------
05-build_linux/console.log | 9242 ++++----
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 18 +-
08-update_baseline/results.regressions | 2 +-
console.log | 37931 +++++++++++++++---------------
jenkins/manifest.sh | 18 +-
12 files changed, 37891 insertions(+), 37993 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.