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-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 5bbf47c4 0: update: binutils-gcc-linux: all
new 0719b43e 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 (5bbf47c4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 216 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 11457 ++++++-------
04-build_abe-stage1/console.log | 20161 +++++++++++-----------
05-build_linux/console.log | 638 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 10 +-
console.log | 32947 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
10 files changed, 32942 insertions(+), 32949 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-mainline-allmodconfig
in repository toolchain/ci/linux.
from dbab40bdb42c Merge tag 'io_uring-5.5-2020-01-22' of git://git.kernel.dk [...]
adds 7713e62c8623 hwmon: (nct7802) Fix voltage limits to wrong registers
adds e51a7dda2998 hwmon: (nct7802) Fix non-working alarm on voltages
adds cf3ca1877574 hwmon: (adt7475) Make volt2reg return same reg as reg2volt input
adds 3bf8bdcf3bad hwmon: (core) Do not use device managed functions for memo [...]
adds 1b4e677f86c7 Merge tag 'hwmon-for-v5.5-rc8' of git://git.kernel.org/pub [...]
adds 90a8e82d3ca8 leds: gpio: Fix uninitialized gpio label for fwnode based probe
adds 22cb0a76e005 leds-as3645a: Drop fwnode reference on ignored node
adds 2424415d25a7 led: max77650: add of_match table
adds 30d57d55abd7 ledtrig-pattern: fix email address quoting in MODULE_AUTHOR()
adds 51eb5a24de91 leds: rb532: cleanup whitespace
adds 43108c72cf1d leds: lm3532: add pointer to documentation and fix typo
adds 131701c697e8 Merge tag 'leds-5.5-rc8' of git://git.kernel.org/pub/scm/l [...]
new 2c6b7bcd7472 readdir: be more conservative with directory entry names
new 3c2659bd1db8 readdir: make user_access_begin() use the real access range
adds 5e89cd303e3a PCI: Mark AMD Navi14 GPU rev 0xc5 ATS as broken
new a572582b1a4d Merge tag 'pci-v5.5-fixes-2' of git://git.kernel.org/pub/s [...]
adds 18451f9f9e58 PM: hibernate: fix crashes with init_on_free=1
new 3a83c8c81c91 Merge tag 'pm-5.5-rc8' of git://git.kernel.org/pub/scm/lin [...]
adds 9c1c2b35f1d9 ceph: hold extra reference to r_parent over life of request
new fa0a4e3b5412 Merge tag 'ceph-for-5.5-rc8' of https://github.com/ceph/ce [...]
new d0695e235110 tracing: xen: Ordered comparison of function pointers
new 99c9a923e97a tracing/uprobe: Fix double perf_event linking on multiprob [...]
new aeed8aa3874d tracing: trigger: Replace unneeded RCU-list traversals
new 8bcebc77e85f tracing: Fix histogram code when expression has same var as value
new bf24daac8f2b tracing: Do not set trace clock if tracefs lockdown is in effect
new b61387cb732c tracing/uprobe: Fix to make trace_uprobe_filter alignment safe
new 34597c85be98 Merge tag 'trace-v5.5-rc6-2' of git://git.kernel.org/pub/s [...]
adds 82a22311b7a6 XArray: Fix xas_pause at ULONG_MAX
adds 6b81141deb73 XArray: Improve documentation of search marks
adds 82a958497dc9 XArray: Add wrappers for nested spinlocks
adds 430f24f94c8a XArray: Fix infinite loop with entry at ULONG_MAX
adds 19c30f4dd092 XArray: Fix xa_find_after with multi-index entries
adds c44aa5e8ab58 XArray: Fix xas_find returning too many entries
adds 00ed452c210a XArray: Add xa_for_each_range
new 4703d9119972 Merge tag 'xarray-5.5' of git://git.infradead.org/users/wi [...]
The 13 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/core-api/xarray.rst | 70 +++++++++++--------
drivers/hwmon/adt7475.c | 5 +-
drivers/hwmon/hwmon.c | 68 ++++++++++--------
drivers/hwmon/nct7802.c | 75 ++++++++++++++++++--
drivers/leds/leds-as3645a.c | 3 +-
drivers/leds/leds-gpio.c | 10 ++-
drivers/leds/leds-lm3532.c | 3 +-
drivers/leds/leds-max77650.c | 7 ++
drivers/leds/leds-rb532.c | 1 -
drivers/leds/trigger/ledtrig-pattern.c | 4 +-
drivers/pci/quirks.c | 19 ++++--
fs/ceph/mds_client.c | 8 ++-
fs/readdir.c | 79 ++++++++++-----------
include/linux/xarray.h | 45 ++++++++++--
include/trace/events/xen.h | 6 +-
kernel/power/snapshot.c | 20 +++---
kernel/trace/trace.c | 5 ++
kernel/trace/trace_events_hist.c | 63 ++++++++++++++---
kernel/trace/trace_events_trigger.c | 20 ++++--
kernel/trace/trace_kprobe.c | 2 +-
kernel/trace/trace_probe.c | 8 ++-
kernel/trace/trace_probe.h | 9 ++-
kernel/trace/trace_uprobe.c | 121 +++++++++++++++++++--------------
lib/test_xarray.c | 78 +++++++++++++++++----
lib/xarray.c | 41 +++++++----
25 files changed, 542 insertions(+), 228 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-mainline-allmodconfig
in repository toolchain/ci/gcc.
from f4a36c5017f Cherry-pick 15 bugfixes from mainline
adds 6dd69b78671 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 beebfb87 0: update: binutils-gcc-linux: all
new 8de33f10 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 (beebfb87)
\
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 | 139 +-
02-prepare_abe/console.log | 426 +-
03-build_abe-binutils/console.log | 10952 ++++++-------
04-build_abe-stage1/console.log | 18036 +++++++++++----------
05-build_linux/console.log | 890 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 30485 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 30446 insertions(+), 30500 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-allyesconfig
in repository toolchain/ci/base-artifacts.
from e8b3a66e 1: reset: linux-e42617b825f8073569da76dc4510bfa019b1c35a: 18259
new b42eaa85 2: update: linux-41539ebf9bacf9a9102322ad944990f5a38f5538: 18425
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 | 221 +-
02-build_llvm/console.log | 12324 +++++++++++++++++-----------------
03-build_linux/console.log | 934 ++-
05-check_regression/console.log | 25 +-
06-update_baseline/console.log | 57 +
console.log | 13561 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
results | 2 +-
9 files changed, 13638 insertions(+), 13496 deletions(-)
delete mode 100644 reset-baseline
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.