This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 29efc621b7c c++/modules: Support decloned cdtors
new 6aba48a8cc1 c++/modules: Propagate some missing flags on type definitions
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/module.cc | 20 +++++++++++++++++++-
gcc/testsuite/g++.dg/modules/class-10_a.H | 6 ++++++
gcc/testsuite/g++.dg/modules/class-10_b.C | 19 +++++++++++++++++++
gcc/tree.h | 8 +++++---
4 files changed, 49 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/class-10_a.H
create mode 100644 gcc/testsuite/g++.dg/modules/class-10_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 linux.
from 4e46774408d9 Merge tag 'for-6.12-rc4-tag' of git://git.kernel.org/pub/s [...]
new aff1871bfc81 objpool: fix choosing allocation for percpu slots
new 73f35080477e tracing/probes: Fix MAX_TRACE_ARGS limit handling
new 0b6e2e22cb23 tracing: Consider the NULL character when validating the e [...]
new c2cd8e4592c0 Merge tag 'probes-fixes-v6.12-rc4.2' of git://git.kernel.o [...]
new b69269c870ec LoongArch: Use "Exception return address" to comment ERA
new b7296f9d5bf9 LoongArch: Get correct cores_per_package for SMT systems
new 69cc6fad5df4 LoongArch: Enable IRQ if do_ale() triggered in irq-enabled [...]
new 2ed119aef60d LoongArch: Set correct size for vDSO code mapping
new 134475a9ab84 LoongArch: Don't crash in stack_top() for tasks without vDSO
new d2f8671045b4 LoongArch: Set initial pte entry with PAGE_GLOBAL for kern [...]
new 3c252263be80 LoongArch: Make KASAN usable for variable cpu_vabits
new 73adbd92f322 LoongArch: KVM: Mark hrtimer to expire in hard interrupt context
new 3964f82a4dfc Merge tag 'loongarch-fixes-6.12-1' of git://git.kernel.org [...]
The 13 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/loongarch/include/asm/bootinfo.h | 4 ++++
arch/loongarch/include/asm/kasan.h | 2 +-
arch/loongarch/include/asm/loongarch.h | 2 +-
arch/loongarch/include/asm/pgalloc.h | 11 +++++++++++
arch/loongarch/include/asm/pgtable.h | 35 +++++++---------------------------
arch/loongarch/kernel/process.c | 16 +++++++++-------
arch/loongarch/kernel/setup.c | 3 ++-
arch/loongarch/kernel/traps.c | 5 +++++
arch/loongarch/kernel/vdso.c | 8 ++++----
arch/loongarch/kvm/timer.c | 7 ++++---
arch/loongarch/kvm/vcpu.c | 2 +-
arch/loongarch/mm/init.c | 2 ++
arch/loongarch/mm/pgtable.c | 20 +++++++++++++++++++
include/linux/mm.h | 3 ++-
kernel/trace/trace_eprobe.c | 7 ++++++-
kernel/trace/trace_fprobe.c | 6 +++++-
kernel/trace/trace_kprobe.c | 6 +++++-
kernel/trace/trace_probe.c | 2 +-
kernel/trace/trace_uprobe.c | 4 +++-
lib/objpool.c | 2 +-
mm/kasan/init.c | 8 +++++++-
mm/sparse-vmemmap.c | 5 +++++
22 files changed, 106 insertions(+), 54 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 ca0ab7a0ac1 AVR: target/116953 - Restore recog_data after calling jump_ [...]
new 6713f05a2ae c++: Handle ABI for non-polymorphic dynamic classes
new 058ed8705a7 c++/modules: Prevent maybe_clone_decl being called multiple [...]
new 29efc621b7c c++/modules: Support decloned cdtors
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/cp/decl2.cc | 4 ++--
gcc/cp/module.cc | 23 +++++++++++++++++-----
gcc/cp/semantics.cc | 2 +-
gcc/testsuite/g++.dg/modules/clone-2_a.C | 7 +++++++
gcc/testsuite/g++.dg/modules/clone-2_b.C | 5 +++++
gcc/testsuite/g++.dg/modules/clone-3_a.C | 9 +++++++++
gcc/testsuite/g++.dg/modules/clone-3_b.C | 8 ++++++++
gcc/testsuite/g++.dg/modules/virt-5_a.C | 16 +++++++++++++++
gcc/testsuite/g++.dg/modules/virt-5_b.C | 11 +++++++++++
gcc/testsuite/g++.dg/modules/virt-6_a.C | 13 ++++++++++++
.../modules/{tpl-friend-15_c.C => virt-6_b.C} | 3 +--
11 files changed, 91 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/clone-2_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/clone-2_b.C
create mode 100644 gcc/testsuite/g++.dg/modules/clone-3_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/clone-3_b.C
create mode 100644 gcc/testsuite/g++.dg/modules/virt-5_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/virt-5_b.C
create mode 100644 gcc/testsuite/g++.dg/modules/virt-6_a.C
copy gcc/testsuite/g++.dg/modules/{tpl-friend-15_c.C => virt-6_b.C} (77%)
--
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 c2ee9f594da8 KVM: selftests: Fix build on on non-x86 architectures
new f009e946c155 Revert "9p: Enable multipage folios"
new 74ec2f302402 bcachefs: fix restart handling in bch2_rename2()
new 94bdeec8f530 bcachefs: fix bch2_hash_delete() error path
new e1c4d2f0826d bcachefs: fix restart handling in bch2_fiemap()
new 028f3c1d9b3c bcachefs: fix missing restart handling in bch2_read_retry_ [...]
new 7ee4be9c621e bcachefs: fix restart handling in bch2_do_invalidates_work()
new d8b50597748d bcachefs: fix restart handling in bch2_alloc_write_key()
new 29fd10a36a63 bcachefs: fix restart handling in __bch2_resume_logged_op_ [...]
new 6bee2a04c547 bcachefs: handle restarts in bch2_bucket_io_time_reset()
new a0d11feefb19 bcachefs: Don't use commit_do() unnecessarily
new 4007bbb203a0 bcachefS: ec: fix data type on stripe deletion
new 81e0b6c7c1f7 bcachefs: fix disk reservation accounting in bch2_folio_re [...]
new 335d318ef532 bcachefs: bch2_folio_reservation_get_partial() is now bett [...]
new 97535cd84f18 bcachefs: Fix data corruption on -ENOSPC in buffered write path
new 07cf8bac2d3e bcachefs: fix incorrect show_options results
new 489ecc4cfdda bcachefs: skip mount option handle for empty string.
new b96f8cd3870a bcachefs: Run in-kernel offline fsck without ratelimit errors
new 78cf0ae636a5 bcachefs: INODE_STR_HASH() for bch_inode_unpacked
new d8e879377ffb bcachefs: Add hash seed, type to inode_to_text()
new 15a3836c8ed7 bcachefs: Repair mismatches in inode hash seed, type
new dc96656b20eb bcachefs: bch2_hash_set_or_get_in_snapshot()
new bc6d2d10418e bcachefs: fsck: Improve hash_check_key()
new eb5db64c4570 bcachefs: Fix __bch2_fsck_err() warning
new 3956ff8bc2f3 bcachefs: Don't use wait_event_interruptible() in recovery
new f0d3302073e6 bcachefs: Workaround for kvmalloc() not supporting > INT_M [...]
new e04ee8608914 bcachefs: Mark more errors as AUTOFIX
new a069f014797f bcachefs: Set bch_inode_unpacked.bi_snapshot in old inode path
new c1e822754cc7 Merge tag 'bcachefs-2024-10-22' of https://github.com/kove [...]
new 67373ca8404f jfs: Fix sanity check in dbMount
new 6cc65abee8ee Merge tag 'jfs-6.12-rc5' of github.com:kleikamp/linux-shaggy
new bf9821ba4792 btrfs: zoned: fix zone unusable accounting for freed reser [...]
new 3510e684b8f6 btrfs: clear force-compress on remount when compress mount [...]
new 5f9062a48db2 btrfs: qgroup: set a more sane default value for subtree d [...]
new f10f59f91a62 btrfs: fix the delalloc range locking if sector size < page size
new 7a2339058ed7 btrfs: fix read corruption due to race with extent map merging
new 3c36a72c1d27 btrfs: reject ro->rw reconfiguration if there are hard ro [...]
new 75f49c3dc7b7 btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()
new 4e46774408d9 Merge tag 'for-6.12-rc4-tag' of git://git.kernel.org/pub/s [...]
The 38 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:
fs/9p/vfs_inode.c | 1 -
fs/bcachefs/alloc_background.c | 37 +++--
fs/bcachefs/alloc_foreground.c | 2 +-
fs/bcachefs/btree_gc.c | 12 +-
fs/bcachefs/btree_io.c | 2 +-
fs/bcachefs/btree_iter.h | 2 +
fs/bcachefs/btree_update.c | 4 +-
fs/bcachefs/btree_update.h | 2 +-
fs/bcachefs/btree_update_interior.c | 4 +-
fs/bcachefs/buckets.c | 7 +-
fs/bcachefs/buckets.h | 12 +-
fs/bcachefs/chardev.c | 1 +
fs/bcachefs/darray.c | 15 +-
fs/bcachefs/dirent.c | 7 -
fs/bcachefs/dirent.h | 7 +
fs/bcachefs/disk_accounting.c | 6 +-
fs/bcachefs/ec.c | 22 +--
fs/bcachefs/error.c | 5 +-
fs/bcachefs/fs-io-buffered.c | 6 +
fs/bcachefs/fs-io-pagecache.c | 70 +++++----
fs/bcachefs/fs-io.c | 2 +-
fs/bcachefs/fs.c | 18 +--
fs/bcachefs/fsck.c | 281 +++++++++++++++++++++++++++++-------
fs/bcachefs/inode.c | 27 ++--
fs/bcachefs/inode.h | 1 +
fs/bcachefs/inode_format.h | 6 +-
fs/bcachefs/io_misc.c | 2 +-
fs/bcachefs/io_read.c | 8 +-
fs/bcachefs/io_write.c | 4 +-
fs/bcachefs/journal.c | 10 +-
fs/bcachefs/journal.h | 2 +-
fs/bcachefs/opts.c | 6 +-
fs/bcachefs/opts.h | 3 +-
fs/bcachefs/quota.c | 2 +-
fs/bcachefs/rebalance.c | 4 +-
fs/bcachefs/recovery.c | 2 +-
fs/bcachefs/sb-errors_format.h | 4 +-
fs/bcachefs/str_hash.h | 60 +++++---
fs/bcachefs/subvolume.c | 7 +-
fs/bcachefs/super.c | 2 +-
fs/bcachefs/tests.c | 4 +-
fs/bcachefs/xattr.c | 2 +-
fs/btrfs/block-group.c | 2 +
fs/btrfs/dir-item.c | 4 +-
fs/btrfs/disk-io.c | 2 +-
fs/btrfs/extent_io.c | 17 ++-
fs/btrfs/extent_map.c | 31 ++--
fs/btrfs/inode.c | 7 +-
fs/btrfs/qgroup.c | 2 +-
fs/btrfs/qgroup.h | 2 +
fs/btrfs/super.c | 12 +-
fs/jfs/jfs_dmap.c | 2 +-
52 files changed, 521 insertions(+), 241 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 86b26b453f6 Replace uses of asprintf with xasprintf
new abbc4d4435a Use gdb_bfd_get_full_section_contents in auto-load.c
new ce61f407ac3 Add locking when reading BFD sections
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:
gdb/auto-load.c | 11 ++++-------
gdb/gdb_bfd.c | 23 +++++++++++++++++++++++
2 files changed, 27 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 gcc.
from ecd6bee0913 analyzer: avoid implicit use of global_dc's pretty_printer [...]
new ca0ab7a0ac1 AVR: target/116953 - Restore recog_data after calling jump_ [...]
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/config/avr/avr.cc | 10 +++++-----
1 file changed, 5 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from eafc1f8ab Add entry ee030b28004eade3da872e7ae62a526a2940a705 from https [...]
new 873a58ed6 Add entry af19e46c88fd75e31127cde239b8f28d8f9c4040 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:
gcc/sha1/af19e46c88fd75e31127cde239b8f28d8f9c4040/first_url | 1 +
.../tcwg_gcc_check/master-arm/build_url | 1 +
.../tcwg_gcc_check/master-arm/last_good | 1 +
3 files changed, 3 insertions(+)
create mode 100644 gcc/sha1/af19e46c88fd75e31127cde239b8f28d8f9c4040/first_url
create mode 100644 gcc/sha1/af19e46c88fd75e31127cde239b8f28d8f9c4040/tcwg_gcc_chec [...]
create mode 100644 gcc/sha1/af19e46c88fd75e31127cde239b8f28d8f9c4040/tcwg_gcc_chec [...]
--
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 b3aa301db1b Use unique_ptr in more places in pretty_printer/diagnostics [...]
new 097994003cb testsuite: Use -fno-ipa-icf in gcc.dg/stack-check-2.c
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/stack-check-2.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.