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_O3
in repository toolchain/ci/base-artifacts.
discards 343cfe33 0: update: gcc-f2e61afa97856a6c96f6093c13f74e447084be3a: 1
new e3a9fde9 0: update: gcc-29a4c7d93a617949d194e75f7acc3b0a5acf89d3: 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 (343cfe33)
\
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 | 30 +-
03-build_abe-bootstrap_O3/console.log | 66728 ++++++++++++++++---------------
console.log | 66886 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
5 files changed, 66875 insertions(+), 66907 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 linux.
from d0e00bc5ada5 Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/lin [...]
new 284b94be1925 blk-mq: move lockdep_assert_held() into elevator_exit
new b89f625e28d4 block: don't release queue's sysfs lock during switching elevator
new 25d41e4aadb0 iocost: better trace vrate changes
new 7cd806a9a953 iocost: improve nr_lagging handling
new 7afcccafa59f iocost: bump up default latency targets for hard disks
new 2af2783f2ea4 rq-qos: get rid of redundant wbt_update_limits()
new 8d6996630c03 block: fix null pointer dereference in blk_mq_rq_timed_out()
new 47db9b9a6eba Merge tag 'for-linus-2019-09-27' of git://git.kernel.dk/li [...]
new daa5de541584 io_uring: compare cached_cq_tail with cq.head in_io_uring_poll
new bda521624e75 io_uring: make CQ ring wakeups be more efficient
new 738f531d877a Merge tag 'for-5.4/io_uring-2019-09-27' of git://git.kerne [...]
new a315614b6899 pwm: mxs: Use devm_platform_ioremap_resource() to simplify code
new f6abac0379b8 pwm: sifive: Remove redundant error message
new 3b442c60cf97 pwm: jz4740: Document known limitations
new f6960976c465 pwm: imx: Document known limitations
new fb5a35dbee8d pwm: Remove dev_err() usage after platform_get_irq()
new 4b046497341c dt-bindings: pwm: mediatek: Add documentation for MT8516
new 8d190728fd8e pwm: mediatek: Add MT8516 SoC support
new bdaadd594817 dt-bindings: pwm: sprd: Add Spreadtrum PWM documentation
new 8aae4b02e8a6 pwm: sprd: Add Spreadtrum PWM support
new c79468b8955b pwm: rcar: Remove a redundant condition in rcar_pwm_apply()
new 4537e52a5266 pwm: bcm2835: Suppress error message for invalid period_ns
new 7e9713af3161 pwm: bcm2835: Fix period_ns range check
new 9e3ca01f7e58 pwm: bcm2835: Suppress error message during deferred probe
new ba73deb16ff5 pwm: rockchip: Set polarity unconditionally in .get_state()
new fc3c5512e337 pwm: Introduce local struct pwm_chip in pwm_apply_state()
new 01ccf903edd6 pwm: Let pwm_get_state() return the last implemented state
new 797a5ebc26da pwm: rockchip: Don't update the state for the caller of pw [...]
new deb9c462f4e5 pwm: sun4i: Don't update the state for the caller of pwm_a [...]
new c9675829ba4b pwm: fsl-ftm: Don't update the state for the caller of pwm [...]
new 71523d1812ac pwm: Ensure pwm_apply_state() doesn't modify the state argument
new c91e3234c603 pwm: stm32-lp: Add check in case requested period cannot b [...]
new 3d4d85741ad3 pwm: atmel: Remove platform_device_id and use only dt bindings
new d85b9ce198e3 pwm: atmel: Remove unneeded check for match data
new 9193c16e5a98 pwm: atmel: Consolidate driver data initialization
new e6c7c258f035 pwm: mediatek: Drop the check for of_device_get_match_data()
new 61aa258ab1a5 pwm: mediatek: Remove the has_clks field
new efecdeb82f21 pwm: mediatek: Allocate the clks array dynamically
new 2503781c97fa pwm: mediatek: Use pwm_mediatek as common prefix
new 4bea6dd5be7e pwm: mediatek: Update license and switch to SPDX tag
new 1c00ad6ebf36 dt-bindings: pwm: Update bindings for MT7629 SoC
new 715d14da670e pwm: mediatek: Add MT7629 compatible string
new 8f960106c150 MAINTAINERS: Add a selection of PWM related keywords to th [...]
new 6f736909f0a4 MAINTAINERS: Add patchwork link for PWM entry
new da635e7abe3f MAINTAINERS: Add myself as reviewer for the PWM subsystem
new e37e3bc7e265 Merge tag 'pwm/for-5.4-rc1' of git://git.kernel.org/pub/sc [...]
The 46 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/pwm/pwm-mediatek.txt | 2 +
Documentation/devicetree/bindings/pwm/pwm-sprd.txt | 40 +++
MAINTAINERS | 3 +
block/blk-flush.c | 10 +
block/blk-iocost.c | 30 +-
block/blk-mq-sched.c | 2 -
block/blk-mq.c | 5 +-
block/blk-sysfs.c | 14 +-
block/blk.h | 9 +
block/elevator.c | 31 +--
drivers/gpio/gpio-mvebu.c | 2 +-
drivers/pwm/Kconfig | 13 +-
drivers/pwm/Makefile | 1 +
drivers/pwm/core.c | 40 +--
drivers/pwm/pwm-atmel-hlcdc.c | 2 +-
drivers/pwm/pwm-atmel.c | 49 +---
drivers/pwm/pwm-bcm-iproc.c | 2 +-
drivers/pwm/pwm-bcm2835.c | 19 +-
drivers/pwm/pwm-cros-ec.c | 2 +-
drivers/pwm/pwm-fsl-ftm.c | 8 +-
drivers/pwm/pwm-hibvt.c | 2 +-
drivers/pwm/pwm-imx-tpm.c | 4 +-
drivers/pwm/pwm-imx27.c | 6 +-
drivers/pwm/pwm-jz4740.c | 7 +-
drivers/pwm/pwm-lpss.c | 2 +-
drivers/pwm/pwm-mediatek.c | 231 +++++++--------
drivers/pwm/pwm-meson.c | 4 +-
drivers/pwm/pwm-mxs.c | 4 +-
drivers/pwm/pwm-rcar.c | 4 +-
drivers/pwm/pwm-rockchip.c | 18 +-
drivers/pwm/pwm-sifive.c | 6 +-
drivers/pwm/pwm-sprd.c | 309 +++++++++++++++++++++
drivers/pwm/pwm-sti.c | 4 +-
drivers/pwm/pwm-stm32-lp.c | 8 +-
drivers/pwm/pwm-stm32.c | 4 +-
drivers/pwm/pwm-sun4i.c | 10 +-
drivers/pwm/pwm-zx.c | 2 +-
fs/io_uring.c | 68 ++++-
include/linux/pwm.h | 4 +-
39 files changed, 680 insertions(+), 301 deletions(-)
create mode 100644 Documentation/devicetree/bindings/pwm/pwm-sprd.txt
create mode 100644 drivers/pwm/pwm-sprd.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-master-arm-stable-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 50fa3001ce Revert "Improve ptrace-error detection on Linux targets"
adds 4ada570ce5 Automatic date update in version.in
adds 68f7d34dd5 [gdb/testsuite] Add KFAIL for missing support of reverse-deb [...]
adds 060b3ab4ed [gdb/testsuite] Fix incomplete regexps in step-precsave.exp
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/testsuite/ChangeLog | 9 +++++++++
gdb/testsuite/gdb.reverse/step-precsave.exp | 12 +++++++++++-
3 files changed, 21 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-arm-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 87ce2562 2: update: binutils-gcc-linux: 17883
discards c6b2741b 1: reset: gcc-fa761b10d40aaa71e62fbc0c9f2ab8fc07a98b49: 17759
discards 1384e357 0: update: linux-1e2ba4a74fa73f911f5d0f5f8fb0f6e621024842: all
new f0eb8a3b 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 (87ce2562)
\
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 | 166 +-
02-prepare_abe/console.log | 214 +-
03-build_abe-binutils/console.log | 10591 ++++++------
04-build_abe-stage1/console.log | 20040 ++++++++++-----------
05-build_linux/console.log | 2393 ++-
06-boot_linux/console.log | 8 +
07-check_regression/console.log | 7 +-
08-update_baseline/console.log | 22 +-
console.log | 33441 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
results | 4 +-
11 files changed, 33422 insertions(+), 33478 deletions(-)
create mode 100644 06-boot_linux/console.log
--
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 llvm.
from 86c4c0a3e2c [InstSimplify] add tests for fma/fmuladd with undef operand; NFC
new 7d456cf705b [Docs] Adds new section to User Guides page
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:
docs/UserGuides.rst | 51 ++++++++++++++++++++++++++++++++++++---------------
1 file changed, 36 insertions(+), 15 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 lldb.
from 1b954eda2 Revert: [lldb] [testsuite] Remove redundant MAKE_DSYM := NO
new 11cdcbc27 [CMake] Depend on clang-tablegen-targets
new fd3a16170 [Reproducer] Update the unit tests to specify the path style.
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:
source/Core/CMakeLists.txt | 2 +-
unittests/Utility/ReproducerTest.cpp | 50 ++++++++++++++++++++++++------------
2 files changed, 34 insertions(+), 18 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 df3179ca 8: update: llvm-linux: 16047
new a63cd084 8: update: llvm-linux: 16047
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 (df3179ca)
\
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 | 31 +-
02-build_llvm/console.log | 11940 +++++++++++++-------------
03-build_linux/console.log | 6114 ++++++-------
06-update_baseline/console.log | 6 +-
console.log | 18091 +++++++++++++++++++--------------------
jenkins/manifest.sh | 6 +-
6 files changed, 18085 insertions(+), 18103 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.