Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp1184962yba; Thu, 9 May 2019 12:09:39 -0700 (PDT) X-Google-Smtp-Source: APXvYqwAaeao4BYisnIoCbFrLGYGtlWdD7IxCJ81WjQ6Eaj1DZzdc3urLOO3SBAKXY3ehUGD3lce X-Received: by 2002:a17:902:8c85:: with SMTP id t5mr7539430plo.23.1557428979397; Thu, 09 May 2019 12:09:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1557428979; cv=none; d=google.com; s=arc-20160816; b=BqiKGODRMEh2OUwu60tU7kTiNPjkFJoZJQ1ejvOgZAI9SCkjCDY14feIbHhlQ1sRzS H/2niZqSroBib3Ux8e31cqgz1sdFreW42FxivxTfyBHgd3LX2x0ObS7kC1ErHDiHJatp hVU8d0Gl28rGsI22f04QXIIar+EofRqn32ZOY9zRYy96Eg3S0mR3p9UxaC7/c5O7PZ9n 74MA+HIdN2YyViQc4G2S5sDYjNO5CRHE8j/n0i44jSdF7Imdnx+AgtdMpkYIb0V0/RHt X92jLfgThKvt+To0+8H4nnk9Sv+YNxzCwUUQTrwB2gA6AG+jNiP18ba1k1dobOfHsRg8 mZJg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:user-agent :mime-version:message-id:date:subject:cc:to:from:dkim-signature; bh=/7rv5kYidM06rbgAIGjSppzOfDPfG+YZSV2QzjH9dmw=; b=qkb1SPPMOiq3KsxXtyPAAhNOj+dJvnMzcA5/e0vTv2jSN62qwYhlIjSCGK2Xdd6iiM aYeNUBwiRUOqynv/0Aih9PzO0Oe2B6AG5kiZxrcSMMRReiZ8vc9jZfdcf9Bq/qsgCHW4 ECDLfn+hT+JEK+RVe+1cOYGdDw+u5WXlKDddCj44vCKCMDUwBgOktgxI0FM8f/E+2ciD C9Wp6qA0qO4g325CbUe2uWZL0A9GSSM7PoWidQr7YQ2eP/HS1j0L5EYdTV7/Yge9VhS8 GvrblkX1KxtkMvfjIetXGr4A8Hu/4sEpuGOhuHi7kJmSZKsLth10SuknELRmRS3Chscq av3Q== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=lVsu8Zlt; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f1si4034061plr.326.2019.05.09.12.09.23; Thu, 09 May 2019 12:09:39 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=lVsu8Zlt; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727196AbfEISo5 (ORCPT + 99 others); Thu, 9 May 2019 14:44:57 -0400 Received: from mail.kernel.org ([198.145.29.99]:36484 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727188AbfEISoz (ORCPT ); Thu, 9 May 2019 14:44:55 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 00A20217D6; Thu, 9 May 2019 18:44:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557427494; bh=Z0f0+ZL3QQynnqexc86HmoG4yQE4cBDUZPRGIe1voHM=; h=From:To:Cc:Subject:Date:From; b=lVsu8Zlt/mPQ8Euo2oDX7AKcrvNA7ctqCkpCFjyBTPe5wTY+SgBOYsenWDNkOAu2u 3ttz2+0Go2jiDs8/3IdOvoKymtoz5Nlg1IREuWrjnngQDlWGxQF/tWl6vqy12hvsfG lndCwnRS0OqRHBr+H2RgVdC71A1jMrE3hT54qV5A= 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/28] 4.9.175-stable review Date: Thu, 9 May 2019 20:41:52 +0200 Message-Id: <20190509181247.647767531@linuxfoundation.org> X-Mailer: git-send-email 2.21.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.175-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.175-rc1 X-KernelTest-Deadline: 2019-05-11T18:12+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.175 release. There are 28 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 11 May 2019 06:11:12 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.175-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.175-rc1 Ben Hutchings timer/debug: Change /proc/timer_stats from 0644 to 0600 Ross Zwisler ASoC: Intel: avoid Oops if DMA setup fails Oliver Neukum UAS: fix alignment of scatter/gather segments Marcel Holtmann Bluetooth: Align minimum encryption key size for LE and BR/EDR connections Young Xiao Bluetooth: hidp: fix buffer overflow Andrew Vasquez scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routines Alan Stern usb-storage: Set virt_boundary_mask to avoid SG overflows Ji-Ze Hong (Peter Hong) USB: serial: f81232: fix interrupt worker not stop Thinh Nguyen usb: dwc3: Fix default lpm_nyet_threshold value Prasad Sodagudi genirq: Prevent use-after-free and work list corruption Ard Biesheuvel ARM: 8680/1: boot/compressed: fix inappropriate Thumb2 mnemonic for __nop Linus Torvalds mm: add 'try_get_page()' helper function Joerg Roedel iommu/amd: Set exclusion range correctly Dongli Zhang virtio-blk: limit number of hw queues by nr_cpu_ids Wen Yang drm/mediatek: fix possible object reference leak Varun Prakash scsi: csiostor: fix missing data copy in csio_scsi_err_handler() Max Filippov xtensa: fix initialization of pt_regs::syscall in start_thread Jann Horn linux/kernel.h: Use parentheses around argument in u64_to_user_ptr() Stephane Eranian perf/x86/intel: Fix handling of wakeup_events for multi-entry PEBS Dan Carpenter drm/mediatek: Fix an error code in mtk_hdmi_dt_parse_pdata() Annaliese McDermond ASoC: tlv320aic32x4: Fix Common Pins Kaike Wan IB/hfi1: Eliminate opcode tests on mr deref Daniel Mack ASoC: cs4270: Set auto-increment bit for register writes John Hsu ASoC: nau8810: fix the issue of widget with prefixed name Rander Wang ASoC:soc-pcm:fix a codec fixup issue in TDM case Johan Hovold staging: greybus: power_supply: fix prop-descriptor request size Andrey Ryabinin ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warnings Jason Yan scsi: libsas: fix a race condition when smp task timeout ------------- Diffstat: Makefile | 4 +-- arch/arm/boot/compressed/efi-header.S | 3 ++- arch/x86/events/intel/core.c | 2 +- arch/xtensa/include/asm/processor.h | 21 ++++++++------- drivers/block/virtio_blk.c | 2 ++ drivers/gpu/drm/mediatek/mtk_hdmi.c | 2 +- drivers/infiniband/hw/hfi1/rc.c | 4 +-- drivers/iommu/amd_iommu_init.c | 2 +- drivers/scsi/csiostor/csio_scsi.c | 5 +++- drivers/scsi/libsas/sas_expander.c | 9 +++---- drivers/scsi/qla2xxx/qla_attr.c | 4 +-- drivers/staging/greybus/power_supply.c | 2 +- drivers/usb/dwc3/core.c | 2 +- drivers/usb/serial/f81232.c | 39 +++++++++++++++++++++++++++ drivers/usb/storage/scsiglue.c | 26 +++++++++--------- drivers/usb/storage/uas.c | 35 +++++++++++++++--------- include/linux/kernel.h | 4 +-- include/linux/mm.h | 9 +++++++ include/net/bluetooth/hci_core.h | 3 +++ kernel/irq/manage.c | 4 ++- kernel/time/timer_stats.c | 2 +- lib/ubsan.c | 49 ++++++++++++++++------------------ net/bluetooth/hci_conn.c | 8 ++++++ net/bluetooth/hidp/sock.c | 1 + sound/soc/codecs/cs4270.c | 1 + sound/soc/codecs/nau8810.c | 4 +-- sound/soc/codecs/tlv320aic32x4.c | 2 ++ sound/soc/intel/common/sst-firmware.c | 8 ++++-- sound/soc/soc-pcm.c | 7 +++-- 29 files changed, 174 insertions(+), 90 deletions(-)