[SRU][Bionic][PULL] Bionic upstream stable patchset 2019-01-17+

Kamal Mostafa kamal at canonical.com
Thu Jan 17 16:47:23 UTC 2019


This pull req includes the following pending Bionic stable patchsets:

Bionic update: upstream stable patchset 2019-01-17
(ported from (ported from v4.14.58 and v4.17.10)
BugLink: http://bugs.launchpad.net/bugs/1812229

Bionic update: upstream stable patchset 2019-01-15
(ported from (ported from v4.14.57 and v4.17.9)
BugLink: http://bugs.launchpad.net/bugs/1811877

 -Kamal

---

The following changes since commit f162c0d5f751d06bce3ec42294498a6265453682:

  UBUNTU: Ubuntu-4.15.0-44.47 (2019-01-14 09:38:05 +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 94e55143b9cc836b695337d10828c0b433af8916:

  drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open() (2019-01-16 13:29:58 -0800)

----------------------------------------------------------------
Al Viro (3):
      alpha: fix osf_wait4() breakage
      cxl_getfile(): fix double-iput() on alloc_file() failures
      drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()

Alex Vesker (2):
      net/mlx5: Fix command interface race in polling mode
      net/mlx5: Fix incorrect raw command length parsing

Alexander Couzens (1):
      net: usb: asix: replace mii_nway_restart in resume path

Alexandre Belloni (1):
      net: macb: initialize bp->queues[0].bp for at91rm9200

Alexey Brodkin (2):
      ARC: Fix CONFIG_SWAP
      ARC: configs: Remove CONFIG_INITRAMFS_SOURCE from defconfigs

Antoine Tenart (1):
      net: mvneta: fix the Rx desc DMA address in the Rx path

Arnd Bergmann (1):
      ipv6: ila: select CONFIG_DST_CACHE

Bhadram Varka (1):
      stmmac: fix DMA channel hang in half-duplex mode

Claudio Imbrenda (1):
      VSOCK: fix loopback on big-endian systems

Colin Ian King (1):
      ipv6: fix useless rol32 call on hash

Cong Wang (2):
      ipvs: initialize tbl->entries after allocation
      ipvs: initialize tbl->entries in ip_vs_lblc_init_svc()

Damien Le Moal (1):
      scsi: sd_zbc: Fix variable type and bogus comment

Daniel Borkmann (1):
      bpf, arm32: fix to use bpf_jit_binary_lock_ro api

Dave Watson (1):
      tls: Stricter error checking in zerocopy sendmsg path

David Ahern (2):
      net/tcp: Fix socket lookups with SO_BINDTODEVICE
      net/ipv4: Set oif in fib_compute_spec_dst

David Woodhouse (1):
      atm: Preserve value of skb->truesize when accounting to vcc

Davide Caratti (2):
      net/sched: act_ife: fix recursive lock and idr leak
      net/sched: act_ife: preserve the action control in case of error

Davidlohr Bueso (1):
      lib/rhashtable: consider param->min_size when setting initial table size

Dewet Thibaut (1):
      x86/MCE: Remove min interval polling limitation

Dexuan Cui (1):
      PCI: hv: Disable/enable IRQs rather than BH in hv_compose_msi_msg()

Doron Roberts-Kedes (1):
      strparser: Remove early eaten to fix full tcp receive buffer stall

Eli Cohen (1):
      net/mlx5: Fix required capability for manipulating MPFS

Eric Biggers (3):
      ipv6: sr: fix passing wrong flags to crypto_alloc_shash()
      reiserfs: fix buffer overflow with long warning messages
      KEYS: DNS: fix parsing multiple options

Eric Dumazet (5):
      net: dccp: avoid crash in ccid3_hc_rx_send_feedback()
      net: dccp: switch rx_tstamp_last_feedback to monotonic clock
      net/packet: fix use-after-free
      net: sungem: fix rx checksum support
      bpf: enforce correct alignment for instructions

Filipe Manana (1):
      Btrfs: fix duplicate extents after fsync of file with prealloc extents

Florian Fainelli (1):
      net: systemport: Fix CRC forwarding check for SYSTEMPORT Lite

Florian Westphal (2):
      netfilter: ebtables: reject non-bridge targets
      netfilter: ipv6: nf_defrag: drop skb dst before queueing

Gautham R. Shenoy (1):
      powerpc/powernv: Fix save/restore of SPRG3 on entry/exit from stop (idle)

Govindarajulu Varadarajan (1):
      enic: do not overwrite error code

Gustavo A. R. Silva (4):
      atm: zatm: Fix potential Spectre v1
      net: cxgb3_main: fix potential Spectre v1
      vfio/pci: Fix potential Spectre v1
      ptp: fix missing break in switch

H. Peter Anvin (1):
      x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>

Haiyang Zhang (1):
      hv_netvsc: Fix napi reschedule while receive completion is busy

Harini Katakam (1):
      net: macb: Fix ptp time adjustment for large negative delta

Heiner Kallweit (1):
      net: phy: fix flag masking in __set_phy_supported

Hugh Dickins (2):
      x86/events/intel/ds: Fix bts_interrupt_threshold alignment
      mm/huge_memory.c: fix data loss when splitting a file pmd

Igor Russkikh (1):
      net: aquantia: vlan unicast address list correct handling

Ilpo Järvinen (1):
      tcp: prevent bogus FRTO undos with non-SACK flows

Isaac J. Manjarres (1):
      stop_machine: Disable preemption when waking two stopper threads

Jacob Keller (1):
      sch_fq_codel: zero q->flows_cnt when fq_codel_init fails

Jaehoon Chung (1):
      PCI: exynos: Fix a potential init_clk_resources NULL pointer dereference

Jan Kara (1):
      bdi: Fix another oops in wb_workfn()

Jason Wang (1):
      vhost_net: validate sock before trying to put its fd

Jesper Dangaard Brouer (2):
      ixgbe: split XDP_TX tail and XDP_REDIRECT map flushing
      virtio_net: fix memory leak in XDP_REDIRECT

Jing Xia (1):
      mm: memcg: fix use after free in mem_cgroup_iter()

Jiri Slaby (1):
      r8152: napi hangup fix after disconnect

Konstantin Khlebnikov (1):
      net_sched: blackhole: tell upper qdisc about dropped packets

Lan Tianyu (1):
      KVM/Eventfd: Avoid crash when assign and deassign specific eventfd in parallel.

Lorenzo Colitti (1):
      net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abort

Lyude Paul (2):
      drm/nouveau: Use drm_connector_list_iter_* for iterating connectors
      drm/nouveau: Avoid looping through fake MST connectors

Marcelo Ricardo Leitner (1):
      sctp: introduce sctp_dst_mtu

Masahiro Yamada (1):
      mtd: rawnand: denali_dt: set clk_x_rate to 200 MHz unconditionally

Matevz Vucnik (1):
      qmi_wwan: add support for Quectel EG91

Mathias Nyman (1):
      xhci: Fix perceived dead host due to runtime suspend race with event handler

Michel Dänzer (1):
      drm/amdgpu: Reserve VM root shared fence slot for command submission (v3)

Nick Desaulniers (2):
      compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarations
      x86/paravirt: Make native_save_fl() extern inline

OGAWA Hirofumi (1):
      fat: fix memory allocation failure handling of match_strdup()

Or Gerlitz (2):
      net/mlx5e: Avoid dealing with vport representors if not being e-switch manager
      net/mlx5: E-Switch, Avoid setup attempt if not being e-switch manager

Paolo Bonzini (1):
      KVM: irqfd: fix race between EPOLLHUP and irq_bypass_register_consumer

Pieter Jansen van Vuuren (1):
      nfp: flower: fix mpls ether type detection

Ping-Ke Shih (2):
      rtlwifi: Fix kernel Oops "Fw download fail!!"
      rtlwifi: rtl8821ae: fix firmware is not ready to run

Prashanth Prakash (1):
      cpufreq / CPPC: Set platform specific transition_delay_us

Radim Krčmář (1):
      x86/kvmclock: set pvti_cpu0_va after enabling kvmclock

Rafael J. Wysocki (1):
      cpufreq: intel_pstate: Register when ACPI PCCH is present

Sabrina Dubroca (3):
      alx: take rtnl before calling __alx_open from resume
      net: fix use-after-free in GRO with ESP
      ipv6: make DAD fail with enhanced DAD when nonce length differs

Saeed Mahameed (1):
      net/mlx4_en: Don't reuse RX page when XDP is set

Sanjeev Bansal (1):
      tg3: Add higher cpu clock for 5762.

Santosh Shilimkar (1):
      rds: avoid unenecessary cong_update in loop transport

Scott Mayhew (1):
      nfsd: COPY and CLONE operations require the saved filehandle to be set

Shay Agroskin (1):
      net/mlx5: Fix wrong size allocation for QoS ETC TC regitster

Stefan Wahren (1):
      net: lan78xx: Fix race in tx pending skb size calculation

Stefano Brivio (2):
      net: Don't copy pfmemalloc flag in __copy_skb_header()
      skbuff: Unconditionally copy pfmemalloc in __skb_clone()

Stephan Mueller (1):
      crypto: af_alg - Initialize sg_num_bytes in error code path

Sudarsana Reddy Kalluru (4):
      qede: Adverstise software timestamp caps when PHC is not available.
      qed: Fix setting of incorrect eswitch mode.
      qed: Fix use of incorrect size in memcpy call.
      qed: Limit msix vectors in kdump kernel to the minimum required count.

Taehee Yoo (1):
      rhashtable: add restart routine in rhashtable_free_and_destroy()

Takashi Iwai (1):
      ALSA: hda/realtek - Yet another Clevo P950 quirk entry

Tejun Heo (1):
      string: drop __must_check from strscpy() and restore strscpy() usages in cgroup

Tetsuo Handa (1):
      net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.

Toke Høiland-Jørgensen (1):
      gen_stats: Fix netlink stats dumping in the presence of padding

Tomas Bortoli (1):
      autofs: fix slab out of bounds read in getname_kernel()

Tyler Hicks (1):
      ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user ns

Ville Syrjälä (2):
      x86/apm: Don't access __preempt_count with zeroed fs
      drm/i915: Fix hotplug irq ack on i965/g4x

Vineet Gupta (2):
      ARCv2: [plat-hsdk]: Save accl reg pair by default
      ARC: mm: allow mprotect to make stack mappings executable

Wei Yongjun (1):
      hinic: reset irq affinity before freeing irq

Willem de Bruijn (1):
      nsh: set mac len based on inner packet

Xin Long (2):
      ipvlan: fix IFLA_MTU ignored on NEWLINK
      sctp: fix the issue that pathmtu may be set lower than MINSEGMENT

YOKOTA Hiroshi (1):
      ALSA: hda/realtek - Add Panasonic CF-SZ6 headset jack quirk

Yuchung Cheng (1):
      tcp: fix Fast Open key endianness

 arch/alpha/kernel/osf_sys.c                        |   5 +-
 arch/arc/Kconfig                                   |   2 +-
 arch/arc/configs/axs101_defconfig                  |   1 -
 arch/arc/configs/axs103_defconfig                  |   1 -
 arch/arc/configs/axs103_smp_defconfig              |   1 -
 arch/arc/configs/haps_hs_defconfig                 |   1 -
 arch/arc/configs/haps_hs_smp_defconfig             |   1 -
 arch/arc/configs/hsdk_defconfig                    |   1 -
 arch/arc/configs/nsim_700_defconfig                |   1 -
 arch/arc/configs/nsim_hs_defconfig                 |   1 -
 arch/arc/configs/nsim_hs_smp_defconfig             |   1 -
 arch/arc/configs/nsimosci_defconfig                |   1 -
 arch/arc/configs/nsimosci_hs_defconfig             |   1 -
 arch/arc/configs/nsimosci_hs_smp_defconfig         |   1 -
 arch/arc/include/asm/page.h                        |   2 +-
 arch/arc/include/asm/pgtable.h                     |   2 +-
 arch/arc/plat-hsdk/Kconfig                         |   2 +
 arch/arm/net/bpf_jit_32.c                          |   2 +-
 arch/powerpc/kernel/idle_book3s.S                  |   2 +
 arch/x86/events/intel/ds.c                         |   8 +-
 arch/x86/include/asm/apm.h                         |   6 -
 arch/x86/include/asm/asm.h                         |  59 +++++++++
 arch/x86/include/asm/irqflags.h                    |   2 +-
 arch/x86/kernel/Makefile                           |   1 +
 arch/x86/kernel/apm_32.c                           |   5 +
 arch/x86/kernel/cpu/mcheck/mce.c                   |   3 -
 arch/x86/kernel/irqflags.S                         |  26 ++++
 arch/x86/kernel/kvmclock.c                         |  11 +-
 crypto/af_alg.c                                    |   4 +-
 drivers/atm/zatm.c                                 |   2 +
 drivers/cpufreq/cppc_cpufreq.c                     |  46 ++++++-
 drivers/cpufreq/intel_pstate.c                     |  17 ++-
 drivers/cpufreq/pcc-cpufreq.c                      |   4 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c             |   4 +
 drivers/gpu/drm/drm_lease.c                        |  16 +--
 drivers/gpu/drm/i915/i915_irq.c                    |  32 ++++-
 drivers/gpu/drm/nouveau/nouveau_backlight.c        |   6 +-
 drivers/gpu/drm/nouveau/nouveau_connector.c        |   9 +-
 drivers/gpu/drm/nouveau/nouveau_connector.h        |  36 +++++-
 drivers/gpu/drm/nouveau/nouveau_display.c          |  10 +-
 drivers/misc/cxl/api.c                             |   8 +-
 drivers/mtd/nand/denali_dt.c                       |   6 +-
 drivers/net/ethernet/aquantia/atlantic/aq_cfg.h    |   2 -
 drivers/net/ethernet/aquantia/atlantic/aq_hw.h     |   4 +-
 drivers/net/ethernet/aquantia/atlantic/aq_main.c   |  11 +-
 drivers/net/ethernet/aquantia/atlantic/aq_nic.c    |  47 ++++---
 drivers/net/ethernet/aquantia/atlantic/aq_nic.h    |   2 +-
 .../ethernet/aquantia/atlantic/hw_atl/hw_atl_a0.c  |   2 +-
 .../ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c  |   4 +-
 drivers/net/ethernet/atheros/alx/main.c            |   2 +
 drivers/net/ethernet/broadcom/bcmsysport.c         |   4 +-
 drivers/net/ethernet/broadcom/bcmsysport.h         |   3 +-
 drivers/net/ethernet/broadcom/tg3.c                |   9 ++
 drivers/net/ethernet/cadence/macb_main.c           |   2 +
 drivers/net/ethernet/cadence/macb_ptp.c            |   5 +-
 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c    |   2 +
 drivers/net/ethernet/cisco/enic/enic_main.c        |   9 +-
 drivers/net/ethernet/huawei/hinic/hinic_rx.c       |   1 +
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c      |  24 ++--
 drivers/net/ethernet/marvell/mvneta.c              |   2 +-
 drivers/net/ethernet/mellanox/mlx4/en_rx.c         |   8 +-
 drivers/net/ethernet/mellanox/mlx5/core/cmd.c      |   8 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |  12 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c   |   4 +-
 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c  |   2 +-
 drivers/net/ethernet/mellanox/mlx5/core/eswitch.h  |   2 +
 .../ethernet/mellanox/mlx5/core/eswitch_offloads.c |   4 +-
 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c  |   3 +-
 drivers/net/ethernet/mellanox/mlx5/core/fw.c       |   5 +-
 drivers/net/ethernet/mellanox/mlx5/core/lib/mpfs.c |   9 +-
 drivers/net/ethernet/mellanox/mlx5/core/port.c     |   4 +-
 drivers/net/ethernet/mellanox/mlx5/core/sriov.c    |   7 +-
 drivers/net/ethernet/netronome/nfp/flower/match.c  |  14 ++
 .../net/ethernet/netronome/nfp/flower/offload.c    |   8 ++
 drivers/net/ethernet/qlogic/qed/qed_dcbx.c         |   8 +-
 drivers/net/ethernet/qlogic/qed/qed_dev.c          |   2 +-
 drivers/net/ethernet/qlogic/qed/qed_main.c         |   8 ++
 drivers/net/ethernet/qlogic/qed/qed_sriov.c        |  19 ++-
 drivers/net/ethernet/qlogic/qede/qede_ptp.c        |  10 +-
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c  |  10 ++
 drivers/net/ethernet/sun/sungem.c                  |  22 ++--
 drivers/net/geneve.c                               |   2 +-
 drivers/net/hyperv/netvsc.c                        |  17 ++-
 drivers/net/ipvlan/ipvlan_main.c                   |   3 +-
 drivers/net/phy/phy_device.c                       |   7 +-
 drivers/net/usb/asix_devices.c                     |   4 +-
 drivers/net/usb/lan78xx.c                          |   5 +-
 drivers/net/usb/qmi_wwan.c                         |   1 +
 drivers/net/usb/r8152.c                            |   3 +-
 drivers/net/virtio_net.c                           |  37 +++---
 drivers/net/vxlan.c                                |   4 +-
 drivers/net/wireless/realtek/rtlwifi/base.c        |  17 ++-
 drivers/net/wireless/realtek/rtlwifi/base.h        |   2 +-
 drivers/net/wireless/realtek/rtlwifi/core.c        |   3 +-
 drivers/net/wireless/realtek/rtlwifi/pci.c         |   2 +-
 drivers/net/wireless/realtek/rtlwifi/ps.c          |   4 +-
 drivers/net/wireless/realtek/rtlwifi/usb.c         |   2 +-
 drivers/pci/dwc/pci-exynos.c                       |   3 +-
 drivers/pci/host/pci-hyperv.c                      |   8 +-
 drivers/ptp/ptp_chardev.c                          |   1 +
 drivers/scsi/sd_zbc.c                              |   5 +-
 drivers/usb/host/xhci.c                            |  40 +++++-
 drivers/usb/host/xhci.h                            |   4 +
 drivers/vfio/pci/vfio_pci.c                        |   4 +
 drivers/vhost/net.c                                |   3 +-
 fs/autofs4/dev-ioctl.c                             |  22 ++--
 fs/btrfs/tree-log.c                                | 137 ++++++++++++++++----
 fs/fat/inode.c                                     |  20 ++-
 fs/internal.h                                      |   1 -
 fs/nfsd/nfs4proc.c                                 |   3 +
 fs/reiserfs/prints.c                               | 141 ++++++++++++---------
 include/linux/atmdev.h                             |  15 +++
 include/linux/backing-dev-defs.h                   |   2 +-
 include/linux/compiler-gcc.h                       |  29 ++++-
 include/linux/filter.h                             |   4 +-
 include/linux/fs.h                                 |   1 +
 include/linux/mlx5/mlx5_ifc.h                      |   2 +-
 include/linux/netdevice.h                          |  20 +++
 include/linux/sched/task.h                         |   2 +-
 include/linux/skbuff.h                             |  10 +-
 include/linux/string.h                             |   2 +-
 include/net/ipv6.h                                 |   2 +-
 include/net/sctp/sctp.h                            |   9 +-
 kernel/stop_machine.c                              |   6 +-
 lib/rhashtable.c                                   |  25 +++-
 mm/backing-dev.c                                   |  20 +--
 mm/huge_memory.c                                   |   2 +
 mm/memcontrol.c                                    |   2 +-
 net/8021q/vlan.c                                   |   2 +-
 net/atm/br2684.c                                   |   3 +-
 net/atm/clip.c                                     |   3 +-
 net/atm/common.c                                   |   3 +-
 net/atm/lec.c                                      |   3 +-
 net/atm/mpc.c                                      |   3 +-
 net/atm/pppoatm.c                                  |   3 +-
 net/atm/raw.c                                      |   4 +-
 net/bridge/netfilter/ebtables.c                    |  13 ++
 net/core/gen_stats.c                               |  16 ++-
 net/core/skbuff.c                                  |   1 +
 net/dccp/ccids/ccid3.c                             |  16 ++-
 net/dns_resolver/dns_key.c                         |  28 ++--
 net/ipv4/fib_frontend.c                            |   1 +
 net/ipv4/fou.c                                     |   4 +-
 net/ipv4/gre_offload.c                             |   2 +-
 net/ipv4/inet_hashtables.c                         |   4 +-
 net/ipv4/sysctl_net_ipv4.c                         |  23 +++-
 net/ipv4/tcp.c                                     |   3 +-
 net/ipv4/tcp_input.c                               |   9 ++
 net/ipv4/udp_offload.c                             |   2 +-
 net/ipv6/Kconfig                                   |   1 +
 net/ipv6/inet6_hashtables.c                        |   4 +-
 net/ipv6/ndisc.c                                   |   2 +-
 net/ipv6/netfilter/nf_conntrack_reasm.c            |   2 +
 net/ipv6/seg6_hmac.c                               |   2 +-
 net/netfilter/ipvs/ip_vs_lblc.c                    |   1 +
 net/netfilter/ipvs/ip_vs_lblcr.c                   |   1 +
 net/nfc/llcp_commands.c                            |   9 +-
 net/nsh/nsh.c                                      |   2 +-
 net/packet/af_packet.c                             |  16 +--
 net/rds/loop.c                                     |   1 +
 net/rds/rds.h                                      |   5 +
 net/rds/recv.c                                     |   5 +
 net/sched/act_ife.c                                |  12 +-
 net/sched/sch_blackhole.c                          |   2 +-
 net/sched/sch_fq_codel.c                           |  25 +++-
 net/sctp/associola.c                               |   6 +-
 net/sctp/transport.c                               |   8 +-
 net/strparser/strparser.c                          |  17 +--
 net/tls/tls_sw.c                                   |   2 +-
 net/vmw_vsock/virtio_transport.c                   |   2 +-
 sound/pci/hda/patch_realtek.c                      |   2 +
 virt/kvm/eventfd.c                                 |  17 ++-
 172 files changed, 1103 insertions(+), 499 deletions(-)
 create mode 100644 arch/x86/kernel/irqflags.S



More information about the kernel-team mailing list