This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c23db3ebb65 i386: Fix up *avx2_eq<mode>3 constraints [PR114783]
new 90ded7512e1 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/ChangeLog | 67 +++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 6 +++++
gcc/c/ChangeLog | 15 +++++++++++
gcc/d/ChangeLog | 7 ++++++
gcc/po/ChangeLog | 4 +++
gcc/testsuite/ChangeLog | 57 +++++++++++++++++++++++++++++++++++++++++
libgcc/ChangeLog | 8 ++++++
libstdc++-v3/ChangeLog | 13 ++++++++++
9 files changed, 178 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 binutils-gdb.
from cb5dfff88ea gdb: add target_debug_printf and target_debug_printf_nofunc
new 37163076825 Automatic date update in version.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:
bfd/version.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 gdb-14-branch
in repository binutils-gdb.
from e73656fffb0 Automatic date update in version.in
new 7439d21c63a Automatic date update in version.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:
bfd/version.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 binutils-2_42-branch
in repository binutils-gdb.
from b6c7d514717 Automatic date update in version.in
new 5c0c267ede1 Automatic date update in version.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:
bfd/version.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 linux.
from 2d412262ccfd Merge tag 'hardening-v6.9-rc5' of git://git.kernel.org/pub [...]
new 2b8dbf69ec60 perf annotate: Make sure to call symbol__annotate2() in TUI
new f3408580bac8 perf lock contention: Add a missing NULL check
new 3ef842a77e7c tools/include: Sync uapi/drm/i915_drm.h with the kernel sources
new 4cfa8a873d3e tools/include: Sync uapi/linux/fs.h with the kernel sources
new bee3b820c66a tools/include: Sync uapi/linux/kvm.h and asm/kvm.h with th [...]
new b7ce17f257da tools/include: Sync uapi/sound/asound.h with the kernel sources
new 58e1b92df491 tools/include: Sync x86 CPU feature headers with the kerne [...]
new 978f2a60dd5c tools/include: Sync x86 asm/irq_vectors.h with the kernel sources
new c781a72f9ddd tools/include: Sync x86 asm/msr-index.h with the kernel sources
new 99e4e1174acd tools/include: Sync asm-generic/bitops/fls.h with the kern [...]
new 1cebd7f74976 tools/include: Sync arm64 asm/cputype.h with the kernel sources
new 13a2e429f644 Merge tag 'perf-tools-fixes-for-v6.9-2024-04-19' of git:// [...]
The 12 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:
tools/arch/arm64/include/asm/cputype.h | 4 +
tools/arch/arm64/include/uapi/asm/kvm.h | 15 +-
tools/arch/powerpc/include/uapi/asm/kvm.h | 45 +-
tools/arch/s390/include/uapi/asm/kvm.h | 315 ++++++++++-
tools/arch/x86/include/asm/cpufeatures.h | 17 +-
tools/arch/x86/include/asm/disabled-features.h | 11 +-
tools/arch/x86/include/asm/irq_vectors.h | 2 -
tools/arch/x86/include/asm/msr-index.h | 74 ++-
tools/arch/x86/include/asm/required-features.h | 3 +-
tools/arch/x86/include/uapi/asm/kvm.h | 308 ++++++++++-
tools/include/asm-generic/bitops/__fls.h | 8 +-
tools/include/asm-generic/bitops/fls.h | 8 +-
tools/include/uapi/drm/i915_drm.h | 16 +
tools/include/uapi/linux/fs.h | 30 +-
tools/include/uapi/linux/kvm.h | 689 +------------------------
tools/include/uapi/sound/asound.h | 4 +-
tools/perf/ui/browsers/annotate.c | 2 +-
tools/perf/util/annotate.c | 3 +
tools/perf/util/bpf_skel/lock_contention.bpf.c | 5 +-
19 files changed, 817 insertions(+), 742 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 d86472a6f04 libstdc++: Simplify constraints on <=> for std::reference_wrapper
new a39983bf58d c: Fix ICE with -g and -std=c23 related to incomplete types [...]
new 2afdecccbaf c-family: Allow arguments with NULLPTR_TYPE as sentinels [P [...]
new c23db3ebb65 i386: Fix up *avx2_eq<mode>3 constraints [PR114783]
The 3 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-family/c-common.cc | 1 +
gcc/c/c-decl.cc | 49 ++++++++++++++++++++++++++-
gcc/c/c-typeck.cc | 4 ++-
gcc/config/i386/sse.md | 2 +-
gcc/testsuite/gcc.dg/c23-tag-incomplete-1.c | 11 ++++++
gcc/testsuite/gcc.dg/c23-tag-incomplete-2.c | 11 ++++++
gcc/testsuite/gcc.dg/format/sentinel-2.c | 21 ++++++++++++
gcc/testsuite/gcc.dg/pr114361.c | 10 ++++++
gcc/testsuite/gcc.dg/pr114574-1.c | 7 ++++
gcc/testsuite/gcc.dg/pr114574-2.c | 7 ++++
gcc/testsuite/gcc.target/i386/avx2-pr114783.c | 12 +++++++
11 files changed, 132 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/c23-tag-incomplete-1.c
create mode 100644 gcc/testsuite/gcc.dg/c23-tag-incomplete-2.c
create mode 100644 gcc/testsuite/gcc.dg/format/sentinel-2.c
create mode 100644 gcc/testsuite/gcc.dg/pr114361.c
create mode 100644 gcc/testsuite/gcc.dg/pr114574-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr114574-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx2-pr114783.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 linux.
from 50a1317fd18a Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/ [...]
new e048d668f296 configs/hardening: Fix disabling UBSAN configurations
new 7fcb91d94e89 configs/hardening: Disable CONFIG_UBSAN_SIGNED_WRAP
new f4626c12e4b5 ubsan: Add awareness of signed integer overflow traps
new 2d412262ccfd Merge tag 'hardening-v6.9-rc5' of git://git.kernel.org/pub [...]
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:
kernel/configs/hardening.config | 11 ++++++-----
lib/ubsan.c | 18 ++++++++++++++++--
2 files changed, 22 insertions(+), 7 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 46b28503cdf3 Merge tag '9p-fixes-for-6.9-rc5' of git://git.kernel.org/p [...]
new 481047d7e839 RDMA/rxe: Fix the problem "mutex_destroy missing"
new b68e1acb5834 RDMA/cm: Print the old state when cm_destroy_id gets timeout
new be121ffb384f RDMA/mlx5: Fix port number for counter query in multi-port [...]
new 2bf5dd7c735c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
new 854132328599 iommufd: Add missing IOMMUFD_DRIVER kconfig for the selftest
new 2760c51b8040 iommufd: Add config needed for iommufd_fail_nth
new 50a1317fd18a Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/ [...]
The 7 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/infiniband/core/cm.c | 11 +++++++----
drivers/infiniband/hw/mlx5/mad.c | 3 ++-
drivers/infiniband/sw/rxe/rxe.c | 2 ++
drivers/iommu/iommufd/Kconfig | 1 +
tools/testing/selftests/iommu/config | 2 ++
5 files changed, 14 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 master
in repository linux.
from 3cdb45594619 Merge tag 's390-6.9-4' of git://git.kernel.org/pub/scm/lin [...]
new 015a12a4a670 arm64/hugetlb: Fix page table walk in huge_pte_alloc()
new 2b504e162037 arm64/head: Drop unnecessary pre-disable-MMU workaround
new 34e526cb7d46 arm64/head: Disable MMU at EL2 before clearing HCR_EL2.E2H
new 50449ca66cc5 arm64: hibernate: Fix level3 translation fault in swsusp_save()
new 25ec51ec86a7 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
new 4864a6dd8320 fuse: fix wrong ff->iomode state changes from parallel dio write
new 7cc911262835 fuse: fix parallel dio write on file open in passthrough mode
new eb4b691b9115 fuse: fix leaked ENOSYS error on first statx call
new 09492cb45100 cuse: add kernel-doc comments to cuse_process_init_reply()
new daa757767db7 Merge tag 'fuse-fixes-6.9-rc5' of git://git.kernel.org/pub [...]
new cd25e15e57e6 fs/9p: only translate RWX permissions for plain 9P2000
new 87de39e70503 fs/9p: translate O_TRUNC into OTRUNC
new 4e5d208cc9bd fs/9p: fix the cache always being enabled on files with qid flags
new 7a84602297d3 9p: explicitly deny setlease attempts
new 6e45a30fe5e7 fs/9p: remove erroneous nlink init from legacy stat2inode
new 824f06ff8146 fs/9p: Revert "fs/9p: fix dups even in uncached mode"
new 7fd524b9bd1b fs/9p: drop inodes immediately on non-.L too
new 46b28503cdf3 Merge tag '9p-fixes-for-6.9-rc5' of git://git.kernel.org/p [...]
The 18 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/arm64/kernel/head.S | 7 ++++--
arch/arm64/mm/hugetlbpage.c | 5 +++-
arch/arm64/mm/pageattr.c | 3 ---
fs/9p/fid.h | 3 ---
fs/9p/vfs_file.c | 2 ++
fs/9p/vfs_inode.c | 7 +++---
fs/9p/vfs_super.c | 17 +++++++++++++
fs/fuse/cuse.c | 4 +++
fs/fuse/dir.c | 1 +
fs/fuse/file.c | 12 +++++----
fs/fuse/fuse_i.h | 7 +++---
fs/fuse/inode.c | 1 +
fs/fuse/iomode.c | 60 +++++++++++++++++++++++++++++++--------------
13 files changed, 90 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 559798f8280 gdb: fix include for gdb_signal in target/waitstatus.h
new a887499c6b3 gdb: make target debug functions return std::string
new b38f70086db gdb: make debug_target use one-liners
new 8a8b6c53e12 gdb: make regcache::debug_print_register return a string
new cb5dfff88ea gdb: add target_debug_printf and target_debug_printf_nofunc
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:
gdb/make-target-delegates.py | 42 +-
gdb/regcache.c | 28 +-
gdb/regcache.h | 5 +-
gdb/target-debug.h | 339 ++++----
gdb/target-delegates.c | 1819 +++++++++++++++++++-----------------------
gdb/target.c | 129 ++-
gdb/utils.c | 6 +
gdb/utils.h | 2 +
8 files changed, 1072 insertions(+), 1298 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.