This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-16-branch
in repository binutils-gdb.
from 12f8e5acbd9 Automatic date update in version.in
new fb0225c44a1 Automatic date update in version.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:
bfd/version.h | 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 binutils-2_44-branch
in repository binutils-gdb.
from a86be93eedb Automatic date update in version.in
new 9432ae8396d Automatic date update in version.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:
bfd/version.h | 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 master
in repository linux.
from 2a239ffbebb5 Merge tag 'sound-6.15-rc5' of git://git.kernel.org/pub/scm [...]
new b1852c5de2f2 i2c: imx-lpi2c: Fix clock count when probe defers
new 8e17493ea2d1 Merge tag 'i2c-host-fixes-6.15-rc5' of git://git.kernel.or [...]
new cbdd17b239fd Merge tag 'i2c-for-6.15-rc5' of git://git.kernel.org/pub/s [...]
new fee4d171451c arm64: errata: Add missing sentinels to Spectre-BHB MIDR arrays
new e8ab83e34bdc Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
The 5 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:
arch/arm64/kernel/proton-pack.c | 2 ++
drivers/i2c/busses/i2c-imx-lpi2c.c | 4 ++--
2 files changed, 4 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 releases/gcc-15
in repository gcc.
from 2f0338ce86a Daily bump.
new 768c8aed07a Fortran: fix procedure pointer handling with -fcheck=pointe [...]
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-decl.cc | 6 +++---
gcc/fortran/trans-expr.cc | 10 +++++----
gcc/testsuite/gfortran.dg/proc_ptr_52.f90 | 1 +
gcc/testsuite/gfortran.dg/proc_ptr_57.f90 | 36 +++++++++++++++++++++++++++++++
4 files changed, 46 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/proc_ptr_57.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 devel/rust/master
in repository gcc.
from 2753c6f3b86 Disable parallel testing for 'rust/compile/nr2/compile.exp' [...]
new 6c68119d57e nr2.0: Fix derive-debug1.rs
new 6b0dd465e70 nr2.0: Improve error handling
new a7f51b8b4bf Change error message to match expected test output
new 06b6c5559a8 Remove error state for GenericArg
new 589c8bbcce3 Prevent forward declaration in type parameters
new f2eb4e9a01e Update generics9 expected error message
new 7df713d5998 Change expected error output to match nr2
new 7c7d476b27c Add fn_once and Sized lang items to the test
new 7f52357ff7f Add equality operator for identifiers
new 22c008cc523 Add hash function for Identifiers
new ca4175b0e5c Add binding context class
new 5d6320ceb3b Add pattern bindings
new 7acf75a3af9 Use stacked context for nested bindings.
new 38b913483fe Remove passing test from exclusion list
new ee61e8917f0 Use specialized param visit function for params
new b22c7d8df0b Completely duplicate path node
new 7409c28ee0a Some assorted tweaks and bug fixes
new 8166a86ae54 Visit visibility in UseDeclaration
new 161e3c684cb Fix narrowing conversion warnings
new e9514b851e9 nr2.0: late: Correctly initialize funny_error member
new 0a316f44a08 backend: Refactor struct pattern compilation
new 515e1692ffe backend: Compile struct rebinding patterns
new 92323dd3bb1 backend: Remove checks on StructFieldIdentPattern
new ecf19aca756 ast: builder: Allow building struct ident patterns
new 5d01bb8c552 derive(PartialEq): Allow deriving enum structs
new 5599bf49cdf derive(PartialEq): Fix raw strings in test
The 26 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/rust/ast/rust-ast-builder.cc | 8 +
gcc/rust/ast/rust-ast-builder.h | 4 +
gcc/rust/ast/rust-ast-collector.cc | 4 +-
gcc/rust/ast/rust-ast-visitor.cc | 17 +-
gcc/rust/ast/rust-ast-visitor.h | 2 +
gcc/rust/ast/rust-ast.h | 18 +++
gcc/rust/ast/rust-path.cc | 2 +-
gcc/rust/ast/rust-path.h | 28 +---
gcc/rust/backend/rust-compile-pattern.cc | 171 ++++++++++++---------
gcc/rust/backend/rust-compile-pattern.h | 15 ++
gcc/rust/checks/errors/borrowck/rust-bir-place.h | 12 +-
gcc/rust/checks/errors/borrowck/rust-bir.h | 40 ++---
gcc/rust/expand/rust-derive-clone.cc | 8 +-
gcc/rust/expand/rust-derive-partial-eq.cc | 66 ++++++--
gcc/rust/hir/rust-ast-lower-type.cc | 2 +-
gcc/rust/parse/rust-parse-impl.h | 36 +++--
gcc/rust/parse/rust-parse.h | 2 +-
gcc/rust/resolve/rust-ast-resolve-type.h | 4 +-
gcc/rust/resolve/rust-default-resolver.cc | 8 +
gcc/rust/resolve/rust-default-resolver.h | 2 +
gcc/rust/resolve/rust-early-name-resolver-2.0.cc | 9 +-
gcc/rust/resolve/rust-early-name-resolver-2.0.h | 16 +-
gcc/rust/resolve/rust-forever-stack.h | 24 ++-
gcc/rust/resolve/rust-forever-stack.hxx | 45 +++---
gcc/rust/resolve/rust-late-name-resolver-2.0.cc | 151 +++++++++++++++++-
gcc/rust/resolve/rust-late-name-resolver-2.0.h | 7 +
gcc/rust/resolve/rust-name-resolution-context.cc | 59 +++++++
gcc/rust/resolve/rust-name-resolution-context.h | 145 ++++++++++++++---
.../resolve/rust-toplevel-name-resolver-2.0.cc | 5 +-
gcc/rust/util/rust-stacked-contexts.h | 9 +-
gcc/testsuite/rust/compile/derive-debug1.rs | 2 +-
gcc/testsuite/rust/compile/generics9.rs | 3 +-
gcc/testsuite/rust/compile/multiple_bindings1.rs | 29 ++--
gcc/testsuite/rust/compile/nr2/exclude | 9 --
gcc/testsuite/rust/compile/use_1.rs | 9 +-
.../torture/derive-partialeq2.rs} | 30 ++--
.../rust/execute/torture/struct_pattern1.rs | 19 +++
37 files changed, 764 insertions(+), 256 deletions(-)
copy gcc/testsuite/rust/{compile/derive-partialeq1.rs => execute/torture/derive-pa [...]
create mode 100644 gcc/testsuite/rust/execute/torture/struct_pattern1.rs
--
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 b41c43684 Add entry 1381a5114788a2e9234ff54e0cd7a3c810f0d02d from https [...]
new bcc50d55e Add entry 1381a5114788a2e9234ff54e0cd7a3c810f0d02d 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 | 5 ++++
.../jira/yaml | 5 ++++
.../status.txt | 5 ++++
.../master-arm-bootstrap_profiled}/details.txt | 22 ++++++++-------
.../reproduction_instructions.txt} | 31 +++++++---------------
.../status-summary.txt | 0
.../master-arm-bootstrap_profiled/status.txt | 4 +--
.../tcwg_bootstrap_build}/status-summary.txt | 0
.../tcwg_bootstrap_build/status.txt | 4 +++
9 files changed, 43 insertions(+), 33 deletions(-)
copy gcc/sha1/{36e877996936abd8bd08f8b1d983c8d1023a5842/tcwg_bootstrap_build/maste [...]
copy gcc/sha1/{36e877996936abd8bd08f8b1d983c8d1023a5842/tcwg_bootstrap_build/maste [...]
copy {aosp_superproject/sha1/0ccbdeff847ae5390ba6632a67f6b5d2ab8632c1 => gcc/sha1/ [...]
copy gcc/sha1/{20a3c74c347429c109bc7002285b735be83f6a0b => 1381a5114788a2e9234ff54 [...]
copy {aosp_superproject/sha1/0ccbdeff847ae5390ba6632a67f6b5d2ab8632c1 => gcc/sha1/ [...]
create mode 100644 gcc/sha1/1381a5114788a2e9234ff54e0cd7a3c810f0d02d/tcwg_bootstra [...]
--
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 2fbcf70c3 Add entry d84fbc516ea57de7e88fce76ff6f342ee808c02e from https [...]
new b41c43684 Add entry 1381a5114788a2e9234ff54e0cd7a3c810f0d02d 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_build/master-arm-bootstrap_profiled}/build_url | 2 +-
.../master-arm-bootstrap_profiled}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{0c2037d9d93a8f768cb11698ff794278246bb31f/tcwg_bootstrap_build/maste [...]
copy gcc/sha1/1381a5114788a2e9234ff54e0cd7a3c810f0d02d/{tcwg_gcc_check/master-aarc [...]
--
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 cygwin-3_6-branch
in repository newlib.
from 2c4eeea19 Cygwin: signal: Revive toggling incyg flag in call_signal_handler()
new 837780b91 Cygwin: docs: flesh out docs for cygwin_conv_path.
new 7ad1cc62e Cygwin: docs: fix missing close tag.
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:
winsup/doc/path.xml | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 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 95d3481af6dc Merge tag 'spi-fix-v6.15-rc4' of git://git.kernel.org/pub/ [...]
new 494d0939b1bd ALSA: hda/realtek - Enable speaker for HP platform
new f406005e162b ALSA: usb-audio: Add retry on -EPROTO from usb_set_interface()
new e8fa236e2881 ALSA: hda: Apply volume control on speaker+lineout for HP [...]
new be0c40da8888 ALSA: hda/realtek: Add quirk for HP Spectre x360 15-df1xxx
new 1149719442d2 ALSA: usb-audio: Add second USB ID for Jabra Evolve 65 headset
new 56f1f30e6795 ALSA: ump: Fix buffer overflow at UMP SysEx message conversion
new 0759e77a6d9b ALSA: usb-audio: Fix duplicated name in MIDI substream names
new 4d5b71b48729 ALSA: hda/realtek: Fix built-mic regression on other ASUS models
new 63f5235e0291 ALSA: hda/realtek - Add more HP laptops which need mute led fixup
new a9a69c3b38c8 ASoC: imx-card: Adjust over allocation of memory in imx_ca [...]
new 9aff2e8df240 ASoC: soc-pcm: Fix hw_params() and DAPM widget sequence
new 1aa495a6572f kunit: configs: Add some Cirrus Logic modules to all_tests
new 96014d91cffb ASoC: cs-amp-lib-test: Don't select SND_SOC_CS_AMP_LIB
new a0b887f6eb9a firmware: cs_dsp: tests: Depend on FW_CS_DSP rather then e [...]
new 1749125091cd Fix up building KUnit tests for Cirrus Logic modules
new 63ec4baf725c ASoC: Add Cirrus and Wolfson headers to ASoC section of MA [...]
new 68715cb5c0e0 ASoC: Intel: sof_sdw: Add NULL check in asoc_sdw_rt_dmic_r [...]
new 70ad2e6bd180 ASoC: cs42l43: Disable headphone clamps during type detection
new da6d7db8b162 ASoC: soc-acpi-intel-ptl-match: add empty item to ptl_cs42 [...]
new c1b0f5183a44 ASoC: renesas: rz-ssi: Use NOIRQ_SYSTEM_SLEEP_PM_OPS()
new ba85883d1605 ASoC: amd: acp: Fix NULL pointer deref on acp resume path
new 6d9b64156d84 ASoC: amd: acp: Fix NULL pointer deref in acp_i2s_set_tdm_slot
new 138e6da0392e ASoC: amd: acp: Fix devm_snd_soc_register_card(acp-pdm-mac [...]
new a549b927ea3f ASoC: Intel: bytcr_rt5640: Add DMI quirk for Acer Aspire SW3-013
new 95b2536137ee ASoC: Intel: catpt: avoid type mismatch in dev_dbg() format
new 3cc393d2232e ASoC: simple-card-utils: Fix pointer check in graph_util_p [...]
new 7f91f012c1df ASoC: amd: ps: fix for irq handler return status
new edea92770a3b ASoC: stm32: sai: skip useless iterations on kernel rate loop
new cce34d113e2a ASoC: stm32: sai: add a check on minimal kernel frequency
new 844af9911a5d ASoC: stm32: sai: fix kernel rate configuration
new 02b44a2b2bdc ASoC: intel/sdw_utils: Add volume limit to cs42l43 speakers
new d5463e531c12 ASoC: intel/sdw_utils: Add volume limit to cs35l56 speakers
new 315c84567001 ASoC: intel/sdw_utils: Add volume limits to CS35L56
new 6e5bea1c9306 Merge tag 'asoc-fix-v6.15-rc4' of https://git.kernel.org/p [...]
new 2a239ffbebb5 Merge tag 'sound-6.15-rc5' of git://git.kernel.org/pub/scm [...]
The 35 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 | 6 ++
drivers/firmware/cirrus/Kconfig | 5 +-
include/sound/soc_sdw_utils.h | 1 +
include/sound/ump_convert.h | 2 +-
sound/pci/hda/patch_realtek.c | 91 ++++++++++++++++++++---
sound/soc/amd/acp/acp-i2s.c | 2 +-
sound/soc/amd/acp/acp-legacy-common.c | 2 +-
sound/soc/amd/acp/acp-rembrandt.c | 2 +-
sound/soc/amd/acp/acp-renoir.c | 2 +-
sound/soc/amd/acp/acp63.c | 2 +-
sound/soc/amd/acp/acp70.c | 2 +-
sound/soc/amd/ps/pci-ps.c | 5 +-
sound/soc/codecs/Kconfig | 5 +-
sound/soc/codecs/cs42l43-jack.c | 7 ++
sound/soc/fsl/imx-card.c | 2 +-
sound/soc/generic/simple-card-utils.c | 4 +-
sound/soc/intel/boards/bytcr_rt5640.c | 13 ++++
sound/soc/intel/catpt/dsp.c | 2 +-
sound/soc/intel/common/soc-acpi-intel-ptl-match.c | 3 +-
sound/soc/renesas/rz-ssi.c | 2 +-
sound/soc/sdw_utils/soc_sdw_bridge_cs35l56.c | 4 +
sound/soc/sdw_utils/soc_sdw_cs42l43.c | 10 +++
sound/soc/sdw_utils/soc_sdw_cs_amp.c | 24 ++++++
sound/soc/sdw_utils/soc_sdw_rt_dmic.c | 2 +
sound/soc/soc-pcm.c | 5 +-
sound/soc/stm/stm32_sai_sub.c | 16 ++--
sound/usb/endpoint.c | 7 ++
sound/usb/format.c | 3 +-
sound/usb/midi.c | 16 +++-
tools/testing/kunit/configs/all_tests.config | 2 +
30 files changed, 206 insertions(+), 43 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 newlib.
from e8c25645e Cygwin: docs: fix missing close tag.
new c5fe019a9 Cygwin: CI: Ignore stress test failures on arm64
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:
.github/workflows/cygwin.yml | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.