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 277474eea03 gdb: make inferior::terminal a unique ptr
new 58373b80f3d gdb: use make_unique_xstrdup in set_inferior_io_terminal
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/ChangeLog | 4 ++++
gdb/infcmd.c | 2 +-
2 files changed, 5 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 devel/lto-offload
in repository gcc.
at 20f466326ca This patch disables the movsicc pattern in the M32R backend [...]
No new revisions were added by this update.
--
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-10
in repository gcc.
from d9b3aa517bd coroutines: Add a cleanup expression for g-r-o when needed [...]
new 69240fb9428 PR fortran/95827 - Buffer overflows with submodules and coarrays
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/fortran/iresolve.c | 4 ++--
gcc/testsuite/gfortran.dg/{pr95707.f90 => pr95827.f90} | 10 ++++------
2 files changed, 6 insertions(+), 8 deletions(-)
copy gcc/testsuite/gfortran.dg/{pr95707.f90 => pr95827.f90} (61%)
--
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 20f466326ca This patch disables the movsicc pattern in the M32R backend [...]
new 35a335a1592 PR fortran/95826 - Buffer overflows with PDTs and long symbols
new 77d455ee81e PR fortran/95828 - Buffer overflows with SELECT RANK
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/fortran/decl.c | 8 +++++---
gcc/fortran/match.c | 2 +-
gcc/fortran/resolve.c | 2 +-
gcc/testsuite/gfortran.dg/pr95826.f90 | 20 ++++++++++++++++++++
gcc/testsuite/gfortran.dg/pr95828.f90 | 21 +++++++++++++++++++++
5 files changed, 48 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr95826.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr95828.f90
--
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 908f7d12d3ba Merge tag 's390-5.8-3' of git://git.kernel.org/pub/scm/lin [...]
new 2ef5612391f0 RDMA/mlx5: Remove duplicated assignment to resp.response_length
new 4f5747cf8e59 RDMA/mlx5: Fix -Wformat warning in check_ucmd_data()
new 0dc63bbee0fa RDMA/hfi1: Fix trivial mis-spelling of 'descriptor'
new 6769b275a313 RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl()
new 1ea7c546b8b3 RDMA/core: Annotate CMA unlock helper routine
new 90a239ee25fa RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rq
new 0133654d8eb8 RDMA/efa: Set maximum pkeys device attribute
new 0dfbd5ecf28c RDMA/qedr: Fix KASAN: use-after-free in ucma_event_handler+0x532
new 730c89124841 RDMA/cma: Protect bind_list and listen_list while finding [...]
new ab183d460daa RDMA/mlx5: Add missed RST2INIT and INIT2INIT steps during [...]
new 98a6151907cb RDMA/hns: Fix a calltrace when registering MR from userspace
new 3ec5f54f7a0f RDMA/hns: Fix an cmd queue issue when resetting
new 4121fb0db68e RDMA/core: Check that type_attrs is not NULL prior access
new 6c41965d647a RDMA/mlx5: Don't access ib_qp fields in internal destroy QP path
new d44335572f76 RDMA/mlx5: Fix remote gid value in query QP
new 2c0f5292d535 RDMA/mlx5: Remove ECE limitation from the RAW_PACKET QPs
new 9e0dc7b9e1cb RDMA/mlx5: Fix integrity enabled QP creation
new a17f4bed811c RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads()
new c1d869d64a19 RDMA/counter: Query a counter before release
new 6eefa839c4dd RDMA/mlx5: Protect from kernel crash if XRC_TGT doesn't ha [...]
new 116a1b9f1cb7 IB/mad: Fix use after free when destroying MAD agent
new b46925a24a9c IB/hfi1: Restore kfree in dummy_netdev cleanup
new 822fbd374106 IB/hfi1: Fix module use count flaw due to leftover module [...]
new 82172b765530 IB/hfi1: Correct -EBUSY handling in tx code
new 38fd98afeeb7 IB/hfi1: Add atomic triggered sleep/wakeup
new 87d93e9a91c7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
new e9c15badbb7b fs: Do not check if there is a fsnotify watcher on pseudo inodes
new 52366a107bf0 Merge tag 'fsnotify_for_v5.8-rc3' of git://git.kernel.org/ [...]
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:
drivers/infiniband/core/cm.c | 1 +
drivers/infiniband/core/cma.c | 18 +++++
drivers/infiniband/core/counters.c | 4 +-
drivers/infiniband/core/mad.c | 3 +-
drivers/infiniband/core/rdma_core.c | 36 ++++++----
drivers/infiniband/hw/efa/efa_verbs.c | 1 +
drivers/infiniband/hw/hfi1/debugfs.c | 19 +----
drivers/infiniband/hw/hfi1/iowait.h | 2 +-
drivers/infiniband/hw/hfi1/ipoib.h | 6 ++
drivers/infiniband/hw/hfi1/ipoib_tx.c | 104 ++++++++++++++++++----------
drivers/infiniband/hw/hfi1/netdev_rx.c | 2 +-
drivers/infiniband/hw/hfi1/verbs_txreq.h | 2 +-
drivers/infiniband/hw/hns/hns_roce_device.h | 7 +-
drivers/infiniband/hw/hns/hns_roce_hw_v1.c | 4 +-
drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 17 ++---
drivers/infiniband/hw/hns/hns_roce_mr.c | 5 +-
drivers/infiniband/hw/mlx5/qp.c | 50 ++++++-------
drivers/infiniband/hw/mlx5/qpc.c | 8 +++
drivers/infiniband/hw/qedr/qedr_iw_cm.c | 13 +++-
drivers/infiniband/sw/rdmavt/qp.c | 6 +-
drivers/infiniband/sw/siw/siw_qp_rx.c | 3 +-
fs/file_table.c | 2 +-
include/linux/mlx5/mlx5_ifc.h | 10 +--
23 files changed, 198 insertions(+), 125 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 d73be611681 cpu: fix offset16 type, update c-calls in bpf.cpu
new 277474eea03 gdb: make inferior::terminal a unique ptr
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/ChangeLog | 9 +++++++++
gdb/infcmd.c | 6 ++----
gdb/inferior.c | 1 -
gdb/inferior.h | 3 ++-
4 files changed, 13 insertions(+), 6 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 6d74da72dac gdb/riscv: Loop over all registers for 'info all-registers'
new d73be611681 cpu: fix offset16 type, update c-calls in bpf.cpu
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:
cpu/ChangeLog | 9 +++++++++
cpu/bpf.cpu | 20 ++++++--------------
2 files changed, 15 insertions(+), 14 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 bb6e55f3ee4 Remove obsolete gdbarch_static_transform_name
new 767a879e31c gdb/riscv: Improved register alias name creation
new 4445e8f59ac gdb/riscv: Fix whitespace error
new ed69cbc8ef0 gdb/riscv: Take CSR names from target description
new 865bad2602b gdb/riscv: Remove CSR feature file
new 3b9fce96605 gdb/riscv: Improve support for matching against target desc [...]
new be64fd0776f gdb: Extend target description processing of unknown registers
new 2e52d038246 gdb/riscv: Record information about unknown tdesc registers
new 6d74da72dac gdb/riscv: Loop over all registers for 'info all-registers'
The 8 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/ChangeLog | 85 ++++
gdb/features/Makefile | 6 -
gdb/features/riscv/32bit-csr.c | 253 ----------
gdb/features/riscv/32bit-csr.xml | 251 ----------
gdb/features/riscv/64bit-csr.c | 253 ----------
gdb/features/riscv/64bit-csr.xml | 186 --------
gdb/features/riscv/rebuild-csr-xml.sh | 37 --
gdb/riscv-tdep.c | 519 +++++++++++++++------
gdb/riscv-tdep.h | 15 +
gdb/target-descriptions.c | 31 +-
gdb/target-descriptions.h | 27 +-
gdb/testsuite/ChangeLog | 27 ++
gdb/testsuite/gdb.arch/riscv-tdesc-loading-01.xml | 83 ++++
gdb/testsuite/gdb.arch/riscv-tdesc-loading-02.xml | 81 ++++
gdb/testsuite/gdb.arch/riscv-tdesc-loading-03.xml | 79 ++++
gdb/testsuite/gdb.arch/riscv-tdesc-loading-04.xml | 77 +++
gdb/testsuite/gdb.arch/riscv-tdesc-loading.exp | 39 ++
gdb/testsuite/gdb.arch/riscv-tdesc-regs-32.xml | 89 ++++
gdb/testsuite/gdb.arch/riscv-tdesc-regs-64.xml | 93 ++++
.../riscv-tdesc-regs.c} | 0
gdb/testsuite/gdb.arch/riscv-tdesc-regs.exp | 123 +++++
21 files changed, 1213 insertions(+), 1141 deletions(-)
delete mode 100644 gdb/features/riscv/32bit-csr.c
delete mode 100644 gdb/features/riscv/32bit-csr.xml
delete mode 100644 gdb/features/riscv/64bit-csr.c
delete mode 100644 gdb/features/riscv/64bit-csr.xml
delete mode 100755 gdb/features/riscv/rebuild-csr-xml.sh
create mode 100644 gdb/testsuite/gdb.arch/riscv-tdesc-loading-01.xml
create mode 100644 gdb/testsuite/gdb.arch/riscv-tdesc-loading-02.xml
create mode 100644 gdb/testsuite/gdb.arch/riscv-tdesc-loading-03.xml
create mode 100644 gdb/testsuite/gdb.arch/riscv-tdesc-loading-04.xml
create mode 100644 gdb/testsuite/gdb.arch/riscv-tdesc-loading.exp
create mode 100644 gdb/testsuite/gdb.arch/riscv-tdesc-regs-32.xml
create mode 100644 gdb/testsuite/gdb.arch/riscv-tdesc-regs-64.xml
copy gdb/testsuite/{gdb.base/persistent-lang.cc => gdb.arch/riscv-tdesc-regs.c} (100%)
create mode 100644 gdb/testsuite/gdb.arch/riscv-tdesc-regs.exp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.