From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
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.4 00/15] 4.4.51-stable review
Date: Tue, 21 Feb 2017 14:01:57 +0100 [thread overview]
Message-ID: <20170221130139.845694876@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 4.4.51 release.
There are 15 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:01:31 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.4.51-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.4.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 4.4.51-rc1
Anssi Hannula <anssi.hannula@bitwise.fi>
mmc: core: fix multi-bit bus width without high-speed mode
Kent Overstreet <kent.overstreet@gmail.com>
bcache: Make gc wakeup sane, remove set_task_state()
Thomas VanSelus <tvanselus@xes-inc.com>
ntb_transport: Pick an unused queue
Allen Hubbe <Allen.Hubbe@dell.com>
NTB: ntb_transport: fix debugfs_remove_recursive
Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
printk: use rcuidle console tracepoint
Kees Cook <keescook@chromium.org>
ARM: 8658/1: uaccess: fix zeroing of 64-bit get_user()
Yang Yang <yang.yang29@zte.com.cn>
futex: Move futex_init() to core_initcall
Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
drm/dp/mst: fix kernel oops when turning off secondary monitor
Michel Dänzer <michel.daenzer@amd.com>
drm/radeon: Use mode h/vdisplay fields to hide out of bounds HW cursor
IHARA Hiroka <ihara_h@live.jp>
Input: elan_i2c - add ELAN0605 to the ACPI table
Al Viro <viro@ZenIV.linux.org.uk>
Fix missing sanity check in /dev/sg
Johannes Thumshirn <jthumshirn@suse.de>
scsi: don't BUG_ON() empty DMA transfers
Sahitya Tummala <stummala@codeaurora.org>
fuse: fix use after free issue in fuse_dev_do_read()
Mauro Carvalho Chehab <mchehab@s-opensource.com>
siano: make it work again with CONFIG_VMAP_STACK
Miklos Szeredi <mszeredi@redhat.com>
vfs: fix uninitialized flags in splice_to_pipe()
-------------
Diffstat:
Makefile | 4 ++--
arch/arm/lib/getuser.S | 2 +-
drivers/gpu/drm/drm_dp_mst_topology.c | 2 +-
drivers/gpu/drm/radeon/radeon_cursor.c | 4 ++--
drivers/input/mouse/elan_i2c_core.c | 1 +
drivers/md/bcache/bcache.h | 4 ++--
drivers/md/bcache/btree.c | 40 +++++++++++++++++-----------------
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/scsi/scsi_lib.c | 3 ++-
drivers/scsi/sg.c | 4 ++++
fs/fuse/dev.c | 4 ++++
fs/splice.c | 1 +
kernel/futex.c | 2 +-
kernel/printk/printk.c | 2 +-
19 files changed, 63 insertions(+), 46 deletions(-)
next reply other threads:[~2017-02-21 13:02 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-21 13:01 Greg Kroah-Hartman [this message]
2017-02-21 13:01 ` [PATCH 4.4 01/15] vfs: fix uninitialized flags in splice_to_pipe() Greg Kroah-Hartman
2017-02-21 13:01 ` [PATCH 4.4 02/15] [media] siano: make it work again with CONFIG_VMAP_STACK Greg Kroah-Hartman
2017-02-22 21:07 ` Eddie Chapman
2017-02-22 21:20 ` Mauro Carvalho Chehab
2017-02-21 13:02 ` [PATCH 4.4 03/15] fuse: fix use after free issue in fuse_dev_do_read() Greg Kroah-Hartman
2017-02-21 13:02 ` [PATCH 4.4 04/15] scsi: dont BUG_ON() empty DMA transfers Greg Kroah-Hartman
2017-02-21 13:02 ` [PATCH 4.4 05/15] Fix missing sanity check in /dev/sg Greg Kroah-Hartman
2017-02-21 13:02 ` [PATCH 4.4 06/15] Input: elan_i2c - add ELAN0605 to the ACPI table Greg Kroah-Hartman
2017-02-21 13:02 ` [PATCH 4.4 08/15] drm/dp/mst: fix kernel oops when turning off secondary monitor Greg Kroah-Hartman
2017-02-21 13:02 ` [PATCH 4.4 09/15] futex: Move futex_init() to core_initcall Greg Kroah-Hartman
2017-02-21 13:02 ` [PATCH 4.4 10/15] ARM: 8658/1: uaccess: fix zeroing of 64-bit get_user() Greg Kroah-Hartman
2017-02-21 13:02 ` [PATCH 4.4 11/15] printk: use rcuidle console tracepoint Greg Kroah-Hartman
2017-02-21 13:02 ` [PATCH 4.4 12/15] NTB: ntb_transport: fix debugfs_remove_recursive Greg Kroah-Hartman
2017-02-21 13:02 ` [PATCH 4.4 13/15] ntb_transport: Pick an unused queue Greg Kroah-Hartman
2017-02-21 13:02 ` [PATCH 4.4 14/15] bcache: Make gc wakeup sane, remove set_task_state() Greg Kroah-Hartman
2017-02-21 13:02 ` [PATCH 4.4 15/15] mmc: core: fix multi-bit bus width without high-speed mode Greg Kroah-Hartman
2017-02-21 16:15 ` [PATCH 4.4 00/15] 4.4.51-stable review Guenter Roeck
2017-02-21 23:40 ` Shuah Khan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170221130139.845694876@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=ben.hutchings@codethink.co.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=patches@kernelci.org \
--cc=shuahkh@osg.samsung.com \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).