From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9FB2DC433E1 for ; Thu, 30 Jul 2020 08:20:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 76FD020809 for ; Thu, 30 Jul 2020 08:20:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596097259; bh=qlYDvpfhOP1bAGHT2gNFafdZfJvOMDt+QdoEypLlfig=; h=From:To:Cc:Subject:Date:List-ID:From; b=Jf0COUGTkLK877mDu4EWggf21ARe/12UX1xsYDwdjVlFrV9D6+IFGF2hhi35U83uc nyMu3mqLcNs9xqZ6/B32IGxCoEI+4XjZt0iklqSiHRsh7/A1OTszUeR/koc2hk/pDg uNhCja4KQmaD4pjpkSOLFKBTAyOQG5cGSSBgrE+s= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729596AbgG3IUy (ORCPT ); Thu, 30 Jul 2020 04:20:54 -0400 Received: from mail.kernel.org ([198.145.29.99]:42700 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726774AbgG3IFc (ORCPT ); Thu, 30 Jul 2020 04:05:32 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3C5A320672; Thu, 30 Jul 2020 08:05:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596096331; bh=qlYDvpfhOP1bAGHT2gNFafdZfJvOMDt+QdoEypLlfig=; h=From:To:Cc:Subject:Date:From; b=qcPlj8DzCWHSXO1jI+j6MpK2Z+AqEjvWHLmScUGT4jYTbZQISdumcMg7W7BIGGoCB DajysooR9UbwPsrEEoElhdjqoeZ63bTBplyKIZDZWg+zgZ+HZ2tpue0cLmWIQRE5zc uhwg87aCxIziD1buCMWmqV8BfItXywUoWQKbd9Mo= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: [PATCH 5.7 00/20] 5.7.12-rc1 review Date: Thu, 30 Jul 2020 10:03:50 +0200 Message-Id: <20200730074420.533211699@linuxfoundation.org> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 User-Agent: quilt/0.66 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-5.7.12-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-5.7.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 5.7.12-rc1 X-KernelTest-Deadline: 2020-08-01T07:44+00:00 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org This is the start of the stable review cycle for the 5.7.12 release. There are 20 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Sat, 01 Aug 2020 07:44:05 +0000. Anything received after that time might be too late. The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.7.12-rc1.gz or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.7.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 5.7.12-rc1 Peng Fan regmap: debugfs: check count when read regmap file Jens Axboe io_uring: ensure double poll additions work with both request types Tung Nguyen tipc: allow to build NACK message in link timeout function Kuniyuki Iwashima udp: Improve load balancing for SO_REUSEPORT. Kuniyuki Iwashima udp: Copy has_conns in reuseport_grow(). Xin Long sctp: shrink stream outq when fails to do addstream reconf Xin Long sctp: shrink stream outq only when new outcnt < old outcnt Dan Carpenter AX.25: Prevent integer overflows in connect and sendmsg Yuchung Cheng tcp: allow at most one TLP probe per flight David Howells rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATA Weilong Chen rtnetlink: Fix memory(net_device) leak when ->newlink fails Cong Wang qrtr: orphan socket in qrtr_release() Miaohe Lin net: udp: Fix wrong clean up for IS_UDPLITE macro Xiongfeng Wang net-sysfs: add a newline when printing 'tx_timeout' by sysfs wenxu net/sched: act_ct: fix restore the qdisc_skb_cb after defrag Wei Yongjun ip6_gre: fix null-ptr-deref in ip6gre_init_net() Xie He drivers/net/wan/x25_asy: Fix to make it work Subash Abhinov Kasiviswanathan dev: Defer free of skbs in flush_backlog Peilin Ye AX.25: Prevent out-of-bounds read in ax25_sendmsg() Peilin Ye AX.25: Fix out-of-bounds read in ax25_connect() ------------- Diffstat: Makefile | 4 +-- drivers/base/regmap/regmap-debugfs.c | 6 +++++ drivers/net/wan/x25_asy.c | 21 ++++++++++------ fs/io_uring.c | 47 ++++++++++++++++++++---------------- include/linux/tcp.h | 4 ++- net/ax25/af_ax25.c | 10 ++++++-- net/core/dev.c | 2 +- net/core/net-sysfs.c | 2 +- net/core/rtnetlink.c | 3 ++- net/core/sock_reuseport.c | 1 + net/ipv4/tcp_input.c | 11 +++++---- net/ipv4/tcp_output.c | 13 ++++++---- net/ipv4/udp.c | 17 +++++++------ net/ipv6/ip6_gre.c | 11 +++++---- net/ipv6/udp.c | 17 +++++++------ net/qrtr/qrtr.c | 1 + net/rxrpc/recvmsg.c | 2 +- net/rxrpc/sendmsg.c | 2 +- net/sched/act_ct.c | 16 ++++++++++-- net/sctp/stream.c | 27 ++++++++++++++------- net/tipc/link.c | 2 +- 21 files changed, 140 insertions(+), 79 deletions(-)