New issue
Advanced search Search tips

Issue 851686 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jun 2018
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

Merge v4.14.49 into chromeos-4.14

Project Member Reported by groeck@chromium.org, Jun 11 2018

Issue description

Merge v4.14.49 into chromeos-4.14

 

Comment 1 by groeck@chromium.org, Jun 12 2018

Status: Started (was: Assigned)
Project Member

Comment 2 by bugdroid1@chromium.org, Jun 14 2018

Labels: merge-merged-chromeos-4.14
The following revision refers to this bug:
  https://chromium.googlesource.com/chromiumos/third_party/kernel/+/5258e0cc9e71256fb2869ec85bba014cc1ef6590

commit 5258e0cc9e71256fb2869ec85bba014cc1ef6590
Author: Guenter Roeck <groeck@chromium.org>
Date: Mon Jun 11 23:17:47 2018

CHROMIUM: Merge 'v4.14.49' into chromeos-4.14

Merge of v4.14.49 into chromeos-4.14

Changelog:
----------------------------------------------------------------
Alexander Duyck (1):
      net-sysfs: Fix memory leak in XPS configuration

Alexey Kodanev (1):
      dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()

Anand Jain (1):
      btrfs: define SUPER_FLAG_METADUMP_V2

Bart Van Assche (1):
      scsi: sd_zbc: Avoid that resetting a zone fails sporadically

Cong Wang (1):
      netdev-FAQ: clarify DaveM's position for stable backports

Damien Le Moal (1):
      scsi: sd_zbc: Fix potential memory leak

Dan Carpenter (1):
      team: use netdev_features_t instead of u32

Daniele Palmas (1):
      net: usb: cdc_mbim: add flag FLAG_SEND_ZLP

Dave Airlie (1):
      drm: set FMODE_UNSIGNED_OFFSET for drm files

Dexuan Cui (1):
      PCI: hv: Do not wait forever on a device that has disappeared

Eran Ben Elisha (1):
      net/mlx5e: When RXFCS is set, add FCS data into checksum calculation

Eric Dumazet (4):
      ipmr: properly check rhltable_init() return value
      net: metrics: add proper netlink validation
      net/packet: refine check for priv area size
      rtnetlink: validate attributes in do_setlink()

Florian Fainelli (2):
      net: phy: broadcom: Fix bcm_write_exp()
      net: phy: broadcom: Fix auxiliary control register reads

Govindarajulu Varadarajan (1):
      enic: set DMA mask to 47 bit

Greg Kroah-Hartman (1):
      Linux 4.14.49

Guenter Roeck (1):
      Merge remote-tracking branch 'origin/linux/v4.14.49' into merge/chromeos-4.14-v4.14.49

Jack Morgenstein (1):
      net/mlx4: Fix irq-unsafe spinlock usage

Jason Wang (4):
      vhost: synchronize IOTLB message with dev cleanup
      virtio-net: correctly transmit XDP buff after linearizing
      virtio-net: correctly check num_buf during err path
      virtio-net: fix leaking page for gso packet during mergeable XDP

Julia Lawall (1):
      bnx2x: use the right constant

Kirill Tkhai (1):
      kcm: Fix use-after-free caused by clonned sockets

Linus Torvalds (2):
      mmap: introduce sane default mmap limits
      mmap: relax file size limit for regular files

Mathieu Xhonneux (1):
      ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inline

Michal Kubecek (1):
      ipv6: omit traffic class when calculating flow hash

Nathan Chancellor (1):
      kconfig: Avoid format overflow warning from GCC 8.1

Nicolas Dichtel (1):
      ip6_tunnel: remove magic mtu value 0xFFF8

Paul Blakey (1):
      cls_flower: Fix incorrect idr release when failing to modify rule

Roopa Prabhu (1):
      net: ipv4: add missing RTA_TABLE to rtm_ipv4_policy

Sabrina Dubroca (1):
      ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds

Shahed Shaikh (1):
      qed: Fix mask for physical address in ILT entry

Stephen Suryaputra (1):
      vrf: check the original netdevice for generating redirect

Suresh Reddy (1):
      be2net: Fix error detection logic for BE3

Toshiaki Makita (1):
      tun: Fix NULL pointer dereference in XDP redirect

Wenwen Wang (1):
      isdn: eicon: fix a missing-check bug

Willem de Bruijn (2):
      ipv4: remove warning in ip_recv_error
      packet: fix reserve calculation

Xin Long (1):
      sctp: not allow transport timeout value less than HZ/5 for hb_timer

 Documentation/networking/netdev-FAQ.txt          |   9 ++
 Makefile                                         |   2 +-
 drivers/gpu/drm/drm_file.c                       |   1 +
 drivers/isdn/hardware/eicon/diva.c               |  22 ++--
 drivers/isdn/hardware/eicon/diva.h               |   5 +-
 drivers/isdn/hardware/eicon/divasmain.c          |  18 ++--
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c |   2 +-
 drivers/net/ethernet/cisco/enic/enic_main.c      |   8 +-
 drivers/net/ethernet/emulex/benet/be_main.c      |   4 +-
 drivers/net/ethernet/mellanox/mlx4/qp.c          |   4 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c  |  42 ++++++++
 drivers/net/ethernet/qlogic/qed/qed_cxt.c        |   2 +-
 drivers/net/phy/bcm-cygnus.c                     |   6 +-
 drivers/net/phy/bcm-phy-lib.c                    |   2 +-
 drivers/net/phy/bcm-phy-lib.h                    |   7 ++
 drivers/net/phy/bcm7xxx.c                        |   4 +-
 drivers/net/team/team.c                          |   3 +-
 drivers/net/tun.c                                |  15 +--
 drivers/net/usb/cdc_mbim.c                       |   2 +-
 drivers/net/virtio_net.c                         |  19 ++--
 drivers/pci/host/pci-hyperv.c                    |  46 +++++---
 drivers/scsi/sd_zbc.c                            | 128 ++++++++++++++---------
 drivers/vhost/vhost.c                            |   3 +
 fs/btrfs/disk-io.c                               |   3 +-
 include/net/ipv6.h                               |   5 +
 include/uapi/linux/btrfs_tree.h                  |   1 +
 mm/mmap.c                                        |  32 ++++++
 net/core/flow_dissector.c                        |   2 +-
 net/core/net-sysfs.c                             |   6 +-
 net/core/rtnetlink.c                             |   8 +-
 net/dccp/proto.c                                 |   2 -
 net/ipv4/fib_frontend.c                          |   1 +
 net/ipv4/fib_semantics.c                         |   4 +
 net/ipv4/ip_sockglue.c                           |   2 -
 net/ipv4/ipmr.c                                  |   7 +-
 net/ipv6/ip6_output.c                            |   3 +-
 net/ipv6/ip6_tunnel.c                            |  11 +-
 net/ipv6/ip6mr.c                                 |   3 +-
 net/ipv6/ndisc.c                                 |   6 ++
 net/ipv6/route.c                                 |   2 +-
 net/ipv6/seg6_iptunnel.c                         |   4 +-
 net/ipv6/sit.c                                   |   5 +-
 net/kcm/kcmsock.c                                |   2 +-
 net/packet/af_packet.c                           |   4 +-
 net/sched/cls_flower.c                           |   2 +-
 net/sctp/transport.c                             |   2 +-
 scripts/kconfig/confdata.c                       |   2 +-
 47 files changed, 329 insertions(+), 144 deletions(-)

BUG= chromium:851686 
TEST=Build and test on various affected systems

Change-Id: Iecf9ac3ad66e12a440fd1557f2cea75003e72ae9
Signed-off-by: Guenter Roeck <groeck@chromium.org>


Comment 3 by groeck@chromium.org, Jun 14 2018

Status: Fixed (was: Started)

Sign in to add a comment