Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1602463
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 4.4 00/35] 4.4.55-stable review |
| Date | 2017-03-16 16:10 +0100 |
| Message-ID | <tlEJj-84L-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This is the start of the stable review cycle for the 4.4.55 release.
There are 35 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 Mar 18 14:28:52 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.55-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.55-rc1
Theodore Ts'o <tytso@mit.edu>
ext4: don't BUG when truncating encrypted inodes on the orphan list
Mikulas Patocka <mpatocka@redhat.com>
dm: flush queued bios when process blocks to avoid deadlock
Dan Williams <dan.j.williams@intel.com>
nfit, libnvdimm: fix interleave set cookie calculation
Michael Holzheu <holzheu@linux.vnet.ibm.com>
s390/kdump: Use "LINUX" ELF note name instead of "CORE"
Janosch Frank <frankja@linux.vnet.ibm.com>
KVM: s390: Fix guest migration for huge guests resulting in panic
Luis de Bethencourt <luisbg@osg.samsung.com>
mvsas: fix misleading indentation
Krzysztof Kozlowski <krzk@kernel.org>
serial: samsung: Continue to work if DMA request fails
Johan Hovold <johan@kernel.org>
USB: serial: io_ti: fix information leak in completion handler
Johan Hovold <johan@kernel.org>
USB: serial: io_ti: fix NULL-deref in interrupt callback
Johan Hovold <johan@kernel.org>
USB: iowarrior: fix NULL-deref in write
Johan Hovold <johan@kernel.org>
USB: iowarrior: fix NULL-deref at probe
Johan Hovold <johan@kernel.org>
USB: serial: omninet: fix reference leaks at open
Johan Hovold <johan@kernel.org>
USB: serial: safe_serial: fix information leak in completion handler
Guenter Roeck <linux@roeck-us.net>
usb: host: xhci-plat: Fix timeout on removal of hot pluggable xhci controllers
Peter Chen <peter.chen@nxp.com>
usb: host: xhci-dbg: HCIVERSION should be a binary number
Felipe Balbi <felipe.balbi@linux.intel.com>
usb: gadget: function: f_fs: pass companion descriptor along
Felipe Balbi <felipe.balbi@linux.intel.com>
usb: dwc3: gadget: make Set Endpoint Configuration macros safe
Peter Chen <peter.chen@nxp.com>
usb: gadget: dummy_hcd: clear usb_gadget region before registration
Ravi Bangoria <ravi.bangoria@linux.vnet.ibm.com>
powerpc: Emulation support for load/store instructions on LE
Rik van Riel <riel@redhat.com>
tracing: Add #undef to fix compile error
James Hogan <james.hogan@imgtec.com>
MIPS: Netlogic: Fix CP0_EBASE redefinition warnings
Ralf Baechle <ralf@linux-mips.org>
MIPS: DEC: Avoid la pseudo-instruction in delay slots
Arnd Bergmann <arnd@arndb.de>
mm: memcontrol: avoid unused function warning
Arnd Bergmann <arnd@arndb.de>
cpmac: remove hopeless #warning
Arnd Bergmann <arnd@arndb.de>
MIPS: ralink: Remove unused rt*_wdt_reset functions
John Crispin <john@phrozen.org>
MIPS: ralink: Cosmetic change to prom_init().
Arnd Bergmann <arnd@arndb.de>
mtd: pmcmsp: use kstrndup instead of kmalloc+strncpy
Arnd Bergmann <arnd@arndb.de>
MIPS: Update lemote2f_defconfig for CPU_FREQ_STAT change
Arnd Bergmann <arnd@arndb.de>
MIPS: ip22: Fix ip28 build for modern gcc
Arnd Bergmann <arnd@arndb.de>
MIPS: Update ip27_defconfig for SCSI_DH change
Arnd Bergmann <arnd@arndb.de>
MIPS: ip27: Disable qlge driver in defconfig
Arnd Bergmann <arnd@arndb.de>
MIPS: Update defconfigs for NF_CT_PROTO_DCCP/UDPLITE change
Arnd Bergmann <arnd@arndb.de>
crypto: improve gcc optimization flags for serpent and wp512
Johan Hovold <johan@kernel.org>
USB: serial: digi_acceleport: fix OOB-event processing
Johan Hovold <johan@kernel.org>
USB: serial: digi_acceleport: fix OOB data sanity check
-------------
Diffstat:
Makefile | 4 +--
arch/mips/configs/ip22_defconfig | 4 +--
arch/mips/configs/ip27_defconfig | 3 +-
arch/mips/configs/lemote2f_defconfig | 2 +-
arch/mips/configs/malta_defconfig | 4 +--
arch/mips/configs/malta_kvm_defconfig | 4 +--
arch/mips/configs/malta_kvm_guest_defconfig | 4 +--
arch/mips/configs/maltaup_xpa_defconfig | 4 +--
arch/mips/configs/nlm_xlp_defconfig | 2 +-
arch/mips/configs/nlm_xlr_defconfig | 2 +-
arch/mips/dec/int-handler.S | 40 +++++++++++++++++++--
arch/mips/netlogic/common/reset.S | 11 +++---
arch/mips/netlogic/common/smpboot.S | 4 +--
arch/mips/ralink/prom.c | 9 +++--
arch/mips/ralink/rt288x.c | 10 ------
arch/mips/ralink/rt305x.c | 11 ------
arch/mips/ralink/rt3883.c | 10 ------
arch/mips/sgi-ip22/Platform | 2 +-
arch/powerpc/lib/sstep.c | 20 -----------
arch/s390/kernel/crash_dump.c | 18 +++++-----
arch/s390/mm/pgtable.c | 19 +++++++++-
crypto/Makefile | 2 ++
drivers/acpi/nfit.c | 16 ++++++++-
drivers/md/dm.c | 55 +++++++++++++++++++++++++++++
drivers/mtd/maps/pmcmsp-flash.c | 4 +--
drivers/net/ethernet/ti/cpmac.c | 2 +-
drivers/nvdimm/namespace_devs.c | 28 +++++++++++----
drivers/nvdimm/nd.h | 1 +
drivers/nvdimm/region_devs.c | 9 +++++
drivers/scsi/mvsas/mv_sas.c | 4 +--
drivers/tty/serial/samsung.c | 6 ++--
drivers/usb/dwc3/gadget.h | 14 ++++----
drivers/usb/gadget/function/f_fs.c | 15 ++++++--
drivers/usb/gadget/udc/dummy_hcd.c | 2 ++
drivers/usb/host/xhci-dbg.c | 2 +-
drivers/usb/host/xhci-plat.c | 2 ++
drivers/usb/misc/iowarrior.c | 21 +++++++----
drivers/usb/serial/digi_acceleport.c | 14 +++++---
drivers/usb/serial/io_ti.c | 8 ++++-
drivers/usb/serial/omninet.c | 6 ----
drivers/usb/serial/safe_serial.c | 5 +++
fs/ext4/inode.c | 4 +++
include/linux/libnvdimm.h | 2 ++
include/trace/events/syscalls.h | 1 +
mm/memcontrol.c | 36 +++++++++----------
45 files changed, 290 insertions(+), 156 deletions(-)
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 4.4 00/35] 4.4.55-stable review Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-16 16:10 +0100
[PATCH 4.4 26/35] USB: iowarrior: fix NULL-deref in write Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-16 16:10 +0100
[PATCH 4.4 18/35] usb: gadget: dummy_hcd: clear usb_gadget region before registration Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-16 16:10 +0100
[PATCH 4.4 35/35] ext4: dont BUG when truncating encrypted inodes on the orphan list Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-16 16:10 +0100
[PATCH 4.4 04/35] MIPS: Update defconfigs for NF_CT_PROTO_DCCP/UDPLITE change Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-16 16:10 +0100
Re: [PATCH 4.4 04/35] MIPS: Update defconfigs for NF_CT_PROTO_DCCP/UDPLITE change Ben Hutchings <ben@decadent.org.uk> - 2017-03-19 18:20 +0100
Re: [PATCH 4.4 04/35] MIPS: Update defconfigs for NF_CT_PROTO_DCCP/UDPLITE change Ralf Baechle <ralf@linux-mips.org> - 2017-03-20 11:10 +0100
Re: [PATCH 4.4 04/35] MIPS: Update defconfigs for NF_CT_PROTO_DCCP/UDPLITE change Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-20 11:40 +0100
Re: [PATCH 4.4 04/35] MIPS: Update defconfigs for NF_CT_PROTO_DCCP/UDPLITE change Arnd Bergmann <arnd@arndb.de> - 2017-03-20 11:50 +0100
Re: [PATCH 4.4 04/35] MIPS: Update defconfigs for NF_CT_PROTO_DCCP/UDPLITE change Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-20 17:40 +0100
Re: [PATCH 4.4 04/35] MIPS: Update defconfigs for NF_CT_PROTO_DCCP/UDPLITE change Ralf Baechle <ralf@linux-mips.org> - 2017-03-20 17:50 +0100
[PATCH 4.4 34/35] dm: flush queued bios when process blocks to avoid deadlock Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-16 16:10 +0100
[PATCH 4.4 32/35] s390/kdump: Use "LINUX" ELF note name instead of "CORE" Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-16 16:10 +0100
[PATCH 4.4 33/35] nfit, libnvdimm: fix interleave set cookie calculation Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-16 16:10 +0100
Re: [PATCH 4.4 33/35] nfit, libnvdimm: fix interleave set cookie calculation Ben Hutchings <ben@decadent.org.uk> - 2017-03-19 18:20 +0100
Re: [PATCH 4.4 33/35] nfit, libnvdimm: fix interleave set cookie calculation Dan Williams <dan.j.williams@intel.com> - 2017-03-20 19:30 +0100
[PATCH 4.4 09/35] mtd: pmcmsp: use kstrndup instead of kmalloc+strncpy Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-16 16:10 +0100
[PATCH 4.4 27/35] USB: serial: io_ti: fix NULL-deref in interrupt callback Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-16 16:10 +0100
[PATCH 4.4 07/35] MIPS: ip22: Fix ip28 build for modern gcc Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-16 16:10 +0100
[PATCH 4.4 03/35] crypto: improve gcc optimization flags for serpent and wp512 Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-16 16:10 +0100
[PATCH 4.4 08/35] MIPS: Update lemote2f_defconfig for CPU_FREQ_STAT change Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-16 16:10 +0100
Re: [PATCH 4.4 08/35] MIPS: Update lemote2f_defconfig for CPU_FREQ_STAT change Ben Hutchings <ben@decadent.org.uk> - 2017-03-19 17:10 +0100
Re: [PATCH 4.4 08/35] MIPS: Update lemote2f_defconfig for CPU_FREQ_STAT change Ralf Baechle <ralf@linux-mips.org> - 2017-03-20 11:20 +0100
Re: [PATCH 4.4 08/35] MIPS: Update lemote2f_defconfig for CPU_FREQ_STAT change Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-20 17:40 +0100
Re: [PATCH 4.4 08/35] MIPS: Update lemote2f_defconfig for CPU_FREQ_STAT change Ralf Baechle <ralf@linux-mips.org> - 2017-03-20 18:00 +0100
Re: [PATCH 4.4 08/35] MIPS: Update lemote2f_defconfig for CPU_FREQ_STAT change Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-20 18:40 +0100
Re: [PATCH 4.4 08/35] MIPS: Update lemote2f_defconfig for CPU_FREQ_STAT change Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-20 11:40 +0100
[PATCH 4.4 24/35] USB: serial: omninet: fix reference leaks at open Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-16 16:10 +0100
[PATCH 4.4 20/35] usb: gadget: function: f_fs: pass companion descriptor along Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-16 16:20 +0100
[PATCH 4.4 19/35] usb: dwc3: gadget: make Set Endpoint Configuration macros safe Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-16 16:20 +0100
[PATCH 4.4 15/35] MIPS: Netlogic: Fix CP0_EBASE redefinition warnings Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-16 16:20 +0100
[PATCH 4.4 23/35] USB: serial: safe_serial: fix information leak in completion handler Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-16 16:20 +0100
[PATCH 4.4 16/35] tracing: Add #undef to fix compile error Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-16 16:20 +0100
Re: [PATCH 4.4 00/35] 4.4.55-stable review Shuah Khan <shuahkh@osg.samsung.com> - 2017-03-16 20:30 +0100
Re: [PATCH 4.4 00/35] 4.4.55-stable review Guenter Roeck <linux@roeck-us.net> - 2017-03-16 23:40 +0100
csiph-web