From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752750AbdBUNDt (ORCPT ); Tue, 21 Feb 2017 08:03:49 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:53440 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752677AbdBUNDk (ORCPT ); Tue, 21 Feb 2017 08:03:40 -0500 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 4.9 00/22] 4.9.12-stable review Date: Tue, 21 Feb 2017 14:03:14 +0100 Message-Id: <20170221130218.888428471@linuxfoundation.org> X-Mailer: git-send-email 2.11.1 MIME-Version: 1.0 User-Agent: quilt/0.65 X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.9.12-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.12-rc1 X-KernelTest-Deadline: 2017-02-23T13:02+00:00 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 4.9.12 release. There are 22 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 Feb 23 13:02:10 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/v4.x/stable-review/patch-4.9.12-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.12-rc1 Hans Verkuil videodev2.h: go back to limited range Y'CbCr for SRGB and, ADOBERGB Kent Overstreet bcache: Make gc wakeup sane, remove set_task_state() Thomas VanSelus ntb_transport: Pick an unused queue Dave Jiang ntb: ntb_perf missing dmaengine_unmap_put Allen Hubbe NTB: ntb_transport: fix debugfs_remove_recursive Sergey Senozhatsky timekeeping: Use deferred printk() in debug code Sergey Senozhatsky printk: use rcuidle console tracepoint Yinghai Lu PCI/PME: Restore pcie_pme_driver.remove Jarkko Nikula Revert "i2c: designware: detect when dynamic tar update is possible" Kees Cook ARM: 8658/1: uaccess: fix zeroing of 64-bit get_user() Yang Yang futex: Move futex_init() to core_initcall Pierre-Louis Bossart drm/dp/mst: fix kernel oops when turning off secondary monitor Michel Dänzer drm/radeon: Use mode h/vdisplay fields to hide out of bounds HW cursor IHARA Hiroka Input: elan_i2c - add ELAN0605 to the ACPI table Al Viro Fix missing sanity check in /dev/sg Johannes Thumshirn scsi: don't BUG_ON() empty DMA transfers Paul Mackerras powerpc/64: Disable use of radix under a hypervisor Anssi Hannula mmc: core: fix multi-bit bus width without high-speed mode Miklos Szeredi fuse: fix uninitialized flags in pipe_buffer Sahitya Tummala fuse: fix use after free issue in fuse_dev_do_read() Mauro Carvalho Chehab siano: make it work again with CONFIG_VMAP_STACK Miklos Szeredi vfs: fix uninitialized flags in splice_to_pipe() ------------- Diffstat: Documentation/media/uapi/v4l/pixfmt-007.rst | 23 +++++++++++---- Makefile | 4 +-- arch/arm/lib/getuser.S | 2 +- arch/powerpc/mm/init_64.c | 3 +- drivers/gpu/drm/drm_dp_mst_topology.c | 2 +- drivers/gpu/drm/radeon/radeon_cursor.c | 4 +-- drivers/i2c/busses/i2c-designware-core.c | 45 +++++++---------------------- drivers/i2c/busses/i2c-designware-core.h | 1 - drivers/input/mouse/elan_i2c_core.c | 1 + drivers/md/bcache/bcache.h | 4 +-- drivers/md/bcache/btree.c | 39 +++++++++++++------------ drivers/md/bcache/btree.h | 3 +- drivers/md/bcache/request.c | 4 +-- drivers/md/bcache/super.c | 2 ++ drivers/media/usb/siano/smsusb.c | 18 ++++++++---- drivers/mmc/core/mmc.c | 4 +-- drivers/ntb/ntb_transport.c | 5 ++-- drivers/ntb/test/ntb_perf.c | 2 ++ drivers/pci/pcie/pme.c | 12 ++++++++ drivers/scsi/scsi_lib.c | 3 +- drivers/scsi/sg.c | 4 +++ fs/fuse/dev.c | 5 ++++ fs/splice.c | 1 + include/uapi/linux/videodev2.h | 7 ++--- kernel/futex.c | 2 +- kernel/printk/printk.c | 2 +- kernel/time/timekeeping_debug.c | 4 +-- 27 files changed, 113 insertions(+), 93 deletions(-)