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=ham 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 E0FCFC4332F for ; Sun, 8 Sep 2019 13:00:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BC5242067B for ; Sun, 8 Sep 2019 13:00:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567947610; bh=n/0lyfJOa3wZ0kRGY42coXLNNldSRdf2AbtECWKgLyw=; h=From:To:Cc:Subject:Date:List-ID:From; b=nXno17HKUUfW8UWy3TC6H19hzSqxDp7noYWUFl0JDvOiVEqmO+xXkG7psR9IZ7hbx 1ONqNJQN7yFD37hm8sTtK1Z1+T0T4T74pzovKly27+sevzWHFt/4LSHxFs9DLYZkEL uqmjDDjt2OGwYQpAg15j3fOLxIjzvRkSChehBS0E= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729981AbfIHMpD (ORCPT ); Sun, 8 Sep 2019 08:45:03 -0400 Received: from mail.kernel.org ([198.145.29.99]:60004 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729964AbfIHMo7 (ORCPT ); Sun, 8 Sep 2019 08:44:59 -0400 Received: from localhost (unknown [62.28.240.114]) (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 4C47D2081B; Sun, 8 Sep 2019 12:44:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567946698; bh=n/0lyfJOa3wZ0kRGY42coXLNNldSRdf2AbtECWKgLyw=; h=From:To:Cc:Subject:Date:From; b=tK7CYibeeXvTk+lU4/h/yCL2lVtGZomRTIOqcRoERFLcH8n3swbDmuc5kNbB5DYta Hmq/NUUz2sry7KDlk5/Zc2nc1yhMi9uVpCAvFhlileMwhejCAuhosmn1TnqsgGIIDR csbyq43ZBycDIM5p/a1xYn+LBEydqaK8GE1nnbiI= 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.9 00/26] 4.9.192-stable review Date: Sun, 8 Sep 2019 13:41:39 +0100 Message-Id: <20190908121057.216802689@linuxfoundation.org> X-Mailer: git-send-email 2.23.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.9.192-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.9.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.9.192-rc1 X-KernelTest-Deadline: 2019-09-10T12:11+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.9.192 release. There are 26 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 Tue 10 Sep 2019 12:09:36 PM UTC. 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.9.192-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.9.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.9.192-rc1 Eric Dumazet mld: fix memory leak in mld_del_delrec() Willem de Bruijn tcp: inherit timestamp on mtu probe Chen-Yu Tsai net: stmmac: dwmac-rk: Don't fail if phy regulator is absent Feng Sun net: fix skb use after free in netpoll Linus Torvalds Revert "x86/apic: Include the LDR when clearing out APIC registers" Martin Sperl spi: bcm2835aux: fix corruptions for longer spi transfers Martin Sperl spi: bcm2835aux: remove dangerous uncontrolled read of fifo Martin Sperl spi: bcm2835aux: unifying code between polling and interrupt driven code Rob Herring spi: bcm2835aux: ensure interrupts are enabled for shared handler Luis Henriques libceph: allow ceph_buffer_put() to receive a NULL ceph_buffer Andrew Jones KVM: arm/arm64: Only skip MMIO insn once Luis Henriques ceph: fix buffer free while holding i_ceph_lock in fill_inode() Luis Henriques ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr() Wenwen Wang IB/mlx4: Fix memory leaks Vitaly Kuznetsov Tools: hv: kvp: eliminate 'may be used uninitialized' warning Tho Vu ravb: Fix use-after-free ravb_tstamp_skb Wenwen Wang wimax/i2400m: fix a memory leak bug Wenwen Wang net: kalmia: fix memory leaks Wenwen Wang cx82310_eth: fix a memory leak bug Wenwen Wang net: myri10ge: fix memory leaks Wenwen Wang cxgb4: fix a memory leak bug YueHaibing gpio: Fix build error of function redefinition Thomas Falcon ibmveth: Convert multicast list size for little-endian system Matthias Kaehlcke Bluetooth: btqca: Add a short delay before downloading the NVM Nathan Chancellor net: tc35815: Explicitly check NET_IP_ALIGN is not zero in tc35815_rx Fuqian Huang net: tundra: tsi108: use spin_lock_irqsave instead of spin_lock_irq in IRQ context ------------- Diffstat: Makefile | 4 +- arch/arm/kvm/mmio.c | 7 +++ arch/x86/kernel/apic/apic.c | 4 -- drivers/bluetooth/btqca.c | 3 ++ drivers/infiniband/hw/mlx4/mad.c | 4 +- drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c | 4 +- drivers/net/ethernet/ibm/ibmveth.c | 9 ++-- drivers/net/ethernet/myricom/myri10ge/myri10ge.c | 2 +- drivers/net/ethernet/renesas/ravb_main.c | 8 ++- drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c | 6 +-- drivers/net/ethernet/toshiba/tc35815.c | 2 +- drivers/net/ethernet/tundra/tsi108_eth.c | 5 +- drivers/net/usb/cx82310_eth.c | 3 +- drivers/net/usb/kalmia.c | 6 +-- drivers/net/wimax/i2400m/fw.c | 4 +- drivers/spi/spi-bcm2835aux.c | 57 ++++++++-------------- fs/ceph/inode.c | 7 +-- fs/ceph/xattr.c | 8 ++- include/linux/ceph/buffer.h | 3 +- include/linux/gpio.h | 24 --------- net/core/netpoll.c | 6 +-- net/ipv4/tcp_output.c | 3 +- net/ipv6/mcast.c | 5 +- tools/hv/hv_kvp_daemon.c | 2 +- 24 files changed, 84 insertions(+), 102 deletions(-)