From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:38918 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751973AbdJXM5m (ORCPT ); Tue, 24 Oct 2017 08:57:42 -0400 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, shuahkh@osg.samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, stable@vger.kernel.org Subject: [PATCH 3.18 00/20] 3.18.78-stable review Date: Tue, 24 Oct 2017 14:57:27 +0200 Message-Id: <20171024125651.887979850@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: This is the start of the stable review cycle for the 3.18.78 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 Thu Oct 26 12:56:37 UTC 2017. Anything received after that time might be too late. The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v3.x/stable-review/patch-3.18.78-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.78-rc1 Alexander Drozdov af_packet: don't pass empty blocks for PACKET_V3 John David Anglin parisc: Fix double-word compare and exchange in LWS code on 32-bit kernels John David Anglin parisc: Avoid trashing sr2 and sr3 in LWS code Ignacy Gawędzki cls_api.c: Fix dumping of non-existing actions' stats. David Howells KEYS: don't let add_key() update an uninstantiated key Eric Biggers lib/digsig: fix dereference of NULL user_key_payload Eric Biggers KEYS: encrypted: fix dereference of NULL user_key_payload Jan Luebbe bus: mbus: fix window size calculation for 4GB windows Arnd Bergmann brcmsmac: make some local variables 'static const' to reduce stack size Pontus Andersson i2c: ismt: Separate I2C block read from SMBus block read Takashi Iwai ALSA: hda: Remove superfluous '-' added by printk conversion Ben Hutchings ALSA: seq: Enable 'use' locking in all configurations Stefan Mätje can: esd_usb2: Fix can_dlc value for received RTR, frames Wolfgang Grandegger can: gs_usb: fix busy loop if no more TX context is available Mathias Nyman usb: hub: Allow reset retry for USB2 devices on connect bounce Felipe Balbi usb: quirks: add quirk for WORLDE MINI MIDI keyboard Maksim Salau usb: cdc_acm: Add quirk for Elatec TWN3 Johan Hovold USB: serial: metro-usb: add MS7820 device id Alan Stern USB: core: fix out-of-bounds access bug in usb_get_bos_descriptor() Hans de Goede USB: devio: Revert "USB: devio: Don't corrupt user memory" ------------- Diffstat: Makefile | 4 +- arch/parisc/kernel/syscall.S | 55 +++--- drivers/bus/mvebu-mbus.c | 2 +- drivers/i2c/busses/i2c-ismt.c | 5 +- drivers/net/can/usb/esd_usb2.c | 2 +- drivers/net/can/usb/gs_usb.c | 10 +- .../net/wireless/brcm80211/brcmsmac/phy/phy_n.c | 197 ++++++++++----------- drivers/usb/class/cdc-acm.c | 3 + drivers/usb/core/config.c | 6 +- drivers/usb/core/devio.c | 6 +- drivers/usb/core/hub.c | 11 +- drivers/usb/core/quirks.c | 4 + drivers/usb/serial/metro-usb.c | 1 + include/linux/mbus.h | 4 +- lib/digsig.c | 6 + net/packet/af_packet.c | 10 +- net/sched/cls_api.c | 7 +- security/keys/encrypted-keys/encrypted.c | 7 + security/keys/key.c | 10 ++ sound/core/seq/seq_lock.c | 4 - sound/core/seq/seq_lock.h | 12 -- sound/pci/hda/hda_codec.c | 2 +- 22 files changed, 191 insertions(+), 177 deletions(-)