mbox series

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

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

Pull-request

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

Message

Stefan Bader Nov. 7, 2018, 2:51 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1802100

All patches applied.

-Stefan

---

The following changes since commit fe7fb483a13df499f3fd0184d89ffc5429758059:

  Linux 4.18.15 (2018-11-07 11:31:22 +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 de5c953e5f76f0016480cc9bbf3bbebbbae9f4aa:

  Linux 4.18.16 (2018-11-07 14:15:31 +0100)

----------------------------------------------------------------
Alexander Shishkin (1):
      intel_th: pci: Add Ice Lake PCH support

Alexandru Gheorghe (1):
      drm: mali-dp: Call drm_crtc_vblank_reset on device init

Alexey Brodkin (2):
      ARC: build: Get rid of toolchain check
      ARC: build: Don't set CROSS_COMPILE in arch's Makefile

Andreas Schwab (1):
      Input: atakbd - fix Atari keymap

Arindam Nath (1):
      iommu/amd: Return devid as alias for ACPI HID devices

Christian Lamparter (1):
      net: emac: fix fixed-link setup for the RTL8363SB switch

Daniel Kurtz (1):
      pinctrl/amd: poll InterruptEnable bits in amd_gpio_irq_set_type

Greg Kroah-Hartman (2):
      Revert "vfs: fix freeze protection in mnt_want_write_file() for overlayfs"
      Linux 4.18.16

Heiko Stuebner (1):
      iommu/rockchip: Free irqs in shutdown handler

James Cowgill (1):
      RISC-V: include linux/ftrace.h in asm-prototypes.h

James Smart (1):
      scsi: lpfc: Synchronize access to remoteport via rport

Jisheng Zhang (1):
      PCI: dwc: Fix scheduling while atomic issues

Johannes Thumshirn (1):
      scsi: sd: don't crash the host on invalid commands

John Fastabend (3):
      bpf: sockmap only allow ESTABLISHED sock state
      bpf: sockmap, fix transition through disconnect without close
      bpf: test_maps, only support ESTABLISHED socks

Jozef Balga (1):
      media: af9035: prevent buffer overflow on write

Kairui Song (1):
      x86/boot: Fix kexec booting failure in the SEV bit detection code

Kazuya Mizuguchi (1):
      ravb: do not write 1 to reserved bits

Keerthy (1):
      clocksource/drivers/ti-32k: Add CLOCK_SOURCE_SUSPEND_NONSTOP flag for non-am43 SoCs

Laura Abbott (2):
      scsi: ibmvscsis: Fix a stringop-overflow warning
      scsi: ibmvscsis: Ensure partition name is properly NUL terminated

Linus Torvalds (1):
      mremap: properly flush TLB before releasing the page

Linus Walleij (1):
      spi: gpio: Fix copy-and-paste error

Majd Dibbiny (1):
      RDMA/uverbs: Fix validity check for modify QP

Marek Lindner (2):
      batman-adv: fix backbone_gw refcount on queue_work() failure
      batman-adv: fix hardif_neigh refcount on queue_work() failure

Michael Neuling (2):
      powerpc/tm: Fix userspace r13 corruption
      powerpc/tm: Avoid possible userspace r1 corruption on reclaim

Michael Schmitz (1):
      Input: atakbd - fix Atari CapsLock behaviour

Nathan Chancellor (1):
      net/mlx4: Use cpumask_available for eq->affinity_mask

Sabrina Dubroca (1):
      selftests: pmtu: properly redirect stderr to /dev/null

Sanyog Kale (1):
      soundwire: Fix acquiring bus lock twice during master release

Selvin Xavier (1):
      RDMA/bnxt_re: Fix system crash during RDMA resource initialization

Shreyas NC (2):
      soundwire: Fix duplicate stream state assignment
      soundwire: Fix incorrect exit after configuring stream

Srikar Dronamraju (1):
      powerpc/numa: Use associativity if VPHN hcall is successful

Steve Wise (1):
      cxgb4: fix abort_req_rss6 struct

Sudarsana Reddy Kalluru (2):
      qed: Fix populating the invalid stag value in multi function mode.
      qed: Do not add VLAN 0 tag to untagged frames in multi-function mode.

Sven Eckelmann (8):
      batman-adv: Avoid probe ELP information leak
      batman-adv: Fix segfault when writing to throughput_override
      batman-adv: Fix segfault when writing to sysfs elp_interval
      batman-adv: Prevent duplicated gateway_node entry
      batman-adv: Prevent duplicated nc_node entry
      batman-adv: Prevent duplicated softif_vlan entry
      batman-adv: Prevent duplicated global TT entry
      batman-adv: Prevent duplicated tvlv handler

Tao Ren (1):
      clocksource/drivers/fttmr010: Fix set_next_event handler

Ursula Braun (1):
      net/smc: fix non-blocking connect problem

Wen Xiong (1):
      scsi: ipr: System hung while dlpar adding primary ipr adapter back

YueHaibing (1):
      net/smc: fix sizeof to int comparison

 Makefile                                     |   2 +-
 arch/arc/Makefile                            |  24 +-----
 arch/powerpc/kernel/tm.S                     |  20 ++++-
 arch/powerpc/mm/numa.c                       |   4 +-
 arch/riscv/include/asm/asm-prototypes.h      |   7 ++
 arch/x86/boot/compressed/mem_encrypt.S       |  19 -----
 drivers/clocksource/timer-fttmr010.c         |  18 +++--
 drivers/clocksource/timer-ti-32k.c           |   3 +
 drivers/gpu/drm/arm/malidp_drv.c             |   1 +
 drivers/hwtracing/intel_th/pci.c             |   5 ++
 drivers/infiniband/core/uverbs_cmd.c         |  68 +++++++++++------
 drivers/infiniband/hw/bnxt_re/main.c         |  93 ++++++++++-------------
 drivers/input/keyboard/atakbd.c              |  74 +++++++------------
 drivers/iommu/amd_iommu.c                    |   6 ++
 drivers/iommu/rockchip-iommu.c               |   6 ++
 drivers/media/usb/dvb-usb-v2/af9035.c        |   6 +-
 drivers/net/ethernet/chelsio/cxgb4/t4_msg.h  |   1 -
 drivers/net/ethernet/ibm/emac/core.c         |  15 ++--
 drivers/net/ethernet/mellanox/mlx4/eq.c      |   3 +-
 drivers/net/ethernet/qlogic/qed/qed_dcbx.c   |   9 ++-
 drivers/net/ethernet/qlogic/qed/qed_dcbx.h   |   1 +
 drivers/net/ethernet/qlogic/qed/qed_dev.c    |  15 +++-
 drivers/net/ethernet/qlogic/qed/qed_hsi.h    |   4 +
 drivers/net/ethernet/renesas/ravb.h          |   5 ++
 drivers/net/ethernet/renesas/ravb_main.c     |  11 +--
 drivers/net/ethernet/renesas/ravb_ptp.c      |   2 +-
 drivers/pci/controller/dwc/pcie-designware.c |   8 +-
 drivers/pci/controller/dwc/pcie-designware.h |   3 +-
 drivers/pinctrl/pinctrl-amd.c                |  33 ++++++---
 drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c     |   5 +-
 drivers/scsi/ipr.c                           | 106 +++++++++++++++------------
 drivers/scsi/ipr.h                           |   1 +
 drivers/scsi/lpfc/lpfc_attr.c                |  15 ++--
 drivers/scsi/lpfc/lpfc_debugfs.c             |  10 +--
 drivers/scsi/lpfc/lpfc_nvme.c                |  11 ++-
 drivers/scsi/sd.c                            |   3 +-
 drivers/soundwire/stream.c                   |  23 ++++--
 drivers/spi/spi-gpio.c                       |   4 +-
 fs/namespace.c                               |   7 +-
 include/linux/huge_mm.h                      |   2 +-
 kernel/bpf/sockmap.c                         |  91 ++++++++++++++++++-----
 mm/huge_memory.c                             |  10 +--
 mm/mremap.c                                  |  30 ++++----
 net/batman-adv/bat_v_elp.c                   |  10 ++-
 net/batman-adv/bridge_loop_avoidance.c       |  10 ++-
 net/batman-adv/gateway_client.c              |  11 ++-
 net/batman-adv/network-coding.c              |  27 ++++---
 net/batman-adv/soft-interface.c              |  25 +++++--
 net/batman-adv/sysfs.c                       |  30 +++++---
 net/batman-adv/translation-table.c           |   6 +-
 net/batman-adv/tvlv.c                        |   8 +-
 net/smc/af_smc.c                             |   7 +-
 net/smc/smc_clc.c                            |  14 ++--
 tools/testing/selftests/bpf/test_maps.c      |  10 ++-
 tools/testing/selftests/net/pmtu.sh          |   4 +-
 55 files changed, 562 insertions(+), 384 deletions(-)
 create mode 100644 arch/riscv/include/asm/asm-prototypes.h

Comments

Khalid Elmously Nov. 8, 2018, 7:43 a.m. UTC | #1
On 2018-11-07 15:51:38 , Stefan Bader wrote:
> BugLink: https://bugs.launchpad.net/bugs/1802100
> 
> All patches applied.
> 
> -Stefan
> 
> ---
> 
> The following changes since commit fe7fb483a13df499f3fd0184d89ffc5429758059:
> 
>   Linux 4.18.15 (2018-11-07 11:31:22 +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 de5c953e5f76f0016480cc9bbf3bbebbbae9f4aa:
> 
>   Linux 4.18.16 (2018-11-07 14:15:31 +0100)
> 
> ----------------------------------------------------------------
> Alexander Shishkin (1):
>       intel_th: pci: Add Ice Lake PCH support
> 
> Alexandru Gheorghe (1):
>       drm: mali-dp: Call drm_crtc_vblank_reset on device init
> 
> Alexey Brodkin (2):
>       ARC: build: Get rid of toolchain check
>       ARC: build: Don't set CROSS_COMPILE in arch's Makefile
> 
> Andreas Schwab (1):
>       Input: atakbd - fix Atari keymap
> 
> Arindam Nath (1):
>       iommu/amd: Return devid as alias for ACPI HID devices
> 
> Christian Lamparter (1):
>       net: emac: fix fixed-link setup for the RTL8363SB switch
> 
> Daniel Kurtz (1):
>       pinctrl/amd: poll InterruptEnable bits in amd_gpio_irq_set_type
> 
> Greg Kroah-Hartman (2):
>       Revert "vfs: fix freeze protection in mnt_want_write_file() for overlayfs"
>       Linux 4.18.16
> 
> Heiko Stuebner (1):
>       iommu/rockchip: Free irqs in shutdown handler
> 
> James Cowgill (1):
>       RISC-V: include linux/ftrace.h in asm-prototypes.h
> 
> James Smart (1):
>       scsi: lpfc: Synchronize access to remoteport via rport
> 
> Jisheng Zhang (1):
>       PCI: dwc: Fix scheduling while atomic issues
> 
> Johannes Thumshirn (1):
>       scsi: sd: don't crash the host on invalid commands
> 
> John Fastabend (3):
>       bpf: sockmap only allow ESTABLISHED sock state
>       bpf: sockmap, fix transition through disconnect without close
>       bpf: test_maps, only support ESTABLISHED socks
> 
> Jozef Balga (1):
>       media: af9035: prevent buffer overflow on write
> 
> Kairui Song (1):
>       x86/boot: Fix kexec booting failure in the SEV bit detection code
> 
> Kazuya Mizuguchi (1):
>       ravb: do not write 1 to reserved bits
> 
> Keerthy (1):
>       clocksource/drivers/ti-32k: Add CLOCK_SOURCE_SUSPEND_NONSTOP flag for non-am43 SoCs
> 
> Laura Abbott (2):
>       scsi: ibmvscsis: Fix a stringop-overflow warning
>       scsi: ibmvscsis: Ensure partition name is properly NUL terminated
> 
> Linus Torvalds (1):
>       mremap: properly flush TLB before releasing the page
> 
> Linus Walleij (1):
>       spi: gpio: Fix copy-and-paste error
> 
> Majd Dibbiny (1):
>       RDMA/uverbs: Fix validity check for modify QP
> 
> Marek Lindner (2):
>       batman-adv: fix backbone_gw refcount on queue_work() failure
>       batman-adv: fix hardif_neigh refcount on queue_work() failure
> 
> Michael Neuling (2):
>       powerpc/tm: Fix userspace r13 corruption
>       powerpc/tm: Avoid possible userspace r1 corruption on reclaim
> 
> Michael Schmitz (1):
>       Input: atakbd - fix Atari CapsLock behaviour
> 
> Nathan Chancellor (1):
>       net/mlx4: Use cpumask_available for eq->affinity_mask
> 
> Sabrina Dubroca (1):
>       selftests: pmtu: properly redirect stderr to /dev/null
> 
> Sanyog Kale (1):
>       soundwire: Fix acquiring bus lock twice during master release
> 
> Selvin Xavier (1):
>       RDMA/bnxt_re: Fix system crash during RDMA resource initialization
> 
> Shreyas NC (2):
>       soundwire: Fix duplicate stream state assignment
>       soundwire: Fix incorrect exit after configuring stream
> 
> Srikar Dronamraju (1):
>       powerpc/numa: Use associativity if VPHN hcall is successful
> 
> Steve Wise (1):
>       cxgb4: fix abort_req_rss6 struct
> 
> Sudarsana Reddy Kalluru (2):
>       qed: Fix populating the invalid stag value in multi function mode.
>       qed: Do not add VLAN 0 tag to untagged frames in multi-function mode.
> 
> Sven Eckelmann (8):
>       batman-adv: Avoid probe ELP information leak
>       batman-adv: Fix segfault when writing to throughput_override
>       batman-adv: Fix segfault when writing to sysfs elp_interval
>       batman-adv: Prevent duplicated gateway_node entry
>       batman-adv: Prevent duplicated nc_node entry
>       batman-adv: Prevent duplicated softif_vlan entry
>       batman-adv: Prevent duplicated global TT entry
>       batman-adv: Prevent duplicated tvlv handler
> 
> Tao Ren (1):
>       clocksource/drivers/fttmr010: Fix set_next_event handler
> 
> Ursula Braun (1):
>       net/smc: fix non-blocking connect problem
> 
> Wen Xiong (1):
>       scsi: ipr: System hung while dlpar adding primary ipr adapter back
> 
> YueHaibing (1):
>       net/smc: fix sizeof to int comparison
> 
>  Makefile                                     |   2 +-
>  arch/arc/Makefile                            |  24 +-----
>  arch/powerpc/kernel/tm.S                     |  20 ++++-
>  arch/powerpc/mm/numa.c                       |   4 +-
>  arch/riscv/include/asm/asm-prototypes.h      |   7 ++
>  arch/x86/boot/compressed/mem_encrypt.S       |  19 -----
>  drivers/clocksource/timer-fttmr010.c         |  18 +++--
>  drivers/clocksource/timer-ti-32k.c           |   3 +
>  drivers/gpu/drm/arm/malidp_drv.c             |   1 +
>  drivers/hwtracing/intel_th/pci.c             |   5 ++
>  drivers/infiniband/core/uverbs_cmd.c         |  68 +++++++++++------
>  drivers/infiniband/hw/bnxt_re/main.c         |  93 ++++++++++-------------
>  drivers/input/keyboard/atakbd.c              |  74 +++++++------------
>  drivers/iommu/amd_iommu.c                    |   6 ++
>  drivers/iommu/rockchip-iommu.c               |   6 ++
>  drivers/media/usb/dvb-usb-v2/af9035.c        |   6 +-
>  drivers/net/ethernet/chelsio/cxgb4/t4_msg.h  |   1 -
>  drivers/net/ethernet/ibm/emac/core.c         |  15 ++--
>  drivers/net/ethernet/mellanox/mlx4/eq.c      |   3 +-
>  drivers/net/ethernet/qlogic/qed/qed_dcbx.c   |   9 ++-
>  drivers/net/ethernet/qlogic/qed/qed_dcbx.h   |   1 +
>  drivers/net/ethernet/qlogic/qed/qed_dev.c    |  15 +++-
>  drivers/net/ethernet/qlogic/qed/qed_hsi.h    |   4 +
>  drivers/net/ethernet/renesas/ravb.h          |   5 ++
>  drivers/net/ethernet/renesas/ravb_main.c     |  11 +--
>  drivers/net/ethernet/renesas/ravb_ptp.c      |   2 +-
>  drivers/pci/controller/dwc/pcie-designware.c |   8 +-
>  drivers/pci/controller/dwc/pcie-designware.h |   3 +-
>  drivers/pinctrl/pinctrl-amd.c                |  33 ++++++---
>  drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c     |   5 +-
>  drivers/scsi/ipr.c                           | 106 +++++++++++++++------------
>  drivers/scsi/ipr.h                           |   1 +
>  drivers/scsi/lpfc/lpfc_attr.c                |  15 ++--
>  drivers/scsi/lpfc/lpfc_debugfs.c             |  10 +--
>  drivers/scsi/lpfc/lpfc_nvme.c                |  11 ++-
>  drivers/scsi/sd.c                            |   3 +-
>  drivers/soundwire/stream.c                   |  23 ++++--
>  drivers/spi/spi-gpio.c                       |   4 +-
>  fs/namespace.c                               |   7 +-
>  include/linux/huge_mm.h                      |   2 +-
>  kernel/bpf/sockmap.c                         |  91 ++++++++++++++++++-----
>  mm/huge_memory.c                             |  10 +--
>  mm/mremap.c                                  |  30 ++++----
>  net/batman-adv/bat_v_elp.c                   |  10 ++-
>  net/batman-adv/bridge_loop_avoidance.c       |  10 ++-
>  net/batman-adv/gateway_client.c              |  11 ++-
>  net/batman-adv/network-coding.c              |  27 ++++---
>  net/batman-adv/soft-interface.c              |  25 +++++--
>  net/batman-adv/sysfs.c                       |  30 +++++---
>  net/batman-adv/translation-table.c           |   6 +-
>  net/batman-adv/tvlv.c                        |   8 +-
>  net/smc/af_smc.c                             |   7 +-
>  net/smc/smc_clc.c                            |  14 ++--
>  tools/testing/selftests/bpf/test_maps.c      |  10 ++-
>  tools/testing/selftests/net/pmtu.sh          |   4 +-
>  55 files changed, 562 insertions(+), 384 deletions(-)
>  create mode 100644 arch/riscv/include/asm/asm-prototypes.h
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team