This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from ed56954cf5a8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
new 38bcb51f81af leds-pca955x: Remove the unused function pca95xx_num_led_regs()
new fb0f4051ee8e leds: lp55xx: remove variable j
new 57d91e039070 leds: max8997: Don't error if there is no pdata
new 3031993b3474 led: qcom-lpg: Fix sleeping in atomic
new 5f52a8ba7e91 dt-bindings: leds: Add 'cpuX' to 'linux,default-trigger'
new 17c13c724b14 leds: lp5523: fix out-of-bounds bug in lp5523_selftest()
new 447242e1292e MAINTAINERS: Add additional co-maintainer to LEDs
new 135780f1048b leds: is31fl319x: Fix setting current limit for is31fl319{0,1,3}
new 3f6fb1cfaf30 leds: use sysfs_emit() to instead of scnprintf()
new 6afd8bd5db7c leds: qcom,pm8058-led: Convert to DT schema
new 7cb092a0336c leds: MAINTAINERS: include dt-bindings headers
new 75caf5940899 Merge tag 'leds-6.2-rc1' of git://git.kernel.org/pub/scm/l [...]
new 28927f6c483d watchdog: mtk_wdt: Add support for MT6795 Helio X10 watchd [...]
new 52f46a6aea59 dt-bindings: watchdog: Add compatible for MediaTek MT8188
new fea58041af4c dt-bindings: reset: mt8188: add toprgu reset-controller he [...]
new bc7313652a63 watchdog: mediatek: mt8188: add wdt support
new 4d1363a46cdf dt-bindings: watchdog: mediatek: Convert mtk-wdt to json-schema
new c389e1f5068f dt-bindings: watchdog: mediatek,mtk-wdt: Add compatible fo [...]
new 1d8e67ecf114 dt-bindings: watchdog: mediatek,mtk-wdt: Add compatible fo [...]
new 08435c2aab3a watchdog: Add Advantech EC watchdog driver
new b49e2a3cfb84 watchdog: at91rm9200: Remove #ifdef guards for PM related [...]
new d36eda79c600 watchdog: twl4030: Remove #ifdef guards for PM related functions
new 0327476d6ef3 watchdog: omap: Remove #ifdef guards for PM related functions
new 758f46c2e67c watchdog: kempld: Remove #ifdef guards for PM related functions
new 47c008050aec watchdog: rn5t618: add support for read out bootstatus
new ef9b7bf52c2f watchdog: iTCO_wdt: Set NO_REBOOT if the watchdog is not a [...]
new 9ec0b7e06835 watchdog: aspeed: Enable pre-timeout interrupt
new b611996ef270 Merge tag 'linux-watchdog-6.2-rc1' of git://www.linux-watc [...]
The 28 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/devicetree/bindings/leds/common.yaml | 1 +
.../devicetree/bindings/leds/leds-pm8058.txt | 67 -------
.../devicetree/bindings/leds/qcom,pm8058-led.yaml | 57 ++++++
.../devicetree/bindings/mfd/qcom-pm8xxx.yaml | 4 +
.../bindings/watchdog/mediatek,mtk-wdt.yaml | 80 ++++++++
.../devicetree/bindings/watchdog/mtk-wdt.txt | 42 -----
MAINTAINERS | 2 +
drivers/leds/leds-blinkm.c | 8 +-
drivers/leds/leds-is31fl319x.c | 3 +-
drivers/leds/leds-lm3533.c | 12 +-
drivers/leds/leds-lp5521.c | 2 +-
drivers/leds/leds-lp5523.c | 27 +--
drivers/leds/leds-lp55xx-common.c | 7 +-
drivers/leds/leds-max8997.c | 7 +-
drivers/leds/leds-pca955x.c | 6 -
drivers/leds/rgb/leds-qcom-lpg.c | 18 +-
drivers/leds/trigger/ledtrig-pattern.c | 2 +-
drivers/watchdog/Kconfig | 7 +
drivers/watchdog/Makefile | 1 +
drivers/watchdog/advantech_ec_wdt.c | 205 +++++++++++++++++++++
drivers/watchdog/aspeed_wdt.c | 104 +++++++++--
drivers/watchdog/at91rm9200_wdt.c | 11 +-
drivers/watchdog/db8500_wdt.c | 9 +-
drivers/watchdog/iTCO_wdt.c | 21 ++-
drivers/watchdog/kempld_wdt.c | 11 +-
drivers/watchdog/mtk_wdt.c | 12 ++
drivers/watchdog/omap_wdt.c | 11 +-
drivers/watchdog/rn5t618_wdt.c | 12 ++
drivers/watchdog/twl4030_wdt.c | 9 +-
include/dt-bindings/reset/mt8188-resets.h | 36 ++++
include/linux/mfd/rn5t618.h | 9 +
31 files changed, 582 insertions(+), 221 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/leds/leds-pm8058.txt
create mode 100644 Documentation/devicetree/bindings/leds/qcom,pm8058-led.yaml
create mode 100644 Documentation/devicetree/bindings/watchdog/mediatek,mtk-wdt.yaml
delete mode 100644 Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
create mode 100644 drivers/watchdog/advantech_ec_wdt.c
create mode 100644 include/dt-bindings/reset/mt8188-resets.h
--
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 linux.
from 77856d911a8c Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
new 35c23fba4eb4 gfs2: Add extra error check in alloc_dinode
new 761fdbbce96f gfs2: Get rid of ghs[] in gfs2_create_inode
new 3d0258bc1118 gfs2: Clean up initialization of "ip" in gfs2_create_inode
new 38552ff676f0 gfs2: Fix and clean up create / evict interaction
new 4ec3c19d058f gfs2: Handle -EBUSY result of insert_inode_locked4
new 7db354444ad8 gfs2: Cosmetic gfs2_dinode_{in,out} cleanup
new 70376c7ff312 gfs2: Always check inode size of inline inodes
new 4ad02083a092 gfs2: Make gfs2_glock_hold return its glock argument
new 97236ad5a68c gfs2: Avoid dequeuing GL_ASYNC glock holders twice
new 764665c67752 gfs2: Clean up after gfs2_create_inode rework
new fe1bff6517de gfs2: Simply dequeue iopen glock in gfs2_evict_inode
new 3781ec9e0912 gfs2: Uninline and improve glock_{set,clear}_object
new 2ec750a01d18 gfs2: Add gfs2_inode_lookup comment
new 88f4a9f813c5 gfs2: Partially revert gfs2_inode_lookup change
new f0c0ade8d874 gfs2: Minor gfs2_try_evict cleanup
new ba3e77a4a22a gfs2: Remove support for glock holder auto-demotion
new 6b46a06100dd gfs2: Remove support for glock holder auto-demotion (2)
new 6830d50325ee Merge tag 'gfs2-v6.1-rc7-fixes' of git://git.kernel.org/pu [...]
new 5fc24e6022d4 RDMA/rxe: Fix compile warnings on 32-bit
new 5244ca88671a RDMA/siw: Fix pointer cast warning
new ed56954cf5a8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
The 21 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:
drivers/infiniband/sw/rxe/rxe_resp.c | 72 +++++----
drivers/infiniband/sw/siw/siw_qp_tx.c | 2 +-
fs/gfs2/aops.c | 2 -
fs/gfs2/bmap.c | 3 -
fs/gfs2/file.c | 3 +-
fs/gfs2/glock.c | 269 +++++++++++++---------------------
fs/gfs2/glock.h | 65 +-------
fs/gfs2/glops.c | 44 +++---
fs/gfs2/incore.h | 1 -
fs/gfs2/inode.c | 64 ++++----
fs/gfs2/meta_io.c | 6 +
fs/gfs2/super.c | 84 ++++++-----
fs/gfs2/xattr.c | 26 ++--
13 files changed, 275 insertions(+), 366 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-allmodconfig
in repository toolchain/ci/base-artifacts.
from 4e0de10c06fd 33: onsuccess: #497: 33: Success after binutils/gcc: 138 commits
new 8cd04fa90441 34: onsuccess: #498: 33: Success after binutils/gcc/linux/ [...]
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 1756 -> 1764 bytes
02-prepare_abe/console.log.xz | Bin 2788 -> 2780 bytes
03-build_abe-binutils/console.log.xz | Bin 31792 -> 32356 bytes
04-build_abe-stage1/console.log.xz | Bin 91252 -> 92000 bytes
05-build_abe-qemu/console.log.xz | Bin 30720 -> 31324 bytes
06-build_linux/console.log.xz | Bin 5056 -> 5224 bytes
08-check_regression/console.log.xz | Bin 3476 -> 4360 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 30 +++++++++++++++---------------
16 files changed, 23 insertions(+), 23 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_fast_check_gdb/release-arm
in repository toolchain/ci/base-artifacts.
from 08e6f040d8b1 6: onsuccess: #13: 1: Success after binutils/gcc/linux/gdb [...]
new e979920b417d 7: onsuccess: #14: 1: Success after binutils/gcc/gdb: 11 commits
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 1736 -> 1732 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 51600 -> 51752 bytes
04-build_abe-gcc/console.log.xz | Bin 229524 -> 228212 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 8712 -> 8712 bytes
07-build_abe-glibc/console.log.xz | Bin 232292 -> 232608 bytes
08-build_abe-gdb/console.log.xz | Bin 46732 -> 47128 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3900 -> 3852 bytes
10-build_abe-check_gdb/console.log.xz | Bin 2488 -> 2496 bytes
11-check_regression/console.log.xz | Bin 5504 -> 5112 bytes
11-check_regression/results.compare | 4 ++--
11-check_regression/results.compare2 | 6 +++---
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 28 ++++++++++++++--------------
sumfiles/gdb.log.xz | Bin 12080 -> 12016 bytes
sumfiles/gdb.sum | 34 +++++++++++++++++-----------------
23 files changed, 43 insertions(+), 43 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-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
from d5e4ab46f657 30: onsuccess: #282: boot: Success after binutils: 4 commits
new 85fbf98e8575 31: onsuccess: #283: boot: Success after binutils/linux/qe [...]
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 1736 -> 1784 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2804 bytes
03-build_abe-binutils/console.log.xz | Bin 30092 -> 30424 bytes
04-build_kernel_llvm/console.log.xz | Bin 65300 -> 64216 bytes
05-build_abe-qemu/console.log.xz | Bin 30912 -> 31488 bytes
06-build_linux/console.log.xz | Bin 3488 -> 3496 bytes
07-boot_linux/console.log.xz | Bin 5844 -> 5852 bytes
08-check_regression/console.log.xz | Bin 2836 -> 3760 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 26 +++++++++++++-------------
16 files changed, 20 insertions(+), 20 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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
from c2c41950611a 42: force: #518: 23010: Failure after linux: 736 commits
new 1c366d5acb1f 43: onsuccess: #519: 23232: Success after binutils/llvm/li [...]
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 1752 -> 1756 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2768 bytes
03-build_abe-binutils/console.log.xz | Bin 32268 -> 32148 bytes
04-build_kernel_llvm/console.log.xz | Bin 65828 -> 65836 bytes
05-build_abe-qemu/console.log.xz | Bin 30172 -> 31636 bytes
06-build_linux/console.log.xz | Bin 4736 -> 4024 bytes
08-check_regression/console.log.xz | Bin 3404 -> 4532 bytes
08-check_regression/jira-body.txt | 2 +-
08-check_regression/mail-body.txt | 28 ++++++++++++----------------
08-check_regression/mail-subject.txt | 2 +-
08-check_regression/results.regressions | 11 -----------
08-check_regression/trigger-bisect | 2 --
09-update_baseline/console.log | 2 +-
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 28 ++++++++++++----------------
mail/mail-subject.txt | 2 +-
manifest.sh | 31 +++++++++++++++++--------------
results | 13 +------------
23 files changed, 52 insertions(+), 81 deletions(-)
delete mode 100644 08-check_regression/results.regressions
delete mode 100644 08-check_regression/trigger-bisect
--
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_gcc_check_bootstrap/release-arm-check_bootstrap_lto
in repository toolchain/ci/base-artifacts.
from 61c496e95ac5 36: onsuccess: #152: 1: Success after binutils/gcc: 19 commits
new 4a58c41371ce 37: onsuccess: #153: 1: Success after binutils/gcc: 8 commits
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 1740 -> 1756 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 52280 -> 52524 bytes
04-build_abe-bootstrap_lto/console.log.xz | Bin 472904 -> 469756 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3852 -> 3824 bytes
06-build_abe-check_bootstrap_lto/console.log.xz | Bin 2448 -> 2456 bytes
07-check_regression/console.log.xz | Bin 5136 -> 4576 bytes
07-check_regression/results.compare | 16 +-
07-check_regression/results.compare2 | 70 +-
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 18 +-
sumfiles/g++.log.xz | Bin 2834244 -> 2822208 bytes
sumfiles/g++.sum | 112 +-
sumfiles/gcc.log.xz | Bin 2479056 -> 2509360 bytes
sumfiles/gcc.sum | 4402 +++++++++++------------
sumfiles/gfortran.log.xz | Bin 947872 -> 948976 bytes
sumfiles/gfortran.sum | 42 +-
sumfiles/libatomic.log.xz | Bin 2300 -> 2300 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 207404 -> 207292 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2720 -> 2728 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 464340 -> 472436 bytes
sumfiles/libstdc++.sum | 10 +-
30 files changed, 2326 insertions(+), 2382 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-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
from e7d3304cd52b 40: onsuccess: #522: boot: Success after binutils/llvm: 42 [...]
new e0426ca19027 41: onsuccess: #523: boot: Success after binutils/llvm/lin [...]
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 1748 -> 1776 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2796 bytes
03-build_abe-binutils/console.log.xz | Bin 31840 -> 32288 bytes
04-build_kernel_llvm/console.log.xz | Bin 66856 -> 66696 bytes
05-build_abe-qemu/console.log.xz | Bin 30756 -> 32408 bytes
06-build_linux/console.log.xz | Bin 3468 -> 3552 bytes
07-boot_linux/console.log.xz | Bin 508 -> 508 bytes
08-check_regression/console.log.xz | Bin 3568 -> 4524 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 30 +++++++++++++++---------------
17 files changed, 23 insertions(+), 23 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_cross_build/release-arm
in repository toolchain/ci/base-artifacts.
from 29e142e4ae08 24: onsuccess: #145: 7: Success after binutils/gcc/gdb/qem [...]
new 5d4473c6c422 25: onsuccess: #146: 7: Success after binutils/gcc/linux/g [...]
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 1744 -> 1772 bytes
02-prepare_abe/console.log.xz | Bin 2784 -> 2792 bytes
04-build_abe-binutils/console.log.xz | Bin 30496 -> 30224 bytes
05-build_abe-stage1/console.log.xz | Bin 86772 -> 87208 bytes
07-build_abe-linux/console.log.xz | Bin 8708 -> 8700 bytes
08-build_abe-glibc/console.log.xz | Bin 229256 -> 230332 bytes
09-build_abe-stage2/console.log.xz | Bin 221032 -> 224132 bytes
10-build_abe-gdb/console.log.xz | Bin 36992 -> 37924 bytes
11-build_abe-qemu/console.log.xz | Bin 30668 -> 31652 bytes
12-check_regression/console.log.xz | Bin 4032 -> 4648 bytes
13-update_baseline/console.log | 8 +++----
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 42 +++++++++++++++++------------------
21 files changed, 34 insertions(+), 34 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/release-arm
in repository toolchain/ci/base-artifacts.
from 40fe4d391b33 35: onsuccess: #189: 1: Success after binutils/gcc/gdb: 22 [...]
new 3694a5d98fef 36: onsuccess: #190: 1: Success after binutils/gcc/linux/g [...]
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 1736 -> 1724 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 51956 -> 51756 bytes
04-build_abe-gcc/console.log.xz | Bin 228568 -> 230212 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 8700 -> 8820 bytes
07-build_abe-glibc/console.log.xz | Bin 232360 -> 232800 bytes
08-build_abe-gdb/console.log.xz | Bin 46568 -> 46608 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3896 -> 3840 bytes
10-build_abe-check_gdb/console.log.xz | Bin 2052 -> 2140 bytes
11-check_regression/console.log.xz | Bin 12748 -> 15280 bytes
11-check_regression/extra-bisect-params | 2 +-
11-check_regression/fails.sum | 54 +-
11-check_regression/mail-body.txt | 191 +-
11-check_regression/results.compare | 97 +-
11-check_regression/results.compare2 | 5821 ++++++++++++---------
11-check_regression/results.regressions | 97 +-
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/linux_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 193 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 32 +-
results | 97 +-
sumfiles/gdb.log.xz | Bin 1621436 -> 1667792 bytes
sumfiles/gdb.sum | 8468 ++++++++++++++++++++-----------
29 files changed, 9227 insertions(+), 5839 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-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
from cdeca3422d22 28: onsuccess: #478: boot: Success after binutils/gcc: 94 commits
new 052e20688f3c 29: onsuccess: #479: boot: Success after binutils/gcc/linu [...]
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 1748 -> 1760 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 32268 -> 32360 bytes
04-build_abe-stage1/console.log.xz | Bin 73264 -> 73456 bytes
05-build_abe-qemu/console.log.xz | Bin 30916 -> 31836 bytes
06-build_linux/console.log.xz | Bin 4924 -> 4908 bytes
08-check_regression/console.log.xz | Bin 3404 -> 4408 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 30 +++++++++++++++---------------
16 files changed, 23 insertions(+), 23 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.