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 89a3edadc Cygwin: bump DLL version to 3.6.1
new 114cbda77 Cygwin: console: tty::restore really restores the previous mode
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/console.cc | 49 ++++++++++++++++-----------------
winsup/cygwin/local_includes/fhandler.h | 4 ++-
winsup/cygwin/release/3.6.1 | 5 ++++
3 files changed, 32 insertions(+), 26 deletions(-)
create mode 100644 winsup/cygwin/release/3.6.1
--
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 8e50c7af7 Cygwin: doc: improve Solaris ACL documentation
new 0bfd91d57 Cygwin: console: tty::restore really restores the previous mode
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/console.cc | 49 ++++++++++++++++-----------------
winsup/cygwin/local_includes/fhandler.h | 4 ++-
winsup/cygwin/release/3.6.1 | 5 ++++
3 files changed, 32 insertions(+), 26 deletions(-)
create mode 100644 winsup/cygwin/release/3.6.1
--
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 a1cffe8cc8ae Merge tag 'dma-mapping-6.14-2025-03-21' of git://git.kerne [...]
new 7643dbd9db09 smb: client: don't retry IO on failed negprotos with soft mounts
new a7ea35b61e37 Merge tag 'v6.14-rc7-smb3-client-fix' of git://git.samba.o [...]
new a952f1ab6968 drm/sched: Fix fence reference count leak
new 80cbee810e4e drm/v3d: Don't run jobs that have errors flagged in its fence
new c3e4a25602f8 drm/v3d: Set job pointer to NULL when the job's fence has [...]
new 84a833d90635 accel/qaic: Fix possible data corruption in BOs > 2G
new 67d15c7aa086 accel/qaic: Fix integer overflow in qaic_validate_req()
new cb83f4b965a6 gpu: host1x: Do not assume that a NULL domain means no DMA IOMMU
new d2738724e41c Merge tag 'drm-misc-fixes-2025-03-20' of ssh://gitlab.free [...]
new 50af7cab7520 drm/xe: Fix exporting xe buffers multiple times
new 5854df5017a5 Merge tag 'drm-xe-fixes-2025-03-20' of https://gitlab.free [...]
new dd8689b52a24 drm/radeon: fix uninitialized size issue in radeon_vce_cs_parse()
new f0105e173103 drm/amdgpu: Fix MPEG2, MPEG4 and VC1 video caps max size
new ec33964d9d88 drm/amdgpu: Fix JPEG video caps max size for navi1x and raven
new 7fc076520850 drm/amdgpu: Remove JPEG from vega and carrizo video caps
new 19b53f96856b drm/amd/pm: add unique_id for gfx12
new 5ca0040ecfe8 drm/amdgpu/pm: wire up hwmon fan speed for smu 14.0.2
new 424648c38381 drm/amdkfd: Fix instruction hazard in gfx12 trap handler
new 86730b5261d4 drm/amdgpu/gfx12: correct cleanup of 'me' field with gfx_v [...]
new 35b6162bb790 drm/amdgpu: Restore uncached behaviour on GFX12
new 542c3bb83673 drm/amdkfd: Fix user queue validation on Gfx7/8
new 35f0f9f42139 drm/amd/display: Fix message for support_edp0_on_dp1
new acbf16a6ae77 drm/amd/display: Use HW lock mgr for PSR1 when only one eDP
new d60073294cc3 drm/amd/display: Fix incorrect fw_state address in dmub_srv
new d9d4cb224e41 drm/amdgpu/pm: Handle SCLK offset correctly in overdrive f [...]
new 41e09ef6c26f Merge tag 'amd-drm-fixes-6.14-2025-03-20' of https://gitla [...]
new b3ee1e460951 Merge tag 'drm-fixes-2025-03-21' of https://gitlab.freedes [...]
The 27 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:
drivers/accel/qaic/qaic_data.c | 9 +-
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c | 2 +-
drivers/gpu/drm/amd/amdgpu/gmc_v12_0.c | 22 +-
drivers/gpu/drm/amd/amdgpu/nv.c | 20 +-
drivers/gpu/drm/amd/amdgpu/soc15.c | 21 +-
drivers/gpu/drm/amd/amdgpu/vi.c | 43 +-
drivers/gpu/drm/amd/amdkfd/cwsr_trap_handler.h | 677 +++++++++++----------
.../gpu/drm/amd/amdkfd/cwsr_trap_handler_gfx12.asm | 82 +--
drivers/gpu/drm/amd/amdkfd/kfd_queue.c | 12 +-
drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 8 +-
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 +-
.../gpu/drm/amd/display/dc/dce/dmub_hw_lock_mgr.c | 11 +
drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c | 2 +-
drivers/gpu/drm/amd/pm/amdgpu_pm.c | 2 +
.../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c | 94 +--
drivers/gpu/drm/radeon/radeon_vce.c | 2 +-
drivers/gpu/drm/scheduler/sched_entity.c | 11 +-
drivers/gpu/drm/v3d/v3d_sched.c | 23 +-
drivers/gpu/drm/xe/xe_bo.h | 2 -
drivers/gpu/drm/xe/xe_dma_buf.c | 2 +-
drivers/gpu/host1x/dev.c | 6 +
fs/smb/client/cifssmb.c | 46 +-
fs/smb/client/smb2pdu.c | 96 ++-
23 files changed, 638 insertions(+), 557 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 5ad200cb2 Add entry 011e6d92dd86a39ccc5c28cc30672c158422c191 from https [...]
new 7d546407a Add entry 011e6d92dd86a39ccc5c28cc30672c158422c191 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 | 4 ++++
.../jira/yaml | 4 ++++
.../status.txt | 4 ++++
.../details.txt | 23 ++++++++--------------
.../reproduction_instructions.txt | 0
.../status-summary.txt | 1 +
.../status.txt | 3 +++
.../tcwg_flang_test/status.txt | 4 ++++
8 files changed, 28 insertions(+), 15 deletions(-)
copy fujitsu_testsuite/sha1/011e6d92dd86a39ccc5c28cc30672c158422c191/tcwg_flang_te [...]
copy fujitsu_testsuite/sha1/{471c71be0fe507ecb02b5a9650e882f261ecc979 => 011e6d92d [...]
create mode 100644 fujitsu_testsuite/sha1/011e6d92dd86a39ccc5c28cc30672c158422c191 [...]
create mode 100644 fujitsu_testsuite/sha1/011e6d92dd86a39ccc5c28cc30672c158422c191 [...]
--
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 cd74222b1 Add entry 011e6d92dd86a39ccc5c28cc30672c158422c191 from https [...]
new 5ad200cb2 Add entry 011e6d92dd86a39ccc5c28cc30672c158422c191 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:
.../build_url | 2 +-
.../last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {llvm/sha1/1fcb6a9754a8db057e18f629cb90011b638901e7 => fujitsu_testsuite/sha1 [...]
copy fujitsu_testsuite/sha1/011e6d92dd86a39ccc5c28cc30672c158422c191/tcwg_flang_te [...]
--
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 f3816fbcf8c Automatic date update in version.in
new bc965121b5f RISC-V: Ssnpm, smnpm and smmpm imply zicsr.
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/elfxx-riscv.c | 3 +++
1 file changed, 3 insertions(+)
--
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 users/roland/aarch64-elf-relro
in repository binutils-gdb.
at 0bafa89eba0 ld: Support RELRO in aarch64-elf target
This branch includes the following new commits:
new 0bafa89eba0 ld: Support RELRO in aarch64-elf target
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.
--
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-14
in repository gcc.
from f86d274ab76 c++: Don't prune constant capture proxies only used in arra [...]
new 99206737034 Daily bump.
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/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 7 +++++++
gcc/d/ChangeLog | 5 +++++
gcc/testsuite/ChangeLog | 5 +++++
libphobos/ChangeLog | 5 +++++
5 files changed, 23 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 releases/gcc-13
in repository gcc.
from 8496e823b59 Daily bump.
new 4bbce04c8c8 Daily bump.
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/DATESTAMP | 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 releases/gcc-12
in repository gcc.
from 2f7620748f0 Daily bump.
new 33c79764340 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.