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=-18.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, 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 AA533C433E9 for ; Fri, 22 Jan 2021 18:56:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 769EC23AC2 for ; Fri, 22 Jan 2021 18:56:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730290AbhAVSxy (ORCPT ); Fri, 22 Jan 2021 13:53:54 -0500 Received: from mail.kernel.org ([198.145.29.99]:40004 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728529AbhAVOWE (ORCPT ); Fri, 22 Jan 2021 09:22:04 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 591AB23B32; Fri, 22 Jan 2021 14:15:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1611324932; bh=RNCqSgvI8xYm1XbENm9mg9ix/P8SGjVd3IE4Rr9YMps=; h=From:To:Cc:Subject:Date:From; b=Tyvismn05HlYr/fQ/9sKXP0njhWnUJUpmQhy0K5Mn97u8s1rNYvyhEswtCO1xOY07 42XEbp35nDjztGOEyIqI9vgRtlbA0mDWDDA56SQStodl0LWoNl1fdjtZ6KBGTr9Zi4 yS4TG3YAC/o7WDhyeMTrVYJXgWU8a27dXbGQOkzg= 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, lkft-triage@lists.linaro.org, pavel@denx.de, stable@vger.kernel.org Subject: [PATCH 4.19 00/22] 4.19.170-rc1 review Date: Fri, 22 Jan 2021 15:12:18 +0100 Message-Id: <20210122135731.921636245@linuxfoundation.org> X-Mailer: git-send-email 2.30.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-4.19.170-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.19.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.19.170-rc1 X-KernelTest-Deadline: 2021-01-24T13:57+00:00 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 4.19.170 release. There are 22 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 Sun, 24 Jan 2021 13:57:23 +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/v4.x/stable-review/patch-4.19.170-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-4.19.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.19.170-rc1 Michael Hennerich spi: cadence: cache reference clock rate during probe Aya Levin net: ipv6: Validate GSO SKB before finish IPv6 processing Jason A. Donenfeld net: skbuff: disambiguate argument and member for skb_list_walk_safe helper Jason A. Donenfeld net: introduce skb_list_walk_safe for skb segment walking Hoang Le tipc: fix NULL deref in tipc_link_xmit() David Howells rxrpc: Fix handling of an unsupported token type in rxrpc_read() Eric Dumazet net: avoid 32 x truesize under-estimation for tiny skbs Jakub Kicinski net: sit: unregister_netdevice on newlink's error path David Wu net: stmmac: Fixed mtu channged by cache aligned Baptiste Lepers rxrpc: Call state should be read with READ_ONCE() under some circumstances Petr Machata net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commands Petr Machata net: dcb: Validate netlink message in DCB handler Willem de Bruijn esp: avoid unneeded kmap_atomic call Andrey Zhizhikin rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM request Stefan Chulski net: mvpp2: Remove Pause and Asym_Pause support Manish Chopra netxen_nic: fix MSI/MSI-x interrupts Baptiste Lepers udp: Prevent reuseport_select_sock from reading uninitialized socks J. Bruce Fields nfsd4: readdirplus shouldn't return parent of export Arnd Bergmann crypto: x86/crc32c - fix building with clang ias Mikulas Patocka dm integrity: fix flush with external metadata device Will Deacon compiler.h: Raise minimum version of GCC to 5.1 for arm64 Hamish Martin usb: ohci: Make distrust_firmware param default to false ------------- Diffstat: Makefile | 4 +- arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +- drivers/md/dm-bufio.c | 6 +++ drivers/md/dm-integrity.c | 50 +++++++++++++++++++--- drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c | 2 - .../net/ethernet/qlogic/netxen/netxen_nic_main.c | 7 +-- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 3 +- drivers/net/usb/rndis_host.c | 2 +- drivers/spi/spi-cadence.c | 6 ++- drivers/usb/host/ohci-hcd.c | 2 +- fs/nfsd/nfs3xdr.c | 7 ++- include/linux/compiler-gcc.h | 6 +++ include/linux/dm-bufio.h | 1 + include/linux/skbuff.h | 5 +++ net/core/skbuff.c | 9 +++- net/core/sock_reuseport.c | 2 +- net/dcb/dcbnl.c | 2 + net/ipv4/esp4.c | 7 +-- net/ipv6/esp6.c | 7 +-- net/ipv6/ip6_output.c | 40 ++++++++++++++++- net/ipv6/sit.c | 5 ++- net/rxrpc/input.c | 2 +- net/rxrpc/key.c | 6 ++- net/tipc/link.c | 9 +++- 24 files changed, 148 insertions(+), 44 deletions(-)