mbox series

[Cosmic,SRU] Cosmic update: 4.18.14 upstream stable release

Message ID 1541535761-27496-1-git-send-email-stefan.bader@canonical.com
State New
Headers show
Series [Cosmic,SRU] Cosmic update: 4.18.14 upstream stable release | expand

Pull-request

https://git.launchpad.net/~smb/ubuntu/+source/linux/+git/cosmic stable-4.18

Message

Stefan Bader Nov. 6, 2018, 8:22 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1801986

Skipped "KVM: x86: fix L1TF's MMIO GFN calculation" as it is already
applied for bug #1798427.

Skipped "xen-netback: fix input validation in xenvif_set_hash_mapping()"
because is was already applied for XSA-270 / CVE-2018-15471.

Reverted and replaced UBUNTU SAUCE patch with upstream version
(PCI: Reprogram bridge prefetch registers on resume).

-Stefan

---

The following changes since commit 04b66c856b838aa545ef0772fe3931d815a9072b:

  Linux 4.18.13 (2018-11-06 14:25:26 +0100)

are available in the git repository at:

  https://git.launchpad.net/~smb/ubuntu/+source/linux/+git/cosmic stable-4.18

for you to fetch changes up to 7855c240f5a59b2a3ab04caca27178c744daadb7:

  Linux 4.18.14 (2018-11-06 19:50:38 +0100)

----------------------------------------------------------------
Alexandre Belloni (1):
      clocksource/drivers/timer-atmel-pit: Properly handle error cases

Andy Lutomirski (4):
      x86/vdso: Fix asm constraints on vDSO syscall fallbacks
      selftests/x86: Add clock_gettime() tests to test_vdso
      x86/vdso: Only enable vDSO retpolines when enabled and supported
      x86/vdso: Fix vDSO syscall fallback asm constraint regression

Chao Yu (1):
      f2fs: fix invalid memory access

Christophe Leroy (1):
      powerpc/lib: fix book3s/32 boot failure due to code patching

Chunfeng Yun (1):
      usb: xhci-mtk: resume USB3 roothub first

Cong Wang (2):
      tipc: call start and done ops directly in __tipc_nl_compat_dumpit()
      ucma: fix a use-after-free in ucma_resolve_ip()

Daniel Drake (1):
      PCI: Reprogram bridge prefetch registers on resume

Dmitry Safonov (1):
      tty: Drop tty->count on tty_reopen() failure

Felix Fietkau (2):
      mac80211: allocate TXQs for active monitor interfaces
      mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keys

Greg Kroah-Hartman (1):
      Linux 4.18.14

Guenter Roeck (1):
      of: unittest: Disable interrupt node tests for old world MAC systems

Ilya Dryomov (1):
      blk-mq: I/O and timer unplugs are inverted in blktrace

Jann Horn (2):
      mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properly
      drm: fix use-after-free read in drm_mode_create_lease_ioctl()

Jason Ekstrand (1):
      drm/syncobj: Don't leak fences when WAIT_FOR_SUBMIT is set

Joe Thornber (1):
      dm cache metadata: ignore hints array being too small during resize

Johan Hovold (2):
      USB: serial: simple: add Motorola Tetra MTP6550 id
      USB: serial: option: add two-endpoints device-id flag

Ka-Cheong Poon (1):
      rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() instead

Kees Cook (1):
      pstore/ram: Fix failure-path memory leak in ramoops_init

Kirill A. Shutemov (1):
      mm, thp: fix mlocking THP page with migration enabled

Kristian Evensen (1):
      USB: serial: option: improve Quectel EP06 detection

Marek Szyprowski (1):
      mmc: slot-gpio: Fix debounce time to use miliseconds again

Mathias Nyman (1):
      xhci: Add missing CAS workaround for Intel Sunrise Point xHCI

Michael Neuling (1):
      powerpc: Avoid code patching freed init sections

Mike Kravetz (1):
      mm: migration: fix migration of huge PMD shared pages

Mike Snitzer (2):
      dm mpath: fix attached_handler_name leak and dangling hw_handler_name pointer
      dm cache: fix resize crash if user doesn't reload cache table

Rafael J. Wysocki (1):
      PM / core: Clear the direct_complete flag on errors

Reinette Chatre (1):
      perf/core: Add sanity check to deal with pinned event failure

Rex Zhu (1):
      drm/amdgpu: Fix vce work queue was not cancelled when suspend

Richard Weinberger (1):
      ubifs: Check for name being NULL while mounting

Romain Izard (1):
      usb: cdc_acm: Do not leak URB buffers

Sean Christopherson (1):
      KVM: VMX: check for existence of secondary exec controls before accessing

Stefan Bader (1):
      Revert "UBUNTU: SAUCE: PCI: Reprogram bridge prefetch registers on resume"

Tomi Valkeinen (1):
      fbdev/omapfb: fix omapfb_memory_read infoleak

Tony Lindgren (1):
      mmc: core: Fix debounce time to use microseconds

Vineet Gupta (1):
      ARC: clone syscall to setp r25 as thread pointer

Zhi Chen (1):
      ath10k: fix scan crash due to incorrect length calculation

 Makefile                                        |   2 +-
 arch/arc/kernel/process.c                       |  20 +++
 arch/powerpc/include/asm/setup.h                |   1 +
 arch/powerpc/lib/code-patching.c                |  14 +-
 arch/powerpc/mm/mem.c                           |   2 +
 arch/x86/entry/vdso/Makefile                    |  16 ++-
 arch/x86/entry/vdso/vclock_gettime.c            |  26 ++--
 arch/x86/kvm/vmx.c                              |   7 +-
 block/blk-mq.c                                  |   4 +-
 drivers/base/power/main.c                       |   5 +-
 drivers/clocksource/timer-atmel-pit.c           |  20 ++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c         |   3 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c         |   4 +-
 drivers/gpu/drm/drm_lease.c                     |   6 +-
 drivers/gpu/drm/drm_syncobj.c                   |   5 +
 drivers/infiniband/core/ucma.c                  |   2 +
 drivers/md/dm-cache-metadata.c                  |   4 +-
 drivers/md/dm-cache-target.c                    |   9 +-
 drivers/md/dm-mpath.c                           |  14 +-
 drivers/mmc/core/host.c                         |   2 +-
 drivers/mmc/core/slot-gpio.c                    |   2 +-
 drivers/net/wireless/ath/ath10k/wmi-tlv.c       |   8 +-
 drivers/of/unittest.c                           |  26 ++--
 drivers/tty/tty_io.c                            |  11 +-
 drivers/usb/class/cdc-acm.c                     |   6 +
 drivers/usb/host/xhci-mtk.c                     |   4 +-
 drivers/usb/host/xhci-pci.c                     |   2 +
 drivers/usb/serial/option.c                     |  15 ++-
 drivers/usb/serial/usb-serial-simple.c          |   3 +-
 drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c |   5 +-
 fs/f2fs/checkpoint.c                            |   9 +-
 fs/pstore/ram.c                                 |  29 +++-
 fs/ubifs/super.c                                |   3 +
 include/linux/hugetlb.h                         |  14 ++
 include/linux/mm.h                              |   6 +
 kernel/events/core.c                            |   6 +
 mm/huge_memory.c                                |   2 +-
 mm/hugetlb.c                                    |  37 ++++-
 mm/migrate.c                                    |   3 +
 mm/rmap.c                                       |  42 +++++-
 mm/vmstat.c                                     |   3 +
 net/mac80211/cfg.c                              |   2 +-
 net/mac80211/iface.c                            |   3 +-
 net/rds/ib.h                                    |   2 +-
 net/rds/ib_cm.c                                 |   2 +-
 net/rds/ib_recv.c                               |  10 +-
 net/tipc/netlink_compat.c                       |   2 +
 net/tipc/socket.c                               |  17 ++-
 net/tipc/socket.h                               |   1 +
 tools/testing/selftests/x86/test_vdso.c         | 172 ++++++++++++++++++++++++
 50 files changed, 516 insertions(+), 97 deletions(-)

Comments

Khalid Elmously Nov. 8, 2018, 7:41 a.m. UTC | #1
Skipped the patch "drm/syncobj: Don't leak fences when WAIT_FOR_SUBMIT is set" since it was already applied as 

"113834f7643d drm/syncobj: Don't leak fences when WAIT_FOR_SUBMIT is set"



On 2018-11-06 21:22:41 , Stefan Bader wrote:
> BugLink: https://bugs.launchpad.net/bugs/1801986
> 
> Skipped "KVM: x86: fix L1TF's MMIO GFN calculation" as it is already
> applied for bug #1798427.
> 
> Skipped "xen-netback: fix input validation in xenvif_set_hash_mapping()"
> because is was already applied for XSA-270 / CVE-2018-15471.
> 
> Reverted and replaced UBUNTU SAUCE patch with upstream version
> (PCI: Reprogram bridge prefetch registers on resume).
> 
> -Stefan
> 
> ---
> 
> The following changes since commit 04b66c856b838aa545ef0772fe3931d815a9072b:
> 
>   Linux 4.18.13 (2018-11-06 14:25:26 +0100)
> 
> are available in the git repository at:
> 
>   https://git.launchpad.net/~smb/ubuntu/+source/linux/+git/cosmic stable-4.18
> 
> for you to fetch changes up to 7855c240f5a59b2a3ab04caca27178c744daadb7:
> 
>   Linux 4.18.14 (2018-11-06 19:50:38 +0100)
> 
> ----------------------------------------------------------------
> Alexandre Belloni (1):
>       clocksource/drivers/timer-atmel-pit: Properly handle error cases
> 
> Andy Lutomirski (4):
>       x86/vdso: Fix asm constraints on vDSO syscall fallbacks
>       selftests/x86: Add clock_gettime() tests to test_vdso
>       x86/vdso: Only enable vDSO retpolines when enabled and supported
>       x86/vdso: Fix vDSO syscall fallback asm constraint regression
> 
> Chao Yu (1):
>       f2fs: fix invalid memory access
> 
> Christophe Leroy (1):
>       powerpc/lib: fix book3s/32 boot failure due to code patching
> 
> Chunfeng Yun (1):
>       usb: xhci-mtk: resume USB3 roothub first
> 
> Cong Wang (2):
>       tipc: call start and done ops directly in __tipc_nl_compat_dumpit()
>       ucma: fix a use-after-free in ucma_resolve_ip()
> 
> Daniel Drake (1):
>       PCI: Reprogram bridge prefetch registers on resume
> 
> Dmitry Safonov (1):
>       tty: Drop tty->count on tty_reopen() failure
> 
> Felix Fietkau (2):
>       mac80211: allocate TXQs for active monitor interfaces
>       mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keys
> 
> Greg Kroah-Hartman (1):
>       Linux 4.18.14
> 
> Guenter Roeck (1):
>       of: unittest: Disable interrupt node tests for old world MAC systems
> 
> Ilya Dryomov (1):
>       blk-mq: I/O and timer unplugs are inverted in blktrace
> 
> Jann Horn (2):
>       mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properly
>       drm: fix use-after-free read in drm_mode_create_lease_ioctl()
> 
> Jason Ekstrand (1):
>       drm/syncobj: Don't leak fences when WAIT_FOR_SUBMIT is set
> 
> Joe Thornber (1):
>       dm cache metadata: ignore hints array being too small during resize
> 
> Johan Hovold (2):
>       USB: serial: simple: add Motorola Tetra MTP6550 id
>       USB: serial: option: add two-endpoints device-id flag
> 
> Ka-Cheong Poon (1):
>       rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() instead
> 
> Kees Cook (1):
>       pstore/ram: Fix failure-path memory leak in ramoops_init
> 
> Kirill A. Shutemov (1):
>       mm, thp: fix mlocking THP page with migration enabled
> 
> Kristian Evensen (1):
>       USB: serial: option: improve Quectel EP06 detection
> 
> Marek Szyprowski (1):
>       mmc: slot-gpio: Fix debounce time to use miliseconds again
> 
> Mathias Nyman (1):
>       xhci: Add missing CAS workaround for Intel Sunrise Point xHCI
> 
> Michael Neuling (1):
>       powerpc: Avoid code patching freed init sections
> 
> Mike Kravetz (1):
>       mm: migration: fix migration of huge PMD shared pages
> 
> Mike Snitzer (2):
>       dm mpath: fix attached_handler_name leak and dangling hw_handler_name pointer
>       dm cache: fix resize crash if user doesn't reload cache table
> 
> Rafael J. Wysocki (1):
>       PM / core: Clear the direct_complete flag on errors
> 
> Reinette Chatre (1):
>       perf/core: Add sanity check to deal with pinned event failure
> 
> Rex Zhu (1):
>       drm/amdgpu: Fix vce work queue was not cancelled when suspend
> 
> Richard Weinberger (1):
>       ubifs: Check for name being NULL while mounting
> 
> Romain Izard (1):
>       usb: cdc_acm: Do not leak URB buffers
> 
> Sean Christopherson (1):
>       KVM: VMX: check for existence of secondary exec controls before accessing
> 
> Stefan Bader (1):
>       Revert "UBUNTU: SAUCE: PCI: Reprogram bridge prefetch registers on resume"
> 
> Tomi Valkeinen (1):
>       fbdev/omapfb: fix omapfb_memory_read infoleak
> 
> Tony Lindgren (1):
>       mmc: core: Fix debounce time to use microseconds
> 
> Vineet Gupta (1):
>       ARC: clone syscall to setp r25 as thread pointer
> 
> Zhi Chen (1):
>       ath10k: fix scan crash due to incorrect length calculation
> 
>  Makefile                                        |   2 +-
>  arch/arc/kernel/process.c                       |  20 +++
>  arch/powerpc/include/asm/setup.h                |   1 +
>  arch/powerpc/lib/code-patching.c                |  14 +-
>  arch/powerpc/mm/mem.c                           |   2 +
>  arch/x86/entry/vdso/Makefile                    |  16 ++-
>  arch/x86/entry/vdso/vclock_gettime.c            |  26 ++--
>  arch/x86/kvm/vmx.c                              |   7 +-
>  block/blk-mq.c                                  |   4 +-
>  drivers/base/power/main.c                       |   5 +-
>  drivers/clocksource/timer-atmel-pit.c           |  20 ++-
>  drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c         |   3 +-
>  drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c         |   4 +-
>  drivers/gpu/drm/drm_lease.c                     |   6 +-
>  drivers/gpu/drm/drm_syncobj.c                   |   5 +
>  drivers/infiniband/core/ucma.c                  |   2 +
>  drivers/md/dm-cache-metadata.c                  |   4 +-
>  drivers/md/dm-cache-target.c                    |   9 +-
>  drivers/md/dm-mpath.c                           |  14 +-
>  drivers/mmc/core/host.c                         |   2 +-
>  drivers/mmc/core/slot-gpio.c                    |   2 +-
>  drivers/net/wireless/ath/ath10k/wmi-tlv.c       |   8 +-
>  drivers/of/unittest.c                           |  26 ++--
>  drivers/tty/tty_io.c                            |  11 +-
>  drivers/usb/class/cdc-acm.c                     |   6 +
>  drivers/usb/host/xhci-mtk.c                     |   4 +-
>  drivers/usb/host/xhci-pci.c                     |   2 +
>  drivers/usb/serial/option.c                     |  15 ++-
>  drivers/usb/serial/usb-serial-simple.c          |   3 +-
>  drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c |   5 +-
>  fs/f2fs/checkpoint.c                            |   9 +-
>  fs/pstore/ram.c                                 |  29 +++-
>  fs/ubifs/super.c                                |   3 +
>  include/linux/hugetlb.h                         |  14 ++
>  include/linux/mm.h                              |   6 +
>  kernel/events/core.c                            |   6 +
>  mm/huge_memory.c                                |   2 +-
>  mm/hugetlb.c                                    |  37 ++++-
>  mm/migrate.c                                    |   3 +
>  mm/rmap.c                                       |  42 +++++-
>  mm/vmstat.c                                     |   3 +
>  net/mac80211/cfg.c                              |   2 +-
>  net/mac80211/iface.c                            |   3 +-
>  net/rds/ib.h                                    |   2 +-
>  net/rds/ib_cm.c                                 |   2 +-
>  net/rds/ib_recv.c                               |  10 +-
>  net/tipc/netlink_compat.c                       |   2 +
>  net/tipc/socket.c                               |  17 ++-
>  net/tipc/socket.h                               |   1 +
>  tools/testing/selftests/x86/test_vdso.c         | 172 ++++++++++++++++++++++++
>  50 files changed, 516 insertions(+), 97 deletions(-)
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team