This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from cef27048e5c2 Merge tag 'bcachefs-2024-04-15' of https://evilpiepirate.o [...]
new a4833e3abae1 SUNRPC: Fix rpcgss_context trace event acceptor field
new f488138b5267 NFSD: fix endianness issue in nfsd4_encode_fattr4
new 96fca68c4fbf Merge tag 'nfsd-6.9-3' of git://git.kernel.org/pub/scm/lin [...]
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:
fs/nfsd/nfs4xdr.c | 47 +++++++++++++++++++++----------------------
include/trace/events/rpcgss.h | 4 ++--
2 files changed, 25 insertions(+), 26 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 b6239715c10 libstdc++: Update libstdc++.so versioning history for 14.1. [...]
new 701e1b94066 gotools: Workaround non-reproduceability of automake
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:
gotools/Makefile.am | 2 ++
gotools/Makefile.in | 4 ++--
2 files changed, 4 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 linux.
from 0bbac3facb5d Linux 6.9-rc4
new 1a4ea83a6e67 selftests/ftrace: Limit length in subsystem-enable tests
new 72d7cb5c190b selftests/harness: Prevent infinite loop due to Assert in [...]
new 3fdfcd98f002 Merge tag 'linux_kselftest-fixes-6.9-rc5' of git://git.ker [...]
new 2b3e79fea66e bcachefs: Don't use bch2_btree_node_lock_write_nofail() in [...]
new 58caa786f1c0 bcachefs: Fix UAFs of btree_insert_entry array
new 031ad9e7dbd1 bcachefs: Check for packed bkeys that are too big
new 87cb0239c87f bcachefs: btree node scan: handle encrypted nodes
new dc32c118ec6b bcachefs: fix unsafety in bch2_extent_ptr_to_text()
new 2aeed876d7c2 bcachefs: fix unsafety in bch2_stripe_to_text()
new 7b4c4ccf848b bcachefs: fix race in bch2_btree_node_evict()
new ba8ed36e7203 bcachefs: don't queue btree nodes for rewrites during scan
new 9abb6dd7ce5a bcachefs: Standardize helpers for printing enum strs with [...]
new 4518e80adfdb bcachefs: Go rw if running any explicit recovery passes
new 82cf18f23e1a bcachefs: Fix deadlock in journal replay
new 9e203c43dc1c bcachefs: Fix missing write refs in fs fio paths
new 9054ef2ea944 bcachefs: Run merges at BCH_WATERMARK_btree
new 3f10048973c8 bcachefs: Disable merges from interior update path
new 86dbf8c56641 bcachefs: Fix btree node merging on write buffer btrees
new bceb86be9e97 bcachefs: add missing bounds check in __bch2_bkey_val_invalid()
new d789e9a7d5e2 bcachefs: Interior known are required to have known key types
new 8cf2036e7b55 bcachefs: add safety checks in bch2_btree_node_fill()
new e879389f5777 bcachefs: Fix bch2_btree_node_fill() for !path
new bdae2a7e6020 bcachefs: sysfs internal/trigger_journal_flush
new 27c15ed297cb bcachefs: bch_member.btree_allocated_bitmap
new f0a73d4fde5b bcachefs: Check for backpointer bucket_offset >= bucket size
new 3078e059a5e9 bcachefs: fix error path of __bch2_read_super()
new ad29cf999a91 bcachefs: set_btree_iter_dontneed also clears should_be_locked
new cef27048e5c2 Merge tag 'bcachefs-2024-04-15' of https://evilpiepirate.o [...]
The 28 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/bcachefs/backpointers.c | 8 ++-
fs/bcachefs/backpointers.h | 9 +--
fs/bcachefs/bcachefs.h | 2 +
fs/bcachefs/bcachefs_format.h | 11 +--
fs/bcachefs/bkey.h | 6 ++
fs/bcachefs/bkey_methods.c | 8 ++-
fs/bcachefs/btree_cache.c | 73 +++++++++++--------
fs/bcachefs/btree_gc.c | 13 ++++
fs/bcachefs/btree_io.c | 19 ++---
fs/bcachefs/btree_iter.h | 9 ++-
fs/bcachefs/btree_node_scan.c | 19 ++++-
fs/bcachefs/btree_trans_commit.c | 34 ++++-----
fs/bcachefs/btree_update_interior.c | 81 ++++++++++++++++++----
fs/bcachefs/btree_write_buffer.c | 14 +++-
fs/bcachefs/buckets.h | 8 ---
fs/bcachefs/checksum.c | 23 +++---
fs/bcachefs/checksum.h | 5 +-
fs/bcachefs/compress.h | 8 ---
fs/bcachefs/ec.c | 54 ++++++++-------
fs/bcachefs/ec.h | 2 +
fs/bcachefs/extents.c | 11 +--
fs/bcachefs/fs-io-direct.c | 19 +++--
fs/bcachefs/fs-io.c | 16 ++---
fs/bcachefs/journal_io.c | 17 ++---
fs/bcachefs/opts.c | 29 ++++++--
fs/bcachefs/opts.h | 10 +--
fs/bcachefs/recovery_passes.c | 2 +-
fs/bcachefs/sb-downgrade.c | 5 +-
fs/bcachefs/sb-errors_types.h | 5 +-
fs/bcachefs/sb-members.c | 53 ++++++++++++++
fs/bcachefs/sb-members.h | 21 ++++++
fs/bcachefs/super-io.c | 7 +-
fs/bcachefs/super_types.h | 2 +
fs/bcachefs/sysfs.c | 11 ++-
.../ftrace/test.d/event/subsystem-enable.tc | 6 +-
tools/testing/selftests/kselftest_harness.h | 5 +-
36 files changed, 439 insertions(+), 186 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 12406b2cdab Remove 'copy_names' parameter from add_using_directive
new ef076b0377c Fix crash in gdb_rl_callback_handler
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:
gdb/event-top.c | 11 +++++++----
1 file changed, 7 insertions(+), 4 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 6e11bb451ba AVR: Add 8 more avrxmega3 MCUs.
new 2d694414ada libstdc++: Fix infinite loop in std::istream::ignore(n, del [...]
new 2a0c083558b libstdc++: Heterogeneous std::pair comparisons [PR113386]
new 0d58450659a libstdc++: Add std::reference_wrapper comparison operators [...]
new b6239715c10 libstdc++: Update libstdc++.so versioning history for 14.1. [...]
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:
libstdc++-v3/doc/html/manual/abi.html | 2 +-
libstdc++-v3/doc/xml/manual/abi.xml | 2 +-
libstdc++-v3/include/bits/refwrap.h | 45 +++++++++
libstdc++-v3/include/bits/stl_pair.h | 32 +++++--
libstdc++-v3/include/bits/version.def | 8 ++
libstdc++-v3/include/bits/version.h | 10 ++
libstdc++-v3/include/std/functional | 1 +
libstdc++-v3/src/c++98/istream.cc | 13 ++-
.../20_util/pair/comparison_operators/lwg3865.cc | 15 +++
.../testsuite/20_util/reference_wrapper/compare.cc | 95 +++++++++++++++++++
.../27_io/basic_istream/ignore/char/93672.cc | 101 +++++++++++++++++++++
.../27_io/basic_istream/ignore/wchar_t/93672.cc | 34 +++++++
12 files changed, 346 insertions(+), 12 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/pair/comparison_operators/lwg3865.cc
create mode 100644 libstdc++-v3/testsuite/20_util/reference_wrapper/compare.cc
create mode 100644 libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/93672.cc
create mode 100644 libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/93672.cc
--
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-13
in repository gcc.
from 04128a403bd libstdc++: Update baseline symbols for riscv64-linux
new f585f8f9081 AVR: Add 8 more avrxmega3 MCUs.
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-mcus.def | 8 ++++++++
gcc/doc/avr-mmcu.texi | 2 +-
2 files changed, 9 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 35d69151579 gdb: Add Felix Willgerodt as the x86 architecture maintainer
new 12406b2cdab Remove 'copy_names' parameter from add_using_directive
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:
gdb/cp-namespace.c | 5 +++--
gdb/dwarf2/read.c | 3 +--
gdb/namespace.c | 36 +++++++++---------------------------
gdb/namespace.h | 1 -
4 files changed, 13 insertions(+), 32 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 9dd91814278 Remove dependency upon shlwapi library when building BFD fo [...]
new 35d69151579 gdb: Add Felix Willgerodt as the x86 architecture maintainer
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:
gdb/MAINTAINERS | 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 f8409c3109d m68k: Quiet up cppcheck warning [PR114689]
new 6e11bb451ba AVR: Add 8 more avrxmega3 MCUs.
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-mcus.def | 8 ++++++++
gcc/doc/avr-mmcu.texi | 2 +-
2 files changed, 9 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 5cb1d84e595 Change printf attribute to fix clang build
new 9dd91814278 Remove dependency upon shlwapi library when building BFD fo [...]
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/bfdio.c | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++-----------
1 file changed, 56 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.