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
in repository toolchain/ci/interesting-commits.
from a67d370 Add regression e68e80c8ddb961130b59528d1b865a7143c40537 from [...]
new f7250ff Add regression 30afda5a2f01a0b3b63725dc5ca566a000ecf790 from [...]
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 | 1 +
1 file changed, 1 insertion(+)
--
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 44ebe016df3a Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/ [...]
new d2bc4dd91da6 thermal: imx_sc_thermal: Add hwmon support
new bceb5646a15d thermal: core: Make thermal_zone_set_trips private
new 44fc73223eeb thermal: core: Remove pointless debug traces
new 04fa9c804b0e thermal: devfreq_cooling: Use PM QoS to set frequency limits
new 8097db407a08 thermal: Move default governor config option to the intern [...]
new c68df440b07f thermal: Move struct thermal_attr to the private header
new 33a88af10944 thermal: Move internal IPA functions
new 2e7700dc336d thermal: Move trip point structure definition to private header
new f0129c231772 thermal: Move get_tz_trend to the internal header
new 06f1041f5023 thermal: Move get_thermal_instance to the internal header
new 60518260cab2 thermal: Change IS_ENABLED to IFDEF in the header file
new 708418500644 thermal: Remove stubs for thermal_zone_[un]bind_cooling_device
new 0145f67866b7 thermal: Remove thermal_zone_device_update() stub
new 8cb775bb005c thermal: Delete an error message in four functions
new 3dc748754d68 dt-bindings: thermal: k3: Add VTM bindings documentation
new 48b2bce8c7db thermal: k3: Add support for bandgap sensors
new 79799562bf08 thermal: int3400_thermal: Statically initialize .get_mode( [...]
new 770ae40cd6d2 MAINTAINERS: Add entry for Renesas R-Car thermal drivers
new 7440f518dad9 thermal/drivers/ti-soc-thermal: Avoid dereferencing ERR_PTR
new 333cff6c963f powercap/drivers/idle_inject: Specify idle state max latency
new 3b25846fbbca dt-bindings: thermal: Add the idle cooling device
new dfd0bda3703c thermal/drivers/cpuidle_cooling: Change the registration function
new fc7a3d9e9cd0 thermal: cpuidle: Register cpuidle cooling device
new c1bba2c94dec dt-bindings: thermal: Add yaml bindings for thermal sensors
new 73c46acf9153 dt-bindings: thermal: Add yaml bindings for thermal coolin [...]
new 1202a442a31f dt-bindings: thermal: Add yaml bindings for thermal zones
new f740e64c6cd6 thermal: imx8mm: Replace zero-length array with flexible-array
new 869495ccf52a thermal/core: Get rid of MODULE_* tags
new 3f0cfea3dd6e thermal/core: Replace module.h with export.h
new 231b98af4da0 thermal/drivers/thermal_helpers: Sort headers alphabetically
new 3a74c882dcc1 thermal/drivers/thermal_helpers: Include export.h
new 1330e04f4236 thermal/drivers/thermal_hwmon: Sort headers alphabetically
new e5ebf357bbfc thermal/drivers/thermal_hwmon: Include export.h
new d5d1f6e759df thermal/drivers/clock_cooling: Sort headers alphabetically
new 1628d4b8ca9a thermal/drivers/clock_cooling: Include export.h
new 5ccb451e47fa thermal/drivers/cpufreq_cooling: Sort headers alphabetically
new c65f83c0667a thermal/drivers/cpufreq_cooling: Replace module.h with export.h
new 2b61314e7667 thermal/drivers/of-thermal: Sort headers alphabetically
new 6abea5d2af4c thermal/drivers/user_space: Sort headers alphabetically
new 0015d9a2a727 thermal/governors: Prefix all source files with gov_
new 14adf6c83f7c thermal/of: Rename of-thermal.c
new a7ff82976122 drivers: thermal: tsens: Merge tsens-common.c into tsens.c
new 1ab20c0e53fa thermal: qoriq: Add platform dependencies
new b03628b73564 thermal: rcar_thermal: Clean up rcar_thermal_update_temp()
new 47fa116e5fae thermal: qoriq: Update the settings for TMUv2
new 0ba13c763aac thermal/int340x_thermal: Export GDDV
new 006f006f1e5c thermal/int340x_thermal: Export OEM vendor variables
new 8d485da0ddee thermal/int340x_thermal: Don't require IDSP to exist
new df2fbf5bfa0e Merge tag 'thermal-v5.8-rc1' of git://git.kernel.org/pub/s [...]
The 49 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:
.../bindings/thermal/thermal-cooling-devices.yaml | 116 +++
.../devicetree/bindings/thermal/thermal-idle.yaml | 145 ++++
.../bindings/thermal/thermal-sensor.yaml | 72 ++
.../devicetree/bindings/thermal/thermal-zones.yaml | 341 +++++++++
.../bindings/thermal/ti,am654-thermal.yaml | 56 ++
MAINTAINERS | 9 +
drivers/cpuidle/cpuidle-arm.c | 3 +
drivers/cpuidle/cpuidle-psci.c | 3 +
drivers/powercap/idle_inject.c | 16 +-
drivers/thermal/Kconfig | 14 +-
drivers/thermal/Makefile | 11 +-
drivers/thermal/clock_cooling.c | 3 +-
drivers/thermal/cpufreq_cooling.c | 10 +-
drivers/thermal/cpuidle_cooling.c | 63 +-
drivers/thermal/devfreq_cooling.c | 70 +-
drivers/thermal/{fair_share.c => gov_fair_share.c} | 0
.../{power_allocator.c => gov_power_allocator.c} | 0
drivers/thermal/{step_wise.c => gov_step_wise.c} | 0
drivers/thermal/{user_space.c => gov_user_space.c} | 2 +-
drivers/thermal/imx8mm_thermal.c | 2 +-
drivers/thermal/imx_sc_thermal.c | 4 +
.../intel/int340x_thermal/int3400_thermal.c | 223 +++++-
drivers/thermal/k3_bandgap.c | 264 +++++++
drivers/thermal/qcom/Makefile | 4 +-
drivers/thermal/qcom/tsens-common.c | 843 ---------------------
drivers/thermal/qcom/tsens.c | 838 ++++++++++++++++++++
drivers/thermal/qcom/tsens.h | 5 -
drivers/thermal/qoriq_thermal.c | 26 +-
drivers/thermal/rcar_thermal.c | 9 +-
drivers/thermal/rockchip_thermal.c | 4 +-
drivers/thermal/st/st_thermal_memmap.c | 4 +-
drivers/thermal/st/stm_thermal.c | 4 +-
drivers/thermal/thermal_core.c | 12 +-
drivers/thermal/thermal_core.h | 52 ++
drivers/thermal/thermal_helpers.c | 16 +-
drivers/thermal/thermal_hwmon.c | 6 +-
drivers/thermal/{of-thermal.c => thermal_of.c} | 10 +-
drivers/thermal/ti-soc-thermal/ti-bandgap.c | 5 +-
drivers/thermal/ti-soc-thermal/ti-thermal-common.c | 6 +-
include/linux/cpu_cooling.h | 12 +-
include/linux/idle_inject.h | 4 +
include/linux/thermal.h | 84 +-
42 files changed, 2303 insertions(+), 1068 deletions(-)
create mode 100644 Documentation/devicetree/bindings/thermal/thermal-cooling-devices.yaml
create mode 100644 Documentation/devicetree/bindings/thermal/thermal-idle.yaml
create mode 100644 Documentation/devicetree/bindings/thermal/thermal-sensor.yaml
create mode 100644 Documentation/devicetree/bindings/thermal/thermal-zones.yaml
create mode 100644 Documentation/devicetree/bindings/thermal/ti,am654-thermal.yaml
rename drivers/thermal/{fair_share.c => gov_fair_share.c} (100%)
rename drivers/thermal/{power_allocator.c => gov_power_allocator.c} (100%)
rename drivers/thermal/{step_wise.c => gov_step_wise.c} (100%)
rename drivers/thermal/{user_space.c => gov_user_space.c} (100%)
create mode 100644 drivers/thermal/k3_bandgap.c
delete mode 100644 drivers/thermal/qcom/tsens-common.c
rename drivers/thermal/{of-thermal.c => thermal_of.c} (100%)
--
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
in repository toolchain/ci/interesting-commits.
from 12fe880 Add regression 3dcea658c9e2ac84f0726e679fd7d3b14f9106f0 from [...]
new f33ffec Add regression 3dcea658c9e2ac84f0726e679fd7d3b14f9106f0 from [...]
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 | 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.
unknown user pushed a change to branch releases/gcc-9
in repository gcc.
from 187c96ea531 asan: fix RTX emission for ilp32
new 9322c84f465 go.test: update issue4085b.go to version from Go 1.13
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/testsuite/go.test/test/fixedbugs/issue4085b.go | 4 +++-
1 file changed, 3 insertions(+), 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.
unknown user pushed a change to branch releases/gcc-10
in repository gcc.
from 284f809ef7f coroutines: Correct handling of references in parm copies [ [...]
new 703f9d8687e go.test: update issue4085b.go to version from Go 1.13
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/testsuite/go.test/test/fixedbugs/issue4085b.go | 4 +++-
1 file changed, 3 insertions(+), 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.
unknown user pushed a change to branch master
in repository gcc.
from 06712fc68dc tsan: Add param to disable func-entry-exit instrumentation
new 309a6c468f3 go.test: update issue4085b.go to version from Go 1.13
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/testsuite/go.test/test/fixedbugs/issue4085b.go | 4 +++-
1 file changed, 3 insertions(+), 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_gnu/gnu-release-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 21f7c825 0: update: gcc-d76ee72858dd373ea2bb4594623eb7590c925e68: 1
new c0ed1bbf 0: update: gcc-187c96ea5310cef1977d8a44b0b9a6b561b6c8c7: 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 (21f7c825)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-aarch64- [...]
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 | 96 +-
02-prepare_abe/console.log | 436 +-
04-build_abe-bootstrap_O3/console.log | 66687 +++++++++++++++----------------
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 4 +-
console.log | 67227 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 67240 insertions(+), 67222 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.