This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from ab0f2473d374 Merge tag 'io_uring-5.8-2020-06-26' of git://git.kernel.dk [...]
new 2acc5cae2923 xprtrdma: Prevent dereferencing r_xprt->rx_ep after it is freed
new 2d97f4637666 xprtrdma: Use re_connect_status safely in rpcrdma_xprt_connect()
new f423f755f41e xprtrdma: Clean up synopsis of rpcrdma_flush_disconnect()
new c487eb7d8e41 xprtrdma: Clean up disconnect
new 7b2182ec381f xprtrdma: Fix handling of RDMA_ERROR replies
new b7ade38165ca sunrpc: fixed rollback in rpc_gssd_dummy_populate()
new 4659ed7cc851 nfs: Fix memory leak of export_path
new 8b0401373734 pNFS/flexfiles: Fix list corruption if the mirror count changes
new d03727b248d0 NFSv4 fix CLOSE not waiting for direct IO compeletion
new 89a3c9f5b9f0 SUNRPC: Properly set the @subbuf parameter of xdr_buf_subs [...]
new 4e99b32169e8 Merge tag 'nfs-for-5.8-2' of git://git.linux-nfs.org/proje [...]
The 11 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/direct.c | 13 +++++--
fs/nfs/file.c | 1 +
fs/nfs/flexfilelayout/flexfilelayout.c | 11 ++++--
fs/nfs/nfs4namespace.c | 1 +
net/sunrpc/rpc_pipe.c | 1 +
net/sunrpc/xdr.c | 4 ++
net/sunrpc/xprtrdma/frwr_ops.c | 8 ++--
net/sunrpc/xprtrdma/rpc_rdma.c | 9 ++---
net/sunrpc/xprtrdma/transport.c | 2 +-
net/sunrpc/xprtrdma/verbs.c | 71 ++++++++++++++++++++--------------
net/sunrpc/xprtrdma/xprt_rdma.h | 3 +-
11 files changed, 75 insertions(+), 49 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 6116dea80dfd Merge tag 'kgdb-5.8-rc3' of git://git.kernel.org/pub/scm/l [...]
new c69cb1d17b62 dm zoned: fix uninitialized pointer dereference
new 7b2377486767 dm zoned: assign max_io_len correctly
new 39495b12ef1c dm writecache: correct uncommitted_block when discarding u [...]
new a143e172b66d dm writecache: skip writecache_wait when using pmem mode
new da8996250a7c dm ioctl: use struct_size() helper in retrieve_deps()
new e0034433a7e4 docs: device-mapper: add dm-ebs.rst to an index file
new b38c0ad57f8e dm zoned: Fix metadata zone size check
new 415c79e13b17 dm: update original bio sector on Zone Append
new 3ee39573e567 dm zoned: Fix random zone reclaim selection
new f2cd9a5e85dc dm zoned: Fix reclaim zone selection
new d35bd764e689 dm writecache: add cond_resched to loop in persistent_memo [...]
new 5e8eed279f28 Merge tag 'for-5.8/dm-fixes' of git://git.kernel.org/pub/s [...]
new 0b8eb629a700 block: release bip in a right way in error path
new 4fea243ebce4 nvme: set initial value for controller's numa node
new 635333e400e2 nvme-pci: override the value of the controller's numa node
new d4ec47f12053 nvme-pci: initialize tagset numa value to the value of the ctrl
new 610c823510f7 nvme-tcp: initialize tagset numa value to the value of the ctrl
new 1b4ad7a50ab0 nvme-loop: initialize tagset numa value to the value of the ctrl
new 032a9966a22a nvme-rdma: assign completion vector correctly
new 3b4b19721ec6 nvme: fix possible deadlock when I/O is blocked
new 489dd102a2c7 nvme-multipath: fix deadlock between ana_work and scan_work
new e164471dcf19 nvme: don't protect ns mutation with ns->head->lock
new d8a22f85609f nvme-multipath: fix deadlock due to head->lock
new c31244669f57 nvme-multipath: fix bogus request queue reference put
new 1b52671d79c4 Merge branch 'nvme-5.8' of git://git.infradead.org/nvme in [...]
new 9b8d02079643 Merge tag 'block-5.8-2020-06-26' of git://git.kernel.dk/li [...]
new b772f07add1c io_uring: fix io_sq_thread no schedule when busy
new cd664b0e35cb io_uring: fix hanging iopoll in case of -EAGAIN
new d60b5fbc1ce8 io_uring: fix current->mm NULL dereference on exit
new ab0f2473d374 Merge tag 'io_uring-5.8-2020-06-26' of git://git.kernel.dk [...]
The 30 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/admin-guide/device-mapper/index.rst | 1 +
block/bio-integrity.c | 23 +++++++-----
drivers/md/dm-ioctl.c | 2 +-
drivers/md/dm-writecache.c | 10 ++++-
drivers/md/dm-zoned-metadata.c | 42 +++++++++++++++------
drivers/md/dm-zoned-reclaim.c | 4 +-
drivers/md/dm-zoned-target.c | 2 +-
drivers/md/dm.c | 13 +++++++
drivers/nvme/host/core.c | 2 +-
drivers/nvme/host/multipath.c | 46 ++++++++++++++---------
drivers/nvme/host/nvme.h | 2 +
drivers/nvme/host/pci.c | 6 ++-
drivers/nvme/host/rdma.c | 2 +-
drivers/nvme/host/tcp.c | 4 +-
drivers/nvme/target/loop.c | 4 +-
fs/io_uring.c | 22 ++++++-----
16 files changed, 124 insertions(+), 61 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 1590a2e1c681 Merge tag 'acpi-5.8-rc3' of git://git.kernel.org/pub/scm/l [...]
new 87676cfca141 arm64: vdso: Disable dwarf unwinding through the sigreturn [...]
new a39060b009ca arm64: compat: Allow 32-bit vdso and sigpage to co-exist
new 8e411be6aad1 arm64: compat: Always use sigpage for sigreturn trampoline
new 2d071968a405 arm64: compat: Remove 32-bit sigreturn code from the vDSO
new 4dc9b282bf5f arm64: Depend on newer binutils when building PAC
new 49a3b0e1c05a arm64: vdso: Only pass --no-eh-frame-hdr when linker supports it
new e56404e8e475 arm64: vdso: Don't use gcc plugins for building vgettimeofday.c
new 2d21889f8b5c arm64: Don't insert a BTI instruction at inner labels
new f4617be35b4b arm64: kpti: Add KRYO{3, 4}XX silver CPU cores to kpti safelist
new cb944f02d0d8 kselftest: arm64: Remove redundant clean target
new 8dfe804a4031 arm64: perf: Report the PC value in REGS_ABI_32 mode
new 108447fd0d1a arm64: Add KRYO{3,4}XX silver CPU cores to SSB safelist
new 8530684fd37c Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
new a0fc3b32893b riscv: Add -fPIC option to CFLAGS_vgettimeofday.o
new d0a5fdf4cc83 clk: sifive: allocate sufficient memory for struct __prci_data
new e93b327dbf3d riscv: Add extern declarations for vDSO time-related functions
new e05d57dcb8c7 riscv: Fixup __vdso_gettimeofday broke dynamic ftrace
new 3b6ab1012cbc Merge tag 'riscv-for-linus-5.8-rc3' of git://git.kernel.or [...]
new 7e4773f73dcf powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASE
new c1ed1754f271 powerpc/kvm/book3s64: Fix kernel crash with nested kvm & D [...]
new 896066aa0685 selftests/powerpc: Fix build failure in ebb tests
new 21d2f6850c09 Merge tag 'powerpc-5.8-4' of git://git.kernel.org/pub/scm/ [...]
new 9d71b344f86f kdb: Re-factor kdb_printf() message write code
new e8857288bb62 kdb: Check status of console prior to invoking handlers
new 2a78b85b70f9 kdb: Make kdb_printf() console handling more robust
new 5946d1f5b309 kdb: Switch to use safer dbg_io_ops over console APIs
new 440ab9e10e2e kgdb: Avoid suspicious RCU usage warning
new 6116dea80dfd Merge tag 'kgdb-5.8-rc3' of git://git.kernel.org/pub/scm/l [...]
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:
arch/arm64/Kconfig | 4 +-
arch/arm64/include/asm/linkage.h | 6 --
arch/arm64/include/asm/mmu.h | 3 +
arch/arm64/kernel/Makefile | 2 -
arch/arm64/kernel/cpu_errata.c | 2 +
arch/arm64/kernel/cpufeature.c | 2 +
arch/arm64/kernel/perf_regs.c | 25 +++++++-
arch/arm64/kernel/signal32.c | 27 +--------
arch/arm64/kernel/vdso.c | 61 +++++++++-----------
arch/arm64/kernel/vdso/Makefile | 7 ++-
arch/arm64/kernel/vdso/sigreturn.S | 54 +++++++++++-------
arch/arm64/kernel/vdso32/Makefile | 1 -
arch/arm64/kernel/vdso32/sigreturn.S | 58 -------------------
arch/arm64/kernel/vdso32/vdso.lds.S | 12 ----
arch/powerpc/kvm/book3s_64_mmu_radix.c | 3 +-
arch/powerpc/mm/nohash/kaslr_booke.c | 1 +
arch/riscv/kernel/vdso/Makefile | 5 +-
arch/riscv/kernel/vdso/vgettimeofday.c | 6 ++
drivers/clk/sifive/fu540-prci.c | 5 +-
drivers/tty/serial/kgdb_nmi.c | 2 +-
drivers/tty/serial/kgdboc.c | 32 +++++------
drivers/usb/early/ehci-dbgp.c | 3 +-
include/linux/kgdb.h | 5 +-
kernel/debug/debug_core.c | 4 ++
kernel/debug/kdb/kdb_io.c | 72 ++++++++++++++----------
tools/testing/selftests/arm64/signal/Makefile | 4 --
tools/testing/selftests/powerpc/pmu/ebb/Makefile | 2 +-
27 files changed, 184 insertions(+), 224 deletions(-)
delete mode 100644 arch/arm64/kernel/vdso32/sigreturn.S
--
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 linaro-local/ci/tcwg_bmk_tk1/gnu-release-arm-spec2k6-O3-vs-O3_LTO
in repository toolchain/ci/base-artifacts.
discards cc0871ab 2: update: binutils-gcc-glibc: -5
new dc8de63a 2: update: binutils-gcc-glibc: -5
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (cc0871ab)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/gnu-release-arm- [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 172 +-
02-prepare_abe/console.log | 414 +-
03-build_abe-binutils/console.log | 10763 +--
04-build_abe-stage1/console.log | 17908 ++---
05-build_abe-linux/console.log | 248 +-
06-build_abe-glibc/console.log | 37660 ++++-----
07-build_abe-stage2/console.log | 42665 +++++------
08-benchmark--O3_marm/benchmark-start.log | 2 +-
08-benchmark--O3_marm/benchmark.log | 48 +
08-benchmark--O3_marm/console.log | 214 +-
11-check_regression/console.log | 8 +-
12-update_baseline/console.log | 80 +-
12-update_baseline/results.regressions | 6 +-
console.log | 110178 ++++++++++++++-------------
jenkins/manifest.sh | 12 +-
results_id-1 | 2 +-
16 files changed, 110300 insertions(+), 110080 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 linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 076eafc1 0: update: gcc-f530bac8a11da9c85bdd8e58d589747f9825e38d: 1
new f02e709f 0: update: gcc-3cbc0fb39c84ae0a51a9a88649dccd105bf17d6e: 1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (076eafc1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 128 +-
02-prepare_abe/console.log | 176 +-
04-build_abe-bootstrap_O3/console.log | 70491 ++++++++++++++++---------------
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 6 +-
console.log | 70779 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 70793 insertions(+), 70799 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 cfc16775b76 asan: readelf: use after free in process_archive
new 05779d57f9f Make {get,set}_inferior_io_terminal inferior methods
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 | 18 ++++++++++++++++++
gdb/fork-child.c | 4 +---
gdb/infcmd.c | 29 +++++------------------------
gdb/inferior.c | 15 +++++++++++++++
gdb/inferior.h | 19 +++++++++++--------
gdb/main.c | 2 +-
gdb/mi/mi-cmd-env.c | 9 ++++-----
gdb/nto-procfs.c | 10 +++++-----
gdb/windows-nat.c | 16 ++++++++--------
9 files changed, 68 insertions(+), 54 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.