This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fs-current
in repository linux-next.
omits 41d38f767d34 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...]
omits adcdb3378ef1 Merge branch 'vfs.fixes' of https://git.kernel.org/pub/scm [...]
omits c84caf23a9cc Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
adds 3a2bcc127e6b mshv: Use PMD_ORDER instead of HPAGE_PMD_ORDER when proces [...]
adds beb15a6036fe mshv: Initialize local variables early upon region invalidation
adds 92c172ae16a2 mshv: hide x86-specific functions on arm64
adds 52f758edc9f9 hyperv: Avoid -Wflex-array-member-not-at-end warning
adds 173d6f64f955 mshv: release mutex on region invalidation failure
new afd12f914c8f Merge tag 'hyperv-fixes-signed-20260112' of git://git.kern [...]
adds 95cc9e7cf03d x86/kvm: Avoid freeing stack-allocated node in kvm_async_p [...]
adds b45f72177594 x86/fpu: Clear XSTATE_BV[i] in guest XSAVE state whenever [...]
adds a1025dcd377e selftests: kvm: replace numbered sync points with actions
adds 0383a8edef39 selftests: kvm: try getting XFD and XSAVE state out of sync
adds 3611ca7c12b7 selftests: kvm: Verify TILELOADD actually #NM faults when [...]
new 0bb933a9fcde Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
adds 469d71512d13 Revert "gfs2: Fix use of bio_chain"
new b54345928fa1 Merge tag 'gfs2-for-6.19-rc6' of git://git.kernel.org/pub/ [...]
new 40b4bed92c67 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
new dd7961fc7d6f Merge branch 'vfs.fixes' of https://git.kernel.org/pub/scm [...]
new 15fe03e7cb30 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (41d38f767d34)
\
N -- N -- N refs/heads/fs-current (15fe03e7cb30)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 6 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:
arch/x86/kernel/fpu/core.c | 32 ++++++-
arch/x86/kernel/kvm.c | 19 +++-
arch/x86/kvm/x86.c | 9 ++
drivers/hv/mshv_common.c | 2 +
drivers/hv/mshv_regions.c | 20 ++--
fs/gfs2/lops.c | 2 +-
include/hyperv/hvgdk_mini.h | 7 +-
tools/testing/selftests/kvm/x86/amx_test.c | 144 +++++++++++++++++------------
8 files changed, 158 insertions(+), 77 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 8d5eb4f6c1f match: (X >> C) NE/EQ 0 -> X LT/GE 0 [PR123109]
new ccb4ef5bd0a c++/modules: Update lang_decl_bool streaming
new 400e3b66b78 c++: modules and coroutines
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/coroutines.cc | 59 +++++++++++++---
gcc/cp/cp-tree.h | 4 ++
gcc/cp/module.cc | 118 ++++++++++++++++++++++++++++----
gcc/testsuite/g++.dg/modules/coro-1_a.C | 34 +++++++++
gcc/testsuite/g++.dg/modules/coro-1_b.C | 19 +++++
5 files changed, 211 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/coro-1_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/coro-1_b.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 80c77d9a1cf match: Add simplification of `(a*zero_one_valued_p) & b` if [...]
new 8d5eb4f6c1f match: (X >> C) NE/EQ 0 -> X LT/GE 0 [PR123109]
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/fold-const.cc | 34 ----------------------------------
gcc/match.pd | 22 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr123109.c | 25 +++++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/vrp99.c | 2 +-
4 files changed, 48 insertions(+), 35 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr123109.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 releases/gcc-15
in repository gcc.
from 90c718dec54 Add TARGET_MMX_WITH_SSE to the condition of all 64-bit _Flo [...]
new 57305e18fdf Early builtin_unreachable removal must examine dependencies.
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/gimple-range-gori.cc | 22 ++++++++++++++++++++++
gcc/gimple-range-gori.h | 9 ++++++++-
gcc/testsuite/gcc.dg/pr123300.c | 29 +++++++++++++++++++++++++++++
gcc/tree-vrp.cc | 16 ++++++++++------
4 files changed, 69 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr123300.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 7a456056ff9 testsuite/aarch64: Fix aarch64/signbitv2sf.c [PR122522]
new 80c77d9a1cf match: Add simplification of `(a*zero_one_valued_p) & b` if [...]
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/match.pd | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/bitops-14.c | 24 ++++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/bitops-15.c | 24 ++++++++++++++++++++++++
3 files changed, 53 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/bitops-14.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/bitops-15.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 e2acc3d38e8 c: fix checking ICE related to transparent unions and atomi [...]
new 7a456056ff9 testsuite/aarch64: Fix aarch64/signbitv2sf.c [PR122522]
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.target/aarch64/signbitv2sf.c | 2 ++
1 file changed, 2 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 76ad28b1126 libstdc++: Fix handling iterators with proxy subscript in h [...]
new e2acc3d38e8 c: fix checking ICE related to transparent unions and atomi [...]
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/c/c-typeck.cc | 148 ++++++++++------------------
gcc/testsuite/gcc.dg/pr123309.c | 13 +++
gcc/testsuite/gcc.dg/union-composite-type.c | 8 ++
3 files changed, 74 insertions(+), 95 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr123309.c
create mode 100644 gcc/testsuite/gcc.dg/union-composite-type.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 main
in repository llvm-lnt.
from 323369e Merge pull request #152 from boomanaiden154/hash-pin-github-a [...]
new 1f1f380 Setup a basic Nginx reverse proxy server (#154)
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:
deployment/compose.env.tpl | 3 ++-
deployment/main.tf | 16 +++++++++-----
docker/compose.yaml | 54 +++++++++++++++++++++++++++++++++++++---------
docker/nginx.conf | 52 ++++++++++++++++++++++++++++++++++++++++++++
docs/running_server.rst | 10 ++++-----
5 files changed, 114 insertions(+), 21 deletions(-)
create mode 100644 docker/nginx.conf
--
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 b71e635feefc Merge tag 'cgroup-for-6.19-rc5-fixes' of git://git.kernel. [...]
new 3a2bcc127e6b mshv: Use PMD_ORDER instead of HPAGE_PMD_ORDER when proces [...]
new beb15a6036fe mshv: Initialize local variables early upon region invalidation
new 92c172ae16a2 mshv: hide x86-specific functions on arm64
new 52f758edc9f9 hyperv: Avoid -Wflex-array-member-not-at-end warning
new 173d6f64f955 mshv: release mutex on region invalidation failure
new afd12f914c8f Merge tag 'hyperv-fixes-signed-20260112' of git://git.kern [...]
new 95cc9e7cf03d x86/kvm: Avoid freeing stack-allocated node in kvm_async_p [...]
new b45f72177594 x86/fpu: Clear XSTATE_BV[i] in guest XSAVE state whenever [...]
new a1025dcd377e selftests: kvm: replace numbered sync points with actions
new 0383a8edef39 selftests: kvm: try getting XFD and XSAVE state out of sync
new 3611ca7c12b7 selftests: kvm: Verify TILELOADD actually #NM faults when [...]
new 0bb933a9fcde Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
new 469d71512d13 Revert "gfs2: Fix use of bio_chain"
new b54345928fa1 Merge tag 'gfs2-for-6.19-rc6' of git://git.kernel.org/pub/ [...]
The 14 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:
arch/x86/kernel/fpu/core.c | 32 ++++++-
arch/x86/kernel/kvm.c | 19 +++-
arch/x86/kvm/x86.c | 9 ++
drivers/hv/mshv_common.c | 2 +
drivers/hv/mshv_regions.c | 20 ++--
fs/gfs2/lops.c | 2 +-
include/hyperv/hvgdk_mini.h | 7 +-
tools/testing/selftests/kvm/x86/amx_test.c | 144 +++++++++++++++++------------
8 files changed, 158 insertions(+), 77 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 17582084fad Fortran: Detect missing quote in namelist read.
new 76ad28b1126 libstdc++: Fix handling iterators with proxy subscript in h [...]
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/stl_heap.h | 8 +-
.../sort_heap/check_proxy_brackets.cc | 67 +++++++
libstdc++-v3/testsuite/util/testsuite_iterators.h | 198 +++++++++++++++++++++
3 files changed, 269 insertions(+), 4 deletions(-)
create mode 100644 libstdc++-v3/testsuite/25_algorithms/sort_heap/check_proxy_brackets.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.