This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12
in repository gcc.
from 448750aff5b Fix test case for PR117811 which failed for int < 32 bit.
new 2230c7a505d c++: decltype(auto) deduction of statement-expression [PR116418]
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/tree.cc | 5 +----
gcc/testsuite/g++.dg/eh/pr84968.C | 4 +++-
gcc/testsuite/g++.dg/ext/stmtexpr26.C | 10 ++++++++++
3 files changed, 14 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/stmtexpr26.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 linux.
from 4663747812d1 Merge tag 'platform-drivers-x86-v6.16-2' of git://git.kern [...]
new 62a65b32bddb dt-bindings: pmem: Convert binding to YAML
new 52da431bf03b Merge tag 'libnvdimm-fixes-6.16-rc3' of git://git.kernel.o [...]
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:
.../devicetree/bindings/pmem/pmem-region.txt | 65 ----------------------
.../devicetree/bindings/pmem/pmem-region.yaml | 48 ++++++++++++++++
MAINTAINERS | 2 +-
3 files changed, 49 insertions(+), 66 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/pmem/pmem-region.txt
create mode 100644 Documentation/devicetree/bindings/pmem/pmem-region.yaml
--
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 c29a37f7417 gdbserver: fix vFile:stat to actually use 'stat'
new bd389c9515d gdb: implement linux namespace support for fileio_lstat and [...]
new 56443763a83 gdb: query inferior's filesystem for build-id debug files
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:
gdb/build-id.c | 6 ++--
gdb/linux-nat.c | 14 ++++++++++
gdb/linux-nat.h | 3 ++
gdb/nat/linux-namespaces.c | 69 ++++++++++++++++++++++++++++++++++++++++++++++
gdb/nat/linux-namespaces.h | 5 ++++
gdbserver/hostio.cc | 9 ++++--
gdbserver/linux-low.cc | 6 ++++
gdbserver/linux-low.h | 2 ++
gdbserver/target.cc | 7 +++++
gdbserver/target.h | 6 ++++
10 files changed, 123 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 binutils-gdb.
from b3f4f211e28 gdb/dwarf: rename get_cu -> get_unit
new 5d56040293f gdb: rename target_fileio_stat to target_fileio_lstat
new 2c91540aff8 gdbserver: add vFile:lstat packet support
new c29a37f7417 gdbserver: fix vFile:stat to actually use 'stat'
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:
gdb/NEWS | 10 ++
gdb/build-id.c | 4 +-
gdb/doc/gdb.texinfo | 28 +++-
gdb/inf-child.c | 6 +-
gdb/inf-child.h | 4 +-
gdb/remote.c | 35 ++---
gdb/target.c | 12 +-
gdb/target.h | 8 +-
gdb/testsuite/gdb.server/build-id-seqno.exp | 6 +-
gdb/testsuite/gdb.server/fileio-packets.exp | 66 +++++++++
gdb/testsuite/gdb.server/fileio-packets.py | 207 ++++++++++++++++++++++++++++
gdbserver/hostio.cc | 38 +++++
12 files changed, 384 insertions(+), 40 deletions(-)
create mode 100644 gdb/testsuite/gdb.server/fileio-packets.exp
create mode 100644 gdb/testsuite/gdb.server/fileio-packets.py
--
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 de0590c561a gdb/dap: allow more requests when the process is running
new b3f4f211e28 gdb/dwarf: rename get_cu -> get_unit
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/dwarf2/read-debug-names.c | 16 ++++++++--------
gdb/dwarf2/read-gdb-index.c | 4 ++--
gdb/dwarf2/read.c | 2 +-
gdb/dwarf2/read.h | 8 ++++----
4 files changed, 15 insertions(+), 15 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 9afe652958c3 Merge tag 'x86_urgent_for_6.16-rc3' of git://git.kernel.or [...]
new 5808c3421695 platform/x86: ideapad-laptop: use usleep_range() for EC polling
new 685f88c72a0c platform/x86/intel-uncore-freq: Fail module load when plat [...]
new afbdc4bbb3a6 platform/x86: samsung-galaxybook: Add SAM0426
new 1d0a61940e22 platform/x86/intel: power-domains: Fix error code in tpmi_init()
new 4dbd11796f3a platform/x86/amd: pmc: Clear metrics table at start of cycle
new f8afb12a2d75 x86/platform/amd: move final timeout check to after final sleep
new 784e48a82976 x86/platform/amd: replace down_timeout() with down_interru [...]
new d9db3a941270 platform/x86/amd: pmf: Use device managed allocations
new 93103d56650d platform/x86/amd: pmf: Prevent amd_pmf_tee_deinit() from r [...]
new d7186dfd4192 platform/x86/amd: pmf: Simplify error flow in amd_pmf_init [...]
new a2f32c7467e8 platform/x86: dell_rbu: Fix lock context warning
new 61ce04601e0d platform/x86: dell_rbu: Fix list usage
new f4b0fa38d5fe platform/x86: dell_rbu: Stop overwriting data buffer
new ea7af9454815 platform/x86: dell_rbu: Bump version
new 3fbf25ecf8b7 MAINTAINERS: .mailmap: Update Hans de Goede's email address
new 2d5a84c3ecc0 platform/x86/intel/pmc: Add Lunar Lake support to Intel PM [...]
new be574d5eee98 platform/x86/intel/pmc: Add Panther Lake support to Intel [...]
new 0c44b46f51a1 platform/x86/intel-uncore-freq: avoid non-literal format string
new 9ba75ccad857 platform/x86/amd/pmc: Add PCSpecialist Lafite Pro V 14M to [...]
new e2468dc70074 Revert "platform/x86: alienware-wmi-wmax: Add G-Mode suppo [...]
new 4663747812d1 Merge tag 'platform-drivers-x86-v6.16-2' of git://git.kern [...]
The 21 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:
.mailmap | 1 +
MAINTAINERS | 72 +++++++-------
drivers/platform/x86/amd/hsmp/hsmp.c | 14 ++-
drivers/platform/x86/amd/pmc/pmc-quirks.c | 9 ++
drivers/platform/x86/amd/pmc/pmc.c | 2 +
drivers/platform/x86/amd/pmf/core.c | 3 +-
drivers/platform/x86/amd/pmf/tee-if.c | 108 ++++++++-------------
drivers/platform/x86/dell/alienware-wmi-wmax.c | 2 +-
drivers/platform/x86/dell/dell_rbu.c | 10 +-
drivers/platform/x86/ideapad-laptop.c | 19 +++-
drivers/platform/x86/intel/pmc/core.h | 7 ++
drivers/platform/x86/intel/pmc/ssram_telemetry.c | 3 +
drivers/platform/x86/intel/tpmi_power_domains.c | 4 +-
.../uncore-frequency/uncore-frequency-common.c | 2 +-
.../intel/uncore-frequency/uncore-frequency-tpmi.c | 9 +-
drivers/platform/x86/samsung-galaxybook.c | 1 +
16 files changed, 137 insertions(+), 129 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 f577a9eb3c8 Ada: Fix assertion failure on problematic container aggregate
new 8a3acd8cf44 c++, coroutines: Remove use of coroutine handle in the frame.
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/coroutines.cc | 62 +++++++++++++++++++++++-----------------------------
1 file changed, 27 insertions(+), 35 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 9f680bfe9b Add TCPI_OPT_USEC_TS from Linux 6.14 and TCPI_OPT_TFO_CHILD [...]
new c274c3c07f malloc: Fix tests-malloc-largetcache 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:
Rules | 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 binutils-gdb.
from fc616d4278f gdb/record: Support csrrci instruction in risc-v
new de0590c561a gdb/dap: allow more requests when the process is running
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/python/lib/gdb/dap/breakpoint.py | 6 +++---
1 file changed, 3 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 fba2f081523 PR modula2/120673: Mutually dependent types crash the compiler
new f577a9eb3c8 Ada: Fix assertion failure on problematic container aggregate
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/ada/sem_aggr.adb | 10 ++++++----
gcc/testsuite/gnat.dg/specs/aggr8.ads | 14 ++++++++++++++
2 files changed, 20 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/specs/aggr8.ads
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.