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 d3daf5a2ba5 gdb, testsuite: Fix return value in gdb.base/foll-fork.exp
new 78726a8b7cb 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 8da994cadb8 Automatic date update in version.in
new 2ec3a8504ac 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 b42e1c5b063 Automatic date update in version.in
new f795ef26419 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 gcc.
from 66d2a76dcf6 libstdc++: Implement ranges::concat_view from P2542R7
new 7fa0ffa4f78 c++/modules: Ensure all partial specialisations are tracked [...]
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/cp-tree.h | 1 +
gcc/cp/module.cc | 22 ++++++++++++++++++----
gcc/cp/pt.cc | 2 ++
gcc/testsuite/g++.dg/modules/partial-4_a.C | 8 ++++++++
gcc/testsuite/g++.dg/modules/partial-4_b.C | 5 +++++
5 files changed, 34 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/partial-4_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/partial-4_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 gcc.
from 83bb9ad465f Move condexpr_adjust into gimple-range-fold
new 66d2a76dcf6 libstdc++: Implement ranges::concat_view from P2542R7
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:
libstdc++-v3/include/bits/version.def | 8 +
libstdc++-v3/include/bits/version.h | 10 +
libstdc++-v3/include/std/ranges | 580 ++++++++++++++++++++++++++
libstdc++-v3/testsuite/std/ranges/concat/1.cc | 74 ++++
4 files changed, 672 insertions(+)
create mode 100644 libstdc++-v3/testsuite/std/ranges/concat/1.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 master
in repository linux.
from b4d88a60fe0e Merge tag 'block-6.10-20240523' of git://git.kernel.dk/linux
new 9c75576e3bbf pNFS/filelayout: Remove the whole file layout requirement
new 464b424fb09b pNFS/filelayout: Specify the layout segment range in LAYOUTGET
new 7c6c5249f061 NFS: add atomic_open for NFSv3 to handle O_TRUNC correctly.
new bf95f82e6a56 NFS: make sure lock/nolock overriding local_lock mount option
new 37ffe06537af NFSv4: Fixup smatch warning for ambiguous return
new b322bf9e983a nfs: keep server info for remounts
new 9b62ef6d239e SUNRPC: fix handling expired GSS context
new 0dc9f430027b sunrpc: fix NFSACL RPC retry on soft mount
new f06d1b10cb01 NFS: Fix READ_PLUS when server doesn't support OP_READ_PLUS
new d1404e46ae46 NFS: Don't enable NFS v2 by default
new 4836da219781 rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVAL
new 3ebcb24646f8 pNFS/filelayout: fixup pNfs allocation modes
new 523412b904c4 pNFS/filelayout: check layout segment range
new a01b077a8743 pNFS: rework pnfs_generic_pg_check_layout to check IO range
new 3c0a2e0b0ae6 nfs: fix undefined behavior in nfs_block_bits()
new 6d69b6c12fce Merge tag 'nfs-for-6.10-1' of git://git.linux-nfs.org/proj [...]
The 16 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/nfs/Kconfig | 4 +--
fs/nfs/dir.c | 54 ++++++++++++++++++++++++++++++++--
fs/nfs/filelayout/filelayout.c | 24 +++++----------
fs/nfs/flexfilelayout/flexfilelayout.c | 12 ++------
fs/nfs/fs_context.c | 11 +++++--
fs/nfs/internal.h | 11 +++++--
fs/nfs/nfs3proc.c | 1 +
fs/nfs/nfs4proc.c | 2 +-
fs/nfs/nfs4state.c | 12 ++++----
fs/nfs/pnfs.c | 29 ++++++------------
fs/nfs/pnfs.h | 3 +-
fs/nfs/proc.c | 1 +
fs/nfs/super.c | 10 +++++++
include/linux/nfs_fs.h | 3 ++
net/sunrpc/clnt.c | 14 ++++++++-
net/sunrpc/xprtrdma/verbs.c | 6 +++-
16 files changed, 129 insertions(+), 68 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 ed63cd2aa5b c++: deleting array temporary [PR115187]
new 67afcf28570 Move all relation queries into relation_oracle.
new 3be530f6d77 Move to an always available relation oracle.
new fca649dedaf Rename relation oracle and API.
new 6c64a85ebec Allow components to be shared among range-queries.
new 07441e41f5e Move infer_manager to a range_query oracle.
new efc4255d439 Add inferred ranges for range-ops based statements.
new 76153635b9d Default gimple_outgoing_range to not process switches.
new a049f08239a Gori_compute no longer inherits from gori_map.
new 44db939611a Gori_compute inherits from gimple_outgoing_range.
new ac0bc89aea7 Make GORI a range_query component.
new fae5e6a4dfc Make gori_map a shared component.
new 83bb9ad465f Move condexpr_adjust into gimple-range-fold
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:
gcc/gimple-range-cache.cc | 161 ++++++++++++++---------------
gcc/gimple-range-cache.h | 2 -
gcc/gimple-range-edge.cc | 23 +++--
gcc/gimple-range-edge.h | 24 ++++-
gcc/gimple-range-fold.cc | 229 +++++++++++++++++++++++++++++++++++-------
gcc/gimple-range-fold.h | 22 ++--
gcc/gimple-range-gori.cc | 164 ++++++------------------------
gcc/gimple-range-gori.h | 22 ++--
gcc/gimple-range-infer.cc | 131 ++++++++++++++++++------
gcc/gimple-range-infer.h | 33 ++++--
gcc/gimple-range-path.cc | 57 +++++------
gcc/gimple-range-path.h | 2 +-
gcc/gimple-range.cc | 34 ++++---
gcc/gimple-range.h | 3 +-
gcc/tree-ssa-dom.cc | 3 +-
gcc/tree-ssa-loop-unswitch.cc | 4 +-
gcc/tree-ssa-threadedge.cc | 4 +-
gcc/tree-vrp.cc | 9 +-
gcc/value-query.cc | 141 ++++++++++++++++----------
gcc/value-query.h | 30 ++++--
gcc/value-relation.cc | 136 ++++++++++---------------
gcc/value-relation.h | 57 +++++------
22 files changed, 738 insertions(+), 553 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 66ad4829ddd0 Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/l [...]
new 7ba822189e60 regmap: kunit: Fix array overflow in stride() test
new 09f8f2c4ca42 Merge tag 'regmap-fix-v6.10-merge-window' of git://git.ker [...]
new 0f9f7c63c415 regulator: bd71828: Don't overwrite runtime voltages
new cb3a0f84ae0c regulator: rohm-regulator: warn if unsupported voltage is set
new f4f4276f985a regulator: pickable ranges: don't always cache vsel
new 1ace99d7c7c4 regulator: tps6287x: Force writing VSEL bit
new 74b38cd77d3e regulator: tps6594-regulator: Correct multi-phase configuration
new c2c80ecdb48a Merge tag 'regulator-fix-v6.10-merge-window' of git://git. [...]
new d13ddd9c893f io_uring/sqpoll: ensure that normal task_work is also run timely
new 547988ad0f96 io_uring: remove checks for NULL 'sq_offset'
new 483a351ed4d4 Merge tag 'io_uring-6.10-20240523' of git://git.kernel.dk/linux
new 928b607d1a09 ublk_drv: set DMA alignment mask to 3
new 25260555b118 null_blk: Fix two sparse warnings
new 9ead7efc6f3f brd: implement discard support
new 08190cc4d8a6 nbd: Use NULL to represent a pointer
new 40639e9a0f6e nbd: Remove superfluous casts
new 2a6751e052ab nbd: Improve the documentation of the locking assumptions
new f6cb9a2c3d2e nbd: Remove a local variable from nbd_send_cmd()
new e56d4b633fff nbd: Fix signal handling
new 213cbada7b07 nvmet: lock config semaphore when accessing DH-HMAC-CHAP key
new 44e3c25efae8 nvmet: return DHCHAP status codes from nvmet_setup_auth()
new 44350336fd9d nvme: return kernel error codes for admin queue connect
new adfde7ed0b30 nvme-fabrics: short-circuit reconnect retries
new 0e34bd9605f6 nvme: do not retry authentication failures
new c51a22e63ffd nvmet-rdma: Avoid o(n^2) loop in delete_ctrl
new 54a76c8732b2 nvme-rdma, nvme-tcp: include max reconnects for reconnect logging
new 803fbb96c16a Merge tag 'nvme-6.10-2024-05-14' of git://git.infradead.or [...]
new efb905aeb44b cdrom: rearrange last_media_change check to avoid unintent [...]
new 6da668063279 blk-cgroup: fix list corruption from resetting io stat
new d0aac2363549 blk-cgroup: fix list corruption from reorder of WRITE ->lqueued
new 9d230c09964e blk-cgroup: Properly propagate the iostat update up the hierarchy
new 7b815817aa58 blk-mq: add helper for checking if one CPU is mapped to sp [...]
new f0eab3e8d153 block: t10-pi: add MODULE_DESCRIPTION()
new 9a42891c35d5 block: fix lost bio for plug enabled bio based device
new 4a482e691c8b blk-throttle: remove unused struct 'avg_latency_bucket'
new a2db328b0839 null_blk: fix null-ptr-dereference while configuring 'powe [...]
new b4d88a60fe0e Merge tag 'block-6.10-20240523' of git://git.kernel.dk/linux
The 37 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:
block/blk-cgroup.c | 87 ++++++++++++++++++++++++----------
block/blk-core.c | 13 ++---
block/blk-mq.c | 20 +++++++-
block/blk-throttle.c | 5 --
block/t10-pi.c | 2 +-
drivers/base/regmap/regmap-kunit.c | 9 +++-
drivers/block/brd.c | 26 ++++++++++
drivers/block/nbd.c | 41 ++++++++--------
drivers/block/null_blk/main.c | 42 ++++++++++------
drivers/block/null_blk/trace.h | 7 ++-
drivers/block/ublk_drv.c | 1 +
drivers/cdrom/cdrom.c | 2 +-
drivers/nvme/host/auth.c | 6 +--
drivers/nvme/host/core.c | 6 +--
drivers/nvme/host/fabrics.c | 51 ++++++++++++--------
drivers/nvme/host/fabrics.h | 2 +-
drivers/nvme/host/fc.c | 4 +-
drivers/nvme/host/nvme.h | 2 +-
drivers/nvme/host/rdma.c | 23 +++++----
drivers/nvme/host/tcp.c | 30 +++++++-----
drivers/nvme/target/auth.c | 22 ++++-----
drivers/nvme/target/configfs.c | 22 +++++++--
drivers/nvme/target/fabrics-cmd-auth.c | 49 +++++++++----------
drivers/nvme/target/fabrics-cmd.c | 11 +++--
drivers/nvme/target/nvmet.h | 8 ++--
drivers/nvme/target/rdma.c | 16 +++----
drivers/regulator/bd71828-regulator.c | 58 +----------------------
drivers/regulator/helpers.c | 43 ++++++++++++-----
drivers/regulator/rohm-regulator.c | 4 ++
drivers/regulator/tps6287x-regulator.c | 1 +
drivers/regulator/tps6594-regulator.c | 16 +++----
include/linux/regulator/driver.h | 3 ++
include/trace/events/nbd.h | 2 +-
io_uring/io_uring.c | 6 +--
io_uring/sqpoll.c | 6 ++-
35 files changed, 376 insertions(+), 270 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 0b3b6a8df77 Another small fix to implementation of -fdump-ada-spec
new ed63cd2aa5b c++: deleting array temporary [PR115187]
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/init.cc | 9 ++++++++-
gcc/cp/tree.cc | 6 +++++-
gcc/testsuite/g++.dg/cpp1z/array-prvalue3.C | 8 ++++++++
3 files changed, 21 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/array-prvalue3.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.