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 64fae1b70d3 gprofng: support external debug info
new 5fe1ef6f789 gdb/reverse: Add 2 AVX instructions VADDSUBPS and VADDSUBPD
new f4d1a953fe6 aarch64: Reorder virtual feature dependencies
new e68a412e16b aarch64: Add support for FEAT_SVE2p2 and FEAT_SME2p2
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:
gas/config/tc-aarch64.c | 12 +-
gas/doc/c-aarch64.texi | 4 +
gas/testsuite/gas/aarch64/illegal-bfloat16.l | 8 +-
gas/testsuite/gas/aarch64/illegal-sve2.l | 47 +-
gas/testsuite/gas/aarch64/sme2p2.d | 57 +
gas/testsuite/gas/aarch64/sme2p2.s | 50 +
gas/testsuite/gas/aarch64/sve2p2.d | 694 ++++++++
gas/testsuite/gas/aarch64/sve2p2.s | 738 ++++++++
gdb/i386-tdep.c | 10 +
gdb/testsuite/gdb.reverse/i386-avx-reverse.c | 33 +
gdb/testsuite/gdb.reverse/i386-avx-reverse.exp | 70 +
include/opcode/aarch64.h | 13 +-
opcodes/aarch64-asm.c | 13 +
opcodes/aarch64-dis-2.c | 2250 +++++++++++++++++-------
opcodes/aarch64-dis.c | 15 +
opcodes/aarch64-opc.c | 2 +
opcodes/aarch64-opc.h | 2 +
opcodes/aarch64-tbl.h | 160 +-
18 files changed, 3491 insertions(+), 687 deletions(-)
create mode 100644 gas/testsuite/gas/aarch64/sme2p2.d
create mode 100644 gas/testsuite/gas/aarch64/sme2p2.s
create mode 100644 gas/testsuite/gas/aarch64/sve2p2.d
create mode 100644 gas/testsuite/gas/aarch64/sve2p2.s
--
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 41b5f280b Cygwin: spawn: apply PID_NEW_PG flag to spawned child
new c86c08e0a Cygwin: open: only fix file attributes when trying to create file
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:
winsup/cygwin/fhandler/base.cc | 4 ++--
winsup/cygwin/release/3.6.4 | 3 +++
2 files changed, 5 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 main
in repository newlib.
from 41b5f280b Cygwin: spawn: apply PID_NEW_PG flag to spawned child
new c86c08e0a Cygwin: open: only fix file attributes when trying to create file
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:
winsup/cygwin/fhandler/base.cc | 4 ++--
winsup/cygwin/release/3.6.4 | 3 +++
2 files changed, 5 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 cygwin-3_6-branch
in repository newlib.
from dfa09739d Cygwin: spawn: apply PID_NEW_PG flag to spawned child
new ae6683ebc Cygwin: open: only fix file attributes when trying to create file
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:
winsup/cygwin/fhandler/base.cc | 4 ++--
winsup/cygwin/release/3.6.4 | 3 +++
2 files changed, 5 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 binutils-gdb.
from ff38d7218d2 Fix wchar.exp test case per review
new 64fae1b70d3 gprofng: support external debug info
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:
gprofng/src/Disasm.cc | 2 +-
gprofng/src/Dwarf.cc | 23 +++------
gprofng/src/Dwarf.h | 1 +
gprofng/src/DwarfLib.cc | 19 +++++++-
gprofng/src/Elf.cc | 118 +++++++++++++++++++++++++++++++++++++++-----
gprofng/src/Elf.h | 12 ++++-
gprofng/src/Experiment.cc | 3 +-
gprofng/src/Experiment.h | 4 +-
gprofng/src/LoadObject.cc | 80 ++++++++++++++++--------------
gprofng/src/LoadObject.h | 10 +---
gprofng/src/Module.cc | 2 +-
gprofng/src/Stabs.cc | 121 ++++++++++++----------------------------------
gprofng/src/Stabs.h | 3 +-
gprofng/src/gp-archive.cc | 65 ++++++++++++++++++++-----
gprofng/src/gp-archive.h | 1 +
15 files changed, 279 insertions(+), 185 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 70bd97e89dd libstdc++: Do not expose set_brackets/set_separator for for [...]
new c81447d969f c++: Implement part of C++26 P2686R4 - constexpr structured [...]
new 1f3bf202355 libstdc++: Fix _GLIBCXX_DEBUG std::forward_list build regression
new 57da36bed10 xtensa: Fix B[GE/LT]UI instructions with immediate values o [...]
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/config/xtensa/xtensa.cc | 17 +--
gcc/cp/decl.cc | 19 ++--
gcc/cp/parser.cc | 6 +-
gcc/testsuite/g++.dg/cpp1z/decomp3.C | 3 +-
gcc/testsuite/g++.dg/cpp26/decomp22.C | 66 ++++++++++++
gcc/testsuite/g++.dg/cpp26/decomp23.C | 77 +++++++++++++
gcc/testsuite/g++.dg/cpp26/decomp24.C | 20 ++++
gcc/testsuite/g++.dg/cpp26/decomp25.C | 119 +++++++++++++++++++++
gcc/testsuite/g++.dg/cpp26/decomp9.C | 5 +-
.../gcc.target/xtensa/BGEUI-BLTUI-32k-64k.c | 19 ++++
libstdc++-v3/include/debug/forward_list | 8 +-
11 files changed, 333 insertions(+), 26 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp26/decomp22.C
create mode 100644 gcc/testsuite/g++.dg/cpp26/decomp23.C
create mode 100644 gcc/testsuite/g++.dg/cpp26/decomp24.C
create mode 100644 gcc/testsuite/g++.dg/cpp26/decomp25.C
create mode 100644 gcc/testsuite/gcc.target/xtensa/BGEUI-BLTUI-32k-64k.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 glibc.
from 6afece738c htl: move __pthread_get_cleanup_stack to libc
new 652c36b3ea fstatat: extend tests and documentation
new 521b4d6c4d fstat: add test and documentation for an edge case.
new f33bb12366 NEWS: Mention tcache improvements
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:
NEWS | 5 +++++
io/tst-stat-time64.c | 6 ++++++
io/tst-stat.c | 20 +++++++++++++++++++-
manual/filesys.texi | 5 +++++
4 files changed, 35 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 linux.
from d7b8f8e20813 Linux 6.16-rc5
new f9af88a3d384 x86/bugs: Rename MDS machinery to something more generic
new d8010d4ba43e x86/bugs: Add a Transient Scheduler Attacks mitigation
new 31272abd5974 KVM: SVM: Advertise TSA CPUID bits to guests
new 2329f250e04d x86/microcode/AMD: Add TSA microcode SHAs
new 8e786a85c0a3 x86/process: Move the buffer clearing before MONITOR
new 6e9128ff9d81 Merge tag 'tsa_x86_bugs_for_6.16' of git://git.kernel.org/ [...]
new c33453d08a56 efi: Drop preprocessor directives from zboot.lds
new f8b53cc9174c efi: Fix .data section size calculations when .sbat is present
new eadb9fa7f775 Merge tag 'efi-fixes-for-v6.16-1' of git://git.kernel.org/ [...]
new e0a911ac8685 ALSA: hda: Add missing NVIDIA HDA codec IDs
new ce174b48aebb ALSA: hda/realtek - Add mute LED support for HP Victus 15-fb2xxx
new 05f254a6369a ALSA: usb-audio: Improve filtering of sample rates on Focu [...]
new db98ee568510 ALSA: hda/realtek: Add quirk for ASUS ExpertBook B9403CVAR
new 043faef334a1 ALSA: ad1816a: Fix potential NULL pointer deref in snd_car [...]
new cbe876121633 ASoC: fsl_asrc: use internal measured ratio for non-ideal [...]
new 960aed31eedb ASoC: Intel: SND_SOC_INTEL_SOF_BOARD_HELPERS select SND_SO [...]
new dc78f7e59169 ASoC: fsl_sai: Force a software reset when starting in con [...]
new be2e1a63448b MAINTAINERS: update Qualcomm audio codec drivers list
new a7528e9beadb ASoC: Intel: soc-acpi: arl: Correct order of cs42l43 matches
new f7690d058170 ASoC: Intel: sof_sdw: Add quirks for Lenovo P1 and P16
new 3b3312f28ee2 ASoC: cs35l56: probe() should fail if the device ID is not [...]
new 4f5b1aa2e406 Merge tag 'asoc-fix-v6.16-rc4' of https://git.kernel.org/p [...]
new 85e323bdbe28 ALSA: hda/tas2781: Fix calibration data parser issue
new d78f76457d70 ALSA: hda/realtek: Enable headset Mic on Positivo K116J
new d006330be3f7 Merge tag 'sound-6.16-rc6' of git://git.kernel.org/pub/scm [...]
The 25 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/ABI/testing/sysfs-devices-system-cpu | 1 +
.../hw-vuln/processor_mmio_stale_data.rst | 4 +-
Documentation/admin-guide/kernel-parameters.txt | 13 ++
Documentation/arch/x86/mds.rst | 8 +-
MAINTAINERS | 16 +--
arch/x86/Kconfig | 9 ++
arch/x86/entry/entry.S | 8 +-
arch/x86/include/asm/cpufeatures.h | 6 +-
arch/x86/include/asm/irqflags.h | 4 +-
arch/x86/include/asm/kvm_host.h | 1 +
arch/x86/include/asm/mwait.h | 27 ++--
arch/x86/include/asm/nospec-branch.h | 37 +++---
arch/x86/kernel/cpu/amd.c | 44 +++++++
arch/x86/kernel/cpu/bugs.c | 136 ++++++++++++++++++++-
arch/x86/kernel/cpu/common.c | 14 ++-
arch/x86/kernel/cpu/microcode/amd_shas.c | 112 +++++++++++++++++
arch/x86/kernel/cpu/scattered.c | 2 +
arch/x86/kernel/process.c | 16 ++-
arch/x86/kvm/cpuid.c | 10 +-
arch/x86/kvm/reverse_cpuid.h | 7 ++
arch/x86/kvm/svm/vmenter.S | 6 +
arch/x86/kvm/vmx/vmx.c | 2 +-
drivers/base/cpu.c | 3 +
drivers/firmware/efi/libstub/zboot.lds | 6 +-
include/linux/cpu.h | 1 +
sound/isa/ad1816a/ad1816a.c | 2 +-
sound/pci/hda/patch_hdmi.c | 19 +++
sound/pci/hda/patch_realtek.c | 3 +
sound/pci/hda/tas2781_hda.c | 8 +-
sound/soc/codecs/cs35l56-shared.c | 2 +-
sound/soc/fsl/fsl_asrc.c | 3 +-
sound/soc/fsl/fsl_sai.c | 14 ++-
sound/soc/intel/boards/Kconfig | 1 +
sound/soc/intel/boards/sof_sdw.c | 3 +
sound/soc/intel/common/soc-acpi-intel-arl-match.c | 12 +-
sound/usb/format.c | 22 ++--
36 files changed, 484 insertions(+), 98 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 9c600a7e6cc libstdc++: Better CTAD for span and mdspan [PR120914].
new 70bd97e89dd libstdc++: Do not expose set_brackets/set_separator for for [...]
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:
libstdc++-v3/include/std/format | 4 +-
.../testsuite/std/format/ranges/pr119861_neg.cc | 52 ++++++++++++++++++++++
2 files changed, 54 insertions(+), 2 deletions(-)
create mode 100644 libstdc++-v3/testsuite/std/format/ranges/pr119861_neg.cc
--
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 67452737d8e Fortran: Ensure arguments in coarray call get unique compon [...]
new 7e3c677f961 nr2.0: late: Correctly initialize funny_error member
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/rust/resolve/rust-late-name-resolver-2.0.cc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.