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-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 [...]
new 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
new 0280e3c58f92 Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/proj [...]
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:
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_gcc_check/master-aarch64
in repository toolchain/ci/gcc.
from 480caa1f4ab libfortran: Provide fallback __issignalingl for IBM extende [...]
adds 9099e0bc666 aix: AIX is not GLIBC.
adds aeac414923a Revert "Fix PR 67102: Add libstdc++ dependancy to libffi" [ [...]
No new revisions were added by this update.
Summary of changes:
Makefile.def | 1 -
Makefile.in | 1 -
gcc/config/rs6000/aix.h | 1 +
3 files changed, 1 insertion(+), 2 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-aarch64
in repository toolchain/ci/binutils-gdb.
from 7d9d9c1078 gold: drop old cygnus install hack
adds 042a82e5ee bfd: Regenerate Makefile.in
adds b6437be687 Fix a probem building the binutils on SPARC/amd64
No new revisions were added by this update.
Summary of changes:
bfd/Makefile.in | 1 +
include/ChangeLog | 5 +++++
include/elf/common.h | 2 ++
3 files changed, 8 insertions(+)
--
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-aarch64
in repository toolchain/ci/base-artifacts.
discards 39d04f2b2 0: update: binutils-gcc: 1
new 5fe48230a 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 (39d04f2b2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-aarch64 [...]
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 1536 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2776 bytes
03-build_abe-binutils/console.log.xz | Bin 37804 -> 38880 bytes
04-build_abe-gcc/console.log.xz | Bin 207024 -> 208860 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3824 -> 3844 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2880 -> 3416 bytes
07-check_regression/console.log.xz | Bin 3780 -> 3660 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 12 +-
07-check_regression/results.compare | 42 +-
07-check_regression/results.compare2 | 63 +-
07-check_regression/results.regressions | 42 +-
08-update_baseline/console.log | 487 ++--
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 12 +-
08-update_baseline/results.compare | 42 +-
08-update_baseline/results.compare2 | 63 +-
08-update_baseline/results.regressions | 42 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3459108 -> 3461516 bytes
sumfiles/g++.sum | 122 +-
sumfiles/gcc.log.xz | Bin 2986120 -> 2996632 bytes
sumfiles/gcc.sum | 4356 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 1023812 -> 1024476 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2184 -> 2188 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 190004 -> 189840 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2544 -> 2544 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 431364 -> 434244 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 2648 insertions(+), 2727 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-aarch64
in repository toolchain/ci/gcc.
from 480caa1f4ab libfortran: Provide fallback __issignalingl for IBM extende [...]
adds 9099e0bc666 aix: AIX is not GLIBC.
new aeac414923a Revert "Fix PR 67102: Add libstdc++ dependancy to libffi" [ [...]
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:
Makefile.def | 1 -
Makefile.in | 1 -
gcc/config/rs6000/aix.h | 1 +
3 files changed, 1 insertion(+), 2 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-aarch64
in repository toolchain/ci/binutils-gdb.
from 7d9d9c1078 gold: drop old cygnus install hack
adds 042a82e5ee bfd: Regenerate Makefile.in
adds b6437be687 Fix a probem building the binutils on SPARC/amd64
No new revisions were added by this update.
Summary of changes:
bfd/Makefile.in | 1 +
include/ChangeLog | 5 +++++
include/elf/common.h | 2 ++
3 files changed, 8 insertions(+)
--
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-aarch64
in repository toolchain/ci/base-artifacts.
discards 030b81a52 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 0c40e8afc 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (030b81a52)
\
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.xz | Bin 1556 -> 1572 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2784 bytes
04-build_abe-binutils/console.log.xz | Bin 30316 -> 30296 bytes
05-build_abe-stage1/console.log.xz | Bin 71592 -> 72224 bytes
06-clean_sysroot/console.log.xz | Bin 328 -> 328 bytes
07-build_abe-linux/console.log.xz | Bin 8912 -> 9628 bytes
08-build_abe-glibc/console.log.xz | Bin 237412 -> 237928 bytes
09-build_abe-stage2/console.log.xz | Bin 198856 -> 199864 bytes
10-build_abe-gdb/console.log.xz | Bin 37272 -> 37560 bytes
11-build_abe-qemu/console.log.xz | Bin 30816 -> 31004 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 26 +++++++++++++-------------
13 files changed, 21 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gdb/master-arm
in repository toolchain/ci/gdb.
from 965c919f98 gdb/doc: improve description for Window.click on Python TUI windows
adds 2f279a64a2 Fix a proble building the libiberty library with gcc-12.
adds fdf55097a3 bfd/doc: Fix racy build failure from missing mkdir
adds 94fd627d46 bfd: Update doc/local.mk
adds 823f6c5f05 Automatic date update in version.in
adds 9a84a44d5d gas: drop old cygnus install hack
adds 7d9d9c1078 gold: drop old cygnus install hack
adds 042a82e5ee bfd: Regenerate Makefile.in
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 4 ++++
bfd/Makefile.in | 9 +++++----
bfd/doc/local.mk | 8 +++++---
bfd/version.h | 2 +-
gas/Makefile.in | 14 +++++---------
gas/doc/local.mk | 4 ----
gold/Makefile.am | 4 ----
gold/Makefile.in | 24 ++++++++++--------------
libiberty/ChangeLog | 4 ++++
libiberty/regex.c | 4 ++++
10 files changed, 38 insertions(+), 39 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_check_gdb/master-arm
in repository toolchain/ci/linux.
from dd81e1c7d5fb Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm [...]
adds 8b59b0a53c84 ARM: 9170/1: fix panic when kasan and kprobe are enabled
adds 15420269b02a ARM: 9179/1: uaccess: avoid alignment faults in copy_[from [...]
adds 9f80ccda53b9 ARM: 9180/1: Thumb2: align ALT_UP() sections in modules su [...]
adds 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 [...]
No new revisions were added by this update.
Summary of changes:
arch/arm/include/asm/assembler.h | 2 +
arch/arm/include/asm/processor.h | 1 +
arch/arm/include/asm/uaccess.h | 10 ++++-
arch/arm/probes/kprobes/Makefile | 3 ++
fs/btrfs/ioctl.c | 84 +++++++++++++++++++++++++++++++++++-----
5 files changed, 89 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.