This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from ad9a728a3388 Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/ [...]
new 62089b804895 kbuild: rpm-pkg: Generate debuginfo package manually
new 6d60354ea2f9 kbuild: Fix permissions of modules.builtin.modinfo
new 8e2499487236 kbuild: Do not run kernel-doc when building external modules
new 44f4119c7c6a Merge tag 'kbuild-fixes-6.19-3' of git://git.kernel.org/pu [...]
new 630fbc6e870e ALSA: hda/realtek - fixed speaker no sound
new 6dd0fdc908c0 ASoC: cs35l45: Corrects ASP_TX5 DAPM widget channel
new 2e48020fd7ce ASoC: dt-bindings: fsl,sai: Add support for i.MX952 platform
new 9210f5ff6318 ASoC: fsl: imx-card: Do not force slot width to sample width
new 018b211b1d32 ASoC: amd: yc: Add ASUS ExpertBook PM1503CDA to quirks list
new 2733634a5f7b Merge tag 'asoc-fix-v6.19-rc6' of https://git.kernel.org/p [...]
new 1aaedafb21f3 ALSA: hda/realtek: Really fix headset mic for TongFang X6AR55xU.
new 891b77d459d0 ALSA: hda/realtek: fix right sounds and mute/micmute LEDs [...]
new 9e18920e783d ALSA: hda/realtek: Add quirk for Inspur S14-G1
new 403a0591be68 ASoC: soc-acpi-intel-ptl-match: fix name_prefix of rt1320-2
new 9502b7df5a3c ASoC: amd: yc: Add DMI quirk for Acer TravelMate P216-41-TCO
new 213c4e51267f ASoC: Intel: sof_es8336: fix headphone GPIO logic inversion
new 94e5baff3ee3 ASoC: sof_sdw: Add a quirk for Lenovo laptop using sidecar [...]
new 00f32dfceda2 Merge tag 'asoc-fix-v6.19-rc7' of https://git.kernel.org/p [...]
new 9827b1fb558a Merge tag 'sound-6.19-rc8' of git://git.kernel.org/pub/scm [...]
new 4b22ec1685ce efivarfs: fix error propagation in efivar_entry_get()
new d097a0783102 Merge tag 'efi-fixes-for-v6.19-3' of git://git.kernel.org/ [...]
new 5815d9303c67 iommupt: Only cache flush memory changed by unmap
new 80f1a2c2332f iommu/tegra241-cmdqv: Reset VCMDQ in tegra241_vcmdq_hw_ini [...]
new 162b42445b58 Merge tag 'iommu-fixes-v6.19-rc7' of git://git.kernel.org/ [...]
The 24 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/sound/fsl,sai.yaml | 1 +
drivers/iommu/arm/arm-smmu-v3/tegra241-cmdqv.c | 3 +
drivers/iommu/generic_pt/iommu_pt.h | 11 +++-
fs/efivarfs/vars.c | 2 +-
scripts/Makefile.build | 2 +
scripts/Makefile.vmlinux | 3 +-
scripts/package/kernel.spec | 65 ++++++++++------------
sound/hda/codecs/realtek/alc269.c | 18 ++++--
sound/soc/amd/yc/acp6x-mach.c | 15 +++++
sound/soc/codecs/cs35l45.c | 2 +-
sound/soc/fsl/imx-card.c | 1 -
sound/soc/intel/boards/sof_es8336.c | 2 +-
sound/soc/intel/boards/sof_sdw.c | 1 +
sound/soc/intel/common/soc-acpi-intel-ptl-match.c | 2 +-
14 files changed, 82 insertions(+), 46 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 glibc.
from 9513e9e5a4 hurd: copy over start/end and entry too on fork
new 67494ceb5d stdio-common: Assume support for 'long long'
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:
stdio-common/vfscanf-internal.c | 11 ++---------
1 file changed, 2 insertions(+), 9 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 0d0ed555bff Add quotemeta to gdb test suite
new c0cb8961421 Remove language_defn::emitchar
new 8366bf9435b Change generic_emit_char to print the quotes
new 4b03223ed5f Introduce character-printing class
new b3c9ef6fceb Move wchar_printer implementation to a new file
new d26406ed1bf Rewrite Rust character printer
new 83298faf7ff Rewrite Ada character printer
new a51fd5b8c25 Rewrite Modula-2 character printer
new 444c9b4946c Rewrite Pascal character printer
new 90484497909 Rewrite Fortran character printer
The 9 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/Makefile.in | 1 +
gdb/ada-lang.c | 67 ++++-
gdb/ada-lang.h | 8 -
gdb/ada-valprint.c | 141 +--------
gdb/c-lang.c | 21 +-
gdb/char-print.c | 545 +++++++++++++++++++++++++++++++++++
gdb/char-print.h | 200 +++++++++++++
gdb/f-lang.c | 27 --
gdb/f-lang.h | 28 +-
gdb/language.c | 9 -
gdb/language.h | 6 -
gdb/m2-lang.c | 144 ++--------
gdb/m2-lang.h | 5 -
gdb/p-lang.c | 136 ++-------
gdb/p-lang.h | 17 --
gdb/rust-lang.c | 95 ++++--
gdb/rust-lang.h | 12 +-
gdb/testsuite/gdb.rust/expr.exp | 4 +-
gdb/testsuite/gdb.rust/unicode.exp | 3 +-
gdb/valprint.c | 576 +------------------------------------
gdb/valprint.h | 2 +-
gdbsupport/gdb_obstack.h | 3 -
22 files changed, 943 insertions(+), 1107 deletions(-)
create mode 100644 gdb/char-print.c
create mode 100644 gdb/char-print.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 binutils-gdb.
from 9272353ace9 gdb/dwarf: merge dwarf2_locate_v{2,5}_dwp_sections
new 0d0ed555bff Add quotemeta to gdb test suite
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/testsuite/gdb.rust/simple.exp | 24 +++---
gdb/testsuite/gdb.testsuite/quotemeta.exp | 46 ++++++++++
gdb/testsuite/lib/gdb.exp | 1 +
gdb/testsuite/lib/quotemeta.exp | 137 ++++++++++++++++++++++++++++++
4 files changed, 196 insertions(+), 12 deletions(-)
create mode 100644 gdb/testsuite/gdb.testsuite/quotemeta.exp
create mode 100644 gdb/testsuite/lib/quotemeta.exp
--
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 9839ae8f241 [PATCH] picolibc: Use %:find-file for both test and access [...]
new fecf1412b32 a68: add SET and CLEAR operators for L bits
new eabf7e0f72d a68: add TEST operator for bits to expanded prelude
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/algol68/a68-low-bits.cc | 112 +++++++++++++++++++++++++
gcc/algol68/a68-low-prelude.cc | 24 ++++++
gcc/algol68/a68-parser-prelude.cc | 33 ++++++++
gcc/algol68/a68.h | 6 ++
gcc/algol68/ga68.texi | 18 ++++
gcc/testsuite/algol68/execute/bits-clear-1.a68 | 30 +++++++
gcc/testsuite/algol68/execute/bits-set-1.a68 | 30 +++++++
gcc/testsuite/algol68/execute/bits-test-1.a68 | 5 ++
8 files changed, 258 insertions(+)
create mode 100644 gcc/testsuite/algol68/execute/bits-clear-1.a68
create mode 100644 gcc/testsuite/algol68/execute/bits-set-1.a68
create mode 100644 gcc/testsuite/algol68/execute/bits-test-1.a68
--
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 glibc.
from ed3d8dd2b3 manual: Fix some typos in the Threads chapter.
new 9513e9e5a4 hurd: copy over start/end and entry too on fork
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:
sysdeps/mach/hurd/_Fork.c | 20 +++++++++++++++++---
1 file changed, 17 insertions(+), 3 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 cd6c3d19f63 middle-end/123887 - fix another missing side-effect check
new 9839ae8f241 [PATCH] picolibc: Use %:find-file for both test and access [...]
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/config/picolibc-spec.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 gcc.
from c40b573828f Fortran: Introduce macros IS_PDT and IS_CLASS_PDT
new cd6c3d19f63 middle-end/123887 - fix another missing side-effect check
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/match.pd | 8 ++++++--
gcc/testsuite/gcc.dg/torture/pr123887-2.c | 12 ++++++++++++
2 files changed, 18 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr123887-2.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 6bfec5d7b8b c++: Fix cp_fold_non_odr_use_1 [PR123557,PR123738]
new c40b573828f Fortran: Introduce macros IS_PDT and IS_CLASS_PDT
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/array.cc | 4 +---
gcc/fortran/gfortran.h | 9 +++++++++
gcc/fortran/match.cc | 6 ++----
gcc/fortran/resolve.cc | 10 +++-------
gcc/fortran/trans-array.cc | 31 ++++++++++---------------------
gcc/fortran/trans-decl.cc | 19 +++++--------------
gcc/fortran/trans-expr.cc | 15 ++++-----------
gcc/fortran/trans-stmt.cc | 28 +++++++---------------------
8 files changed, 41 insertions(+), 81 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 d6386e09845 c++: Handle argument merging push_local_extern_decl_alias [ [...]
new 6bfec5d7b8b c++: Fix cp_fold_non_odr_use_1 [PR123557,PR123738]
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/cp/cp-gimplify.cc | 39 ++++++++++++++--------------
gcc/testsuite/g++.dg/cpp0x/constexpr-ice22.C | 14 ++++++++++
gcc/testsuite/g++.dg/cpp2a/constexpr-ref2.C | 19 ++++++++++++++
3 files changed, 52 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-ice22.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-ref2.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.