This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 765b233a9b94 Merge tag 'i2c-for-6.19-rc2' of git://git.kernel.org/pub/s [...]
new e58c88f0cb2d Input: lkkbd - disable pending work before freeing device
new 2aaf33c6e1e8 Input: atkbd - skip deactivate for HONOR FMB-P's internal [...]
new aed3716db7ff Input: i8042 - add TUXEDO InfinityBook Max Gen10 AMD to i8 [...]
new bf40644ef8c8 Input: alps - fix use-after-free bugs caused by dev3_regis [...]
new d579478cee22 Input: apple_z2 - fix reading incorrect reports after exit [...]
new 733a8924229f Input: add ABS_SND_PROFILE
new 806ec7b797ad Input: xpad - add support for CRKD Guitars
new 248d3a73a016 Input: ti_am335x_tsc - fix off-by-one error in wire_order [...]
new 10a0e846d806 Merge tag 'input-for-v6.19-rc1' of git://git.kernel.org/pu [...]
new 3766511de1ce scripts: coccicheck: filter *.cocci files by MODE
new 52ad85fd33a7 Coccinelle: pm_runtime: Fix typo in report message
new 1123cfe8cfe9 Merge tag 'coccinelle-6.19' of git://git.kernel.org/pub/sc [...]
The 12 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/input/event-codes.rst | 6 ++++++
drivers/hid/hid-debug.c | 1 +
drivers/input/joystick/xpad.c | 5 +++++
drivers/input/keyboard/atkbd.c | 7 +++++++
drivers/input/keyboard/lkkbd.c | 5 ++++-
drivers/input/mouse/alps.c | 1 +
drivers/input/serio/i8042-acpipnpio.h | 7 +++++++
drivers/input/touchscreen/apple_z2.c | 4 ++++
drivers/input/touchscreen/ti_am335x_tsc.c | 2 +-
include/uapi/linux/input-event-codes.h | 9 +++++++++
scripts/coccicheck | 6 +++++-
scripts/coccinelle/api/pm_runtime.cocci | 2 +-
12 files changed, 51 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 linux.
from 9094662f6707 Merge tag 'ata-6.19-rc2' of git://git.kernel.org/pub/scm/l [...]
new fbbd7ce627af genirq: Don't overwrite interrupt thread flags on setup
new 610192c229ce Merge tag 'irq-urgent-2025-12-21' of git://git.kernel.org/ [...]
new 5288176a5412 x86/boot/Documentation: Fix htmldocs build warning due to [...]
new c8161e5304ab x86/fpu: Fix FPU state core dump truncation on CPUs with n [...]
new ac87efcf9e42 x86/boot/Documentation: Fix whitespace noise in boot.rst
new 043507144ae1 x86/sgx: Remove unmatched quote in __sgx_encl_extend funct [...]
new 8b62e64e6d30 x86/mm/tlb/trace: Export the TLB_REMOTE_WRONG_CPU enum in [...]
new 0c01ea92f545 mm: Remove tlb_flush_reason::NR_TLB_FLUSH_REASONS from <li [...]
new 21433d3e3ca1 x86/platform/uv: Fix UBSAN array-index-out-of-bounds
new 0edc78b82bea x86/msi: Make irq_retrigger() functional for posted MSI
new c56a12c71ad3 x86/bug: Fix old GCC compile fails
new 44087d3d4619 Merge tag 'x86-urgent-2025-12-21' of git://git.kernel.org/ [...]
new 60d7f6031b94 i2c: bcm-iproc: Fix Wvoid-pointer-to-enum-cast warning
new 3ff79e76d31f i2c: pxa: Fix Wvoid-pointer-to-enum-cast warning
new 4c544cd6556d i2c: rcar: Fix Wvoid-pointer-to-enum-cast warning
new d9b85d296f3a dt-bindings: i2c: dw: Add Mobileye I2C controllers
new dde7e2131100 i2c: i801: Add support for Intel Nova Lake-S
new 880977fdc7f6 dt-bindings: i2c: qcom-cci: Document SM8750 compatible
new 765b233a9b94 Merge tag 'i2c-for-6.19-rc2' of git://git.kernel.org/pub/s [...]
The 19 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/x86/boot.rst | 198 ++++++++++-----------
.../devicetree/bindings/i2c/qcom,i2c-cci.yaml | 2 +
.../bindings/i2c/snps,designware-i2c.yaml | 7 +
Documentation/i2c/busses/i2c-i801.rst | 1 +
arch/x86/include/asm/bug.h | 2 +-
arch/x86/include/asm/irq_remapping.h | 7 +
arch/x86/include/asm/uv/bios.h | 2 +-
arch/x86/kernel/cpu/sgx/ioctl.c | 2 +-
arch/x86/kernel/fpu/xstate.c | 4 +-
arch/x86/kernel/irq.c | 23 +++
drivers/i2c/busses/Kconfig | 1 +
drivers/i2c/busses/i2c-bcm-iproc.c | 3 +-
drivers/i2c/busses/i2c-i801.c | 3 +
drivers/i2c/busses/i2c-pxa.c | 2 +-
drivers/i2c/busses/i2c-rcar.c | 2 +-
drivers/iommu/intel/irq_remapping.c | 8 +-
include/linux/mm_types.h | 1 -
include/trace/events/tlb.h | 5 +-
kernel/irq/manage.c | 2 +-
19 files changed, 159 insertions(+), 116 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 releases/gcc-15
in repository gcc.
from 5ab82f2ed1f Daily bump.
new 216c4bed3e1 Fortran: Fix bad read involving extra input text.
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/gfortran.dg/pr122936.f90 | 43 ++++++++++++++++++++++++++++++++++
libgfortran/io/list_read.c | 27 ++++++++++++++-------
2 files changed, 61 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr122936.f90
--
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 5bb465a7896 fortran: [PR121472] Fix ICE with constructor for finalized [...]
new abf3f0b24c4 fortran: fix testsuite regression for gfortran.dg/value_9.f [...]
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/fortran/trans-expr.cc | 8 ++++++++
1 file changed, 8 insertions(+)
--
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 a30b5f23b58 fortran: [PR121475] Function result not finalized.
new 5bb465a7896 fortran: [PR121472] Fix ICE with constructor for finalized [...]
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/fortran/trans.cc | 9 ++++++---
gcc/testsuite/gfortran.dg/pr121472.f90 | 33 +++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr121472.f90
--
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 c65fdb6b03d fortran, openmp: Add default case to trans-openmp switch in [...]
new a30b5f23b58 fortran: [PR121475] Function result not finalized.
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/fortran/trans.cc | 5 ++-
gcc/testsuite/gfortran.dg/pr121475.f90 | 75 ++++++++++++++++++++++++++++++++++
2 files changed, 79 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr121475.f90
--
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 e7087d5ca0e maintainer-scripts: Avoid web redirects from Sphinx stylesheets
new c65fdb6b03d fortran, openmp: Add default case to trans-openmp switch in [...]
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/fortran/trans-openmp.cc | 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 gcc.
from 6c565e9b32b libgccjit: Fix test-cold-attribute.c
new e7087d5ca0e maintainer-scripts: Avoid web redirects from Sphinx stylesheets
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:
maintainer-scripts/update_web_docs_git | 8 ++++++++
1 file changed, 8 insertions(+)
--
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 fb1855b4179 vect: use wider precision type for generating early break s [...]
new 6c565e9b32b libgccjit: Fix test-cold-attribute.c
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/jit.dg/all-non-failing-tests.h | 4 ++--
gcc/testsuite/jit.dg/test-cold-attribute.c | 4 ++--
2 files 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 a9c5f33f3a8 c++: adjust comment to align with new default c++20
new fb1855b4179 vect: use wider precision type for generating early break s [...]
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.dg/vect/vect-early-break_141-pr123089.c | 40 ++++++++++++++
gcc/testsuite/gcc.target/aarch64/sve/peel_ind_14.c | 24 ++++++++
.../gcc.target/aarch64/sve/peel_ind_14_run.c | 42 ++++++++++++++
gcc/testsuite/gcc.target/aarch64/sve/peel_ind_15.c | 24 ++++++++
.../gcc.target/aarch64/sve/peel_ind_15_run.c | 42 ++++++++++++++
gcc/testsuite/gcc.target/aarch64/sve/peel_ind_16.c | 24 ++++++++
.../gcc.target/aarch64/sve/peel_ind_16_run.c | 41 ++++++++++++++
gcc/testsuite/gcc.target/aarch64/sve/peel_ind_17.c | 24 ++++++++
.../gcc.target/aarch64/sve/peel_ind_17_run.c | 41 ++++++++++++++
gcc/tree-vect-loop-manip.cc | 6 +-
gcc/tree-vect-loop.cc | 15 +++--
gcc/tree-vect-stmts.cc | 64 ++++++++++++++++++++++
gcc/tree-vectorizer.h | 7 ++-
13 files changed, 384 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-early-break_141-pr123089.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/peel_ind_14.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/peel_ind_14_run.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/peel_ind_15.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/peel_ind_15_run.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/peel_ind_16.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/peel_ind_16_run.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/peel_ind_17.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/peel_ind_17_run.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.