This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from a14bf463e7df Merge tag 'i2c-for-6.13-rc1-part3' of git://git.kernel.org [...]
new 40384c840ea1 Linux 6.13-rc1
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:
Makefile | 4 ++--
1 file changed, 2 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.
unknown user pushed a change to branch master
in repository linux.
from 88862eeb4763 Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub [...]
new 81de291d86b7 of: dynamic: Add of_changeset_update_prop_string
new 1fcc67e3a354 of: base: Add for_each_child_of_node_with_prefix()
new 157ce8f381ef i2c: Introduce OF component probe function
new 897261149d25 i2c: of-prober: Add simple helpers for regulator support
new 39b415f84654 i2c: of-prober: Add GPIO support to simple helpers
new 3fc361af8ab0 platform/chrome: Introduce device tree hardware prober
new aac9e2afa807 arm64: dts: mediatek: mt8173-elm-hana: Mark touchscreens a [...]
new 44b682694a0c i2c: Fix whitespace style issue
new 0d40daa1c136 of: base: Document prefix argument for of_get_next_child_w [...]
new caf4bdb558cb MAINTAINERS: fix typo in I2C OF COMPONENT PROBER
new a14bf463e7df Merge tag 'i2c-for-6.13-rc1-part3' of git://git.kernel.org [...]
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:
MAINTAINERS | 8 +
arch/arm64/boot/dts/mediatek/mt8173-elm-hana.dtsi | 14 +
arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi | 4 +-
drivers/i2c/Makefile | 1 +
drivers/i2c/i2c-core-of-prober.c | 415 ++++++++++++++++++++++
drivers/i2c/i2c-core-smbus.c | 2 +-
drivers/of/base.c | 36 ++
drivers/of/dynamic.c | 44 +++
drivers/platform/chrome/Kconfig | 11 +
drivers/platform/chrome/Makefile | 1 +
drivers/platform/chrome/chromeos_of_hw_prober.c | 154 ++++++++
include/linux/i2c-of-prober.h | 140 ++++++++
include/linux/of.h | 13 +
13 files changed, 840 insertions(+), 3 deletions(-)
create mode 100644 drivers/i2c/i2c-core-of-prober.c
create mode 100644 drivers/platform/chrome/chromeos_of_hw_prober.c
create mode 100644 include/linux/i2c-of-prober.h
--
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 f788b5ef1ca9 Merge tag 'timers_urgent_for_v6.13_rc1' of git://git.kerne [...]
new f69e63756f78 printf: Remove unused 'bprintf'
new 88862eeb4763 Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub [...]
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:
include/linux/string.h | 1 -
lib/vsprintf.c | 23 -----------------------
2 files changed, 24 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 bcc8eda6d349 Merge tag 'turbostat-2024.11.30' of git://git.kernel.org/p [...]
new 9022ed0e7e65 strscpy: write destination buffer only once
new d9bb40544653 x86/cpu: Fix PPIN initialization
new f1d84b59cbb9 x86/mm: Carve out INVLPG inline asm for use by others
new c809b0d0e52d x86/microcode/AMD: Flush patch buffer mapping after application
new be4ca6c53e66 x86/Documentation: Update algo in init_size description of [...]
new ff6cdc407f41 x86/CPU/AMD: Terminate the erratum_1386_microcode array
new 58ac609b99db Merge tag 'x86_urgent_for_v6.13_rc1' of git://git.kernel.o [...]
new 12aaf67584cf irqchip/irq-mvebu-sei: Move misplaced select() callback to [...]
new f82e62d470cc irqchip/gicv3-its: Add workaround for hip09 ITS erratum 162100801
new cc47268cb484 irqchip: Switch back to struct platform_driver::remove()
new 63f4993b792e Merge tag 'irq_urgent_for_v6.13_rc1' of git://git.kernel.o [...]
new f5807b0606da ntp: Remove invalid cast in time offset math
new 4d17c25eaf5d delay: Fix ndelay() spuriously treated as udelay()
new 63dffecfba3e posix-timers: Target group sigqueue to current task only i [...]
new f788b5ef1ca9 Merge tag 'timers_urgent_for_v6.13_rc1' of git://git.kerne [...]
The 15 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/arch/arm64/silicon-errata.rst | 2 ++
Documentation/arch/x86/boot.rst | 17 +++++++---
arch/arm64/Kconfig | 11 +++++++
arch/x86/include/asm/tlb.h | 4 +++
arch/x86/kernel/cpu/amd.c | 1 +
arch/x86/kernel/cpu/common.c | 2 +-
arch/x86/kernel/cpu/microcode/amd.c | 25 ++++++++++++---
arch/x86/mm/tlb.c | 3 +-
drivers/irqchip/irq-gic-v3-its.c | 50 ++++++++++++++++++++++-------
drivers/irqchip/irq-imgpdc.c | 2 +-
drivers/irqchip/irq-imx-intmux.c | 2 +-
drivers/irqchip/irq-imx-irqsteer.c | 2 +-
drivers/irqchip/irq-keystone.c | 2 +-
drivers/irqchip/irq-ls-scfg-msi.c | 2 +-
drivers/irqchip/irq-madera.c | 2 +-
drivers/irqchip/irq-mvebu-pic.c | 2 +-
drivers/irqchip/irq-mvebu-sei.c | 2 +-
drivers/irqchip/irq-pruss-intc.c | 2 +-
drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
drivers/irqchip/irq-renesas-irqc.c | 2 +-
drivers/irqchip/irq-renesas-rza1.c | 2 +-
drivers/irqchip/irq-ts4800.c | 2 +-
include/asm-generic/delay.h | 4 +--
kernel/signal.c | 7 ++--
kernel/time/ntp.c | 2 +-
lib/string.c | 23 +++++++++----
26 files changed, 130 insertions(+), 47 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 gcc.
from 721a38add97 [PATCH] gcc: configure: Fix the optimization flags cleanup
new 90becd94cf9 [contrib] validate_failures.py: fix python 3.12 escape sequ [...]
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:
contrib/testsuite-management/validate_failures.py | 8 ++++----
1 file changed, 4 insertions(+), 4 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 gcc.
from 113e902e842 [PATCH v7 12/12] Add tests for CRC detection and generation
new 999aad44aa8 Thanks for the feedback on the first version of the patch. [...]
new 721a38add97 [PATCH] gcc: configure: Fix the optimization flags cleanup
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:
gcc/configure | 4 +--
gcc/configure.ac | 4 +--
gcc/testsuite/gcc.dg/tree-ssa/phi-opt-11.c | 31 ++++++++++++++++++-
gcc/tree-ssa-phiopt.cc | 48 +++++++++++++++++++-----------
4 files changed, 64 insertions(+), 23 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 master
in repository toolchain/ci/interesting-commits.
from 083191d3b Add entry ee030b28004eade3da872e7ae62a526a2940a705 from https [...]
new ebc92fbd2 Add entry ee030b28004eade3da872e7ae62a526a2940a705 from https [...]
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:
.../jira/description | 4 ++++
.../ee030b28004eade3da872e7ae62a526a2940a705/jira/yaml | 4 ++++
.../ee030b28004eade3da872e7ae62a526a2940a705/status.txt | 4 ++++
.../master-thumb_m33_hard_eabi}/details.txt | 14 +++++++-------
.../reproduction_instructions.txt | 4 ++--
.../reproduction_instructions_with_ci_script.txt | 4 ++--
.../master-thumb_m33_hard_eabi}/status-summary.txt | 0
.../master-thumb_m33_hard_eabi/status.txt | 4 ++--
.../tcwg_gnu_embed_check_gcc/status.txt | 4 ++++
9 files changed, 29 insertions(+), 13 deletions(-)
copy gcc/sha1/{b281e13ecad12d07209924a7282c53be3a1c3774/tcwg_gnu_embed_check_gcc/m [...]
copy gcc/sha1/ee030b28004eade3da872e7ae62a526a2940a705/{tcwg_bootstrap_check/maste [...]
copy gcc/sha1/ee030b28004eade3da872e7ae62a526a2940a705/tcwg_gnu_embed_check_gcc/{m [...]
copy {fujitsu_testsuite/sha1/a0e269d5d279c3a0781bb74940cf5ec16b4ab109 => gcc/sha1/ [...]
copy gcc/sha1/{a88d6c6d777ad7c9235e2e620318f26e5347e50a => ee030b28004eade3da872e7 [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from d30dc1b70 Add entry b5df3eefd70064973fc5cb41c391d71781b8d3ac from https [...]
new 083191d3b Add entry ee030b28004eade3da872e7ae62a526a2940a705 from https [...]
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:
.../tcwg_gnu_embed_check_gcc/master-thumb_m33_hard_eabi}/build_url | 2 +-
.../master-thumb_m33_hard_eabi}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {binutils/sha1/31ed3a9d691493486f6e32357d89a55229dbdc0a/tcwg_gnu_embed_check_ [...]
copy gcc/sha1/ee030b28004eade3da872e7ae62a526a2940a705/{tcwg_bootstrap_check/maste [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from 4b3a18530 Add entry b5df3eefd70064973fc5cb41c391d71781b8d3ac from https [...]
new d30dc1b70 Add entry b5df3eefd70064973fc5cb41c391d71781b8d3ac from https [...]
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:
...5783-gb5df3eefd700 => gcc-15-5783-gb5df3eefd70} | 0
.../commit-log.txt | 2 +-
.../jira/description | 7 +-
.../jira/summary | 2 +-
.../jira/yaml | 9 +-
.../status.txt | 5 +
.../master-aarch64-check_bootstrap}/details.txt | 372 ++++++++++-----------
.../reproduction_instructions.txt | 4 +-
.../reproduction_instructions_with_ci_script.txt | 4 +-
.../status-summary.txt | 0
.../master-aarch64-check_bootstrap/status.txt | 6 +-
.../{ => tcwg_bootstrap_check}/status-summary.txt | 0
.../tcwg_bootstrap_check/status.txt | 6 +-
13 files changed, 216 insertions(+), 201 deletions(-)
copy gcc/basepoints/{gcc-15-5783-gb5df3eefd700 => gcc-15-5783-gb5df3eefd70} (100%)
copy gcc/sha1/b5df3eefd70064973fc5cb41c391d71781b8d3ac/{tcwg_gcc_check/master-aarc [...]
copy gcc/sha1/b5df3eefd70064973fc5cb41c391d71781b8d3ac/{tcwg_gcc_check/master-aarc [...]
copy gcc/sha1/b5df3eefd70064973fc5cb41c391d71781b8d3ac/{tcwg_gcc_check/master-aarc [...]
copy gcc/sha1/b5df3eefd70064973fc5cb41c391d71781b8d3ac/{ => tcwg_bootstrap_check/m [...]
copy gcc/sha1/{0f38666680d6ad0e40c4a8b6d94b2c93931cdf42 => b5df3eefd70064973fc5cb4 [...]
copy gcc/sha1/b5df3eefd70064973fc5cb41c391d71781b8d3ac/{ => tcwg_bootstrap_check}/ [...]
copy gcc/sha1/{36e91df7716d34aa5694533837551593ec28f22b => b5df3eefd70064973fc5cb4 [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from cabd2ee67 Add entry 17b520a10cdaabbcbaeaf30fc5228986b368ce0c from https [...]
new 4b3a18530 Add entry b5df3eefd70064973fc5cb41c391d71781b8d3ac from https [...]
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:
.../tcwg_bootstrap_check/master-aarch64-check_bootstrap/build_url | 2 +-
.../master-aarch64-check_bootstrap}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{02917ac4528e32d1b2d0da5f45ef5937c56942cd => b5df3eefd70064973fc5cb4 [...]
copy gcc/sha1/b5df3eefd70064973fc5cb41c391d71781b8d3ac/{tcwg_gcc_check/master-aarc [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.