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-mainline-allmodconfig
in repository toolchain/ci/linux.
from 94f2630b1897 Merge tag '5.6-rc-small-smb3-fix-for-stable' of git://git. [...]
adds 26a0a10419fd PCMCIA/i82092: use dev_<level> instead of printk
adds 4839879f8af1 PCMCIA/i82092: add/remove spaces to improve readability
adds ae1f62c5408a PCMCIA/i82092: remove braces around single statement blocks
adds 4ae66dd778e3 PCMCIA/i82092: insert blank line after declarations
adds 6aaf8ff32650 PCMCIA/i82092: change code indentation
adds 908864641f63 PCMCIA/i82092: move assignment out of if condition
adds 152b4bb57aa4 PCMCIA/i82092: shorten the lines with over 80 characters
adds ac5af87725f7 PCMCIA/i82092: include <linux/io.h> instead of <asm/io.h>
adds 52739f063f7e PCMCIA/i82092: delete enter/leave macro
adds 71705c611263 PCMCIA/i82092: remove #if 0 block
new 15f8e73355df Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm [...]
adds 8e8d699b051f leds: gpio: Fix uninitialized gpio label for fwnode based probe
adds 9f4b952d0bfb leds-as3645a: Drop fwnode reference on ignored node
adds 697529091ac7 leds: pca963x: Fix open-drain initialization
adds 4c3718f9d6a6 leds: bd2802: Convert to use GPIO descriptors
adds b0ff98608400 led: max77650: add of_match table
adds b3b42b4a383c leds: tps6105x: add driver for MFD chip LED mode
adds 6bcf76316a14 dt-bindings: mfd: update TI tps6105x chip bindings
adds 2f8c665243d7 ledtrig-pattern: fix email address quoting in MODULE_AUTHOR()
adds 445da487f19c leds: rb532: cleanup whitespace
adds 867b68245920 leds: lm3642: remove warnings for bad strtol, cleanup gotos
adds cf6eb52fa3d0 leds: lm3532: use extended registration so that LED can be [...]
adds 31e065c4e8ba leds: lm3532: add pointer to documentation and fix typo
adds 699a8c7c4bd3 leds: Add of_led_get() and led_put()
adds e389240ad992 leds: Add managed API to get a LED from a device driver
adds 7a349e8c535d leds: populate the device's of_node
adds ebf59a4558c2 dt: bindings: lm3692x: Add ti,ovp-microvolt property
adds cffd61a5c775 leds: lm3692x: Allow to configure over voltage protection
adds 3e0801b62a30 dt: bindings: lm3692x: Add led-max-microamp property
adds df7083b57331 leds: lm3692x: Make sure we don't exceed the maximum LED current
adds 5e9d7b6f4336 leds: lm3692x: Move lm3692x_init and rename to lm3692x_led [...]
adds 4a8d2bee2080 leds: lm3692x: Split out lm3692x_leds_disable
adds 260718b3a35d leds: lm3692x: Disable chip on brightness 0
new 545ae66582f7 Merge tag 'leds-5.6-rc1' of git://git.kernel.org/pub/scm/l [...]
new 11648b8339f8 sparc64: fix adjtimex regression
new 46d6b7becb1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
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:
.../devicetree/bindings/leds/leds-lm3692x.txt | 8 +
Documentation/devicetree/bindings/mfd/tps6105x.txt | 47 +-
arch/sparc/kernel/sys_sparc_64.c | 4 +-
drivers/leds/Kconfig | 10 +
drivers/leds/Makefile | 1 +
drivers/leds/led-class.c | 97 ++-
drivers/leds/leds-bd2802.c | 27 +-
drivers/leds/leds-lm3532.c | 8 +-
drivers/leds/leds-lm3642.c | 37 +-
drivers/leds/leds-lm3692x.c | 180 ++++--
drivers/leds/leds-pca963x.c | 8 +-
drivers/leds/leds-tps6105x.c | 89 +++
drivers/pcmcia/i82092.c | 648 ++++++++++-----------
drivers/pcmcia/i82092aa.h | 11 -
include/linux/leds-bd2802.h | 1 -
include/linux/leds.h | 6 +
16 files changed, 738 insertions(+), 444 deletions(-)
create mode 100644 drivers/leds/leds-tps6105x.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/gnu-release-arm-mainline-allmodconfig
in repository toolchain/ci/gcc.
from bf4ee21e21b Daily bump.
adds 40f23be6e93 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 34961c27 2: update: binutils-gcc-linux: 20251
new ddc3ce2e 2: update: binutils-gcc-linux: 20252
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 (34961c27)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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 | 220 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11470 ++++++-------
04-build_abe-stage1/console.log | 18198 +++++++++++----------
05-build_linux/console.log | 798 +-
07-check_regression/console.log | 20 +-
08-update_baseline/console.log | 94 +-
console.log | 31238 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
10 files changed, 31243 insertions(+), 31247 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 26a591f2a47 testsuite,Darwin,PPC: Adjust darwin-abi-12.c for common sec [...]
new b817be038d9 c++: Fix ICE on invalid alignas in a template [PR93530]
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/cp/ChangeLog | 6 ++++++
gcc/cp/decl.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/alignas18.C | 8 ++++++++
4 files changed, 20 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/alignas18.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_bmk_tx1/gnu-release-aarch64-spec2k6-Os-vs-Os_LTO
in repository toolchain/ci/binutils-gdb.
from 2a8719fecd AArch64: Fix cfinv disassembly issues
adds 4dd834659f arm: PR gas/25472 Enable DSP instructions with +mve
No new revisions were added by this update.
Summary of changes:
gas/ChangeLog | 11 +++++++++++
gas/config/tc-arm.c | 14 ++++++++------
gas/testsuite/gas/arm/{arch7em.d => mve_dsp.d} | 6 ++++--
3 files changed, 23 insertions(+), 8 deletions(-)
copy gas/testsuite/gas/arm/{arch7em.d => mve_dsp.d} (98%)
--
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-aarch64-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards eb1d414f 0: update: gcc-465c7c89e92a6d6d582173e505cb16dcb9873034: 1
new 7550a9f9 0: update: gcc-0303907ea5dca0e9bac558ac7bed13a09bd5ffbc: 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 (eb1d414f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 128 +-
02-prepare_abe/console.log | 400 +-
03-build_abe-bootstrap_ubsan/console.log | 77704 ++++++++++++++--------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 78270 +++++++++++++++--------------
jenkins/manifest.sh | 10 +-
7 files changed, 78760 insertions(+), 77756 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-allyesconfig
in repository toolchain/ci/gcc.
from bf4ee21e21b Daily bump.
adds 40f23be6e93 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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-allyesconfig
in repository toolchain/ci/base-artifacts.
discards e99949fc 0: update: binutils-gcc-linux: all
new 52e30247 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 (e99949fc)
\
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 | 33 +-
02-prepare_abe/console.log | 419 +-
03-build_abe-binutils/console.log | 10864 +++++++--------
04-build_abe-stage1/console.log | 13557 +++++++++----------
05-build_linux/console.log | 764 +-
06-boot_linux/console.log | 8 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 25651 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
10 files changed, 25663 insertions(+), 25645 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.