mbox series

[PULL,xenial] Stable update to 4.4.104

Message ID 20180125023451.47bphri3hn6oeyfe@kbuntu
State New
Headers show
Series [PULL,xenial] Stable update to 4.4.104 | expand

Pull-request

git+ssh://kmously@git.launchpad.net/~kmously/ubuntu/+source/linux/+git/xenial update-to-4.4.104

Message

Khalid Elmously Jan. 25, 2018, 2:34 a.m. UTC
The following changes since commit e65512c5d319400939219bd912d41d3040ed8cb1:

  Linux 4.4.103 (2018-01-23 17:26:29 -0500)

are available in the git repository at:

  git+ssh://kmously@git.launchpad.net/~kmously/ubuntu/+source/linux/+git/xenial update-to-4.4.104

for you to fetch changes up to fff79e897fd68c5f963b3c20b3ef8fc6ca91684f:

  Linux 4.4.104 (2018-01-23 17:38:30 -0500)

----------------------------------------------------------------
Adam Ford (1):
      ARM: dts: omap3: logicpd-torpedo-37xx-devkit: Fix MMC1 cd-gpio

Adrian Hunter (1):
      mmc: core: Do not leave the block driver in a suspended state

Alex Deucher (1):
      Revert "drm/radeon: dont switch vt on suspend"

Brent Taylor (1):
      mtd: nand: Fix writing mtdoops to nand flash.

Greg Kroah-Hartman (1):
      Linux 4.4.104

Heiner Kallweit (1):
      eeprom: at24: check at24_read/write arguments

Huacai Chen (1):
      bcache: Fix building error on MIPS

Jonathan Liu (1):
      drm/panel: simple: Add missing panel_simple_unprepare() calls

Josef Bacik (1):
      btrfs: clear space cache inode generation always

Liran Alon (2):
      KVM: x86: pvclock: Handle first-time write to pvclock-page contains random junk
      KVM: x86: Exit to user-mode on #UD intercept when emulator requires

Matt Fleming (4):
      x86/mm/pat: Ensure cpa->pfn only contains page frame numbers
      x86/efi: Hoist page table switching code into efi_call_virt()
      x86/efi: Build our own page table structures
      x86/efi-bgrt: Replace early_memremap() with memremap()

NeilBrown (1):
      NFS: revalidate "." etc correctly on "open".

Oleg Drokin (1):
      nfsd: Make init_open_stateid() a bit more whole

Paolo Bonzini (1):
      KVM: x86: inject exceptions produced by x86_decode_insn

Roman Kapl (1):
      drm/radeon: fix atombios on big endian

Sai Praneeth (1):
      x86/efi-bgrt: Fix kernel panic when mapping BGRT data

Trond Myklebust (2):
      nfsd: Fix stateid races between OPEN and CLOSE
      nfsd: Fix another OPEN stateid race

Ville Syrjälä (2):
      drm/i915: Don't try indexed reads to alternate slave addresses
      drm/i915: Prevent zero length "index" write

chenjie (1):
      mm/madvise.c: fix madvise() infinite loop under special circumstances

 Makefile                                          |   2 +-
 arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts |   2 +-
 arch/x86/include/asm/efi.h                        |  26 ++++
 arch/x86/kvm/svm.c                                |   2 +
 arch/x86/kvm/vmx.c                                |   2 +
 arch/x86/kvm/x86.c                                |   5 +
 arch/x86/mm/pageattr.c                            |  17 +--
 arch/x86/platform/efi/efi-bgrt.c                  |  39 +++---
 arch/x86/platform/efi/efi.c                       |  39 +++---
 arch/x86/platform/efi/efi_32.c                    |   5 +
 arch/x86/platform/efi/efi_64.c                    | 137 ++++++++++++++++------
 arch/x86/platform/efi/efi_stub_64.S               |  43 -------
 drivers/firmware/efi/efi.c                        |  32 -----
 drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c      |  38 +++---
 drivers/gpu/drm/i915/intel_i2c.c                  |   4 +-
 drivers/gpu/drm/panel/panel-simple.c              |   2 +
 drivers/gpu/drm/radeon/atombios_dp.c              |  38 +++---
 drivers/gpu/drm/radeon/radeon_fb.c                |   1 -
 drivers/md/bcache/alloc.c                         |   2 +-
 drivers/md/bcache/extents.c                       |   2 +-
 drivers/md/bcache/journal.c                       |   2 +-
 drivers/misc/eeprom/at24.c                        |   6 +
 drivers/mmc/core/bus.c                            |   3 +
 drivers/mtd/nand/nand_base.c                      |   9 +-
 fs/btrfs/extent-tree.c                            |  14 +--
 fs/nfs/dir.c                                      |   3 +-
 fs/nfsd/nfs4state.c                               | 114 ++++++++++++------
 include/uapi/linux/bcache.h                       |   2 +-
 mm/madvise.c                                      |   4 +-
 29 files changed, 329 insertions(+), 266 deletions(-)

Comments

Stefan Bader Feb. 20, 2018, 11:20 a.m. UTC | #1
On 25.01.2018 03:34, Khaled Elmously wrote:
> The following changes since commit e65512c5d319400939219bd912d41d3040ed8cb1:
> 
>   Linux 4.4.103 (2018-01-23 17:26:29 -0500)
> 
> are available in the git repository at:
> 
>   git+ssh://kmously@git.launchpad.net/~kmously/ubuntu/+source/linux/+git/xenial update-to-4.4.104
> 
> for you to fetch changes up to fff79e897fd68c5f963b3c20b3ef8fc6ca91684f:
> 
>   Linux 4.4.104 (2018-01-23 17:38:30 -0500)
> 
> ----------------------------------------------------------------
> Adam Ford (1):
>       ARM: dts: omap3: logicpd-torpedo-37xx-devkit: Fix MMC1 cd-gpio
> 
> Adrian Hunter (1):
>       mmc: core: Do not leave the block driver in a suspended state
> 
> Alex Deucher (1):
>       Revert "drm/radeon: dont switch vt on suspend"
> 
> Brent Taylor (1):
>       mtd: nand: Fix writing mtdoops to nand flash.
> 
> Greg Kroah-Hartman (1):
>       Linux 4.4.104
> 
> Heiner Kallweit (1):
>       eeprom: at24: check at24_read/write arguments
> 
> Huacai Chen (1):
>       bcache: Fix building error on MIPS
> 
> Jonathan Liu (1):
>       drm/panel: simple: Add missing panel_simple_unprepare() calls
> 
> Josef Bacik (1):
>       btrfs: clear space cache inode generation always
> 
> Liran Alon (2):
>       KVM: x86: pvclock: Handle first-time write to pvclock-page contains random junk
>       KVM: x86: Exit to user-mode on #UD intercept when emulator requires
> 
> Matt Fleming (4):
>       x86/mm/pat: Ensure cpa->pfn only contains page frame numbers
>       x86/efi: Hoist page table switching code into efi_call_virt()
>       x86/efi: Build our own page table structures
>       x86/efi-bgrt: Replace early_memremap() with memremap()
> 
> NeilBrown (1):
>       NFS: revalidate "." etc correctly on "open".
> 
> Oleg Drokin (1):
>       nfsd: Make init_open_stateid() a bit more whole
> 
> Paolo Bonzini (1):
>       KVM: x86: inject exceptions produced by x86_decode_insn
> 
> Roman Kapl (1):
>       drm/radeon: fix atombios on big endian
> 
> Sai Praneeth (1):
>       x86/efi-bgrt: Fix kernel panic when mapping BGRT data
> 
> Trond Myklebust (2):
>       nfsd: Fix stateid races between OPEN and CLOSE
>       nfsd: Fix another OPEN stateid race
> 
> Ville Syrjälä (2):
>       drm/i915: Don't try indexed reads to alternate slave addresses
>       drm/i915: Prevent zero length "index" write
> 
> chenjie (1):
>       mm/madvise.c: fix madvise() infinite loop under special circumstances
> 
>  Makefile                                          |   2 +-
>  arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts |   2 +-
>  arch/x86/include/asm/efi.h                        |  26 ++++
>  arch/x86/kvm/svm.c                                |   2 +
>  arch/x86/kvm/vmx.c                                |   2 +
>  arch/x86/kvm/x86.c                                |   5 +
>  arch/x86/mm/pageattr.c                            |  17 +--
>  arch/x86/platform/efi/efi-bgrt.c                  |  39 +++---
>  arch/x86/platform/efi/efi.c                       |  39 +++---
>  arch/x86/platform/efi/efi_32.c                    |   5 +
>  arch/x86/platform/efi/efi_64.c                    | 137 ++++++++++++++++------
>  arch/x86/platform/efi/efi_stub_64.S               |  43 -------
>  drivers/firmware/efi/efi.c                        |  32 -----
>  drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c      |  38 +++---
>  drivers/gpu/drm/i915/intel_i2c.c                  |   4 +-
>  drivers/gpu/drm/panel/panel-simple.c              |   2 +
>  drivers/gpu/drm/radeon/atombios_dp.c              |  38 +++---
>  drivers/gpu/drm/radeon/radeon_fb.c                |   1 -
>  drivers/md/bcache/alloc.c                         |   2 +-
>  drivers/md/bcache/extents.c                       |   2 +-
>  drivers/md/bcache/journal.c                       |   2 +-
>  drivers/misc/eeprom/at24.c                        |   6 +
>  drivers/mmc/core/bus.c                            |   3 +
>  drivers/mtd/nand/nand_base.c                      |   9 +-
>  fs/btrfs/extent-tree.c                            |  14 +--
>  fs/nfs/dir.c                                      |   3 +-
>  fs/nfsd/nfs4state.c                               | 114 ++++++++++++------
>  include/uapi/linux/bcache.h                       |   2 +-
>  mm/madvise.c                                      |   4 +-
>  29 files changed, 329 insertions(+), 266 deletions(-)
> 
> 
Applied to xenial/master-next-backlog