This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 685527a408e bitint: Fix build [PR121413]
new 50b1959cab1 Allow fully masked loops with legacy gather/scatter
new 3da5038ed58 Use proper alias type for gather/scatter with SLP
new 79e4f386ad8 Record gather/scatter scale and base in the SLP tree
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:
gcc/testsuite/gcc.dg/vect/vect-gather-1.c | 6 +--
gcc/tree-vect-data-refs.cc | 24 +++++++---
gcc/tree-vect-slp.cc | 22 +++++++++
gcc/tree-vect-stmts.cc | 74 ++++++++++++++++++-------------
gcc/tree-vectorizer.h | 9 ++++
5 files changed, 94 insertions(+), 41 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 479058002c32 Merge tag 'ata-6.17-rc1-fixes' of git://git.kernel.org/pub [...]
new 3e90b38781e3 scsi: mpt3sas: Fix a fw_event memory leak
new 33b3120cb20f scsi: ufs: qcom: Drop dead compile guard
new dafeaf2c03e7 scsi: aacraid: Stop using PCI_IRQ_AFFINITY
new 7bdc68921481 scsi: Revert "scsi: iscsi: Fix HW conn removal use after free"
new 35dabf4503b9 scsi: ufs: core: Use link recovery when h8 exit fails duri [...]
new 7ffbf335e325 scsi: target: iblock: Allow iblock devices to be shared
new 220e6083e8bd scsi: MAINTAINERS: Update hisi_sas entry
new 6e0f6aa44b68 scsi: target: core: Generate correct identifiers for PR OU [...]
new 37c4e72b0651 scsi: Fix sas_user_scan() to handle wildcard and multi-cha [...]
new 51b6f738ebfa scsi: ufs: core: Use str_true_false() helper in UFS_FLAG()
new 262893939604 scsi: ufs: host: mediatek: Simplify boolean conversion
new a84a9ba7888f scsi: ufs: host: mediatek: Add DDR_EN setting
new 16b30c7a4c56 scsi: ufs: host: mediatek: Change ref-clk timeout policy
new a44ff97f895b scsi: ufs: host: mediatek: Handle broken RTC based on DTS setting
new 66e26a4b8a77 scsi: ufs: host: mediatek: Set IRQ affinity policy for MCQ mode
new 7996746394df scsi: ufs: host: mediatek: Add more UFSCHI hardware versions
new ff40f31216ff scsi: ufs: host: mediatek: Add clock scaling query function
new 31a20e9f7c76 scsi: ufs: host: mediatek: Support clock scaling with Vcor [...]
new 5e5976f5242d scsi: ufs: host: mediatek: Support FDE (AES) clock scaling
new 60feab054bc0 Merge patch series "ufs: host: mediatek: Provide features [...]
new 4428ddea832c scsi: ufs: ufs-pci: Fix hibernate state transition for Int [...]
new 6de7435e6b81 scsi: ufs: ufs-pci: Fix default runtime and system PM levels
new 28a60bbbe739 scsi: ufs: ufs-pci: Remove UFS PCI driver's ->late_init() [...]
new 497027eade8c scsi: ufs: core: Move ufshcd_enable_intr() and ufshcd_disa [...]
new c5977c4c0731 scsi: ufs: core: Remove duplicated code in ufshcd_send_bsg [...]
new b4c0cab4eb8d scsi: ufs: core: Set and clear UIC Completion interrupt as needed
new d402b20f9c31 scsi: ufs: core: Do not write interrupt enable register un [...]
new 22b246e3fc5e scsi: ufs: ufs-pci: Remove control of UIC Completion inter [...]
new aa8c53346e38 Merge patch series "scsi: ufs: ufs-pci: Fix hibernate stat [...]
new 6f1fd3e0279f scsi: ufs: ufs-mediatek: Add UFS host support for MT8195 SoC
new 794ff7a0a6e7 scsi: dt-bindings: mediatek,ufs: Add ufs-disable-mcq flag [...]
new d01cfeac89e9 scsi: dt-bindings: mediatek,ufs: add MT8195 compatible and [...]
new a28f98103890 scsi: arm64: dts: mediatek: mt8195: Add UFSHCI node
new 8e48727c26c4 scsi: sd: Make sd shutdown issue START STOP UNIT appropriately
new 54091eee08ac scsi: libsas: Refactor dev_is_sata()
new 0dd03570512a scsi: libsas: Simplify sas_ata_wait_eh()
new bd31394aabf3 scsi: libsas: Make sas_get_ata_info() static
new 704ed03abf6b scsi: libsas: Move declarations of internal functions to s [...]
new 75fe230b9bed scsi: libsas: Use a bool for sas_deform_port() second argument
new 7038db703317 Merge patch series "libsas cleanups"
new d7edcc7c9109 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linu [...]
new 0a32e4f0025a btrfs: fix log tree replay failure due to file with 0 link [...]
new cca7a0aae895 Merge tag 'for-6.17-fix-tag' of git://git.kernel.org/pub/s [...]
The 43 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:
.../devicetree/bindings/ufs/mediatek,ufs.yaml | 46 ++-
MAINTAINERS | 2 +-
arch/arm64/boot/dts/mediatek/mt8195.dtsi | 25 ++
drivers/scsi/aacraid/comminit.c | 3 +-
drivers/scsi/libsas/sas_ata.c | 10 +-
drivers/scsi/libsas/sas_discover.c | 2 +-
drivers/scsi/libsas/sas_internal.h | 78 ++++-
drivers/scsi/libsas/sas_phy.c | 6 +-
drivers/scsi/libsas/sas_port.c | 13 +-
drivers/scsi/mpt3sas/mpt3sas_scsih.c | 3 +-
drivers/scsi/scsi_scan.c | 2 +-
drivers/scsi/scsi_transport_iscsi.c | 2 +
drivers/scsi/scsi_transport_sas.c | 60 +++-
drivers/scsi/sd.c | 4 +-
drivers/target/target_core_fabric_lib.c | 63 +++-
drivers/target/target_core_iblock.c | 33 ++-
drivers/target/target_core_iblock.h | 1 +
drivers/target/target_core_internal.h | 4 +-
drivers/target/target_core_pr.c | 18 +-
drivers/ufs/core/ufs-sysfs.c | 3 +-
drivers/ufs/core/ufshcd.c | 105 +++----
drivers/ufs/host/ufs-mediatek.c | 330 ++++++++++++++++++---
drivers/ufs/host/ufs-mediatek.h | 32 ++
drivers/ufs/host/ufs-qcom.c | 8 -
drivers/ufs/host/ufshcd-pci.c | 33 +--
fs/btrfs/tree-log.c | 48 +--
include/scsi/sas_ata.h | 91 +-----
27 files changed, 731 insertions(+), 294 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 d6e93eedfb9 Automatic date update in version.in
new c2729c37f10 strip: Don't treat fat IR objects as plugin object
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:
bfd/archive.c | 10 ++
bfd/bfd-in2.h | 3 +
bfd/bfd.c | 3 +
bfd/format.c | 25 ++-
bfd/plugin.c | 3 +
binutils/nm.c | 9 +-
binutils/objcopy.c | 13 +-
ld/testsuite/ld-plugin/lto-binutils.exp | 175 +++++++++++++++++++++
.../pr33198.c => ld/testsuite/ld-plugin/pr33246.c | 0
9 files changed, 234 insertions(+), 7 deletions(-)
copy binutils/testsuite/binutils-all/x86-64/pr33198.c => ld/testsuite/ld-plugin/pr [...]
--
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 810fd78de16 Daily bump.
new 3f898502159 AArch64: Fix test for vector length safety
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/gcc.target/aarch64/sve/acle/general/cops.c | 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 297a1d1cb10 AArch64: Fix test for vector length safety
new 685527a408e bitint: Fix build [PR121413]
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/gimple-lower-bitint.cc | 3 ++-
1 file changed, 2 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 ed1ee231172 bitint: Do not optimize away conversion to _BitInt before a VCE
new 297a1d1cb10 AArch64: Fix test for vector length safety
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/gcc.target/aarch64/sve/acle/general/cops.c | 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 a107b01da42 libgcc: Remove useless forward declaration [PR121397]
new a76a032354e bitint: Avoid extending ABI-extended large/huge _BitInts on load
new 88f638e276c bitint: Make sure BEXTC checks extension when optimized
new 94d2bc6d08c bitint: Zero-extend the result of a signed->unsigned widening cast
new ed1ee231172 bitint: Do not optimize away conversion to _BitInt before a VCE
The 4 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/gimple-lower-bitint.cc | 46 +++++++++++++++++----
gcc/match.pd | 19 ++++++++-
gcc/testsuite/gcc.dg/bitintext.h | 28 ++++++-------
gcc/testsuite/gcc.dg/torture/bitint-83.c | 48 ++++++++++++++++++++++
.../gcc.dg/torture/{bitint-64.c => bitint-84.c} | 20 ++++-----
5 files changed, 124 insertions(+), 37 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/bitint-83.c
copy gcc/testsuite/gcc.dg/torture/{bitint-64.c => bitint-84.c} (57%)
--
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 release/2.42/master
in repository glibc.
from e5754399b5 Revert "tst-freopen4-main.c: Call support_capture_subprocess [...]
new c5476b7907 hurd: support: Fix running SGID tests
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:
support/support_capture_subprocess.c | 21 +++++++++++++++++++++
1 file changed, 21 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 d175a6b119b bitint: Fix up handling of uninitialized mul/div/float cast [...]
new 70aff5112ec bitint: Fix up INTEGER_CST PHI handling [PR121413]
new a107b01da42 libgcc: Remove useless forward declaration [PR121397]
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/gimple-lower-bitint.cc | 21 +++++++++++++++++---
gcc/testsuite/gcc.dg/torture/bitint-85.c | 34 ++++++++++++++++++++++++++++++++
libgcc/enable-execute-stack-mprotect.c | 1 -
3 files changed, 52 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/bitint-85.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 gcc.
from de2eaf63ad4 fortran: cleanup duplicate tests for c_f_pointer_shape_driver
new 4f2cd5a8883 gengtype: Include system.h earlier in gengtype-lex.cc [PR121386]
new d175a6b119b bitint: Fix up handling of uninitialized mul/div/float cast [...]
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/Makefile.in | 3 +++
gcc/gengtype-lex.l | 11 -----------
gcc/gimple-lower-bitint.cc | 15 ++++++++++++---
gcc/testsuite/gcc.dg/bitint-125.c | 15 +++++++++++++++
4 files changed, 30 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/bitint-125.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.