From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 3.18 00/29] 3.18.116-stable review Date: Fri, 20 Jul 2018 14:10:55 +0200 Message-Id: <20180720115158.974693829@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: This is the start of the stable review cycle for the 3.18.116 release. There are 29 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 Jul 22 11:51:47 UTC 2018. 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/v3.x/stable-review/patch-3.18.116-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-3.18.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 3.18.116-rc1 Tetsuo Handa net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL. Santosh Shilimkar rds: avoid unenecessary cong_update in loop transport Eric Biggers KEYS: DNS: fix parsing multiple options Florian Westphal netfilter: ebtables: reject non-bridge targets Alex Vesker net/mlx5: Fix command interface race in polling mode Konstantin Khlebnikov net_sched: blackhole: tell upper qdisc about dropped packets Jason Wang vhost_net: validate sock before trying to put its fd Ilpo Järvinen tcp: prevent bogus FRTO undos with non-SACK flows Yuchung Cheng tcp: fix Fast Open key endianness Eric Dumazet net: sungem: fix rx checksum support Alex Vesker net/mlx5: Fix incorrect raw command length parsing Eric Dumazet net: dccp: switch rx_tstamp_last_feedback to monotonic clock Eric Dumazet net: dccp: avoid crash in ccid3_hc_rx_send_feedback() Christian Lamparter crypto: crypto4xx - fix crypto4xx_build_pdr, crypto4xx_build_sdr leak Christian Lamparter crypto: crypto4xx - remove bad list_del Jonas Gorski bcm63xx_enet: do not write to random DMA channel on BCM6345 Jonas Gorski bcm63xx_enet: correct clock usage Tetsuo Handa loop: remember whether sysfs_create_group() was done Leon Romanovsky RDMA/ucm: Mark UCM interface as BROKEN Tetsuo Handa PM / hibernate: Fix oops at snapshot_write() Theodore Ts'o loop: add recursion validation to LOOP_CHANGE_FD Florian Westphal netfilter: x_tables: initialise match/target check parameter struct Linus Torvalds Fix up non-directory creation in SGID directories Dan Carpenter xhci: xhci-mem: off by one in xhci_stream_id_to_ring() Nico Sneck usb: quirks: add delay quirks for Corsair Strafe Johan Hovold USB: serial: mos7840: fix status-register error handling Jann Horn USB: yurex: fix out-of-bounds uaccess in read handler Johan Hovold USB: serial: keyspan_pda: fix modem-status error handling Jann Horn ibmasm: don't write out of bounds in read handler ------------- Diffstat: Makefile | 4 +- drivers/block/loop.c | 79 +++++++++++++++------------ drivers/block/loop.h | 1 + drivers/crypto/amcc/crypto4xx_core.c | 23 ++++---- drivers/infiniband/Kconfig | 12 ++++ drivers/infiniband/core/Makefile | 4 +- drivers/misc/ibmasm/ibmasmfs.c | 27 +-------- drivers/net/ethernet/broadcom/bcm63xx_enet.c | 34 +++++++++--- drivers/net/ethernet/mellanox/mlx5/core/cmd.c | 8 +-- drivers/net/ethernet/sun/sungem.c | 22 ++++---- drivers/usb/core/quirks.c | 4 ++ drivers/usb/host/xhci-mem.c | 2 +- drivers/usb/misc/yurex.c | 23 ++------ drivers/usb/serial/keyspan_pda.c | 4 +- drivers/usb/serial/mos7840.c | 3 + drivers/vhost/net.c | 3 +- fs/inode.c | 6 ++ kernel/power/user.c | 5 ++ net/bridge/netfilter/ebtables.c | 15 +++++ net/dccp/ccids/ccid3.c | 16 +++--- net/dns_resolver/dns_key.c | 28 ++++++---- net/ipv4/netfilter/ip_tables.c | 1 + net/ipv4/sysctl_net_ipv4.c | 18 ++++-- net/ipv4/tcp_input.c | 9 +++ net/ipv6/netfilter/ip6_tables.c | 1 + net/nfc/llcp_commands.c | 9 ++- net/rds/loop.c | 1 + net/rds/rds.h | 5 ++ net/rds/recv.c | 5 ++ net/sched/sch_blackhole.c | 2 +- 30 files changed, 228 insertions(+), 146 deletions(-)