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-lts-allnoconfig
in repository toolchain/ci/linux.
from 6bf8fde62a2c Merge v5.10.18
adds 3320bae8c115 bpf: Fix truncation handling for mod32 dst reg wrt zero
adds 77344e18cf84 HID: make arrays usage and value to be the same
adds 225d207da2e1 RDMA: Lift ibdev_to_node from rds to common code
adds 95c0528c11b2 nvme-rdma: Use ibdev_to_node instead of dereferencing ->dm [...]
adds f8921ed4d330 USB: quirks: sort quirk entries
adds 92c8c930caa0 usb: quirks: add quirk to start video capture on ELMO L-12 [...]
adds 3e81e1db8b50 ceph: downgrade warning from mdsmap decode to debug
adds 9f04a05fa1ed ntfs: check for valid standard information attribute
adds d63699364fa3 Bluetooth: btusb: Some Qualcomm Bluetooth adapters stop working
adds 956690f5c607 arm64: tegra: Add power-domain for Tegra210 HDA
adds 729fbb8cb276 hwmon: (dell-smm) Add XPS 15 L502X to fan control blacklist
adds d2cbae37c3d8 KVM: x86: Zap the oldest MMU pages, not the newest
adds f8d8fb7ae86c mm: unexport follow_pte_pmd
adds 6d9c9ec0d859 mm: simplify follow_pte{,pmd}
adds 83d42c25868d KVM: do not assume PTE is writable after follow_pfn
adds a42150f1c965 mm: provide a saner PTE walking API for modules
adds 3320aa64c322 KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_re [...]
adds 1f683fd2c21f drm/xlnx: fix kmemleak by sending vblank_event in atomic_disable
adds b7e51e5ecf39 NET: usb: qmi_wwan: Adding support for Cinterion MV31
adds ec6504c8a1fc cxgb4: Add new T6 PCI device id 0x6092
adds b8b65310e4b9 cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_ [...]
adds 6ca89ac39e48 kbuild: fix CONFIG_TRIM_UNUSED_KSYMS build for ppc64
adds 983f361bde5e scripts/recordmcount.pl: support big endian for ARCH sh
adds 7b43ec8a0cc6 Linux 5.10.19
adds 3ac8f76124de Merge v5.10.19
No new revisions were added by this update.
Summary of changes:
Makefile | 4 +-
arch/arm64/boot/dts/nvidia/tegra210.dtsi | 1 +
arch/x86/kvm/mmu/mmu.c | 2 +-
drivers/bluetooth/btusb.c | 7 +++
drivers/gpu/drm/xlnx/zynqmp_disp.c | 15 +++---
drivers/hid/hid-core.c | 6 +--
drivers/hwmon/dell-smm-hwmon.c | 7 +++
drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h | 1 +
drivers/net/usb/qmi_wwan.c | 1 +
drivers/nvme/host/rdma.c | 2 +-
drivers/usb/core/quirks.c | 9 ++--
fs/ceph/mdsmap.c | 4 +-
fs/cifs/connect.c | 1 +
fs/dax.c | 10 ++--
fs/ntfs/inode.c | 6 +++
include/linux/mm.h | 8 +--
include/rdma/ib_verbs.h | 13 +++++
kernel/bpf/verifier.c | 10 ++--
mm/memory.c | 57 ++++++++++++----------
net/rds/ib.h | 7 ---
scripts/gen_autoksyms.sh | 3 ++
scripts/recordmcount.pl | 6 ++-
virt/kvm/kvm_main.c | 17 +++++--
23 files changed, 127 insertions(+), 70 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-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 23f59323 0: update: binutils-gcc-linux-qemu: all
new 799979e6 0: update: binutils-gcc-linux-qemu: 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 (23f59323)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 166 +-
02-prepare_abe/console.log | 422 +-
03-build_abe-binutils/console.log | 11869 +++++----
04-build_abe-stage1/console.log | 19151 ++++++++-------
05-build_linux/console.log | 824 +-
06-build_abe-qemu/console.log | 6855 +++---
07-boot_linux/console.log | 2 +-
08-check_regression/console.log | 8 +-
08-check_regression/results.regressions | 2 +-
09-update_baseline/console.log | 2 +-
09-update_baseline/results.regressions | 2 +-
console.log | 39485 +++++++++++++++---------------
jenkins/manifest.sh | 22 +-
13 files changed, 39342 insertions(+), 39468 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 7e008a8ba4a Daily bump.
new bf49d83570d c++: Fix class NTTP constness handling [PR98810]
new d4551305535 cgraph: flatten and same_body aliases [PR96078]
new 371c7a82833 c++: C++17 and decltype of multi-operator expression [PR95675]
new a588c87ba30 c++: Normalization and deduction guide rewriting [PR96199]
The 4 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/cgraph.h | 14 +++++++++++++
gcc/cgraphunit.c | 7 +++++--
gcc/cp/call.c | 8 ++++++++
gcc/cp/constraint.cc | 2 ++
gcc/cp/cp-tree.h | 18 +++++++++++++++++
gcc/cp/pt.c | 23 +++++++++++++++++-----
.../{udlit-nosuffix-neg.C => decltype-call5.C} | 8 +++++---
gcc/testsuite/g++.dg/cpp0x/decltype-call6.C | 12 +++++++++++
gcc/testsuite/g++.dg/cpp2a/nontype-class-defarg1.C | 6 ++++++
gcc/testsuite/g++.dg/ext/attr-flatten1.C | 9 +++++++++
10 files changed, 97 insertions(+), 10 deletions(-)
copy gcc/testsuite/g++.dg/cpp0x/{udlit-nosuffix-neg.C => decltype-call5.C} (50%)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype-call6.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class-defarg1.C
create mode 100644 gcc/testsuite/g++.dg/ext/attr-flatten1.C
--
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-lts-allyesconfig
in repository toolchain/ci/linux.
from 6bf8fde62a2c Merge v5.10.18
adds 3320bae8c115 bpf: Fix truncation handling for mod32 dst reg wrt zero
adds 77344e18cf84 HID: make arrays usage and value to be the same
adds 225d207da2e1 RDMA: Lift ibdev_to_node from rds to common code
adds 95c0528c11b2 nvme-rdma: Use ibdev_to_node instead of dereferencing ->dm [...]
adds f8921ed4d330 USB: quirks: sort quirk entries
adds 92c8c930caa0 usb: quirks: add quirk to start video capture on ELMO L-12 [...]
adds 3e81e1db8b50 ceph: downgrade warning from mdsmap decode to debug
adds 9f04a05fa1ed ntfs: check for valid standard information attribute
adds d63699364fa3 Bluetooth: btusb: Some Qualcomm Bluetooth adapters stop working
adds 956690f5c607 arm64: tegra: Add power-domain for Tegra210 HDA
adds 729fbb8cb276 hwmon: (dell-smm) Add XPS 15 L502X to fan control blacklist
adds d2cbae37c3d8 KVM: x86: Zap the oldest MMU pages, not the newest
adds f8d8fb7ae86c mm: unexport follow_pte_pmd
adds 6d9c9ec0d859 mm: simplify follow_pte{,pmd}
adds 83d42c25868d KVM: do not assume PTE is writable after follow_pfn
adds a42150f1c965 mm: provide a saner PTE walking API for modules
adds 3320aa64c322 KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_re [...]
adds 1f683fd2c21f drm/xlnx: fix kmemleak by sending vblank_event in atomic_disable
adds b7e51e5ecf39 NET: usb: qmi_wwan: Adding support for Cinterion MV31
adds ec6504c8a1fc cxgb4: Add new T6 PCI device id 0x6092
adds b8b65310e4b9 cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_ [...]
adds 6ca89ac39e48 kbuild: fix CONFIG_TRIM_UNUSED_KSYMS build for ppc64
adds 983f361bde5e scripts/recordmcount.pl: support big endian for ARCH sh
adds 7b43ec8a0cc6 Linux 5.10.19
adds 3ac8f76124de Merge v5.10.19
No new revisions were added by this update.
Summary of changes:
Makefile | 4 +-
arch/arm64/boot/dts/nvidia/tegra210.dtsi | 1 +
arch/x86/kvm/mmu/mmu.c | 2 +-
drivers/bluetooth/btusb.c | 7 +++
drivers/gpu/drm/xlnx/zynqmp_disp.c | 15 +++---
drivers/hid/hid-core.c | 6 +--
drivers/hwmon/dell-smm-hwmon.c | 7 +++
drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h | 1 +
drivers/net/usb/qmi_wwan.c | 1 +
drivers/nvme/host/rdma.c | 2 +-
drivers/usb/core/quirks.c | 9 ++--
fs/ceph/mdsmap.c | 4 +-
fs/cifs/connect.c | 1 +
fs/dax.c | 10 ++--
fs/ntfs/inode.c | 6 +++
include/linux/mm.h | 8 +--
include/rdma/ib_verbs.h | 13 +++++
kernel/bpf/verifier.c | 10 ++--
mm/memory.c | 57 ++++++++++++----------
net/rds/ib.h | 7 ---
scripts/gen_autoksyms.sh | 3 ++
scripts/recordmcount.pl | 6 ++-
virt/kvm/kvm_main.c | 17 +++++--
23 files changed, 127 insertions(+), 70 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-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 881ae25c 0: update: binutils-llvm-linux-qemu: all
new 721d8a36 0: update: binutils-llvm-linux-qemu: 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 (881ae25c)
\
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 | 122 +-
02-prepare_abe/console.log | 410 +-
03-build_abe-binutils/console.log | 11961 +++++++-------
04-build_llvm/console.log | 13169 +++++++--------
05-build_linux/console.log | 822 +-
06-build_abe-qemu/console.log | 4567 +++---
07-boot_linux/console.log | 6 +-
08-check_regression/console.log | 18 +-
09-update_baseline/console.log | 12 +-
console.log | 31087 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
11 files changed, 31095 insertions(+), 31089 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-master-arm-stable-allyesconfig
in repository toolchain/ci/linux.
from e0eb2d8775af Merge v5.10.18
adds 3320bae8c115 bpf: Fix truncation handling for mod32 dst reg wrt zero
adds 77344e18cf84 HID: make arrays usage and value to be the same
adds 225d207da2e1 RDMA: Lift ibdev_to_node from rds to common code
adds 95c0528c11b2 nvme-rdma: Use ibdev_to_node instead of dereferencing ->dm [...]
adds f8921ed4d330 USB: quirks: sort quirk entries
adds 92c8c930caa0 usb: quirks: add quirk to start video capture on ELMO L-12 [...]
adds 3e81e1db8b50 ceph: downgrade warning from mdsmap decode to debug
adds 9f04a05fa1ed ntfs: check for valid standard information attribute
adds d63699364fa3 Bluetooth: btusb: Some Qualcomm Bluetooth adapters stop working
adds 956690f5c607 arm64: tegra: Add power-domain for Tegra210 HDA
adds 729fbb8cb276 hwmon: (dell-smm) Add XPS 15 L502X to fan control blacklist
adds d2cbae37c3d8 KVM: x86: Zap the oldest MMU pages, not the newest
adds f8d8fb7ae86c mm: unexport follow_pte_pmd
adds 6d9c9ec0d859 mm: simplify follow_pte{,pmd}
adds 83d42c25868d KVM: do not assume PTE is writable after follow_pfn
adds a42150f1c965 mm: provide a saner PTE walking API for modules
adds 3320aa64c322 KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_re [...]
adds 1f683fd2c21f drm/xlnx: fix kmemleak by sending vblank_event in atomic_disable
adds b7e51e5ecf39 NET: usb: qmi_wwan: Adding support for Cinterion MV31
adds ec6504c8a1fc cxgb4: Add new T6 PCI device id 0x6092
adds b8b65310e4b9 cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_ [...]
adds 6ca89ac39e48 kbuild: fix CONFIG_TRIM_UNUSED_KSYMS build for ppc64
adds 983f361bde5e scripts/recordmcount.pl: support big endian for ARCH sh
adds 7b43ec8a0cc6 Linux 5.10.19
adds 9d8eb2aa0ec6 Merge v5.10.19
No new revisions were added by this update.
Summary of changes:
Makefile | 4 +-
arch/arm64/boot/dts/nvidia/tegra210.dtsi | 1 +
arch/x86/kvm/mmu/mmu.c | 2 +-
drivers/bluetooth/btusb.c | 7 +++
drivers/gpu/drm/xlnx/zynqmp_disp.c | 15 +++---
drivers/hid/hid-core.c | 6 +--
drivers/hwmon/dell-smm-hwmon.c | 7 +++
drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h | 1 +
drivers/net/usb/qmi_wwan.c | 1 +
drivers/nvme/host/rdma.c | 2 +-
drivers/usb/core/quirks.c | 9 ++--
fs/ceph/mdsmap.c | 4 +-
fs/cifs/connect.c | 1 +
fs/dax.c | 10 ++--
fs/ntfs/inode.c | 6 +++
include/linux/mm.h | 8 +--
include/rdma/ib_verbs.h | 13 +++++
kernel/bpf/verifier.c | 10 ++--
mm/memory.c | 57 ++++++++++++----------
net/rds/ib.h | 7 ---
scripts/gen_autoksyms.sh | 3 ++
scripts/recordmcount.pl | 6 ++-
virt/kvm/kvm_main.c | 17 +++++--
23 files changed, 127 insertions(+), 70 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.