Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752088AbcJFISg (ORCPT ); Thu, 6 Oct 2016 04:18:36 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:46501 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750992AbcJFISd (ORCPT ); Thu, 6 Oct 2016 04:18:33 -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, shuah.kh@samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, stable@vger.kernel.org Subject: [PATCH 4.8 00/10] 4.8.1-stable review Date: Thu, 6 Oct 2016 10:18:23 +0200 Message-Id: <20161006074740.913116523@linuxfoundation.org> X-Mailer: git-send-email 2.10.0 User-Agent: quilt/0.64 X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.8.1-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.8.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.8.1-rc1 X-KernelTest-Deadline: 2016-10-08T07:47+00:00 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2331 Lines: 71 This is the start of the stable review cycle for the 4.8.1 release. There are 10 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 Sat Oct 8 07:47:33 UTC 2016. 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/v4.x/stable-review/patch-4.8.1-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.8.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.8.1-rc1 Takashi Iwai ALSA: hda - Add the top speaker pin config for HP Spectre x360 Hui Wang ALSA: hda - Fix headset mic detection problem for several Dell laptops Hui Wang ALSA: hda - Adding one more ALC255 pin definition for headset problem Greg Kroah-Hartman Revert "usbtmc: convert to devm_kzalloc" Kyle Jones USB: serial: cp210x: Add ID for a Juniper console Nicolas Iooss usb: usbip: vudc: fix left shift overflow Ksenija Stanojevic Staging: fbtft: Fix bug in fbtft-core Greg Kroah-Hartman usb: misc: legousbtower: Fix NULL pointer deference Linus Torvalds Using BUG_ON() as an assert() is _never_ acceptable Will Deacon arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEP ------------- Diffstat: Makefile | 4 ++-- arch/arm64/kernel/debug-monitors.c | 6 ++++-- drivers/staging/fbtft/fbtft-core.c | 4 ++-- drivers/usb/class/usbtmc.c | 3 ++- drivers/usb/misc/legousbtower.c | 35 +++++++++++++++++------------------ drivers/usb/serial/cp210x.c | 1 + drivers/usb/usbip/vudc_rx.c | 2 +- include/linux/swap.h | 4 ++-- sound/pci/hda/patch_conexant.c | 10 ++++++++++ sound/pci/hda/patch_realtek.c | 17 +++++++++++++++++ 10 files changed, 58 insertions(+), 28 deletions(-)