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=-8.8 required=3.0 tests=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 0FCAEC3524D for ; Mon, 3 Feb 2020 16:21:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C9ACC21582 for ; Mon, 3 Feb 2020 16:21:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580746878; bh=V/wxnRY1YBxhT1SO59Yoq7chPfjXSWH+CTIvVEQGUJ4=; h=From:To:Cc:Subject:Date:List-ID:From; b=gglkWaG5DrbK/lshxUltJoIi7qQGvWoPYExntqhzB5/nfNfBPNQQxtAqzYdMMo0k+ LA3YYXbShg8mW+tZqgQHE9Sx5RQG0JWGDroOaY1tNjKBSGNkoFFZv2oXkAg2QxYxgS liuG3OuOk9Q2f4XygsFqYOj6BI/sqTG8BCtlVTes= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729130AbgBCQVS (ORCPT ); Mon, 3 Feb 2020 11:21:18 -0500 Received: from mail.kernel.org ([198.145.29.99]:33072 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729088AbgBCQVP (ORCPT ); Mon, 3 Feb 2020 11:21:15 -0500 Received: from localhost (unknown [104.132.45.99]) (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 A75DF2082E; Mon, 3 Feb 2020 16:21:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580746874; bh=V/wxnRY1YBxhT1SO59Yoq7chPfjXSWH+CTIvVEQGUJ4=; h=From:To:Cc:Subject:Date:From; b=syghJseyiR0GDgr51RQO62vTtIR+7/n1YAzvXJw72U2AMjYW9gThj45H3PmjOgCCs bB2GG+Km6kBr+SnYhAQqblSJ3QWfpQkKPiFiNvH0436TY9OoQd3G2/x72R1ooQTSQ5 lYgqdyOjwr5i9o+R9suZmzgSZuAdE2UvFjhLORD8= 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 4.4 00/53] 4.4.213-stable review Date: Mon, 3 Feb 2020 16:18:52 +0000 Message-Id: <20200203161902.714326084@linuxfoundation.org> X-Mailer: git-send-email 2.25.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.4.213-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.4.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.4.213-rc1 X-KernelTest-Deadline: 2020-02-05T16:19+00:00 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 4.4.213 release. There are 53 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 Wed, 05 Feb 2020 16:17:59 +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.4.213-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.4.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.4.213-rc1 Praveen Chaudhary net: Fix skb->csum update in inet_proto_csum_replace16(). Vasily Averin l2t_seq_next should increase position index Vasily Averin seq_tab_next() should increase position index Finn Thain net/sonic: Quiesce SONIC before re-initializing descriptor memory Finn Thain net/sonic: Fix receive buffer handling Finn Thain net/sonic: Use MMIO accessors Finn Thain net/sonic: Add mutual exclusion for accessing shared state Madalin Bucur net/fsl: treat fsl,erratum-a011043 Manish Chopra qlcnic: Fix CPU soft lockup while collecting firmware dump Hayes Wang r8152: get default setting of WOL before initializing Michael Ellerman airo: Add missing CAP_NET_ADMIN check in AIROOLDIOCTL/SIOCDEVPRIVATE Michael Ellerman airo: Fix possible info leak in AIROOLDIOCTL/SIOCDEVPRIVATE Vladimir Murzin ARM: 8955/1: virt: Relax arch timer version check during early boot Hannes Reinecke scsi: fnic: do not queue commands during fwreset Nicolas Dichtel vti[6]: fix packet tx through bpf_redirect() Johan Hovold Input: aiptek - use descriptors of current altsetting Arnd Bergmann wireless: wext: avoid gcc -O3 warning Cambda Zhu ixgbe: Fix calculation of queue with VFs and flow director on interface flap Radoslaw Tyl ixgbevf: Remove limit of 10 entries for unicast filter list Lubomir Rintel clk: mmp2: Fix the order of timer mux parents Lee Jones media: si470x-i2c: Move free() past last use of 'radio' Bin Liu usb: dwc3: turn off VBUS when leaving host mode Zhenzhong Duan ttyprintk: fix a potential deadlock in interrupt context issue Hans Verkuil media: dvb-usb/dvb-usb-urb.c: initialize actlen to 0 Hans Verkuil media: gspca: zero usb_buf Sean Young media: digitv: don't continue if remote control state can't be read Jan Kara reiserfs: Fix memory leak of journal device string Dan Carpenter mm/mempolicy.c: fix out of bounds write in mpol_parse_str() Dirk Behme arm64: kbuild: remove compressed images on 'make ARCH=arm64 (dist)clean' Herbert Xu crypto: pcrypt - Fix user-after-free on module unload Al Viro vfs: fix do_last() regression Herbert Xu crypto: af_alg - Use bh_lock_sock in sk_destruct Eric Dumazet net_sched: ematch: reject invalid TCF_EM_SIMPLE Laura Abbott usb-storage: Disable UAS on JMicron SATA enclosure Arnd Bergmann atm: eni: fix uninitialized variable warning Krzysztof Kozlowski net: wan: sdla: Fix cast from pointer to integer of different size Fenghua Yu drivers/net/b44: Change to non-atomic bit operations on pwol_mask Andreas Kemnade watchdog: rn5t618_wdt: fix module aliases Johan Hovold zd1211rw: fix storage endpoint lookup Johan Hovold rtl8xxxu: fix interface sanity check Johan Hovold brcmfmac: fix interface sanity check Johan Hovold ath9k: fix storage endpoint lookup Malcolm Priestley staging: vt6656: Fix false Tx excessive retries reporting. Malcolm Priestley staging: vt6656: use NULLFUCTION stack on mac80211 Malcolm Priestley staging: vt6656: correct packet types for CTS protect, mode. Colin Ian King staging: wlan-ng: ensure error return is actually returned Andrey Shvetsov staging: most: net: fix buffer overflow Johan Hovold USB: serial: ir-usb: fix IrLAP framing Johan Hovold USB: serial: ir-usb: fix link-speed handling Johan Hovold USB: serial: ir-usb: add missing endpoint sanity check Johan Hovold rsi_91x_usb: fix interface sanity check Johan Hovold orinoco_usb: fix interface sanity check Takashi Iwai ALSA: pcm: Add missing copy ops check before clearing buffer ------------- Diffstat: Makefile | 4 +- arch/arm/kernel/hyp-stub.S | 7 +- arch/arm64/boot/Makefile | 2 +- crypto/af_alg.c | 6 +- crypto/pcrypt.c | 3 +- drivers/atm/eni.c | 4 +- drivers/char/ttyprintk.c | 15 ++- drivers/clk/mmp/clk-of-mmp2.c | 2 +- drivers/input/tablet/aiptek.c | 2 +- drivers/media/radio/si470x/radio-si470x-i2c.c | 2 +- drivers/media/usb/dvb-usb/digitv.c | 10 +- drivers/media/usb/dvb-usb/dvb-usb-urb.c | 2 +- drivers/media/usb/gspca/gspca.c | 2 +- drivers/net/ethernet/broadcom/b44.c | 9 +- drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c | 3 +- drivers/net/ethernet/chelsio/cxgb4/l2t.c | 3 +- drivers/net/ethernet/freescale/xgmac_mdio.c | 7 +- drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 37 ++++-- drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 5 - drivers/net/ethernet/natsemi/sonic.c | 109 ++++++++++++++--- drivers/net/ethernet/natsemi/sonic.h | 25 ++-- .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 1 + .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 + drivers/net/usb/r8152.c | 9 +- drivers/net/wan/sdla.c | 2 +- drivers/net/wireless/airo.c | 20 ++- drivers/net/wireless/ath/ath9k/hif_usb.c | 2 +- drivers/net/wireless/brcm80211/brcmfmac/usb.c | 4 +- drivers/net/wireless/orinoco/orinoco_usb.c | 4 +- drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.c | 2 +- drivers/net/wireless/rsi/rsi_91x_usb.c | 2 +- drivers/net/wireless/zd1211rw/zd_usb.c | 2 +- drivers/scsi/fnic/fnic_scsi.c | 3 + drivers/staging/most/aim-network/networking.c | 10 ++ drivers/staging/vt6656/device.h | 2 + drivers/staging/vt6656/int.c | 6 +- drivers/staging/vt6656/main_usb.c | 1 + drivers/staging/vt6656/rxtx.c | 26 ++-- drivers/staging/wlan-ng/prism2mgmt.c | 2 +- drivers/usb/dwc3/core.c | 3 + drivers/usb/serial/ir-usb.c | 136 ++++++++++++++++----- drivers/usb/storage/unusual_uas.h | 7 +- drivers/watchdog/rn5t618_wdt.c | 1 + fs/namei.c | 4 +- fs/reiserfs/super.c | 2 + include/linux/usb/irda.h | 13 +- mm/mempolicy.c | 6 +- net/core/utils.c | 20 ++- net/ipv4/ip_vti.c | 13 +- net/ipv6/ip6_vti.c | 13 +- net/sched/ematch.c | 3 + net/wireless/wext-core.c | 3 +- sound/core/pcm_native.c | 2 +- 53 files changed, 418 insertions(+), 167 deletions(-)