[SRU][Bionic][PULL] Bionic upstream stable patchset 2018-10-29

Kamal Mostafa kamal at canonical.com
Mon Oct 29 20:57:51 UTC 2018


This pull req includes the following pending Bionic stable patchset:

Bionic update: upstream stable patchset 2018-10-29
BugLink: http://bugs.launchpad.net/bugs/1800537
(ported from v4.14.52 and v4.16.18)

 -Kamal

-----

The following changes since commit cd8f1d8398a0797776a86138b7e121d5bc435d7a:

  UBUNTU: Ubuntu-4.15.0-39.42 (2018-10-23 14:44:55 +0000)

are available in the git repository at:

  git://git.launchpad.net/~kamalmostafa/ubuntu/+source/linux/+git/bionic bionic-stable

for you to fetch changes up to 38ab0062094c39308341b7815d9b357fa9a0704f:

  genirq/migration: Avoid out of line call if pending is not set (2018-10-29 13:12:12 -0700)

----------------------------------------------------------------
Alvaro Gamez Machado (1):
      net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620

Bjørn Mork (1):
      cdc_ncm: avoid padding beyond end of skb

Bo Chen (1):
      ALSA: hda - Handle kzalloc() failure in snd_hda_attach_pcm_stream()

Chen Yu (1):
      cpufreq: governors: Fix long idle detection logic in load calculation

Dan Carpenter (1):
      libata: zpodd: small read overflow in eject_tray()

Daniel Borkmann (1):
      tls: fix use-after-free in tls_push_record

Davide Caratti (1):
      net/sched: act_simple: fix parsing of TCA_DEF_DATA

Dennis Wassenberg (2):
      ALSA: hda: add dock and led support for HP EliteBook 830 G5
      ALSA: hda: add dock and led support for HP ProBook 640 G4

Dou Liyang (1):
      x86/vector: Fix the args of vector_alloc tracepoint

Even Xu (1):
      HID: intel_ish-hid: ipc: register more pm callbacks to support hibernation

Frank van der Linden (1):
      tcp: verify the checksum of the first data segment in a new connection

Hans de Goede (1):
      libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirk

Jan Kara (2):
      ext4: fix hole length detection in ext4_ind_map_blocks()
      ext4: fix fencepost error in check for inode count overflow during resize

Jason Gerecke (1):
      HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro large

Josef Bacik (3):
      nbd: fix nbd device deletion
      nbd: update size when connected
      nbd: use bd_set_size when updating disk size

Julian Anastasov (1):
      ipv6: allow PMTU exceptions to local routes

Luca Coelho (1):
      iwlwifi: fw: harden page loading code

Lukas Czerner (1):
      ext4: update mtime in ext4_punch_hole even if no blocks are released

Mark Syms (1):
      CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session expiry

Martin Brandenburg (2):
      orangefs: set i_size on new symlink
      orangefs: report attributes_mask and attributes for statx

Omar Sandoval (2):
      Btrfs: fix clone vs chattr NODATASUM race
      Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2()

Paolo Abeni (1):
      udp: fix rx queue len reported by diag and proc interface

Qu Wenruo (1):
      btrfs: scrub: Don't use inode pages for device replace

Roman Pen (1):
      blk-mq: reinit q->tag_set_list entry only after grace period

Shirish Pargaonkar (1):
      cifs: For SMB2 security informaion query, check for minimum sized security descriptor instead of sizeof FileAllInformation class

Stefan Potyra (1):
      w1: mxc_w1: Enable clock before calling clk_get_rate() on it

Steve French (1):
      smb3: fix various xid leaks

Su Yue (1):
      btrfs: return error value if create_io_em failed in cow_file_range

Suman Anna (1):
      cpufreq: ti-cpufreq: Fix an incorrect error return value

Takashi Iwai (1):
      ALSA: hda/conexant - Add fixup for HP Z2 G4 workstation

Tao Wang (1):
      cpufreq: Fix new policy initialization during limits updates via sysfs

Tejun Heo (1):
      bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue

Tetsuo Handa (1):
      driver core: Don't ignore class_dir_create_and_add() failure.

Theodore Ts'o (1):
      ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()

Thomas Gleixner (8):
      x86/apic/vector: Prevent hlist corruption and leaks
      x86/apic: Provide apic_ack_irq()
      x86/ioapic: Use apic_ack_irq()
      x86/platform/uv: Use apic_ack_irq()
      irq_remapping: Use apic_ack_irq()
      genirq/generic_pending: Do not lose pending affinity update
      genirq/affinity: Defer affinity setting if irq chip is busy
      genirq/migration: Avoid out of line call if pending is not set

Tony Luck (2):
      x86/MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read()
      x86/intel_rdt: Enable CMT and MBM on new Skylake stepping

Vlastimil Babka (1):
      mm, page_alloc: do not break __GFP_THISNODE by zonelist reset

Willem de Bruijn (1):
      net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlan

Xiangning Yu (1):
      bonding: re-evaluate force_primary when the primary slave name changes

Zhouyang Jia (1):
      net: dsa: add error handling for pskb_trim_rcsum

 arch/x86/include/asm/apic.h                    |  2 +
 arch/x86/include/asm/trace/irq_vectors.h       |  2 +-
 arch/x86/kernel/apic/io_apic.c                 |  2 +-
 arch/x86/kernel/apic/vector.c                  | 18 ++++++-
 arch/x86/kernel/cpu/intel_rdt.c                |  2 +
 arch/x86/kernel/cpu/mcheck/mce-inject.c        |  2 +-
 arch/x86/platform/uv/uv_irq.c                  |  7 +--
 block/blk-mq.c                                 |  3 +-
 drivers/ata/libata-core.c                      |  3 --
 drivers/ata/libata-zpodd.c                     |  2 +-
 drivers/base/core.c                            | 14 +++++-
 drivers/block/nbd.c                            | 17 ++++++-
 drivers/cpufreq/cpufreq.c                      |  2 +
 drivers/cpufreq/cpufreq_governor.c             | 12 ++---
 drivers/cpufreq/ti-cpufreq.c                   |  2 +-
 drivers/hid/intel-ish-hid/ipc/pci-ish.c        | 22 +++------
 drivers/hid/wacom_sys.c                        |  8 +++
 drivers/iommu/amd_iommu.c                      |  2 +-
 drivers/iommu/intel_irq_remapping.c            |  2 +-
 drivers/iommu/irq_remapping.c                  |  5 --
 drivers/iommu/irq_remapping.h                  |  2 -
 drivers/net/bonding/bond_options.c             |  1 +
 drivers/net/phy/dp83848.c                      | 35 ++++++++++---
 drivers/net/tap.c                              |  5 +-
 drivers/net/tun.c                              |  3 +-
 drivers/net/usb/cdc_ncm.c                      |  4 +-
 drivers/net/virtio_net.c                       |  3 +-
 drivers/net/wireless/intel/iwlwifi/fw/paging.c | 49 ++++++++++++++++---
 drivers/w1/masters/mxc_w1.c                    | 20 +++++---
 fs/btrfs/inode.c                               |  4 +-
 fs/btrfs/ioctl.c                               | 18 ++++---
 fs/btrfs/scrub.c                               |  2 +-
 fs/cifs/cifsacl.h                              | 14 ++++++
 fs/cifs/smb2ops.c                              | 68 ++++++++++++++++++--------
 fs/cifs/smb2pdu.c                              |  3 +-
 fs/ext4/indirect.c                             | 14 ++++--
 fs/ext4/inode.c                                | 46 +++++++++--------
 fs/ext4/resize.c                               |  2 +-
 fs/orangefs/inode.c                            |  7 +++
 fs/orangefs/namei.c                            |  7 +++
 include/linux/irq.h                            |  7 ++-
 include/linux/virtio_net.h                     | 11 ++---
 include/net/transp_v6.h                        | 11 ++++-
 include/net/udp.h                              |  5 ++
 kernel/irq/manage.c                            | 37 +++++++++++++-
 kernel/irq/migration.c                         | 31 +++++++-----
 mm/backing-dev.c                               | 18 ++++++-
 mm/page_alloc.c                                |  1 -
 net/dsa/tag_trailer.c                          |  3 +-
 net/ipv4/tcp_ipv4.c                            |  4 ++
 net/ipv4/udp.c                                 |  2 +-
 net/ipv4/udp_diag.c                            |  2 +-
 net/ipv6/datagram.c                            |  6 +--
 net/ipv6/route.c                               |  3 --
 net/ipv6/tcp_ipv6.c                            |  4 ++
 net/ipv6/udp.c                                 |  3 +-
 net/packet/af_packet.c                         |  4 +-
 net/sched/act_simple.c                         | 15 +++---
 net/tls/tls_sw.c                               | 26 +++++-----
 sound/pci/hda/hda_controller.c                 |  4 +-
 sound/pci/hda/patch_conexant.c                 |  3 ++
 sound/pci/hda/patch_realtek.c                  |  5 ++
 62 files changed, 444 insertions(+), 197 deletions(-)




More information about the kernel-team mailing list