This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from a901a3568fd2 Merge tag 'iomap-6.5-merge-1' of git://git.kernel.org/pub/ [...]
new f66066bc5136 execve: always mark stack as growing down during early sta [...]
new ae80b4041984 mm: validate the mm before dropping the mmap lock
new 1c5ee2a77b1b i3c: master: svc: fix i3c suspend/resume issue
new 33beadb3b1ab i3c: master: svc: fix cpu schedule in spin lock
new 49b472ebc61d i3c: master: svc: add NACK check after start byte sent
new a74195876b95 Merge tag 'i3c/for-6.5' of git://git.kernel.org/pub/scm/li [...]
new 973ef08456f8 rtc: ab-eoz9: constify pointers to hwmon_channel_info
new d00caa55cecd rtc: ds3232: constify pointers to hwmon_channel_info
new 303b1e894470 rtc: isl12022: constify pointers to hwmon_channel_info
new b19118965778 rtc: rv3032: constify pointers to hwmon_channel_info
new 31b0cecb4042 rtc: Switch i2c drivers back to use .probe()
new 8bb12adb214b rtc: add HAS_IOPORT dependencies
new 93eff1e0e67a dt-bindings: rtc: restrict node name suffixes
new 38e0689b27f8 rtc: stm32: remove dedicated wakeup management
new 06c6e1b01d92 rtc: st-lpc: Release some resources in st_rtc_probe() in c [...]
new 0e6f36cca1bd rtc: st-lpc: Simplify clk handling in st_rtc_probe()
new ac739bac5201 dt-bindings: rtc: isl1208: Convert to json-schema
new 138f352556d7 dt-bindings: rtc: isil,isl1208: Document clock and clock-n [...]
new 380960c40a1d rtc: isl1208: Drop name variable
new fbc06a53561c rtc: isl1208: Make similar I2C and DT-based matching table
new 5923fc75d0df rtc: isl1208: Drop enum isl1208_id and split isl1208_configs[]
new 262f72b4656e rtc: isl1208: Add isl1208_set_xtoscb()
new fdd63f65ac25 rtc: isl1208: Add support for the built-in RTC on the PMIC [...]
new 7e2a60efab8a rtc: rv3028: make rv3028 probeable from userspace
new 487ef32caebe dt-bindings: rtc: Split loongson,ls2x-rtc into SoC-based c [...]
new 9fb23090658a rtc: Remove the Loongson-1 RTC driver
new 1b733a9ebc3d rtc: Add rtc driver for the Loongson family chips
new b349de4c91e6 Merge tag 'rtc-6.5' of git://git.kernel.org/pub/scm/linux/ [...]
new 13ad4b7ce612 dt-bindings: mailbox: qcom: Add IPQ5018 APCS compatible
new ebb0130dad75 dt-bindings: mailbox: convert bcm2835-mbox bindings to YAML
new af9dbbbb4d30 dt-bindings: mailbox: tegra: Document Tegra264 HSP
new 602dbbacc3ef mailbox: tegra: add support for Tegra264
new 1b712f18c461 mailbox: ti-msgmgr: Fill non-message tx data fields with 0x0
new 99bdeae21d25 Merge tag 'mailbox-v6.5' of git://git.linaro.org/landing-t [...]
The 34 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/mailbox/brcm,bcm2835-mbox.txt | 26 --
.../bindings/mailbox/brcm,bcm2835-mbox.yaml | 40 +++
.../bindings/mailbox/nvidia,tegra186-hsp.yaml | 1 +
.../bindings/mailbox/qcom,apcs-kpss-global.yaml | 1 +
.../devicetree/bindings/rtc/isil,isl1208.txt | 38 --
.../devicetree/bindings/rtc/isil,isl1208.yaml | 100 ++++++
.../devicetree/bindings/rtc/loongson,rtc.yaml | 57 +++
Documentation/devicetree/bindings/rtc/rtc.yaml | 2 +-
.../devicetree/bindings/rtc/trivial-rtc.yaml | 2 -
drivers/i3c/master/svc-i3c-master.c | 51 ++-
drivers/mailbox/tegra-hsp.c | 16 +-
drivers/mailbox/ti-msgmgr.c | 12 +-
drivers/rtc/Kconfig | 27 +-
drivers/rtc/Makefile | 2 +-
drivers/rtc/rtc-ab-b5ze-s3.c | 2 +-
drivers/rtc/rtc-ab-eoz9.c | 4 +-
drivers/rtc/rtc-abx80x.c | 2 +-
drivers/rtc/rtc-bq32k.c | 2 +-
drivers/rtc/rtc-ds1307.c | 2 +-
drivers/rtc/rtc-ds1374.c | 2 +-
drivers/rtc/rtc-ds1672.c | 2 +-
drivers/rtc/rtc-ds3232.c | 4 +-
drivers/rtc/rtc-em3027.c | 2 +-
drivers/rtc/rtc-fm3130.c | 2 +-
drivers/rtc/rtc-hym8563.c | 2 +-
drivers/rtc/rtc-isl12022.c | 4 +-
drivers/rtc/rtc-isl12026.c | 2 +-
drivers/rtc/rtc-isl1208.c | 132 +++++--
drivers/rtc/rtc-loongson.c | 397 +++++++++++++++++++++
drivers/rtc/rtc-ls1x.c | 192 ----------
drivers/rtc/rtc-m41t80.c | 2 +-
drivers/rtc/rtc-max6900.c | 2 +-
drivers/rtc/rtc-nct3018y.c | 2 +-
drivers/rtc/rtc-pcf2127.c | 2 +-
drivers/rtc/rtc-pcf85063.c | 2 +-
drivers/rtc/rtc-pcf8523.c | 2 +-
drivers/rtc/rtc-pcf85363.c | 2 +-
drivers/rtc/rtc-pcf8563.c | 2 +-
drivers/rtc/rtc-pcf8583.c | 2 +-
drivers/rtc/rtc-rs5c372.c | 2 +-
drivers/rtc/rtc-rv3028.c | 9 +-
drivers/rtc/rtc-rv3029c2.c | 2 +-
drivers/rtc/rtc-rv3032.c | 4 +-
drivers/rtc/rtc-rv8803.c | 2 +-
drivers/rtc/rtc-rx6110.c | 2 +-
drivers/rtc/rtc-rx8010.c | 2 +-
drivers/rtc/rtc-rx8025.c | 2 +-
drivers/rtc/rtc-rx8581.c | 2 +-
drivers/rtc/rtc-s35390a.c | 2 +-
drivers/rtc/rtc-sd3078.c | 2 +-
drivers/rtc/rtc-st-lpc.c | 16 +-
drivers/rtc/rtc-stm32.c | 28 +-
drivers/rtc/rtc-x1205.c | 2 +-
include/linux/mm.h | 4 +-
mm/mmap.c | 3 +-
55 files changed, 837 insertions(+), 393 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/mailbox/brcm,bcm2835-mbox.txt
create mode 100644 Documentation/devicetree/bindings/mailbox/brcm,bcm2835-mbox.yaml
delete mode 100644 Documentation/devicetree/bindings/rtc/isil,isl1208.txt
create mode 100644 Documentation/devicetree/bindings/rtc/isil,isl1208.yaml
create mode 100644 Documentation/devicetree/bindings/rtc/loongson,rtc.yaml
create mode 100644 drivers/rtc/rtc-loongson.c
delete mode 100644 drivers/rtc/rtc-ls1x.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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 08796916983 gdb: handle core files with .reg/0 section names
new 9dbbe5c948f Fix two Python calls that don't check for errors
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:
gdb/python/py-disasm.c | 8 ++++++--
1 file changed, 6 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_bootstrap_build/master-aarch64-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
from 9d0b357af1 onsuccess: #88: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new 2ec9d3b20d onsuccess: #89: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
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.xz | Bin 2104 -> 2052 bytes
02-prepare_abe/console.log.xz | Bin 2616 -> 2596 bytes
04-build_abe-bootstrap_ubsan/console.log.xz | Bin 353788 -> 351400 bytes
.../make-gcc-stage2.log.xz | Bin 271356 -> 271732 bytes
05-check_regression/console.log.xz | Bin 1068 -> 1044 bytes
git/gcc_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/rewrite.log | 6 +++---
jenkins/run-build.env | 8 ++++----
manifest.sh | 6 +++---
10 files changed, 12 insertions(+), 12 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_aosp-code_size-surfaceflinger/oriole-master
in repository toolchain/ci/base-artifacts.
from 6961b8565a onsuccess: #244: 1: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
new 96cd5c2c17 onsuccess: #245: 1: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
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.xz | Bin 2192 -> 2232 bytes
02-build_aosp_toolchain/console.log.xz | Bin 221556 -> 1824 bytes
03-build_shadow_llvm/console.log.xz | Bin 145132 -> 146772 bytes
04-build_aosp/console.log.xz | Bin 73784 -> 73220 bytes
05-process_shadow_data/console.log.xz | Bin 268 -> 268 bytes
06-check_regression/aosp.improvements | 1 -
06-check_regression/binary.improvements | 1 -
06-check_regression/console.log.xz | Bin 5544 -> 5300 bytes
git/aosp_superproject_rev | 2 +-
git/llvm_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/rewrite.log | 6 ++---
jenkins/run-build.env | 8 +++---
manifest.sh | 8 +++---
results-vs-first/results.csv | 16 ++++++------
results-vs-prev/results.csv | 44 ++++++++++++++++----------------
size.csv | 36 +++++++++++++-------------
17 files changed, 62 insertions(+), 64 deletions(-)
delete mode 100644 06-check_regression/aosp.improvements
delete mode 100644 06-check_regression/binary.improvements
--
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_glibc_check/master-arm
in repository toolchain/ci/base-artifacts.
from b391e3ed87 onsuccess: #484: 0: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
new 128b97bccb onsuccess: #485: 0: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
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.xz | Bin 2088 -> 2064 bytes
02-prepare_abe/console.log.xz | Bin 2612 -> 2592 bytes
03-init_abe_sysroot/console.log.xz | Bin 424 -> 424 bytes
04-build_abe-glibc/console.log.xz | Bin 192388 -> 194296 bytes
04-build_abe-glibc/make-glibc.log.xz | Bin 182568 -> 182552 bytes
05-build_abe-dejagnu/console.log.xz | Bin 4304 -> 4272 bytes
05-build_abe-dejagnu/make-dejagnu.log.xz | Bin 588 -> 588 bytes
.../baseline.xfail | 7 ++++++-
.../check-glibc.log.xz | Bin 365768 -> 365536 bytes
.../console.log.xz | Bin 161792 -> 157736 bytes
.../make-glibc.log.xz | Bin 153732 -> 147992 bytes
07-check_regression/baseline.xfail | 7 ++++++-
07-check_regression/console.log.xz | Bin 3808 -> 3652 bytes
git/glibc_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/rewrite.log | 6 +++---
jenkins/run-build.env | 8 ++++----
manifest.sh | 7 ++++---
sumfiles/tests.sum | 10 +++++-----
sumfiles/xfails.xfail | 7 ++++++-
20 files changed, 36 insertions(+), 20 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 binutils-gdb.
from 0d368ae540c Update after creating 2.41 branch
new 22ed04122f2 gdb: split inferior and thread setup when opening a core file
new 8bcead69665 gdb/testsuite: add test for core file with a 0 pid
new 08796916983 gdb: handle core files with .reg/0 section names
The 3 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:
gdb/corelow.c | 212 +++++++++++++++++----
gdb/testsuite/gdb.arch/core-file-pid0.exp | 73 +++++++
.../gdb.arch/core-file-pid0.x86-64.core.bz2 | Bin 0 -> 750 bytes
3 files changed, 252 insertions(+), 33 deletions(-)
create mode 100644 gdb/testsuite/gdb.arch/core-file-pid0.exp
create mode 100644 gdb/testsuite/gdb.arch/core-file-pid0.x86-64.core.bz2
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.