This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 128c8f96eb86 Merge tag 'drm-fixes-2025-02-14' of https://gitlab.freedes [...]
new 85fcb57c983f xen/swiotlb: relax alignment requirements
new e93ec87286bd x86/xen: allow larger contiguous memory regions in PV guests
new 75ad02318af2 Xen/swiotlb: mark xen_swiotlb_fixup() __init
new fd31a1bea3c9 Merge tag 'for-linus-6.14-rc3-tag' of git://git.kernel.org [...]
new 9759ae2cee7c iommu: Fix potential memory leak in iopf_queue_remove_device()
new ef75966abf95 iommu/amd: Expicitly enable CNTRL.EPHEn bit in resume path
new 78be7f04537f iommu: Fix a spelling error
new 4a8991fe9cd0 iommu/exynos: Fix typos
new add43c4fbc92 iommu/vt-d: Make intel_iommu_drain_pasid_prq() cover fault [...]
new 93bd481b6076 Merge tag 'iommu-fixes-v6.14-rc2' of git://git.kernel.org/ [...]
new 3648027de1fa arm64: Fix 5-level paging support in kexec/hibernate trampoline
new f458b2165d7a arm64: Kconfig: Remove selecting replaced HAVE_FUNCTION_GR [...]
new f64f9dddd1f5 arm64/gcs: Fix documentation for HWCAP
new 21fed7c223e2 arm64/hwcap: Remove stray references to SF8MMx
new ca0f4fe7cf71 arm64: Handle .ARM.attributes section in linker scripts
new 875d742cf532 arm64: cacheinfo: Avoid out-of-bounds write to cacheinfo array
new d923782b0412 arm64: amu: Delay allocating cpumask for AMU FIE support
new f818227a2f3d ACPI: GTDT: Relax sanity checking on Platform Timers array count
new a4cc8494f1d8 arm64: Add missing registrations of hwcaps
new 446a8351f160 arm64: rust: clean Rust 1.85.0 warning using softfloat target
new 111b29599c18 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
new e76946110137 workqueue: Put the pwq after detaching the rescuer from the pool
new f4d4680965aa Merge tag 'wq-for-6.14-rc2-fixes' of git://git.kernel.org/ [...]
new b69bb476dee9 cgroup: fix race between fork and cgroup.kill
new fd079124112c selftests/cgroup: use bash in test_cpuset_v1_hp.sh
new db5fd3cf8bf4 cgroup: Remove steal time from usage_usec
new 80868f5d3dca Merge tag 'cgroup-for-6.14-rc2-fixes' of git://git.kernel. [...]
new be8ee18152b0 sched_ext: Fixes typos in comments
new 2279563e3a8c sched_ext: Include task weight in the error state dump
new 74ca334338a4 selftests/sched_ext: Fix enum resolution
new e9fe182772dc sched_ext: selftests/dsp_local_on: Fix sporadic failures
new d6f3e7d564b2 sched_ext: Fix incorrect autogroup migration detection
new 5f52bbf2f6e0 tools/sched_ext: Add helper to check task migration state
new 3c7d51b0d299 sched_ext: selftests/dsp_local_on: Fix selftest on UP systems
new 1626e5ef0b00 sched_ext: Fix lock imbalance in dispatch_to_local_dsq()
new 029b6ce73371 sched_ext: Fix incorrect time delta calculation in time_delta()
new 2fa0fbeb69ed sched_ext: Implement auto local dispatching of migration d [...]
new 32966821574c sched_ext: Fix migration disabled handling in targeted dispatches
new f3f08c3acfb8 sched_ext: Fix incorrect assumption about migration disabl [...]
new 0760d62dad5d sched_ext: selftests: Fix grammar in tests description
new 2e2006c91c84 sched_ext: Fix the incorrect bpf_list kfunc API in common.bpf.h.
new f5717c93a1b9 sched_ext: Use SCX_CALL_OP_TASK in task_tick_scx
new 04f41cbf03ec Merge tag 'sched_ext-for-6.14-rc2-fixes' of git://git.kern [...]
The 43 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/arch/arm64/gcs.rst | 2 +-
arch/arm64/Kconfig | 1 -
arch/arm64/Makefile | 4 +
arch/arm64/kernel/cacheinfo.c | 12 ++-
arch/arm64/kernel/cpufeature.c | 5 +-
arch/arm64/kernel/topology.c | 22 ++--
arch/arm64/kernel/vdso/vdso.lds.S | 1 +
arch/arm64/kernel/vmlinux.lds.S | 1 +
arch/arm64/mm/trans_pgd.c | 7 ++
arch/x86/xen/mmu_pv.c | 71 +++++++++++--
drivers/acpi/arm64/gtdt.c | 12 ++-
drivers/iommu/amd/amd_iommu_types.h | 1 +
drivers/iommu/amd/init.c | 4 +
drivers/iommu/exynos-iommu.c | 6 +-
drivers/iommu/intel/prq.c | 4 +-
drivers/iommu/io-pgfault.c | 1 +
drivers/iommu/iommu.c | 2 +-
drivers/xen/swiotlb-xen.c | 22 ++--
include/linux/cgroup-defs.h | 6 +-
include/linux/sched/task.h | 1 +
kernel/cgroup/cgroup.c | 20 ++--
kernel/cgroup/rstat.c | 1 -
kernel/sched/autogroup.c | 4 +-
kernel/sched/core.c | 7 +-
kernel/sched/ext.c | 113 ++++++++++++++-------
kernel/sched/ext.h | 4 +-
kernel/sched/sched.h | 2 +-
kernel/workqueue.c | 12 +--
tools/sched_ext/include/scx/common.bpf.h | 25 ++++-
.../testing/selftests/cgroup/test_cpuset_v1_hp.sh | 2 +-
tools/testing/selftests/sched_ext/create_dsq.c | 10 +-
.../selftests/sched_ext/ddsp_bogus_dsq_fail.c | 7 +-
.../selftests/sched_ext/ddsp_vtimelocal_fail.c | 7 +-
.../testing/selftests/sched_ext/dsp_local_on.bpf.c | 2 +-
tools/testing/selftests/sched_ext/dsp_local_on.c | 1 +
.../selftests/sched_ext/enq_last_no_enq_fails.c | 10 +-
.../selftests/sched_ext/enq_select_cpu_fails.c | 10 +-
tools/testing/selftests/sched_ext/exit.c | 1 +
tools/testing/selftests/sched_ext/hotplug.c | 6 +-
.../selftests/sched_ext/init_enable_count.c | 27 ++---
tools/testing/selftests/sched_ext/maximal.c | 7 +-
tools/testing/selftests/sched_ext/maybe_null.c | 2 +-
tools/testing/selftests/sched_ext/minimal.c | 10 +-
tools/testing/selftests/sched_ext/prog_run.c | 10 +-
tools/testing/selftests/sched_ext/reload_loop.c | 9 +-
tools/testing/selftests/sched_ext/select_cpu_dfl.c | 7 +-
.../sched_ext/select_cpu_dfl_nodispatch.c | 7 +-
.../selftests/sched_ext/select_cpu_dispatch.c | 7 +-
.../sched_ext/select_cpu_dispatch_bad_dsq.c | 7 +-
.../sched_ext/select_cpu_dispatch_dbl_dsp.c | 7 +-
.../testing/selftests/sched_ext/select_cpu_vtime.c | 7 +-
51 files changed, 351 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 releases/gcc-14
in repository gcc.
from 5ec7193faa7 Fortran: fix initialization of allocatable non-deferred cha [...]
new 9c38d0a79ca [PATCH] PR modula2/118761: gm2 driver doesnt behave as gcc [...]
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/m2/gm2spec.cc | 6 ++++++
1 file changed, 6 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 master
in repository gcc.
from 9a6758edc22 c++: add fixed test [PR66519]
new 720137f4ee6 c++: add fixed test [PR66878]
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/g++.dg/lookup/using71.C | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/lookup/using71.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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 9f3d461d4 Add entry 9ccf82543d509bb5a0f5d0551fc4d6c1913b9a9b from https [...]
new 2c3e535d0 Add entry d15fff6c69c93670b6f63e0f0fd91fcdf69b6702 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:
.../commit-log.txt | 2 +-
.../jira/description | 2 +-
.../d15fff6c69c93670b6f63e0f0fd91fcdf69b6702/jira/yaml | 2 +-
.../llvm-aarch64-master-Os_LTO/details.txt | 2 ++
.../reproduction_instructions.txt | 15 ---------------
5 files changed, 5 insertions(+), 18 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 589d79e6268 tree-optimization/118852 - wrong code with 502.gcc_r
new 9a6758edc22 c++: add fixed test [PR66519]
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/g++.dg/cpp0x/variadic-parm2.C | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-parm2.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 binutils-gdb.
from 17c89ffc0a5 gdb: only update m_last_subfile after writing a line table entry
new dd2d4de349f gdb/python/dap: prefix internal attributes with underscore
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 | 4 +-
gdb/python/lib/gdb/dap/disassemble.py | 16 +++----
gdb/python/lib/gdb/dap/frames.py | 10 ++--
gdb/python/lib/gdb/dap/globalvars.py | 12 ++---
gdb/python/lib/gdb/dap/scopes.py | 20 ++++----
gdb/python/lib/gdb/dap/server.py | 90 +++++++++++++++++------------------
gdb/python/lib/gdb/dap/varref.py | 82 ++++++++++++++++---------------
7 files changed, 116 insertions(+), 118 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 e96e1bb69c7 c++: extended temp cleanups [PR118856]
new 589d79e6268 tree-optimization/118852 - wrong code with 502.gcc_r
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/vect/pr118852.c | 105 +++++++++++++++++++++++++++++++++++
gcc/tree-vect-slp.cc | 24 +++++++-
2 files changed, 126 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr118852.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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from ae026c02f Add entry aa7497a66c4272669fa63f7ec61a3f01aa9dabaf from https [...]
new 9f3d461d4 Add entry 9ccf82543d509bb5a0f5d0551fc4d6c1913b9a9b 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:
.../commit-log.txt | 4 +---
.../jira/description | 6 ++----
.../jira/yaml | 6 ++----
.../status.txt | 2 +-
.../llvm-aarch64-master-O3/details.txt | 10 +++++++++-
.../reproduction_instructions.txt | 23 +---------------------
.../llvm-aarch64-master-O3/status-summary.txt | 2 +-
.../llvm-aarch64-master-O3/status.txt | 2 +-
.../status-summary.txt | 2 +-
.../tcwg_bmk-code_vect-cpu2017fast/status.txt | 2 +-
10 files changed, 20 insertions(+), 39 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 b47a29786 Add entry 90fd99c0795711e1cf762a02b29b0a702f86a264 from https [...]
new ae026c02f Add entry aa7497a66c4272669fa63f7ec61a3f01aa9dabaf 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:
.../commit-log.txt | 2 +-
.../jira/description | 4 ++--
.../jira/yaml | 4 ++--
.../status.txt | 2 +-
.../llvm-aarch64-master-O3/details.txt | 6 +++++-
.../reproduction_instructions.txt | 23 +---------------------
.../llvm-aarch64-master-O3/status-summary.txt | 2 +-
.../llvm-aarch64-master-O3/status.txt | 2 +-
.../status-summary.txt | 2 +-
.../tcwg_bmk-code_vect-cpu2017fast/status.txt | 2 +-
10 files changed, 16 insertions(+), 33 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 9754d1a7505 x86: drop redundant i.operands checks from output_disp()
new 17c89ffc0a5 gdb: only update m_last_subfile after writing a line table entry
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.c | 6 +-
...mall-func-lbls.c => dw2-skipped-line-entries.c} | 19 +-
.../gdb.dwarf2/dw2-skipped-line-entries.exp | 211 +++++++++++++++++++++
3 files changed, 230 insertions(+), 6 deletions(-)
copy gdb/testsuite/gdb.dwarf2/{dw2-inline-small-func-lbls.c => dw2-skipped-line-en [...]
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-skipped-line-entries.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 releases/gcc-14
in repository gcc.
from 3e7c48f4ee5 Daily bump.
new 5ec7193faa7 Fortran: fix initialization of allocatable non-deferred cha [...]
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/trans-expr.cc | 8 +++-
gcc/testsuite/gfortran.dg/allocatable_char_1.f90 | 47 ++++++++++++++++++++++++
2 files changed, 53 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/allocatable_char_1.f90
--
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 14fddd97b Add entry 8009bbec59d1c5d47ae06c431647ebee6d886ff2 from https [...]
new b47a29786 Add entry 90fd99c0795711e1cf762a02b29b0a702f86a264 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:
.../commit-log.txt | 4 +---
.../jira/description | 6 ++----
.../90fd99c0795711e1cf762a02b29b0a702f86a264/jira/summary | 2 +-
.../90fd99c0795711e1cf762a02b29b0a702f86a264/jira/yaml | 8 +++-----
.../status-summary.txt | 2 +-
.../90fd99c0795711e1cf762a02b29b0a702f86a264/status.txt | 2 +-
.../llvm-aarch64-master-O3/details.txt | 8 +++++++-
.../llvm-aarch64-master-O3/reproduction_instructions.txt | 15 ---------------
.../llvm-aarch64-master-O3/status-summary.txt | 2 +-
.../llvm-aarch64-master-O3/status.txt | 2 +-
.../tcwg_bmk-code_vect-cpu2017fast/status-summary.txt | 2 +-
.../tcwg_bmk-code_vect-cpu2017fast/status.txt | 2 +-
12 files changed, 20 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 9849854b1 Add entry ad8fd5b18545f90a2c3abcd056e9c566721d8711 from https [...]
new 14fddd97b Add entry 8009bbec59d1c5d47ae06c431647ebee6d886ff2 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 | 2 +-
.../8009bbec59d1c5d47ae06c431647ebee6d886ff2/jira/yaml | 2 +-
.../8009bbec59d1c5d47ae06c431647ebee6d886ff2/status.txt | 2 +-
.../llvm-aarch64-master-O3/details.txt | 4 +++-
.../llvm-aarch64-master-O3/reproduction_instructions.txt | 15 ---------------
.../llvm-aarch64-master-O3/status-summary.txt | 2 +-
.../llvm-aarch64-master-O3/status.txt | 2 +-
.../tcwg_bmk-code_vect-cpu2017fast/status-summary.txt | 2 +-
.../tcwg_bmk-code_vect-cpu2017fast/status.txt | 2 +-
9 files changed, 10 insertions(+), 23 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 06724b6079b libstdc++: Fix more unqualified uses of make_pair
new 823de62f5f6 c++: remove unicode from comment
new e96e1bb69c7 c++: extended temp cleanups [PR118856]
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/cp/call.cc | 40 ++++++++++++++++++++++++++++++++++++-
gcc/cp/cp-tree.h | 1 +
gcc/cp/decl.cc | 4 ++--
gcc/cp/except.cc | 2 +-
gcc/cp/init.cc | 18 ++++++++---------
gcc/cp/tree.cc | 21 +++++++++++++++++++
gcc/cp/typeck2.cc | 2 +-
gcc/testsuite/g++.dg/eh/ref-temp3.C | 36 +++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/eh/ref-temp4.C | 35 ++++++++++++++++++++++++++++++++
9 files changed, 145 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/eh/ref-temp3.C
create mode 100644 gcc/testsuite/g++.dg/eh/ref-temp4.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 5ced917508e libstdc++: Conditionally use floating-point fetch_add builtins
new d5fb86cbec4 libstdc++: Fix use of make_pair that used ADL
new 06724b6079b libstdc++: Fix more unqualified uses of make_pair
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:
libstdc++-v3/include/bits/stl_tree.h | 18 ++++++++-------
libstdc++-v3/include/parallel/algobase.h | 4 ++--
.../set/operations/equal_range_adl.cc | 26 ++++++++++++++++++++++
3 files changed, 38 insertions(+), 10 deletions(-)
create mode 100644 libstdc++-v3/testsuite/23_containers/set/operations/equal_range_adl.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 master
in repository gcc.
from b01664a6197 c++: fix propagating REF_PARENTHESIZED_P [PR116379]
new 5ced917508e libstdc++: Conditionally use floating-point fetch_add builtins
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/bits/atomic_base.h | 88 +++++++++++++++++++++++----------
1 file changed, 62 insertions(+), 26 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 32d03bc47 Add entry ee655ca27aad466bcc54f6eba03f7e564940ad5a from https [...]
new 9849854b1 Add entry ad8fd5b18545f90a2c3abcd056e9c566721d8711 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:
.../commit-log.txt | 4 +---
.../jira/description | 6 ++----
.../ad8fd5b18545f90a2c3abcd056e9c566721d8711/jira/summary | 2 +-
.../ad8fd5b18545f90a2c3abcd056e9c566721d8711/jira/yaml | 8 +++-----
.../status-summary.txt | 2 +-
.../ad8fd5b18545f90a2c3abcd056e9c566721d8711/status.txt | 2 +-
.../llvm-aarch64-master-O3/details.txt | 15 ++++++++++++++-
.../llvm-aarch64-master-O3/reproduction_instructions.txt | 15 ---------------
.../llvm-aarch64-master-O3/status-summary.txt | 2 +-
.../llvm-aarch64-master-O3/status.txt | 2 +-
.../tcwg_bmk-code_vect-cpu2017fast/status-summary.txt | 2 +-
.../tcwg_bmk-code_vect-cpu2017fast/status.txt | 2 +-
12 files 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 newlib.
from fac744183 Cygwin: lseek: fix an off-by-one condition in SEEK_DATA/SEEK_HOLE
new 4dd859d01 unistd.h: enable SEEK_DATA and SEEK_HOLE also for POSIX-1.2024
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:
newlib/libc/include/sys/unistd.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 main
in repository newlib.
from fac744183 Cygwin: lseek: fix an off-by-one condition in SEEK_DATA/SEEK_HOLE
new 4dd859d01 unistd.h: enable SEEK_DATA and SEEK_HOLE also for POSIX-1.2024
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:
newlib/libc/include/sys/unistd.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 newlib.
from 6363caef2 Cygwin: pathnames.xml: explain dir mounts since 3.6.0
new fac744183 Cygwin: lseek: fix an off-by-one condition in SEEK_DATA/SEEK_HOLE
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 | 2 +-
winsup/cygwin/release/3.6.0 | 9 +++++++++
2 files changed, 10 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 main
in repository newlib.
from 6363caef2 Cygwin: pathnames.xml: explain dir mounts since 3.6.0
new fac744183 Cygwin: lseek: fix an off-by-one condition in SEEK_DATA/SEEK_HOLE
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 | 2 +-
winsup/cygwin/release/3.6.0 | 9 +++++++++
2 files changed, 10 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 gcc.
from 74ea20e16cf tree: Fix up the DECL_VALUE_EXPR GC marking [PR118790]
new b01664a6197 c++: fix propagating REF_PARENTHESIZED_P [PR116379]
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/pt.cc | 4 ++--
gcc/testsuite/g++.dg/cpp1y/decltype-auto9.C | 15 +++++++++++++++
2 files changed, 17 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/decltype-auto9.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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 8d3fe1e80 Add entry ee655ca27aad466bcc54f6eba03f7e564940ad5a from https [...]
new 32d03bc47 Add entry ee655ca27aad466bcc54f6eba03f7e564940ad5a 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:
llvm/sha1/ee655ca27aad466bcc54f6eba03f7e564940ad5a/jira/description | 4 ++++
llvm/sha1/ee655ca27aad466bcc54f6eba03f7e564940ad5a/jira/yaml | 4 ++++
llvm/sha1/ee655ca27aad466bcc54f6eba03f7e564940ad5a/status.txt | 4 ++++
.../details.txt | 0
.../main-aarch64-Ofast-sve_vla/reproduction_instructions.txt | 0
.../tcwg_flang_test/main-aarch64-Ofast-sve_vla}/status-summary.txt | 0
.../tcwg_flang_test/main-aarch64-Ofast-sve_vla/status.txt | 4 ++--
.../tcwg_flang_test/status.txt | 4 ++++
8 files changed, 18 insertions(+), 2 deletions(-)
copy llvm/sha1/ee655ca27aad466bcc54f6eba03f7e564940ad5a/tcwg_flang_test/{main-aarc [...]
copy {fujitsu_testsuite/sha1/471c71be0fe507ecb02b5a9650e882f261ecc979 => llvm/sha1 [...]
copy {fujitsu_testsuite/sha1/a0e269d5d279c3a0781bb74940cf5ec16b4ab109 => llvm/sha1 [...]
copy llvm/sha1/{3c2fc7a45ae230a32e473e093b4583079050a969 => ee655ca27aad466bcc54f6 [...]
--
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 a2c0320dd Add entry 85b289377bff14790f402e5ea84bb24168a68fc6 from https [...]
new 8d3fe1e80 Add entry ee655ca27aad466bcc54f6eba03f7e564940ad5a 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:
.../tcwg_flang_test/main-aarch64-Ofast-sve_vla/build_url | 2 +-
.../last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {fujitsu_testsuite/sha1/e0fb0c49ba3050dc1ac811e3429081b10f957ce1 => llvm/sha1 [...]
copy llvm/sha1/ee655ca27aad466bcc54f6eba03f7e564940ad5a/tcwg_flang_test/{main-aarc [...]
--
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 d4497366b Cygwin: always output cygdrive mntents.
new 93f390c79 Cygwin: 3.6.0: add release entries for my patches.
new b50c19521 Cygwin: new-features.xml: drop two dashes remaining from copy/paste
new 9bcb273f4 Cygwin: new-features.xml: transfer 3.6.0 release message to docs
new 701cec0aa Cygwin: pathnames.xml: improve chapters mount-table and cygdrive
new 6363caef2 Cygwin: pathnames.xml: explain dir mounts since 3.6.0
The 5 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/release/3.6.0 | 21 ++++++
winsup/doc/new-features.xml | 157 +++++++++++++++++++++++++++++++++++++++++++-
winsup/doc/pathnames.xml | 59 ++++++++++++-----
3 files changed, 219 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.