This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from c48b07226bd4 Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org [...]
new 5b11e5d784c2 power/supply: ingenic-battery: Don't print error on -EPROBE_DEFER
new 1c5dfc5e3f2d power: supply: sc27xx: Add POWER_SUPPLY_PROP_CHARGE_NOW attribute
new 241eaabc3c31 power: supply: Allow charger manager can be built as a module
new ddb74e985f2d power: supply: ab8500_charger: Fix typos in commit messages
new e42fe5b29ac0 power: supply: axp288_fuel_gauge: Broaden vendor check for [...]
new 9c80662a74cd power: supply: axp288_charger: Add special handling for HP [...]
new b2a16610f2ba power: reset: at91-reset: introduce struct at91_reset
new 4d9ce0f56aee power: reset: at91-reset: add ramc_base[] to struct at91_reset
new f9e6ce74cbf2 power: reset: at91-reset: add sclk to struct at91_reset
new 1e3c4af9de26 power: reset: at91-reset: add notifier block to struct at91_reset
new b7967b7919f0 power: reset: at91-reset: convert reset in pointer to stru [...]
new 55f8e6fdefbe power: reset: at91-reset: pass rstc base address to at91_r [...]
new 583ef884c8dc power: reset: at91-reset: devm_kzalloc() for at91_reset da [...]
new a5bbad258a9e power: reset: at91-reset: introduce struct at91_reset_data
new 25b80b7d5a5b power: reset: at91-reset: introduce args member in at91_re [...]
new 7cb290d3dd55 power: reset: at91-reset: use r4 as tmp argument
new 68a84a3e68a2 power: reset: at91-reset: introduce ramc_lpr to struct at91_reset
new fcd0532fac2a power: reset: at91-reset: make at91sam9g45_restart() generic
new 51aa7d45f905 power: reset: at91-reset: keep only one reset function
new 766b0162e613 power: reset: at91-reset: get rid of at91_reset_data
new e48bbb52a2aa power: reset: at91-reset: handle nrst async for sam9x60
new 583b53ece0b0 power: supply: bq27xxx_battery: Silence deferred-probe error
new 9027f6111ca4 power: twl4030: Use scnprintf() for avoiding potential buf [...]
new 6cdd5b09cbe6 power: reset: sc27xx: Power off the external subsystems' c [...]
new 274afbc3ad33 power: reset: sc27xx: Change to use cpu_down()
new f78c55e3b480 power: reset: sc27xx: Allow the SC27XX poweroff driver bui [...]
new a10c9c710f9e Merge tag 'for-v5.7' of git://git.kernel.org/pub/scm/linux [...]
The 27 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/power/reset/Kconfig | 2 +-
drivers/power/reset/at91-reset.c | 190 +++++++++++++++----------------
drivers/power/reset/sc27xx-poweroff.c | 21 +++-
drivers/power/supply/Kconfig | 2 +-
drivers/power/supply/ab8500_charger.c | 35 +++---
drivers/power/supply/axp288_charger.c | 57 +++++++++-
drivers/power/supply/axp288_fuel_gauge.c | 4 +-
drivers/power/supply/bq27xxx_battery.c | 5 +-
drivers/power/supply/ingenic-battery.c | 3 +-
drivers/power/supply/sc27xx_fuel_gauge.c | 12 ++
drivers/power/supply/twl4030_charger.c | 4 +-
include/linux/power/charger-manager.h | 2 +-
12 files changed, 211 insertions(+), 126 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 topic/fifo
in repository newlib.
discards 8e26a896b Cygwin: FIFO: allow fc_handler list to grow dynamically
discards eae2e4fd1 Cygwin: FIFO: avoid infinite loop when opening a writer
discards 4a4159b8a Cygwin: FIFO: avoid unneeded lock when closing
discards d57d388ae Cygwin: FIFO: improve fixup_after_fork and fixup_after_exec
discards c8ffd68c3 Cygwin: FIFO: designate one reader as owner
discards 66473c4da Cygwin: indentation change
discards 72e29b75b Cygwin: FIFO: introduce a new type, fifo_reader_id_t
discards 832889107 Cygwin: FIFO: keep track of the number of readers
discards 9dde69ea3 Cygwin: FIFO: add shared memory
discards 22802bf30 Cygwin: FIFO: use a cygthread for listening instead of a home [...]
discards 67c60dea8 Cygwin: FIFO: change the handling of the read_ready event
new ba800c07e Cygwin: FIFO: change the handling of the read_ready event
new 56150fa41 Cygwin: FIFO: use a cygthread for listening instead of a home [...]
new e6f86b429 Cygwin: FIFO: add shared memory
new 44b8c7297 Cygwin: FIFO: keep track of the number of readers
new 3b73b4648 Cygwin: FIFO: introduce a new type, fifo_reader_id_t
new caac0d703 Cygwin: indentation change
new 4d7cf2bb5 Cygwin: FIFO: designate one reader as owner
new aa22607be Cygwin: FIFO: improve fixup_after_fork and fixup_after_exec
new 09dce29cf Cygwin: FIFO: avoid unneeded lock when closing
new d6e05cdb1 Cygwin: FIFO: avoid infinite loop when opening a writer
new 28cd72ef5 Cygwin: FIFO: allow fc_handler list to grow dynamically
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 (8e26a896b)
\
N -- N -- N refs/heads/topic/fifo (28cd72ef5)
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 11 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:
winsup/cygwin/fhandler_fifo.cc | 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-mainline-allmodconfig
in repository toolchain/ci/gcc.
from 46fabc24d31 Daily bump.
adds 5ed8c71b53a c++: Fix reuse of class constants [PR94453]
adds ab525ec30f0 c++: Mangling of dependent conversions [PR91377]
adds 1aa6d76d002 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 12 ++++++++++
gcc/cp/constexpr.c | 2 +-
gcc/cp/expr.c | 22 +++++++++++++----
gcc/cp/mangle.c | 1 +
gcc/testsuite/g++.dg/abi/mangle75.C | 13 ++++++++++
.../g++.dg/cpp0x/lambda/lambda-constexpr1.C | 28 ++++++++++++++++++++++
7 files changed, 73 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/abi/mangle75.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-constexpr1.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-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 1bdafaf9 0: update: binutils-gcc-linux: boot
new 6e6128db 0: update: binutils-gcc-linux: boot
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 (1bdafaf9)
\
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 | 66 +-
02-prepare_abe/console.log | 240 +-
03-build_abe-binutils/console.log | 10838 ++++++-------
04-build_abe-stage1/console.log | 12624 +++++++--------
05-build_linux/console.log | 694 +-
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 4 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 71 +-
08-update_baseline/results.regressions | 5 +-
console.log | 24519 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
results | 2 +-
13 files changed, 24482 insertions(+), 24599 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_bmk_tk1/llvm-master-arm-spec2k6-O2
in repository toolchain/ci/base-artifacts.
discards 6129ffd2 3: reset: llvm-482e236e569e8324f70778af1eb756923cd490dc: 1
discards 7f2a1a27 2: update: binutils-gcc-glibc: 1
new f7ceddc8 2: update: binutils-gcc-glibc: 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 (6129ffd2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/llvm-master-arm- [...]
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 | 150 +-
02-prepare_abe/console.log | 412 +-
03-build_abe-binutils/console.log | 10981 +--
04-build_abe-stage1/console.log | 19596 ++--
05-build_abe-linux/console.log | 292 +-
06-build_abe-glibc/console.log | 37984 ++++----
07-build_abe-stage2/console.log | 45269 ++++-----
08-build_llvm-true/console.log | 12526 ++-
10-benchmark--O2_marm/benchmark-start.log | 2 +-
10-benchmark--O2_marm/benchmark.log | 12 +-
10-benchmark--O2_marm/console.log | 448 +-
11-check_regression/console.log | 586 +-
11-check_regression/results-0.csv | 2128 +-
11-check_regression/results-1.csv | 2187 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-compare.csv | 4 +-
11-check_regression/results-full.csv | 2329 +-
11-check_regression/results.csv | 158 +-
11-check_regression/results.log | 2472 +-
11-check_regression/results.regressions | 5 -
11-check_regression/trigger-bisect | 4 -
12-update_baseline/console.log | 4929 +-
12-update_baseline/extra-bisect-params | 2 +-
12-update_baseline/results-0.csv | 2170 +-
12-update_baseline/results-1.csv | 2187 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-compare.csv | 6 +-
12-update_baseline/results-full.csv | 2327 +-
12-update_baseline/results.csv | 158 +-
12-update_baseline/results.log | 2522 +-
12-update_baseline/results.regressions | 7 +-
console.log | 133287 ++++++++++++++-------------
jenkins/manifest.sh | 22 +-
reset-baseline | 0
results | 5 -
results_id | 2 +-
36 files changed, 145771 insertions(+), 139474 deletions(-)
delete mode 100644 11-check_regression/results.regressions
delete mode 100644 11-check_regression/trigger-bisect
delete mode 100644 reset-baseline
--
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-lts-allnoconfig
in repository toolchain/ci/gcc.
from 46fabc24d31 Daily bump.
adds 5ed8c71b53a c++: Fix reuse of class constants [PR94453]
adds ab525ec30f0 c++: Mangling of dependent conversions [PR91377]
adds 1aa6d76d002 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 12 ++++++++++
gcc/cp/constexpr.c | 2 +-
gcc/cp/expr.c | 22 +++++++++++++----
gcc/cp/mangle.c | 1 +
gcc/testsuite/g++.dg/abi/mangle75.C | 13 ++++++++++
.../g++.dg/cpp0x/lambda/lambda-constexpr1.C | 28 ++++++++++++++++++++++
7 files changed, 73 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/abi/mangle75.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-constexpr1.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.