Merge v4.19.1 into chromeos-4.19 |
|||
Issue descriptionMerge v4.19.1 into chromeos-4.19
,
Nov 8
The following revision refers to this bug: https://chromium.googlesource.com/chromiumos/third_party/kernel/+/6f80db2a0242aca5ece478fc799cf0055fa69939 commit 6f80db2a0242aca5ece478fc799cf0055fa69939 Author: Guenter Roeck <groeck@chromium.org> Date: Mon Nov 05 19:48:17 2018 CHROMIUM: Merge 'v4.19.1' into chromeos-4.19 Merge of v4.19.1 into chromeos-4.19 Changelog: ---------------------------------------------------------------- Cong Wang (1): net: drop skb on failure in ip_check_defrag() David Ahern (1): net/ipv6: Allow onlink routes to have a device mismatch if it is the default route David Miller (1): sparc64: Make corrupted user stacks more debuggable. David S. Miller (3): net: Properly unlink GRO packets on overflow. sparc64: Export __node_distance. sparc64: Wire up compat getpeername and getsockname. Eric Dumazet (1): net/mlx5e: fix csum adjustments caused by RXFCS Greg Kroah-Hartman (1): Linux 4.19.1 Guenter Roeck (1): Merge remote-tracking branch 'origin/linux/v4.19.1' into merge/chromeos-4.19-v4.19.1 Hangbin Liu (1): bridge: do not add port to router list when receives query with source 0.0.0.0 Heiner Kallweit (1): r8169: fix broken Wake-on-LAN from S5 (poweroff) Ido Schimmel (1): rtnetlink: Disallow FDB configuration for non-Ethernet device Ivan Vecera (1): Revert "be2net: remove desc field from be_eq_obj" Jaime CaamaƱo Ruiz (1): openvswitch: Fix push/pop ethernet validation Jakub Kicinski (1): net: sched: gred: pass the right attribute to gred_change_table_def() Jason Wang (1): vhost: Fix Spectre V1 vulnerability Karsten Graul (2): Revert "net: simplify sock_poll_wait" net/smc: fix smc_buf_unuse to use the lgr pointer Niklas Cassel (1): net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modules Nikolay Aleksandrov (1): net: bridge: remove ipv6 zero address check in mcast queries Petr Machata (1): mlxsw: spectrum_switchdev: Don't ignore deletions of learned MACs Sean Tranchetti (1): net: udp: fix handling of CHECKSUM_COMPLETE packets Shalom Toledo (1): mlxsw: core: Fix devlink unregister flow Stefano Brivio (1): ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are called Tobias Jungel (1): bonding: fix length of actor system Xin Long (1): sctp: check policy more carefully when getting pr status Makefile | 2 +- arch/sparc/include/asm/switch_to_64.h | 3 +- arch/sparc/kernel/process_64.c | 25 +++++++++--- arch/sparc/kernel/rtrap_64.S | 1 + arch/sparc/kernel/signal32.c | 12 +++++- arch/sparc/kernel/signal_64.c | 6 ++- arch/sparc/kernel/systbls_64.S | 4 +- arch/sparc/mm/init_64.c | 1 + crypto/af_alg.c | 2 +- drivers/net/bonding/bond_netlink.c | 3 +- drivers/net/ethernet/emulex/benet/be.h | 1 + drivers/net/ethernet/emulex/benet/be_main.c | 6 +-- drivers/net/ethernet/mellanox/mlx5/core/en_rx.c | 45 +++++----------------- drivers/net/ethernet/mellanox/mlxsw/core.c | 24 ++++++++---- .../ethernet/mellanox/mlxsw/spectrum_switchdev.c | 2 - drivers/net/ethernet/realtek/r8169.c | 9 ++++- drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c | 2 +- drivers/vhost/vhost.c | 2 + include/net/sock.h | 12 ++++-- net/atm/common.c | 2 +- net/bridge/br_multicast.c | 9 ++++- net/caif/caif_socket.c | 2 +- net/core/datagram.c | 7 ++-- net/core/dev.c | 1 + net/core/rtnetlink.c | 10 +++++ net/dccp/proto.c | 2 +- net/ipv4/ip_fragment.c | 12 ++++-- net/ipv4/tcp.c | 2 +- net/ipv4/udp.c | 20 +++++++++- net/ipv6/ip6_checksum.c | 20 +++++++++- net/ipv6/ndisc.c | 3 +- net/ipv6/route.c | 2 + net/iucv/af_iucv.c | 2 +- net/nfc/llcp_sock.c | 2 +- net/openvswitch/flow_netlink.c | 4 +- net/rxrpc/af_rxrpc.c | 2 +- net/sched/sch_gred.c | 2 +- net/sctp/socket.c | 8 ++-- net/smc/af_smc.c | 2 +- net/smc/smc_core.c | 25 ++++++------ net/tipc/socket.c | 2 +- net/unix/af_unix.c | 4 +- tools/testing/selftests/net/fib-onlink-tests.sh | 14 +++---- 43 files changed, 199 insertions(+), 122 deletions(-) BUG= chromium:901672 TEST=Build and test on various affected systems Change-Id: I7576e6f8481d3792dff08958c9c8b1e082316c68 Signed-off-by: Guenter Roeck <groeck@chromium.org>
,
Nov 8
|
|||
►
Sign in to add a comment |
|||
Comment 1 by groeck@chromium.org
, Nov 5