This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from c094c232eb Avoid -Wuse-after-free in tests [BZ #26779].
new 604814121d hurd: Add posix_spawnattr_tc{get,set}pgrp_np on libc.abilist
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:
sysdeps/mach/hurd/i386/libc.abilist | 2 ++
1 file changed, 2 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.
unknown user pushed a change to branch master
in repository gcc.
from 866d73019bd dwarf2out: For ppc64le IEEE quad long double, emit DW_TAG_t [...]
new 9bf21792045 c++: vector compound literal [PR104206]
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/cp/semantics.cc | 5 +++--
1 file changed, 3 insertions(+), 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_native_check_gdb/master-arm
in repository toolchain/ci/linux.
from 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/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 +-
39 files changed, 635 insertions(+), 211 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/base-artifacts.
discards 3f8330467 0: update: binutils-gcc-linux-glibc-gdb: 1
new da3c0e2cf 0: update: binutils-gcc-linux-glibc-gdb: 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 (3f8330467)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_gdb/mas [...]
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 1560 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2792 bytes
03-build_abe-binutils/console.log.xz | Bin 53160 -> 54188 bytes
04-build_abe-gcc/console.log.xz | Bin 236304 -> 237892 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 8912 -> 9556 bytes
07-build_abe-glibc/console.log.xz | Bin 229400 -> 230132 bytes
08-build_abe-gdb/console.log.xz | Bin 46772 -> 47580 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3812 -> 3812 bytes
10-build_abe-check_gdb/console.log.xz | Bin 2136 -> 2980 bytes
11-check_regression/console.log.xz | Bin 4072 -> 4084 bytes
11-check_regression/extra-bisect-params | 2 +-
11-check_regression/fails.sum | 13 +-
11-check_regression/results.compare | 36 +-
11-check_regression/results.compare2 | 166 +-
11-check_regression/results.regressions | 36 +-
12-update_baseline/console.log | 556 ++--
12-update_baseline/extra-bisect-params | 2 +-
12-update_baseline/fails.sum | 13 +-
12-update_baseline/results.compare | 36 +-
12-update_baseline/results.compare2 | 166 +-
12-update_baseline/results.regressions | 36 +-
jenkins/manifest.sh | 26 +-
sumfiles/gdb.log.xz | Bin 1562960 -> 1565528 bytes
sumfiles/gdb.sum | 4555 ++++++++++++++++---------------
25 files changed, 2782 insertions(+), 2861 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.