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 2c5053fb19a0 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 5a29ebc82d5b Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
omits 1f4ff9a4b1bb Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
adds 59115e2e25f4 x86/hyperv/vtl: Stop kernel from probing VTL0 low memory
adds 7241c886a717 fbdev: hyperv_fb: iounmap() the correct memory when removi [...]
adds aed709355fd0 drm/hyperv: Fix address space leak when Hyper-V DRM device [...]
adds 304386373007 fbdev: hyperv_fb: Fix hang in kdump kernel when on Hyper-V [...]
adds f5e728a50bb1 fbdev: hyperv_fb: Simplify hvfb_putmem
adds ea2f45ab0e53 fbdev: hyperv_fb: Allow graceful removal of framebuffer
adds 09beefefb57b x86/hyperv: Fix output argument to hypercall that changes [...]
adds 73fe9073c0cc Drivers: hv: vmbus: Don't release fb_mmio resource in vmbu [...]
new 0fed89a961ea Merge tag 'hyperv-fixes-signed-20250311' of git://git.kern [...]
new a99dd480d740 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
new d1d9a54f509d Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
new ac4383cf2f13 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
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 (2c5053fb19a0)
\
N -- N -- N refs/heads/fs-current (ac4383cf2f13)
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 4 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/hyperv/hv_vtl.c | 1 +
arch/x86/hyperv/ivm.c | 3 +-
drivers/gpu/drm/hyperv/hyperv_drm_drv.c | 2 ++
drivers/hv/vmbus_drv.c | 13 +++++++++
drivers/video/fbdev/hyperv_fb.c | 52 +++++++++++++++++++++------------
5 files changed, 51 insertions(+), 20 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 0fed89a961ea Merge tag 'hyperv-fixes-signed-20250311' of git://git.kern [...]
new 99e6ea912340 spi: atmel-quadspi: remove references to runtime PM on error path
new 3d7a20f9ba7b MAINTAINERS: add tambarus as R for Samsung SPI
new 91cf42c63f2d spi: microchip-core: prevent RX overflows when transmit si [...]
new 6e8e2f82bc26 Merge tag 'spi-fix-v6.14-rc6' of git://git.kernel.org/pub/ [...]
new 9360dfe4cbd6 sched_ext: Validate prev_cpu in scx_bpf_select_cpu_dfl()
new b7f94fcf5546 Merge tag 'sched_ext-for-6.14-rc6-fixes' of git://git.kern [...]
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:
MAINTAINERS | 1 +
drivers/spi/atmel-quadspi.c | 5 +----
drivers/spi/spi-microchip-core.c | 41 ++++++++++++++++++----------------------
kernel/sched/ext.c | 3 +++
4 files changed, 23 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 binutils-gdb.
from 90803ffdcc4 gprofng: Fix cross-compilation binary name.
new 8bf41b4c568 gprofng: regenerate Makefile.in
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:
gprofng/src/Makefile.in | 1 +
1 file changed, 1 insertion(+)
--
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 e5ae0a014fb c++: ICE with lambda in fold expression in requires [PR119134]
new a27b24c9f4e c++: ICE with aligned member and trivial assign op [PR117512]
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/typeck.cc | 6 +++++-
gcc/testsuite/g++.dg/cpp0x/alignas23.C | 15 +++++++++++++++
gcc/testsuite/g++.dg/ext/align3.C | 14 ++++++++++++++
gcc/testsuite/g++.dg/ext/align4.C | 14 ++++++++++++++
gcc/testsuite/g++.dg/ext/align5.C | 18 ++++++++++++++++++
5 files changed, 66 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/alignas23.C
create mode 100644 gcc/testsuite/g++.dg/ext/align3.C
create mode 100644 gcc/testsuite/g++.dg/ext/align4.C
create mode 100644 gcc/testsuite/g++.dg/ext/align5.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 cfb20f17bd1 libstdc++: Implement P3137R3 views::to_input for C++26
new 3dd7b598065 c++: ICE with aligned member and trivial assign op [PR117512]
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/typeck.cc | 6 +++++-
gcc/testsuite/g++.dg/cpp0x/alignas23.C | 15 +++++++++++++++
gcc/testsuite/g++.dg/ext/align3.C | 14 ++++++++++++++
gcc/testsuite/g++.dg/ext/align4.C | 14 ++++++++++++++
gcc/testsuite/g++.dg/ext/align5.C | 18 ++++++++++++++++++
5 files changed, 66 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/alignas23.C
create mode 100644 gcc/testsuite/g++.dg/ext/align3.C
create mode 100644 gcc/testsuite/g++.dg/ext/align4.C
create mode 100644 gcc/testsuite/g++.dg/ext/align5.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 tested
in repository toolchain/abe.
from cdcae7f0 make_all: Fix support of --disable parallel when building glibc
adds 0fc2b431 configure: Check for libncurses-dev instead of libncurses5-dev
No new revisions were added by this update.
Summary of changes:
configure | 6 +++---
configure.ac | 6 +++---
2 files changed, 6 insertions(+), 6 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 b6cc4ef6d20 Use correct types in string-set.h
new 90803ffdcc4 gprofng: Fix cross-compilation binary name.
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:
gprofng/src/Makefile.am | 12 +++++-------
gprofng/src/Makefile.in | 12 +++++-------
2 files changed, 10 insertions(+), 14 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 6ca2116d1 Add entry 64a551f730564af58c83d2748436c9d90543fe1a from https [...]
new f4ad904e2 Add entry 64a551f730564af58c83d2748436c9d90543fe1a 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 | 5 +
.../jira/yaml | 5 +
.../status.txt | 5 +
.../master-aarch64/details.txt | 157 +++++++++------------
.../master-aarch64/reproduction_instructions.txt | 16 +--
.../master-aarch64}/status-summary.txt | 0
.../master-aarch64/status.txt | 4 +-
.../tcwg_gnu_native_check_gcc}/status-summary.txt | 0
.../tcwg_gnu_native_check_gcc/status.txt | 4 +-
9 files changed, 96 insertions(+), 100 deletions(-)
copy gcc/sha1/{f870302515d5fcf7355f0108c3ead0038ff326fd => 64a551f730564af58c83d27 [...]
copy gcc/sha1/{b360d4aafc1356386313c7392f7444b3fc356681 => 64a551f730564af58c83d27 [...]
copy {fujitsu_testsuite/sha1/a0e269d5d279c3a0781bb74940cf5ec16b4ab109 => gcc/sha1/ [...]
copy gcc/sha1/{e96e1bb69c7b46db18e747ee379a62681bc8c82d => 64a551f730564af58c83d27 [...]
copy {fujitsu_testsuite/sha1/a0e269d5d279c3a0781bb74940cf5ec16b4ab109 => gcc/sha1/ [...]
copy gcc/sha1/{4d2b9202fe94c54e63fb07d48293a78da3d82532 => 64a551f730564af58c83d27 [...]
--
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 3012b42c6 Add entry 68932eeb38f66fbc0c3cf4b77ff7dde8a408f2e4 from https [...]
new 6ca2116d1 Add entry 64a551f730564af58c83d2748436c9d90543fe1a 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_gnu_native_check_gcc/master-aarch64/build_url | 2 +-
.../master-aarch64/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {binutils/sha1/99b90c46110df304b9941dc1a2b38ec6a15774fc => gcc/sha1/64a551f73 [...]
copy gcc/sha1/64a551f730564af58c83d2748436c9d90543fe1a/{tcwg_gcc_check => tcwg_gnu [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.