This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from dc20fa683d8 cobol: Improved handling of COBOL Special Registers.
new 8e971d665a9 libstdc++: Make join_view::_Iterator::_M_get_inner noexcept [...]
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/ranges | 4 ++--
libstdc++-v3/testsuite/std/ranges/adaptors/join.cc | 12 ++++++++++++
2 files changed, 14 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 linux.
from d69eb204c255 Merge tag 'net-6.17-rc5' of git://git.kernel.org/pub/scm/l [...]
new d1dfcdd30140 pcmcia: omap_cf: Mark driver struct with __refdata to prev [...]
new 44822df89e8f pcmcia: Fix a NULL pointer dereference in __iodyn_find_io_ [...]
new ce0e8efb8438 pcmcia: ds: Emphasize "really" epizeuxis
new 4bf1541e41d0 pcmcia: remove PCCARD_IODYN
new 9e1ee333631a pcmcia: Use str_off_on() and str_yes_no() helpers
new ecef14f70ec9 pcmcia: omap: Add missing check for platform_get_resource
new 750da5029fd9 pcmcia: cs: Remove unused pcmcia_get_socket_by_nr
new 4a81f78caa53 pcmcia: Add error handling for add_interval() in do_valida [...]
new 4e47e46718c4 Merge tag 'pcmcia-6.18' of git://git.kernel.org/pub/scm/li [...]
new 827733acbe4c crypto: sha1 - Implement export_core() and import_core()
new 30b2a8c4f2f3 crypto: sha256 - Implement export_core() and import_core()
new cdb03b6d1896 crypto: sha512 - Implement export_core() and import_core()
new 01c93aa01c75 Merge tag 'libcrypto-fixes-for-linus' of git://git.kernel. [...]
new 0ef5c4e4dbbf nouveau: fix disabling the nonstall irq due to storm code
new 2cb66ae6040f nouveau: Membar before between semaphore writes and the interrupt
new 69a79ada8eb0 accel/ivpu: Prevent recovery work from being queued during [...]
new 232674e1a6dd drm/sched: Fix racy access to drm_sched_entity.dependency
new 304f455b648d MAINTAINERS: Update git entry for nouveau
new bdd5a14e6600 drm/bridge: ti-sn65dsi86: fix REFCLK setting
new 42e0a73bf788 Merge tag 'drm-misc-fixes-2025-09-03' of https://gitlab.fr [...]
new 379b3c983fc0 drm/xe: Fix incorrect migration of backed-up object to VRAM
new 40bcf6ecf9f0 Merge tag 'drm-xe-fixes-2025-09-03' of https://gitlab.free [...]
new 2d41a4bfee6e drm/amdgpu/sdma: bump firmware version checks for user que [...]
new 5171848bdfb8 drm/amdgpu/mes11: make MES_MISC_OP_CHANGE_CONFIG failure n [...]
new a8b79b09185d drm/amd: Re-enable common modes for eDP and LVDS
new 71403f58b4bb drm/amdgpu: drop hw access in non-DC audio fini
new 3ebf766c3546 drm/amd/display: Clear the CUR_ENABLE register on DCN314 w [...]
new 467e00b30dfe drm/amd/amdgpu: Fix missing error return on kzalloc failure
new 8b556ddeee8d Merge tag 'amd-drm-fixes-6.17-2025-09-03' of https://gitla [...]
new c8ed9b5c02a5 Merge tag 'drm-fixes-2025-09-05' of https://gitlab.freedes [...]
The 30 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 | 2 +-
crypto/sha1.c | 39 +++++
crypto/sha256.c | 71 +++++++++
crypto/sha512.c | 71 +++++++++
drivers/accel/ivpu/ivpu_drv.c | 2 +-
drivers/accel/ivpu/ivpu_pm.c | 4 +-
drivers/accel/ivpu/ivpu_pm.h | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 2 +-
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c | 5 -
drivers/gpu/drm/amd/amdgpu/dce_v11_0.c | 5 -
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c | 5 -
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c | 5 -
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c | 5 +-
drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c | 6 +-
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 3 +-
.../gpu/drm/amd/display/dc/dpp/dcn10/dcn10_dpp.c | 9 ++
.../gpu/drm/amd/display/dc/dpp/dcn10/dcn10_dpp.h | 2 +
.../gpu/drm/amd/display/dc/dpp/dcn30/dcn30_dpp.c | 1 +
.../drm/amd/display/dc/hwss/dcn314/dcn314_hwseq.c | 72 +++++++++
.../drm/amd/display/dc/hwss/dcn314/dcn314_hwseq.h | 2 +
.../drm/amd/display/dc/hwss/dcn314/dcn314_init.c | 1 +
drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h | 3 +
drivers/gpu/drm/bridge/ti-sn65dsi86.c | 11 ++
drivers/gpu/drm/nouveau/gv100_fence.c | 7 +-
.../gpu/drm/nouveau/include/nvhw/class/clc36f.h | 85 +++++++++++
drivers/gpu/drm/nouveau/nvkm/engine/fifo/base.c | 2 +
drivers/gpu/drm/nouveau/nvkm/engine/fifo/ga100.c | 23 ++-
drivers/gpu/drm/nouveau/nvkm/engine/fifo/ga102.c | 1 +
drivers/gpu/drm/nouveau/nvkm/engine/fifo/priv.h | 2 +
.../gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/fifo.c | 1 +
drivers/gpu/drm/scheduler/sched_entity.c | 11 +-
drivers/gpu/drm/xe/xe_bo.c | 3 +-
drivers/pcmcia/Kconfig | 3 -
drivers/pcmcia/Makefile | 1 -
drivers/pcmcia/cs.c | 17 ---
drivers/pcmcia/cs_internal.h | 1 -
drivers/pcmcia/ds.c | 2 +-
drivers/pcmcia/omap_cf.c | 10 +-
drivers/pcmcia/rsrc_iodyn.c | 168 ---------------------
drivers/pcmcia/rsrc_nonstatic.c | 4 +-
drivers/pcmcia/socket_sysfs.c | 5 +-
include/pcmcia/ss.h | 8 +-
42 files changed, 432 insertions(+), 250 deletions(-)
delete mode 100644 drivers/pcmcia/rsrc_iodyn.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 5d45da09e6 testsuite: Update tests for 'xfclose' use
new b173557da9 libio: Define AT_RENAME_* with the same tokens as Linux
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:
libio/stdio.h | 6 +++---
stdio-common/tst-renameat2.c | 6 ++++++
2 files changed, 9 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 39d7c4d42a7 libstdc++: Document remaining C++17 implementation-defined [...]
new dc20fa683d8 cobol: Improved handling of COBOL Special Registers.
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/cobol/genapi.cc | 38 +++---
gcc/cobol/symbols.cc | 85 +++++--------
gcc/cobol/symbols.h | 2 -
libgcobol/common-defs.h | 2 +-
libgcobol/constants.cc | 330 +++++++++++++++++++++++++++++++++++++++++++++---
5 files changed, 364 insertions(+), 93 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 052c1d8284b testsuite: Fix gcc.dg/torture/pr121695-1.c
new 39d7c4d42a7 libstdc++: Document remaining C++17 implementation-defined [...]
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/doc/html/manual/status.html | 18 ++++++++++++++----
libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 5 +++++
libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 19 +++++++++++++++----
3 files changed, 34 insertions(+), 8 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 d6c370b8e96 libstdc++: Document missing implementation defined behavior [...]
new 052c1d8284b testsuite: Fix gcc.dg/torture/pr121695-1.c
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.dg/torture/pr121695-1.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 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 e3d14112b26 AVR: target/121794 - Invoke zero_reg less.
new d6c370b8e96 libstdc++: Document missing implementation defined behavior [...]
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/doc/html/manual/status.html | 18 ++++++++++++++++--
libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 23 ++++++++++++++++++++---
2 files changed, 36 insertions(+), 5 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 6c1e07152fa Daily bump.
new be6142b9edf AVR: target/121794 - Invoke zero_reg less.
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/avr/avr.cc | 74 ++++++++++++++++++++++++++++++++-------------------
1 file changed, 47 insertions(+), 27 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 2965a67c7ef Avoid costing vector stmts with count == 0
new e3d14112b26 AVR: target/121794 - Invoke zero_reg less.
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/avr/avr.cc | 74 ++++++++++++++++++++++++++++++++-------------------
1 file changed, 47 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.