This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13
in repository gcc.
from 5904017a5e2 Fortran: Fix ICE with structure constructor in data stateme [...]
new 100751c7905 i386: Do not allow pointer conversion for CMPccXADD intrin [...]
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/i386/cmpccxaddintrin.h | 6 +++---
gcc/testsuite/gcc.target/i386/cmpccxadd-1b.c | 15 +++++++++++++++
2 files changed, 18 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/cmpccxadd-1b.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 e8689ac75fa testsuite: Fix up builtin-prefetch-1.c tests
new c5a36c4e591 i386: Do not allow pointer conversion for CMPccXADD intrin [...]
new 79a75b1f551 Use IN_RANGE in prefetch builtin
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/builtins.cc | 4 ++--
gcc/config/i386/cmpccxaddintrin.h | 6 +++---
gcc/testsuite/gcc.target/i386/cmpccxadd-1b.c | 15 +++++++++++++++
3 files changed, 20 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/cmpccxadd-1b.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 6c52d4da1c74 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
new 2045fc4295c4 bcachefs: Fix invalid shift in validate_sb_layout()
new 5c41f75d1b92 bcachefs: fix shift oob in alloc_lru_idx_fragmentation
new a25a83de45b4 bcachefs: fix null-ptr-deref in have_stripes()
new 8e910ca20e11 bcachefs: Fix UAF in bch2_reconstruct_alloc()
new c1fa854acc72 bcachefs: Fix unhandled transaction restart in fallocate
new 3fd27e9c57bf bcachefs: init freespace inited bits to 0 in bch2_fs_initialize
new a34eef6dd179 bcachefs: Don't keep tons of cached pointers around
new e0fafac5c4b6 bcachefs: Don't filter partial list buckets in open_bucket [...]
new 778ac324ccfa bcachefs: Fix deadlock on -ENOSPC w.r.t. partial open buckets
new ca959e328b22 bcachefs: fix possible null-ptr-deref in __bch2_ec_stripe_ [...]
new 3726a1970bd7 bcachefs: Fix NULL ptr dereference in btree_node_iter_and_ [...]
new 7b83601da470 Merge tag 'bcachefs-2024-10-31' of git://evilpiepirate.org [...]
new 90a88784cdb7 MIPS: export __cmpxchg_small()
new d48e1dea3931 btrfs: fix error propagation of split bios
new aec8e6bf8391 btrfs: fix use-after-free of block device file in __btrfs_ [...]
new a0f062539085 btrfs: fix extent map merging not happening for adjacent extents
new 77b0d113eec4 btrfs: fix defrag not merging contiguous extents due to me [...]
new 6b4926494ed8 Merge tag 'for-6.12-rc5-tag' of git://git.kernel.org/pub/s [...]
new 4021e685139d fs/super.c: introduce get_tree_bdev_flags()
new 14c2d97265ea erofs: use get_tree_bdev_flags() to avoid misleading messages
new 35100ae2dc33 Merge patch series "fs/super.c: introduce get_tree_bdev_flags()"
new 6b51b9f65cec doc: correcting the debug path for cachefiles
new 247d65fb122a afs: Fix missing subdir edit when renamed between parent dirs
new e65a0dc1cabe iov_iter: Fix iov_iter_get_pages*() for folio_queue
new f19910006eff autofs: fix thinko in validate_dev_ioctl()
new c749d9b7ebbc iov_iter: fix copy_page_from_iter_atomic() if KMAP_LOCAL_F [...]
new d56239a82e37 Merge tag 'vfs-6.12-rc6.fixes' of gitolite.kernel.org:pub/ [...]
new b8c4076db5fd xfs: don't allocate COW extents when unsharing a hole
new 6ef6a0e821d3 iomap: share iomap_unshare_iter predicate code with fsdax
new 95472274b6fe fsdax: remove zeroing code from dax_unshare_iter
new 50793801fc7f fsdax: dax_unshare_iter needs to copy entire blocks
new dad1b6c80569 Merge patch series "fsdax/xfs: unshare range fixes for 6.12"
new 6db388585e48 iomap: turn iomap_want_unshare_iter into an inline function
new 17fa6a5f93fc Merge tag 'vfs-6.12-rc6.iomap' of gitolite.kernel.org:pub/ [...]
The 34 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/filesystems/caching/cachefiles.rst | 2 +-
arch/mips/kernel/cmpxchg.c | 1 +
fs/afs/dir.c | 25 +++++++
fs/afs/dir_edit.c | 91 +++++++++++++++++++++++-
fs/afs/internal.h | 2 +
fs/autofs/dev-ioctl.c | 5 +-
fs/bcachefs/alloc_background.h | 3 +
fs/bcachefs/alloc_foreground.c | 19 ++++-
fs/bcachefs/bcachefs.h | 1 +
fs/bcachefs/btree_iter.c | 13 ++++
fs/bcachefs/data_update.c | 21 +++---
fs/bcachefs/data_update.h | 3 +-
fs/bcachefs/ec.c | 4 ++
fs/bcachefs/errcode.h | 2 +
fs/bcachefs/extents.c | 86 +++++++++++++++++-----
fs/bcachefs/extents.h | 5 +-
fs/bcachefs/fs-io.c | 17 +++--
fs/bcachefs/move.c | 2 +-
fs/bcachefs/recovery.c | 14 +++-
fs/bcachefs/sb-downgrade.c | 3 +
fs/bcachefs/super-io.c | 5 ++
fs/btrfs/bio.c | 37 ++++------
fs/btrfs/bio.h | 3 +
fs/btrfs/defrag.c | 10 +--
fs/btrfs/extent_map.c | 7 +-
fs/btrfs/volumes.c | 1 +
fs/dax.c | 45 +++++++-----
fs/erofs/super.c | 4 +-
fs/iomap/buffered-io.c | 17 +----
fs/super.c | 26 +++++--
fs/xfs/xfs_iomap.c | 2 +-
include/linux/fs_context.h | 6 ++
include/linux/iomap.h | 19 +++++
include/trace/events/afs.h | 7 +-
lib/iov_iter.c | 25 ++++---
35 files changed, 407 insertions(+), 126 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 caf6b6fdfda LoongArch: testsuite: Add -O for jump-table-annotate.c
new e8689ac75fa testsuite: Fix up builtin-prefetch-1.c tests
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.c-torture/execute/builtin-prefetch-1.c | 2 +-
gcc/testsuite/gcc.dg/builtin-prefetch-1.c | 2 +-
2 files changed, 2 insertions(+), 2 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 fe919da3c39 c++: Add testcase for now fixed issue [PR101887]
new caf6b6fdfda LoongArch: testsuite: Add -O for jump-table-annotate.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.target/loongarch/jump-table-annotate.c | 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 gcc.
from 36a92c3829b analyzer: fix -Wunused-parameter warning [PR117373]
new c8d35f2ecbf Always set SECTION_RELRO for or .data.rel.ro{,.local} [PR116887]
new fe919da3c39 c++: Add testcase for now fixed issue [PR101887]
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/testsuite/g++.dg/init/delete5.C | 3 ++-
gcc/testsuite/gcc.dg/pr116887.c | 23 +++++++++++++++++++++++
gcc/varasm.cc | 10 ++++------
3 files changed, 29 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr116887.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 893e4fd6231 Automatic date update in version.in
new 76367d23146 Add gdb.events.tui_enabled
new 086a2beb152 Fix compile error due to [[noreturn]] with clang
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/NEWS | 2 ++
gdb/doc/python.texi | 10 ++++++++++
gdb/observable.c | 1 +
gdb/observable.h | 2 ++
gdb/python/py-all-events.def | 1 +
gdb/python/py-event-types.def | 5 +++++
gdb/python/py-tui.c | 28 ++++++++++++++++++++++++++++
gdb/remote-sim.c | 3 ++-
gdb/testsuite/gdb.python/tui-window.exp | 8 ++++++++
gdb/testsuite/gdb.python/tui-window.py | 11 +++++++++++
gdb/tui/tui.c | 5 +++++
11 files changed, 75 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 a51d220377a libstdc++: Add missing <vector> header to unordered_set/pr1 [...]
new 8e95e064ea7 Use LC_ALL=C when running selftests [PR117361]
new 36a92c3829b analyzer: fix -Wunused-parameter warning [PR117373]
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/Makefile.in | 3 +++
gcc/analyzer/infinite-loop.cc | 2 +-
gcc/c/Make-lang.in | 6 +++---
gcc/cp/Make-lang.in | 6 +++---
gcc/rust/Make-lang.in | 6 +++---
5 files changed, 13 insertions(+), 10 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 9646a4cdc62 Fix -mod(unsigned, unsigned).
new 063196e3933 libstdc++: Remove stray whitespace in #endif
new a51d220377a libstdc++: Add missing <vector> header to unordered_set/pr1 [...]
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/libsupc++/typeinfo | 2 +-
libstdc++-v3/testsuite/23_containers/unordered_set/pr115285.cc | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.