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-stable-defconfig
in repository toolchain/ci/linux.
from 42af416d7146 Linux 5.4.81
new 99b5382bffd5 devlink: Hold rtnl lock while reading netdev attributes
new 9414855a1305 ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_init
new a15beea80e72 net/af_iucv: set correct sk_protocol for child sockets
new a6300aedf862 net/tls: missing received data after fast remote close
new f2f25bc79782 net/tls: Protect from calling tls_dev_del for TLS RX twice
new 7f0ddd41e289 rose: Fix Null pointer dereference in rose_send_frame()
new 9a62c8229cff sock: set sk_err to ee_errno on dequeue from errq
new 538008749df2 tcp: Set INET_ECN_xmit configuration in tcp_reinit_congest [...]
new f057c4d226f1 tun: honor IOCB_NOWAIT flag
new beead010654d usbnet: ipheth: fix connectivity with iOS 14
new 6dd37fdc9550 bonding: wait for sysfs kobject destruction before freeing [...]
new 733729d3e0e4 staging/octeon: fix up merge error
new c4405cdf96f4 ima: extend boot_aggregate with kernel measurements
new 294de8933adb sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq list
new 4615228a50f9 netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ [...]
new af0b082e16fb ipv4: Fix tos mask in inet_rtm_getroute()
new 8a1bb298f75f dt-bindings: net: correct interrupt flags in examples
new d126c30eb30d chelsio/chtls: fix panic during unload reload chtls
new 40caea31dd56 ibmvnic: Ensure that SCRQ entry reads are correctly ordered
new 9a3cce1ceee4 ibmvnic: Fix TX completion error handling
new 2b714b607f24 inet_ecn: Fix endianness of checksum update when setting ECT(1)
new a6cd76132872 geneve: pull IP header before ECN decapsulation
new 187a6daf5db4 net: ip6_gre: set dev->hard_header_len when using header_ops
new 8bfe5b73b185 net/x25: prevent a couple of overflows
new dc469f423654 cxgb3: fix error return code in t3_sge_alloc_qset()
new 5405a299b8c1 net: pasemi: fix error return code in pasemi_mac_open()
new 178da08f9b5b vxlan: fix error return code in __vxlan_dev_create()
new 7c3894f695e4 chelsio/chtls: fix a double free in chtls_setkey()
new 892e08e0b4f3 net: mvpp2: Fix error return code in mvpp2_open()
new ba203b92a829 net: skbuff: ensure LSE is pullable before decrementing th [...]
new 1086f789060a net: openvswitch: ensure LSE is pullable before reading it
new 8f92330b0873 net/sched: act_mpls: ensure LSE is pullable before reading it
new 2598dd80b801 net/mlx5: DR, Proper handling of unsupported Connect-X6DX [...]
new 8cd76dacd3dc net/mlx5: Fix wrong address reclaim when command interface [...]
new c38a7023c00a ALSA: usb-audio: US16x08: fix value count for level meters
new dfe5d9a8307e Input: xpad - support Ardwiino Controllers
new 6ad995b851cb Input: i8042 - add ByteSpeed touchpad to noloop table
new 07434172c58b tracing: Remove WARN_ON in start_thread()
new 4460a7c979ee RDMA/i40iw: Address an mmap handler exploit in i40iw
new ec274ecd62f9 Linux 5.4.82
The 40 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:
.../devicetree/bindings/net/can/tcan4x5x.txt | 2 +-
.../devicetree/bindings/net/nfc/nxp-nci.txt | 2 +-
.../devicetree/bindings/net/nfc/pn544.txt | 2 +-
Makefile | 2 +-
drivers/crypto/chelsio/chtls/chtls_cm.c | 1 +
drivers/crypto/chelsio/chtls/chtls_hw.c | 1 +
drivers/infiniband/hw/i40iw/i40iw_main.c | 5 --
drivers/infiniband/hw/i40iw/i40iw_verbs.c | 36 +++----------
drivers/input/joystick/xpad.c | 2 +
drivers/input/serio/i8042-x86ia64io.h | 4 ++
drivers/net/bonding/bond_main.c | 61 +++++++++++++++-------
drivers/net/bonding/bond_sysfs_slave.c | 18 +------
drivers/net/ethernet/chelsio/cxgb3/sge.c | 1 +
drivers/net/ethernet/ibm/ibmvnic.c | 22 ++++++--
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c | 1 +
.../net/ethernet/mellanox/mlx5/core/pagealloc.c | 21 +++++++-
.../ethernet/mellanox/mlx5/core/steering/dr_cmd.c | 1 +
.../mellanox/mlx5/core/steering/dr_domain.c | 5 ++
.../mellanox/mlx5/core/steering/dr_types.h | 1 +
drivers/net/ethernet/pasemi/pasemi_mac.c | 8 ++-
drivers/net/geneve.c | 20 +++++--
drivers/net/tun.c | 14 +++--
drivers/net/usb/ipheth.c | 2 +-
drivers/net/vxlan.c | 4 +-
drivers/staging/octeon/ethernet-tx.c | 2 +-
include/linux/mlx5/mlx5_ifc.h | 9 +++-
include/net/bonding.h | 8 +++
include/net/inet_ecn.h | 2 +-
include/net/tls.h | 6 +++
kernel/sched/fair.c | 36 ++++++++++---
kernel/trace/trace_hwlat.c | 2 +-
net/bridge/br_netfilter_hooks.c | 7 ++-
net/core/devlink.c | 4 ++
net/core/skbuff.c | 5 +-
net/ipv4/route.c | 7 +--
net/ipv4/tcp_cong.c | 5 ++
net/ipv6/addrlabel.c | 26 +++++----
net/ipv6/ip6_gre.c | 16 ++++--
net/iucv/af_iucv.c | 4 +-
net/openvswitch/actions.c | 3 ++
net/rose/rose_loopback.c | 17 ++++--
net/sched/act_mpls.c | 3 ++
net/tls/tls_device.c | 5 +-
net/tls/tls_sw.c | 6 +++
net/x25/af_x25.c | 6 ++-
security/integrity/ima/ima.h | 2 +-
security/integrity/ima/ima_crypto.c | 15 +++++-
sound/usb/mixer_us16x08.c | 2 +-
48 files changed, 303 insertions(+), 131 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-stable-defconfig
in repository toolchain/ci/binutils-gdb.
from 014cc7f849 binutils: Make smart_rename safe too
adds 846141822b Remove references to the unofficial SHF_GNU_BUILD_NOTE secti [...]
adds bc545da73f gdb.base/break-on-linker-gcd-function.exp: Remove unused variable
adds 28e36bf890 Automatic date update in version.in
adds 8439f446a1 [gdb/testsuite] Fix gdb.ada/mi_task_arg.exp for -m32
adds b46551b20c [gdb/testsuite] Simplify gdb.arch/amd64-gs_base.exp
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
binutils/ChangeLog | 5 ++++
binutils/objcopy.c | 6 +----
gdb/testsuite/ChangeLog | 15 ++++++++++++
gdb/testsuite/gdb.ada/mi_task_arg.exp | 6 +++--
gdb/testsuite/gdb.arch/amd64-gs_base.exp | 28 ++--------------------
.../gdb.base/break-on-linker-gcd-function.exp | 1 -
include/ChangeLog | 4 ++++
include/elf/common.h | 1 -
9 files changed, 32 insertions(+), 36 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-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 653eac72 2: update: linux-42af416d71462a72b02ba6ac632c8dcb9ce729a0: 5678
new 94c8ffce 2: update: binutils-gcc-linux: 5678
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 (653eac72)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 215 +-
02-prepare_abe/console.log | 436 +-
03-build_abe-binutils/console.log | 11439 +++++-----
04-build_abe-stage1/console.log | 19965 +++++++++---------
05-build_linux/console.log | 1023 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 20 +-
08-update_baseline/console.log | 158 +-
08-update_baseline/results.regressions | 20 +-
console.log | 33486 +++++++++++++++---------------
jenkins/manifest.sh | 18 +-
11 files changed, 33962 insertions(+), 32830 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.
unknown user pushed a change to branch master
in repository gcc.
from 5b17c3c6053 contrib: filter more in filter-clang-warnings.py
new 3a008b1d124 testsuite/95900 - fix gcc.dg/vect/bb-slp-pr95866.c target r [...]
new 1746681c3c1 tree-optimization/98192 - fix double free in SLP
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:
gcc/testsuite/gcc.dg/vect/bb-slp-pr95866.c | 2 +-
gcc/tree-vect-slp.c | 2 +-
2 files changed, 2 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_kernel/gnu-master-aarch64-mainline-allyesconfig
in repository toolchain/ci/linux.
from 0477e9288185 Linux 5.10-rc7
adds bcee52789588 tracing: Fix userstacktrace option for instances
adds cd796ed33450 Merge tag 'trace-v5.10-rc7' of git://git.kernel.org/pub/sc [...]
No new revisions were added by this update.
Summary of changes:
kernel/trace/trace.c | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 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 80aea796 4: update: binutils-gcc-linux: 19199
new 90c94c4d 4: update: binutils-gcc-linux: 19199
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 (80aea796)
\
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 | 299 +-
02-prepare_abe/console.log | 430 +-
03-build_abe-binutils/console.log | 12087 +++++-----
04-build_abe-stage1/console.log | 16008 +++++++------
05-build_linux/console.log | 9538 ++++----
07-check_regression/console.log | 4 +-
07-check_regression/results.regressions | 20 +-
08-update_baseline/console.log | 16 +-
08-update_baseline/results.regressions | 20 +-
console.log | 38382 +++++++++++++++---------------
jenkins/manifest.sh | 16 +-
11 files changed, 38388 insertions(+), 38432 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.
unknown user pushed a change to branch releases/gcc-10
in repository gcc.
from 61382972d00 Fix PR target/96470
new 725179f3e40 arm: Fix unwanted fall-throughs in arm.c
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/config/arm/arm.c | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.