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-release-aarch64-stable-defconfig
in repository toolchain/ci/linux.
from a4bea6a4f1e0 Linux 5.4.67
new a769bff2333a af_key: pfkey_dump needs parameter validation
new c5ea71579254 ibmvnic fix NULL tx_pools and rx_tools issue at do_reset
new 2906c6acda15 ibmvnic: add missing parenthesis in do_reset()
new e7b219bc7b59 kprobes: fix kill kprobe which has been marked as gone
new 263445256cd8 mm/thp: fix __split_huge_pmd_locked() for migration PMD
new 61fd38db76ad act_ife: load meta modules before tcf_idr_check_alloc()
new c7275d7a11ab bnxt_en: Avoid sending firmware messages when AER error is [...]
new 6743a9b020fd bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()
new 2583159735e4 cxgb4: fix memory leak during module unload
new 79cd5858ac05 cxgb4: Fix offset when clearing filter byte counters
new 745c24fd1d79 geneve: add transport ports in route lookup for geneve
new c3de9daa6626 hdlc_ppp: add range checks in ppp_cp_parse_cr()
new f28bc7ea6978 ip: fix tos reflection in ack and reset packets
new 583ff79349f9 ipv4: Initialize flowi4_multipath_hash in data path
new 860e2cc78c69 ipv4: Update exception handling for multipath routes via s [...]
new d0b05f019f84 ipv6: avoid lockdep issue in fib6_del()
new 450c0c00a5b0 net: bridge: br_vlan_get_pvid_rcu() should dereference the [...]
new 9139f13e01a3 net: DCB: Validate DCB_ATTR_DCB_BUFFER argument
new acd04a157b33 net: dsa: rtl8366: Properly clear member config
new d3c2188ee6e6 net: Fix bridge enslavement failure
new 242e12aecdd3 net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMAC
new 891828a79bbc net/mlx5: Fix FTE cleanup
new 884414196692 net: sch_generic: aviod concurrent reset and enqueue op fo [...]
new 875f6478655b net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant
new f705d35a0e93 nfp: use correct define to return NONE fec
new 83bd58952b2b taprio: Fix allowing too small intervals
new 586b14ec481c tipc: Fix memory leak in tipc_group_create_member()
new 5efc178ebd12 tipc: fix shutdown() of connection oriented socket
new 825fc3167cf5 tipc: use skb_unshare() instead in tipc_buf_append()
new 5b609d8e5beb net/mlx5e: Enable adding peer miss rules only if merged es [...]
new 1ee92ea9a1fb net/mlx5e: TLS, Do not expose FPGA TLS counter if not supported
new e238cb110123 bnxt_en: return proper error codes in bnxt_show_temp
new 743fead4d958 bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam() [...]
new 19dd093aa5b4 net: lantiq: Wake TX queue again
new 9efed2a32a86 net: lantiq: use netif_tx_napi_add() for TX NAPI
new 4c304ed93ad3 net: lantiq: Use napi_complete_done()
new 8b6279822080 net: lantiq: Disable IRQs only if NAPI gets scheduled
new 94f2dc7ad055 net: phy: Avoid NPD upon phy_detach() when driver is unbound
new e78590497f96 net: phy: Do not warn in phy_stop() on PHY_DOWN
new 0d5a7af160bd net: qrtr: check skb_put_padto() return value
new 7f23aa7cabdd net: add __must_check to skb_put_padto()
new a5bc1c7a9a6d mm: memcg: fix memcg reclaim soft lockup
new 071f42defada iommu/amd: Use cmpxchg_double() when updating 128-bit IRTE
new 5d087e3578cf Linux 5.4.68
The 44 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 | 2 +-
drivers/iommu/Kconfig | 2 +-
drivers/iommu/amd_iommu.c | 17 +++++--
drivers/iommu/amd_iommu_init.c | 21 ++++++++-
drivers/net/dsa/rtl8366.c | 20 ++++++---
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 32 ++++++++-----
drivers/net/ethernet/broadcom/bnxt/bnxt.h | 4 ++
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 31 ++++++++-----
drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c | 9 ++--
drivers/net/ethernet/chelsio/cxgb4/cxgb4_mps.c | 2 +-
drivers/net/ethernet/ibm/ibmvnic.c | 21 +++++++--
drivers/net/ethernet/lantiq_xrx200.c | 21 +++++----
.../mellanox/mlx5/core/en_accel/tls_stats.c | 12 +++--
.../ethernet/mellanox/mlx5/core/eswitch_offloads.c | 52 ++++++++++++----------
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 8 ++--
.../net/ethernet/netronome/nfp/nfp_net_ethtool.c | 4 +-
drivers/net/geneve.c | 37 ++++++++++-----
drivers/net/phy/phy.c | 2 +-
drivers/net/phy/phy_device.c | 3 +-
drivers/net/wan/hdlc_ppp.c | 16 ++++---
include/linux/skbuff.h | 7 +--
include/net/flow.h | 1 +
include/net/sctp/structs.h | 8 ++--
kernel/kprobes.c | 9 +++-
mm/huge_memory.c | 40 ++++++++++-------
mm/vmscan.c | 8 ++++
net/bridge/br_vlan.c | 27 ++++++-----
net/core/dev.c | 2 +-
net/core/filter.c | 1 +
net/dcb/dcbnl.c | 8 ++++
net/ipv4/fib_frontend.c | 1 +
net/ipv4/ip_output.c | 3 +-
net/ipv4/route.c | 14 +++---
net/ipv6/Kconfig | 1 +
net/ipv6/ip6_fib.c | 13 ++++--
net/key/af_key.c | 7 +++
net/qrtr/qrtr.c | 20 +++++----
net/sched/act_ife.c | 44 +++++++++++++-----
net/sched/sch_generic.c | 49 +++++++++++++-------
net/sched/sch_taprio.c | 28 +++++++-----
net/sctp/socket.c | 9 ++--
net/tipc/group.c | 14 ++++--
net/tipc/msg.c | 3 +-
net/tipc/socket.c | 5 +--
44 files changed, 428 insertions(+), 210 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-release-aarch64-stable-defconfig
in repository toolchain/ci/gcc.
from 4fb606b5037 Implement __rndr, __rndrrs intrinsics
adds f9b2251d584 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 20 ++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
3 files changed, 26 insertions(+), 1 deletion(-)
--
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-release-aarch64-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards ed8d6c46f 0: update: binutils-gcc-linux: boot
new 4aa5e84dc 0: update: binutils-gcc-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 (ed8d6c46f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 | 148 +-
02-prepare_abe/console.log | 430 +-
03-build_abe-binutils/console.log | 11580 +++++++------
04-build_abe-stage1/console.log | 12695 ++++++++-------
05-build_linux/console.log | 622 +-
06-boot_linux/console.log | 438 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 18 +-
08-update_baseline/results.regressions | 2 +-
console.log | 25943 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 25914 insertions(+), 25988 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-release-arm-lts-allmodconfig
in repository toolchain/ci/linux.
from d09b80172c22 Linux 4.19.147
new b59a23d59680 af_key: pfkey_dump needs parameter validation
new 19184bd06f48 KVM: fix memory leak in kvm_io_bus_unregister_dev()
new d44a43782611 kprobes: fix kill kprobe which has been marked as gone
new ec56646e3b2a mm/thp: fix __split_huge_pmd_locked() for migration PMD
new 35145dab2074 cxgb4: Fix offset when clearing filter byte counters
new c797110d97c4 geneve: add transport ports in route lookup for geneve
new 45676c0bc28e hdlc_ppp: add range checks in ppp_cp_parse_cr()
new 2fc322bf6759 ip: fix tos reflection in ack and reset packets
new f2e5359dd3bf ipv6: avoid lockdep issue in fib6_del()
new d0c2f72526c6 net: DCB: Validate DCB_ATTR_DCB_BUFFER argument
new 76fde30cf12c net: dsa: rtl8366: Properly clear member config
new fe916542565b net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMAC
new 749cc0b0c7f3 net: sch_generic: aviod concurrent reset and enqueue op fo [...]
new d4c5a31a6336 nfp: use correct define to return NONE fec
new d82e08de23e3 tipc: Fix memory leak in tipc_group_create_member()
new 0183a74c9158 tipc: fix shutdown() of connection oriented socket
new b15fcca8eff9 tipc: use skb_unshare() instead in tipc_buf_append()
new 1627f9325dbe bnxt_en: return proper error codes in bnxt_show_temp
new ee0491c2906a bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam() [...]
new e9ee8b696d11 net: phy: Avoid NPD upon phy_detach() when driver is unbound
new 771443a2ffe1 net: qrtr: check skb_put_padto() return value
new f424617e01dc net: add __must_check to skb_put_padto()
new 98776a365da5 ipv4: Update exception handling for multipath routes via s [...]
new e711de542260 MAINTAINERS: add CLANG/LLVM BUILD SUPPORT info
new 31030d63d5b6 kbuild: add OBJSIZE variable for the size tool
new 948f0c02039b Documentation/llvm: add documentation on building w/ Clang/LLVM
new 98aeb8d9716f Documentation/llvm: fix the name of llvm-size
new fb181ac6fe19 net: wan: wanxl: use allow to pass CROSS_COMPILE_M68k for [...]
new a1c015990071 net: wan: wanxl: use $(M68KCC) instead of $(M68KAS) for re [...]
new 621150689b09 x86/boot: kbuild: allow readelf executable to be specified
new 0fbcb1294d3b kbuild: remove AS variable
new 459c7a844fcb kbuild: replace AS=clang with LLVM_IAS=1
new 7aaf09fd5c63 kbuild: support LLVM=1 to switch the default tools to Clang/LLVM
new 1aa7a9e5eebc mm: memcg: fix memcg reclaim soft lockup
new a56eb38acc70 tcp_bbr: refactor bbr_target_cwnd() for general inflight p [...]
new 610058f519b5 tcp_bbr: adapt cwnd based on ack aggregation estimation
new 8b4846ac1af4 serial: 8250: Avoid error message on reprobe
new 10ad6cfd5736 Linux 4.19.148
The 38 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:
Documentation/kbuild/llvm.rst | 87 ++++++++++
MAINTAINERS | 9 ++
Makefile | 38 +++--
arch/x86/boot/compressed/Makefile | 2 +-
drivers/net/dsa/rtl8366.c | 20 ++-
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 19 ++-
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 31 ++--
drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c | 9 +-
.../net/ethernet/netronome/nfp/nfp_net_ethtool.c | 4 +-
drivers/net/geneve.c | 37 +++--
drivers/net/phy/phy_device.c | 3 +-
drivers/net/wan/Kconfig | 2 +-
drivers/net/wan/Makefile | 12 +-
drivers/net/wan/hdlc_ppp.c | 16 +-
drivers/tty/serial/8250/8250_core.c | 11 +-
include/linux/skbuff.h | 7 +-
include/net/inet_connection_sock.h | 4 +-
kernel/kprobes.c | 9 +-
mm/huge_memory.c | 40 +++--
mm/vmscan.c | 8 +
net/dcb/dcbnl.c | 8 +
net/ipv4/ip_output.c | 3 +-
net/ipv4/route.c | 13 +-
net/ipv4/tcp_bbr.c | 180 ++++++++++++++++++---
net/ipv6/Kconfig | 1 +
net/ipv6/ip6_fib.c | 13 +-
net/key/af_key.c | 7 +
net/qrtr/qrtr.c | 20 +--
net/sched/sch_generic.c | 49 ++++--
net/tipc/group.c | 14 +-
net/tipc/msg.c | 3 +-
net/tipc/socket.c | 5 +-
tools/objtool/Makefile | 6 +
virt/kvm/kvm_main.c | 21 +--
34 files changed, 550 insertions(+), 161 deletions(-)
create mode 100644 Documentation/kbuild/llvm.rst
--
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-release-arm-lts-allmodconfig
in repository toolchain/ci/gcc.
from 4fb606b5037 Implement __rndr, __rndrrs intrinsics
adds f9b2251d584 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 20 ++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
3 files changed, 26 insertions(+), 1 deletion(-)
--
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-release-arm-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards e10f0521a 0: update: binutils-gcc-linux: all
new 74d075806 0: update: binutils-gcc-linux: all
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 (e10f0521a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 | 148 +-
02-prepare_abe/console.log | 6 +-
03-build_abe-binutils/console.log | 11126 +++++------
04-build_abe-stage1/console.log | 17496 +++++++++---------
05-build_linux/console.log | 784 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 29558 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 29532 insertions(+), 29608 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.
discards dc0a51261 0: update: binutils-gcc-linux: all
new fa68d3692 0: update: binutils-gcc-linux: all
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 (dc0a51261)
\
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 | 48 +-
02-prepare_abe/console.log | 436 +-
03-build_abe-binutils/console.log | 12060 +++++-----
04-build_abe-stage1/console.log | 16022 +++++++------
05-build_linux/console.log | 9388 ++++----
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
07-check_regression/results.regressions | 3 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 3 +-
console.log | 37966 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 37966 insertions(+), 37984 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.