Merge tag 'v3.18.110' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-3.18-stable
[email protected] Sat, 16 Jun 2018 06:22:47 +0200
| Newsgroups | gmane.linux.ports.mips.cvs |
|---|---|
| Message-ID | <S23994647AbeFPEWtpLDBh/[email protected]> |
Author: Ralf Baechle <[email protected]> Fri Jun 15 01:35:02 2018 +0200 Commit: 58d47cf3274e507b585ac6729b258befc1c353e2 Gitweb: https://git.linux-mips.org/g/ralf/linux/58d47cf3274e Branch: linux-3.18-stable --- Makefile | 2 arch/arm/boot/dts/imx6qdl-wandboard.dtsi | 1 arch/arm/include/asm/assembler.h | 10 ++ arch/arm/kernel/traps.c | 5 + arch/arm/lib/getuser.S | 10 ++ arch/powerpc/kernel/setup-common.c | 11 -- arch/powerpc/platforms/powernv/opal-nvram.c | 14 +++ arch/x86/boot/compressed/eboot.c | 6 + arch/x86/kernel/machine_kexec_32.c | 6 + arch/x86/kernel/machine_kexec_64.c | 4 + arch/x86/xen/mmu.c | 4 - drivers/net/bonding/bond_alb.c | 2 drivers/net/ethernet/broadcom/tg3.c | 9 +- drivers/net/ethernet/mellanox/mlx4/en_ethtool.c | 16 ++++ drivers/net/ethernet/mellanox/mlx4/mlx4_en.h | 7 +- drivers/net/ethernet/realtek/8139too.c | 2 drivers/net/ethernet/realtek/r8169.c | 3 + drivers/net/ethernet/sun/niu.c | 5 - drivers/net/usb/qmi_wwan.c | 13 +++ drivers/scsi/libsas/sas_scsi_host.c | 33 +++---- drivers/scsi/sg.c | 2 drivers/usb/usbip/stub.h | 2 drivers/usb/usbip/stub_dev.c | 69 +++++++++------ drivers/usb/usbip/stub_main.c | 105 ++++++++++++++++++++--- fs/ext2/inode.c | 10 -- fs/hfsplus/super.c | 1 fs/lockd/svc.c | 2 fs/pipe.c | 3 + include/linux/efi.h | 8 +- include/trace/events/xen.h | 16 ---- include/uapi/linux/nl80211.h | 2 kernel/exit.c | 4 + kernel/time/tick-broadcast.c | 8 ++ net/bridge/br_if.c | 4 - net/compat.c | 6 + net/dccp/ccids/ccid2.c | 14 +++ net/dccp/timer.c | 2 net/ipv4/ip_output.c | 3 - net/ipv4/ping.c | 7 +- net/ipv4/tcp.c | 2 net/ipv4/tcp_output.c | 7 +- net/ipv4/udp.c | 7 +- net/ipv6/ip6_output.c | 3 - net/l2tp/l2tp_netlink.c | 2 net/llc/af_llc.c | 3 + net/sched/sch_fq.c | 37 +++++--- net/sctp/associola.c | 30 ++++++- net/sctp/inqueue.c | 2 net/sctp/sm_statefuns.c | 89 +++++++++++-------- net/wireless/core.c | 3 + sound/core/control_compat.c | 3 - sound/usb/mixer.c | 8 ++ 52 files changed, 426 insertions(+), 201 deletions(-)