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-aarch64
in repository toolchain/ci/linux.
from a08b41ab9e2e Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
adds 6b34cd8e175b btrfs: fix too long loop when defragging a 1 byte file
adds b767c2fc787e btrfs: allow defrag to be interruptible
adds 484167da7773 btrfs: defrag: fix wrong number of defragged sectors
adds c080b4144b9d btrfs: defrag: properly update range->start for autodefrag
adds 0cb5950f3f3b btrfs: fix deadlock when reserving space during defrag
adds 3c9d31c71594 btrfs: add back missing dirty page rate limiting to defrag
adds 27cdfde181bc btrfs: update writeback index when starting defrag
adds 49d766f3a0e4 Merge tag 'for-5.17-rc1-tag' of git://git.kernel.org/pub/s [...]
adds 7938d61591d3 drm/i915: Flush TLBs before releasing backing store
adds b5e7b59c3480 NFS: change nfs_access_get_cached to only report the mask
adds 73fbb3fa647b NFS: pass cred explicitly for access tests
adds 6238aec83f3f NFS: don't store 'struct cred *' in struct nfs_access_entry
adds 204975036b34 NFS: Ensure the server has an up to date ctime before hardlinking
adds 6ff9d99bb88f NFS: Ensure the server has an up to date ctime before renaming
adds 4b0c359b813b SUNRPC: Add source address/port to rpc_socket* traces
adds c72a826829cc nfs41: pnfs: filelayout: Replace one-element array with fl [...]
adds 35e0f9a9af48 sunrpc: Remove unneeded null check
adds c4f0396688b5 SUNRPC: clean up some inconsistent indenting
adds 2c52c8376db7 NFSv4 only print the label when its queried
adds fbd2057e5329 nfs: nfs4clinet: check the return value of kstrdup()
adds b05bf5c63b32 NFSv4.1: Fix uninitialised variable in devicenotify
adds 1ab5be4ac5b1 NFSv4: Add some support for case insensitive filesystems
adds 98ca3ee60b9e NFSv4: Just don't cache negative dentries on case insensit [...]
adds 8ce37abdeb4c NFS: Invalidate negative dentries on all case insensitive [...]
adds 00bdadc7accf NFS: Add a helper to remove case-insensitive aliases
adds 68eaba4ca924 NFS: Fix the verifier for case sensitive filesystem in nfs [...]
adds 01f34245722b NFS: use default_groups in kobj_type
adds 86439fa2678d SUNRPC: use default_groups in kobj_type
adds 85847280b116 NFSv4: Allow writebacks to request 'blocks used'
adds 34bf20ce986c NFSv42: Fallocate and clone should also request 'blocks used'
adds ac795161c936 NFSv4: Handle case where the lookup of a directory fails
adds 1751fc1db36f NFSv4: nfs_atomic_open() can race when looking up a non-re [...]
adds 90e12a319104 NFSv4 remove zero number of fs_locations entries error check
adds 8a59bb93b7e3 NFSv4 store server support for fs_location attribute
adds 1976b2b31462 NFSv4.1 query for fs_location attr on a new file system
adds f5b27cc6761e NFSv4 expose nfs_parse_server_name function
adds a8d54baba7c6 NFSv4 handle port presence in fs_location server string
adds b8a09619a563 SUNRPC allow for unspecified transport time in rpc_clnt_add_xprt
adds 4ca9f31a2be6 NFSv4.1 test and add 4.1 trunking transport
adds 776d794f28c9 net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_st [...]
adds 1a48db3fef49 sunrpc: Fix potential race conditions in rpc_sysfs_xprt_st [...]
adds c03061e7a210 xprtrdma: Remove final dprintk call sites from xprtrdma
adds c0f26167ddcf xprtrdma: Remove definitions of RPCDBG_FACILITY
adds aed28b7a2d62 SUNRPC: Don't dereference xprt->snd_task if it's a cookie
adds 0280e3c58f92 Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/proj [...]
No new revisions were added by this update.
Summary of changes:
drivers/gpu/drm/i915/gem/i915_gem_object_types.h | 1 +
drivers/gpu/drm/i915/gem/i915_gem_pages.c | 10 ++
drivers/gpu/drm/i915/gt/intel_gt.c | 108 +++++++++++++
drivers/gpu/drm/i915/gt/intel_gt.h | 2 +
drivers/gpu/drm/i915/gt/intel_gt_types.h | 2 +
drivers/gpu/drm/i915/i915_reg.h | 11 ++
drivers/gpu/drm/i915/i915_vma.c | 3 +
drivers/gpu/drm/i915/intel_uncore.c | 26 ++-
drivers/gpu/drm/i915/intel_uncore.h | 2 +
fs/btrfs/ioctl.c | 84 ++++++++--
fs/nfs/callback.h | 2 +-
fs/nfs/callback_proc.c | 2 +-
fs/nfs/callback_xdr.c | 18 +--
fs/nfs/client.c | 7 +
fs/nfs/dir.c | 146 +++++++++++++----
fs/nfs/filelayout/filelayout.h | 2 +-
fs/nfs/filelayout/filelayoutdev.c | 4 +-
fs/nfs/internal.h | 1 +
fs/nfs/nfs3proc.c | 5 +-
fs/nfs/nfs42proc.c | 13 +-
fs/nfs/nfs4_fs.h | 14 +-
fs/nfs/nfs4client.c | 5 +-
fs/nfs/nfs4namespace.c | 19 ++-
fs/nfs/nfs4proc.c | 197 ++++++++++++++++++-----
fs/nfs/nfs4state.c | 6 +-
fs/nfs/nfs4xdr.c | 49 +++++-
fs/nfs/sysfs.c | 3 +-
include/linux/nfs_fs.h | 10 +-
include/linux/nfs_fs_sb.h | 4 +-
include/linux/nfs_xdr.h | 5 +-
include/trace/events/sunrpc.h | 70 +++++---
net/sunrpc/auth_gss/gss_generic_token.c | 6 +-
net/sunrpc/clnt.c | 5 +-
net/sunrpc/sysfs.c | 47 +++---
net/sunrpc/xprtrdma/backchannel.c | 4 -
net/sunrpc/xprtrdma/frwr_ops.c | 4 -
net/sunrpc/xprtrdma/rpc_rdma.c | 4 -
net/sunrpc/xprtrdma/transport.c | 4 -
net/sunrpc/xprtrdma/verbs.c | 23 ---
net/sunrpc/xprtsock.c | 2 +-
40 files changed, 710 insertions(+), 220 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_native_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 112b92e40 0: update: binutils-gcc-linux-glibc-gdb: 6
new a3c1423e9 0: update: binutils-gcc-linux-glibc-gdb: 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 (112b92e40)
\
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.xz | Bin 1512 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2764 bytes
04-build_abe-binutils/console.log.xz | Bin 37836 -> 37912 bytes
05-build_abe-gcc/console.log.xz | Bin 207912 -> 207944 bytes
06-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
07-build_abe-linux/console.log.xz | Bin 8948 -> 9656 bytes
08-build_abe-glibc/console.log.xz | Bin 239836 -> 238868 bytes
09-build_abe-gdb/console.log.xz | Bin 37900 -> 38700 bytes
10-check_regression/console.log.xz | Bin 416 -> 416 bytes
11-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 24 ++++++++++++------------
11 files changed, 20 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_bmk_gnu_apm/gnu-master-arm-spec2k6-Os
in repository toolchain/ci/base-artifacts.
discards 5c220c577 0: update: binutils-gcc-linux-glibc: 1
new 659c894ec 0: update: gcc-e0b8716f53ed6455e9f18931940141692793068d: 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 (5c220c577)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_apm/gnu-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.xz | Bin 1692 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 29868 -> 29852 bytes
04-build_abe-stage1/console.log.xz | Bin 90092 -> 91888 bytes
05-clean_sysroot/console.log.xz | Bin 336 -> 336 bytes
06-build_abe-linux/console.log.xz | Bin 8888 -> 10672 bytes
07-build_abe-glibc/console.log.xz | Bin 230844 -> 231732 bytes
08-build_abe-stage2/console.log.xz | Bin 213896 -> 219812 bytes
09-benchmark/benchmark-build.log | 38 +-
09-benchmark/benchmark.log | 36 +-
09-benchmark/console.log.xz | Bin 3020 -> 3032 bytes
10-check_regression/console.log.xz | Bin 6572 -> 29076 bytes
10-check_regression/results-0.csv | 3426 ++-
10-check_regression/results-1.csv | 3388 ++-
10-check_regression/results-brief.csv | 60 +-
10-check_regression/results-compare.csv | 676 +-
10-check_regression/results-full.csv | 3442 ++-
10-check_regression/results-perf-0.csv | 3290 ++-
10-check_regression/results-perf-1.csv | 3232 ++-
10-check_regression/results-vect-0.csv | 46 +-
10-check_regression/results-vect-1.csv | 46 +-
10-check_regression/results.csv | 841 +-
10-check_regression/results.log | 4620 ++--
11-update_baseline/console.log | 24740 ++++++++++++++++---
11-update_baseline/results-0.csv | 3426 ++-
11-update_baseline/results-1.csv | 3388 ++-
11-update_baseline/results-brief.csv | 60 +-
11-update_baseline/results-compare.csv | 676 +-
11-update_baseline/results-full.csv | 3442 ++-
11-update_baseline/results-perf-0.csv | 3290 ++-
11-update_baseline/results-perf-1.csv | 3232 ++-
11-update_baseline/results-vect-0.csv | 46 +-
11-update_baseline/results-vect-1.csv | 46 +-
11-update_baseline/results.csv | 841 +-
11-update_baseline/results.log | 4532 ++--
.../top-artifacts/save-temps/400.perlbench.tar.xz | Bin 1258548 -> 1258728 bytes
.../top-artifacts/save-temps/401.bzip2.tar.xz | Bin 92032 -> 92012 bytes
.../top-artifacts/save-temps/403.gcc.tar.xz | Bin 3553568 -> 3553536 bytes
.../top-artifacts/save-temps/410.bwaves.tar.xz | Bin 15176 -> 15168 bytes
.../top-artifacts/save-temps/416.gamess.tar.xz | Bin 4111576 -> 4111472 bytes
.../top-artifacts/save-temps/429.mcf.tar.xz | Bin 36392 -> 36396 bytes
.../top-artifacts/save-temps/433.milc.tar.xz | Bin 163976 -> 164096 bytes
.../top-artifacts/save-temps/434.zeusmp.tar.xz | Bin 128488 -> 128500 bytes
.../top-artifacts/save-temps/435.gromacs.tar.xz | Bin 954068 -> 954316 bytes
.../top-artifacts/save-temps/436.cactusADM.tar.xz | Bin 710716 -> 711232 bytes
.../top-artifacts/save-temps/437.leslie3d.tar.xz | Bin 47748 -> 47816 bytes
.../top-artifacts/save-temps/444.namd.tar.xz | Bin 199100 -> 199124 bytes
.../top-artifacts/save-temps/445.gobmk.tar.xz | Bin 1825048 -> 1823096 bytes
.../top-artifacts/save-temps/447.dealII.tar.xz | Bin 6581288 -> 6582224 bytes
.../top-artifacts/save-temps/450.soplex.tar.xz | Bin 701624 -> 701624 bytes
.../top-artifacts/save-temps/453.povray.tar.xz | Bin 1516468 -> 1516636 bytes
.../top-artifacts/save-temps/454.calculix.tar.xz | Bin 1232492 -> 1232452 bytes
.../top-artifacts/save-temps/456.hmmer.tar.xz | Bin 368300 -> 368352 bytes
.../top-artifacts/save-temps/458.sjeng.tar.xz | Bin 145656 -> 145656 bytes
.../top-artifacts/save-temps/459.GemsFDTD.tar.xz | Bin 148336 -> 148388 bytes
.../top-artifacts/save-temps/462.libquantum.tar.xz | Bin 61132 -> 61152 bytes
.../top-artifacts/save-temps/464.h264ref.tar.xz | Bin 560044 -> 559904 bytes
.../top-artifacts/save-temps/465.tonto.tar.xz | Bin 2045808 -> 2045964 bytes
.../top-artifacts/save-temps/470.lbm.tar.xz | Bin 26864 -> 26872 bytes
.../top-artifacts/save-temps/471.omnetpp.tar.xz | Bin 1074420 -> 1075180 bytes
.../top-artifacts/save-temps/473.astar.tar.xz | Bin 85576 -> 85500 bytes
.../top-artifacts/save-temps/481.wrf.tar.xz | Bin 1546764 -> 1546500 bytes
.../top-artifacts/save-temps/482.sphinx3.tar.xz | Bin 247800 -> 247892 bytes
.../top-artifacts/save-temps/483.xalancbmk.tar.xz | Bin 11660932 -> 11662244 bytes
jenkins/manifest.sh | 15 +-
results | 2 +-
results_id | 2 +-
save-temps/400.perlbench.tar.xz | Bin 1258548 -> 1258728 bytes
save-temps/401.bzip2.tar.xz | Bin 92032 -> 92012 bytes
save-temps/403.gcc.tar.xz | Bin 3553568 -> 3553536 bytes
save-temps/410.bwaves.tar.xz | Bin 15176 -> 15168 bytes
save-temps/416.gamess.tar.xz | Bin 4111576 -> 4111472 bytes
save-temps/429.mcf.tar.xz | Bin 36392 -> 36396 bytes
save-temps/433.milc.tar.xz | Bin 163976 -> 164096 bytes
save-temps/434.zeusmp.tar.xz | Bin 128488 -> 128500 bytes
save-temps/435.gromacs.tar.xz | Bin 954068 -> 954316 bytes
save-temps/436.cactusADM.tar.xz | Bin 710716 -> 711232 bytes
save-temps/437.leslie3d.tar.xz | Bin 47748 -> 47816 bytes
save-temps/444.namd.tar.xz | Bin 199100 -> 199124 bytes
save-temps/445.gobmk.tar.xz | Bin 1825048 -> 1823096 bytes
save-temps/447.dealII.tar.xz | Bin 6581288 -> 6582224 bytes
save-temps/450.soplex.tar.xz | Bin 701624 -> 701624 bytes
save-temps/453.povray.tar.xz | Bin 1516468 -> 1516636 bytes
save-temps/454.calculix.tar.xz | Bin 1232492 -> 1232452 bytes
save-temps/456.hmmer.tar.xz | Bin 368300 -> 368352 bytes
save-temps/458.sjeng.tar.xz | Bin 145656 -> 145656 bytes
save-temps/459.GemsFDTD.tar.xz | Bin 148336 -> 148388 bytes
save-temps/462.libquantum.tar.xz | Bin 61132 -> 61152 bytes
save-temps/464.h264ref.tar.xz | Bin 560044 -> 559904 bytes
save-temps/465.tonto.tar.xz | Bin 2045808 -> 2045964 bytes
save-temps/470.lbm.tar.xz | Bin 26864 -> 26872 bytes
save-temps/471.omnetpp.tar.xz | Bin 1074420 -> 1075180 bytes
save-temps/473.astar.tar.xz | Bin 85576 -> 85500 bytes
save-temps/481.wrf.tar.xz | Bin 1546764 -> 1546500 bytes
save-temps/482.sphinx3.tar.xz | Bin 247800 -> 247892 bytes
save-temps/483.xalancbmk.tar.xz | Bin 11660932 -> 11662244 bytes
96 files changed, 45561 insertions(+), 25318 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-next-allyesconfig
in repository toolchain/ci/base-artifacts.
from 45ed4dab5 4: update: binutils-gcc-qemu: 19967
new b1e4ad381 5: reset: linux-4ba545781e20f49cf1175e11d9f606e621040acf: 19813
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 1488 -> 1748 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 30296 -> 29796 bytes
04-build_abe-stage1/console.log.xz | Bin 71264 -> 73428 bytes
05-build_abe-qemu/console.log.xz | Bin 30088 -> 31780 bytes
06-build_linux/console.log.xz | Bin 49412 -> 96080 bytes
08-check_regression/console.log.xz | Bin 480 -> 1260 bytes
08-check_regression/jira-body.txt | 2 +
08-check_regression/mail-body.txt | 37 ++++++++
08-check_regression/mail-subject.txt | 1 +
08-check_regression/results.regressions | 11 +++
08-check_regression/trigger-bisect | 2 +
09-update_baseline/console.log | 155 +++++++-------------------------
jenkins/manifest.sh | 14 ++-
mail/jira-body.txt | 5 ++
mail/mail-body.txt | 40 +++++++++
mail/mail-subject.txt | 1 +
reset-baseline | 0
results | 13 ++-
19 files changed, 149 insertions(+), 132 deletions(-)
create mode 100644 08-check_regression/jira-body.txt
create mode 100644 08-check_regression/mail-body.txt
create mode 100644 08-check_regression/mail-subject.txt
create mode 100644 08-check_regression/results.regressions
create mode 100644 08-check_regression/trigger-bisect
create mode 100644 mail/jira-body.txt
create mode 100644 mail/mail-body.txt
create mode 100644 mail/mail-subject.txt
create mode 100644 reset-baseline
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.