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-arm-mainline-allyesconfig
in repository toolchain/ci/linux.
from c85fb28b6f99 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
new f3c64eda3e50 mm: avoid early COW write protect games during fork()
new ec0fa0b65914 afs: Fix deadlock between writeback and truncate
new 5a0677110b73 arm/arm64: xen: Fix to convert percpu address to gfn correctly
new 86f0a5fb1b98 Merge tag 'for-linus-5.9b-rc9-tag' of git://git.kernel.org [...]
new d6c9efd92443 exfat: fix pointer error checking
new 8ff006e57ad3 exfat: fix use of uninitialized spinlock on error path
new b9e3aa2a9bd4 Merge tag 'exfat-for-5.9-rc9' of git://git.kernel.org/pub/ [...]
adds c3e0276c31ca drm/nouveau/device: return error for unknown chipsets
adds d10285a25e29 drm/nouveau/mem: guard against NULL pointer access in mem_del
new 3d006ee42dde Merge tag 'drm-fixes-2020-10-08' of git://anongit.freedesk [...]
adds 082bb94fe18e net: qrtr: ns: Fix the incorrect usage of rcu_read_lock()
adds 601e984f23ab net: mscc: ocelot: divide watermark value by 60 when writi [...]
adds 013264936654 net: mscc: ocelot: warn when encoding an out-of-bounds wat [...]
adds c88c5ed75fab Merge branch 'Fix-tail-dropping-watermarks-for-Ocelot-switches'
adds 017512a07e15 mptcp: more DATA FIN fixes
adds f45a4248ea4c net: usb: rtl8150: set random MAC address when set_etherne [...]
adds 86bccd036713 tcp: fix receive window update in tcp_add_backlog()
adds 56305118e05b rxrpc: Fix rxkad token xdr encoding
adds 9a059cd5ca7d rxrpc: Downgrade the BUG() for unsupported token type in r [...]
adds fa1d113a0f96 rxrpc: Fix some missing _bh annotations on locking conn->s [...]
adds 2d914c1bf079 rxrpc: Fix accept on a connection that need securing
adds fea99111244b rxrpc: The server keyring isn't network-namespaced
adds 38b1dc47a35b rxrpc: Fix server keyring leak
adds d91dc434f2ba Merge tag 'rxrpc-fixes-20201005' of git://git.kernel.org/p [...]
new b6c02ef54913 bridge: Netlink interface fix.
adds d82a532a6115 bpf: Fix "unresolved symbol" build error with resolve_btfids
new 5b9fbeb75b6a bpf: Fix scalar32_min_max_or bounds tracking
new cfe90f4980ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
new 3dc289f8f139 net: wireless: nl80211: fix out-of-bounds access in nl8021 [...]
new a9e54cb3d5eb Merge tag 'mac80211-for-net-2020-10-08' of git://git.kerne [...]
new d42ee76ecb6c sctp: fix sctp_auth_init_hmacs() error path
new 8aa7b526dc0b openvswitch: handle DNAT tuple collision
new 47dda78671a3 r8169: consider that PHY reset may still be in progress af [...]
new c7cc9200e9b4 macsec: avoid use-after-free in macsec_handle_frame()
new 28802e7c0c99 net: usb: qmi_wwan: add Cellient MPL200 card
new 6288c1d8024e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
adds 37787e9f81e2 vhost vdpa: fix vhost_vdpa_open error handling
adds 0210a8db2aec vhost: Don't call access_ok() when using IOTLB
adds 71878fa46c7e vhost: Use vhost_get_used_size() in vhost_vring_set_addr()
adds ab5122510b0a vhost: Don't call log_access_ok() when using IOTLB
adds 1477c8aebb94 vhost-vdpa: fix vhost_vdpa_map() on error condition
adds 7ed9e3d97c32 vhost-vdpa: fix page pinning leakage in error path
new 3176e974a750 vdpa/mlx5: should keep avail_index despite device status
new aff90770e54c vdpa/mlx5: Fix dependency on MLX5_CORE
new 3fdd47c3b40a Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...]
The 22 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:
arch/arm/xen/enlighten.c | 2 +-
drivers/gpu/drm/nouveau/nouveau_mem.c | 2 +
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c | 1 +
drivers/net/dsa/ocelot/felix_vsc9959.c | 2 +
drivers/net/dsa/ocelot/seville_vsc9953.c | 2 +
drivers/net/ethernet/mscc/ocelot.c | 12 +-
drivers/net/ethernet/mscc/ocelot_vsc7514.c | 2 +
drivers/net/ethernet/realtek/r8169_main.c | 7 +
drivers/net/macsec.c | 4 +-
drivers/net/usb/qmi_wwan.c | 1 +
drivers/net/usb/rtl8150.c | 16 +-
drivers/vdpa/Kconfig | 7 +-
drivers/vdpa/mlx5/net/mlx5_vnet.c | 20 +-
drivers/vhost/vdpa.c | 123 ++++++----
drivers/vhost/vhost.c | 33 ++-
fs/afs/inode.c | 47 +++-
fs/afs/internal.h | 1 +
fs/afs/write.c | 11 +
fs/exfat/cache.c | 11 -
fs/exfat/exfat_fs.h | 3 +-
fs/exfat/inode.c | 2 -
fs/exfat/namei.c | 13 +-
fs/exfat/super.c | 5 +-
include/uapi/linux/rxrpc.h | 2 +-
include/xen/arm/page.h | 3 +
kernel/bpf/verifier.c | 8 +-
mm/memory.c | 41 +---
net/bridge/br_netlink.c | 26 +--
net/core/filter.c | 6 +
net/ipv4/tcp_ipv4.c | 6 +-
net/mptcp/options.c | 10 +-
net/mptcp/subflow.c | 2 +-
net/openvswitch/conntrack.c | 22 +-
net/qrtr/ns.c | 76 ++++++-
net/rxrpc/ar-internal.h | 7 +-
net/rxrpc/call_accept.c | 263 ++++------------------
net/rxrpc/call_object.c | 5 +-
net/rxrpc/conn_event.c | 8 +-
net/rxrpc/key.c | 20 +-
net/rxrpc/recvmsg.c | 36 +--
net/rxrpc/sendmsg.c | 15 +-
net/sctp/auth.c | 1 +
net/wireless/nl80211.c | 3 +
43 files changed, 400 insertions(+), 487 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-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 64ae2d37e 2: update: binutils-gcc-linux: 19029
new fd1634e68 2: update: binutils-gcc-linux: 19029
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 (64ae2d37e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 231 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 11702 ++++----
04-build_abe-stage1/console.log | 20505 +++++++-------
05-build_linux/console.log | 9678 +++----
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 20 +-
08-update_baseline/console.log | 32 +-
08-update_baseline/results.regressions | 20 +-
console.log | 42578 +++++++++++++++---------------
jenkins/manifest.sh | 16 +-
11 files changed, 42606 insertions(+), 42606 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-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards e3e4db6b2 0: update: llvm-linux: boot
new da169438b 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 (e3e4db6b2)
\
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 | 94 +-
02-build_llvm/console.log | 12622 +++++++++++++++++------------------
03-build_linux/console.log | 728 +--
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 13452 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13456 insertions(+), 13456 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/gnu-master-arm-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 37e532e1e 2: update: gcc-f5431aeaf5551995e1ec4455e33545bbc1170a1b: 0
discards 162ea1ecd 1: reset: gcc-bf510679bb3f9bfd6019666065016bb26a5b5466: 0
discards b9dcbff79 0: update: gcc-679dbc9dcec0d1240951442947199ba155f494b6: 1
new 1c70af582 0: update: gcc-1c56c143b2011080d8a4516f37f78f647b0ee258: 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 (37e532e1e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-boots [...]
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 | 192 +-
02-prepare_abe/console.log | 402 +-
04-build_abe-bootstrap_O3/console.log | 57237 ++++++++++++++++++++++++------
05-check_regression/console.log | 14 +-
06-update_baseline/console.log | 97 +-
06-update_baseline/results.regressions | 11 -
console.log | 57942 +++++++++++++++++++++++++------
jenkins/manifest.sh | 8 +-
results | 2 +
9 files changed, 92900 insertions(+), 23005 deletions(-)
delete mode 100644 06-update_baseline/results.regressions
--
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_cross/gnu-release-aarch64-build_cross
in repository toolchain/ci/base-artifacts.
discards 4a91c3e83 0: update: binutils-gcc-glibc-qemu: 6
new cfc8c0a62 0: update: binutils-gcc-glibc-qemu: 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 (4a91c3e83)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_cross/gnu-release-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 | 239 +-
02-prepare_abe/console.log | 340 +-
04-build_abe-binutils/console.log | 11425 ++--
05-build_abe-stage1/console.log | 13471 ++---
06-build_abe-linux/console.log | 304 +-
07-build_abe-glibc/console.log | 39541 +++++++------
08-build_abe-stage2/console.log | 40425 ++++++-------
09-build_abe-qemu/console.log | 2272 +-
10-check_regression/console.log | 16 +-
11-update_baseline/console.log | 16 +-
console.log | 108283 ++++++++++++++++++-----------------
jenkins/manifest.sh | 10 +-
12 files changed, 108196 insertions(+), 108146 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.