mbox series

[Pull,Xenial,SRU] Xenial update: 4.4.188 upstream stable release

Message ID 20190815180553.3257-1-connor.kuehl@canonical.com
State New
Headers show
Series [Pull,Xenial,SRU] Xenial update: 4.4.188 upstream stable release | expand

Pull-request

git://git.launchpad.net/~connork/+git/xenial update-to-4.4.188

Message

Connor Kuehl Aug. 15, 2019, 6:05 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1840289

NOTE: This pull request is based on another pending pull request, so that
should be applied first:

       "[Pull][Xenial][SRU] Xenial update: 4.4.187 upstream stable release"
       http://patchwork.ozlabs.org/patch/1147175/

- Connor

----------------------------------------------------------------

The following changes since commit 900c7eb4ac3f82598c9ef7805952786457349f29:

  Linux 4.4.187 (2019-08-14 09:43:45 -0700)

are available in the Git repository at:

  git://git.launchpad.net/~connork/+git/xenial update-to-4.4.188

for you to fetch changes up to 3d0dd5c9c5dd2a6ff6658da80efe786505673e52:

  Linux 4.4.188 (2019-08-15 09:06:37 -0700)

----------------------------------------------------------------
Andrea Parri (1):
      ceph: fix improper use of smp_mb__before_atomic()

Arnd Bergmann (2):
      ACPI: fix false-positive -Wuninitialized warning
      x86: math-emu: Hide clang warnings for 16-bit overflow

Benjamin Block (1):
      scsi: zfcp: fix GCC compiler warning emitted with -Wmaybe-uninitialized

Benjamin Poirier (1):
      be2net: Signal that the device cannot transmit during reconfiguration

David Sterba (1):
      btrfs: fix minimum number of chunk errors for DUP

Doug Berger (1):
      mm/cma.c: fail if fixed declaration can't be honored

Douglas Anderson (1):
      ARM: dts: rockchip: Mark that the rk3288 timer might stop in suspend

Geert Uytterhoeven (1):
      dmaengine: rcar-dmac: Reject zero-length slave DMA requests

Greg Kroah-Hartman (1):
      Linux 4.4.188

Josh Poimboeuf (1):
      x86/kvm: Don't call kvm_spurious_fault() from .fixup

Juergen Gross (1):
      xen/swiotlb: fix condition for calling xen_destroy_contiguous_region()

Kees Cook (1):
      ipc/mqueue.c: only perform resource calculation if user valid

Mikko Rapeli (1):
      uapi linux/coda_psdev.h: move upc_req definition from uapi to kernel side headers

Ondrej Mosnacek (1):
      selinux: fix memory leak in policydb_init()

Petr Cvek (1):
      MIPS: lantiq: Fix bitfield masking

Prarit Bhargava (1):
      kernel/module.c: Only return -EEXIST for modules that have finished loading

Qian Cai (1):
      x86/apic: Silence -Wtype-limits compiler warnings

Russell King (2):
      ARM: riscpc: fix DMA
      fs/adfs: super: fix use-after-free bug

Sam Protsenko (1):
      coda: fix build using bare-metal toolchain

Stefan Haberland (1):
      s390/dasd: fix endless loop after read unit address configuration

Zhouyang Jia (1):
      coda: add error handling for fget

 Makefile                                    |  2 +-
 arch/arm/boot/dts/rk3288.dtsi               |  1 +
 arch/arm/mach-rpc/dma.c                     |  5 ++++-
 arch/mips/lantiq/irq.c                      |  5 +++--
 arch/x86/include/asm/apic.h                 |  2 +-
 arch/x86/include/asm/kvm_host.h             | 34 ++++++++++++++++-------------
 arch/x86/kernel/apic/apic.c                 |  2 +-
 arch/x86/math-emu/fpu_emu.h                 |  2 +-
 arch/x86/math-emu/reg_constant.c            |  2 +-
 drivers/dma/sh/rcar-dmac.c                  |  2 +-
 drivers/net/ethernet/emulex/benet/be_main.c |  6 ++++-
 drivers/s390/block/dasd_alias.c             | 22 ++++++++++++++-----
 drivers/s390/scsi/zfcp_erp.c                |  7 ++++++
 drivers/xen/swiotlb-xen.c                   |  4 ++--
 fs/adfs/super.c                             |  5 ++++-
 fs/btrfs/volumes.c                          |  3 +--
 fs/ceph/super.h                             |  7 +++++-
 fs/coda/psdev.c                             |  5 ++++-
 include/linux/acpi.h                        |  5 ++++-
 include/linux/coda.h                        |  3 +--
 include/linux/coda_psdev.h                  | 11 ++++++++++
 include/uapi/linux/coda_psdev.h             | 13 -----------
 ipc/mqueue.c                                | 19 ++++++++--------
 kernel/module.c                             |  6 ++---
 mm/cma.c                                    | 13 +++++++++++
 security/selinux/ss/policydb.c              |  6 ++++-
 26 files changed, 124 insertions(+), 68 deletions(-)

Comments

Kleber Sacilotto de Souza Sept. 3, 2019, noon UTC | #1
On 8/15/19 8:05 PM, Connor Kuehl wrote:
> BugLink: https://bugs.launchpad.net/bugs/1840289
> 
> NOTE: This pull request is based on another pending pull request, so that
> should be applied first:
> 
>        "[Pull][Xenial][SRU] Xenial update: 4.4.187 upstream stable release"
>        http://patchwork.ozlabs.org/patch/1147175/
> 
> - Connor
> 
> ----------------------------------------------------------------
> 
> The following changes since commit 900c7eb4ac3f82598c9ef7805952786457349f29:
> 
>   Linux 4.4.187 (2019-08-14 09:43:45 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.launchpad.net/~connork/+git/xenial update-to-4.4.188
> 
> for you to fetch changes up to 3d0dd5c9c5dd2a6ff6658da80efe786505673e52:
> 
>   Linux 4.4.188 (2019-08-15 09:06:37 -0700)

Applied to xenial/master-next branch.

Thanks,
Kleber

> 
> ----------------------------------------------------------------
> Andrea Parri (1):
>       ceph: fix improper use of smp_mb__before_atomic()
> 
> Arnd Bergmann (2):
>       ACPI: fix false-positive -Wuninitialized warning
>       x86: math-emu: Hide clang warnings for 16-bit overflow
> 
> Benjamin Block (1):
>       scsi: zfcp: fix GCC compiler warning emitted with -Wmaybe-uninitialized
> 
> Benjamin Poirier (1):
>       be2net: Signal that the device cannot transmit during reconfiguration
> 
> David Sterba (1):
>       btrfs: fix minimum number of chunk errors for DUP
> 
> Doug Berger (1):
>       mm/cma.c: fail if fixed declaration can't be honored
> 
> Douglas Anderson (1):
>       ARM: dts: rockchip: Mark that the rk3288 timer might stop in suspend
> 
> Geert Uytterhoeven (1):
>       dmaengine: rcar-dmac: Reject zero-length slave DMA requests
> 
> Greg Kroah-Hartman (1):
>       Linux 4.4.188
> 
> Josh Poimboeuf (1):
>       x86/kvm: Don't call kvm_spurious_fault() from .fixup
> 
> Juergen Gross (1):
>       xen/swiotlb: fix condition for calling xen_destroy_contiguous_region()
> 
> Kees Cook (1):
>       ipc/mqueue.c: only perform resource calculation if user valid
> 
> Mikko Rapeli (1):
>       uapi linux/coda_psdev.h: move upc_req definition from uapi to kernel side headers
> 
> Ondrej Mosnacek (1):
>       selinux: fix memory leak in policydb_init()
> 
> Petr Cvek (1):
>       MIPS: lantiq: Fix bitfield masking
> 
> Prarit Bhargava (1):
>       kernel/module.c: Only return -EEXIST for modules that have finished loading
> 
> Qian Cai (1):
>       x86/apic: Silence -Wtype-limits compiler warnings
> 
> Russell King (2):
>       ARM: riscpc: fix DMA
>       fs/adfs: super: fix use-after-free bug
> 
> Sam Protsenko (1):
>       coda: fix build using bare-metal toolchain
> 
> Stefan Haberland (1):
>       s390/dasd: fix endless loop after read unit address configuration
> 
> Zhouyang Jia (1):
>       coda: add error handling for fget
> 
>  Makefile                                    |  2 +-
>  arch/arm/boot/dts/rk3288.dtsi               |  1 +
>  arch/arm/mach-rpc/dma.c                     |  5 ++++-
>  arch/mips/lantiq/irq.c                      |  5 +++--
>  arch/x86/include/asm/apic.h                 |  2 +-
>  arch/x86/include/asm/kvm_host.h             | 34 ++++++++++++++++-------------
>  arch/x86/kernel/apic/apic.c                 |  2 +-
>  arch/x86/math-emu/fpu_emu.h                 |  2 +-
>  arch/x86/math-emu/reg_constant.c            |  2 +-
>  drivers/dma/sh/rcar-dmac.c                  |  2 +-
>  drivers/net/ethernet/emulex/benet/be_main.c |  6 ++++-
>  drivers/s390/block/dasd_alias.c             | 22 ++++++++++++++-----
>  drivers/s390/scsi/zfcp_erp.c                |  7 ++++++
>  drivers/xen/swiotlb-xen.c                   |  4 ++--
>  fs/adfs/super.c                             |  5 ++++-
>  fs/btrfs/volumes.c                          |  3 +--
>  fs/ceph/super.h                             |  7 +++++-
>  fs/coda/psdev.c                             |  5 ++++-
>  include/linux/acpi.h                        |  5 ++++-
>  include/linux/coda.h                        |  3 +--
>  include/linux/coda_psdev.h                  | 11 ++++++++++
>  include/uapi/linux/coda_psdev.h             | 13 -----------
>  ipc/mqueue.c                                | 19 ++++++++--------
>  kernel/module.c                             |  6 ++---
>  mm/cma.c                                    | 13 +++++++++++
>  security/selinux/ss/policydb.c              |  6 ++++-
>  26 files changed, 124 insertions(+), 68 deletions(-)
>