Merge tag 'v4.4.58' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-4.4-stable
| Newsgroups | gmane.linux.ports.mips.cvs |
|---|---|
| Message-ID | <S23994884AbdEMWjtO22aF/[email protected]> |
Author: Ralf Baechle <[email protected]> Tue Apr 4 13:42:59 2017 +0200 Commit: 4bf99af5fbdc46e4c5555a6f4cac5162344cfbbd Gitweb: https://git.linux-mips.org/g/ralf/linux/4bf99af5fbdc Branch: linux-4.4-stable --- Makefile | 2 arch/arm/boot/dts/sama5d2.dtsi | 35 ++++++ arch/arm/mach-at91/pm.c | 18 +++ arch/x86/kernel/cpu/mshyperv.c | 24 ++++ arch/x86/pci/xen.c | 23 +--- block/scsi_ioctl.c | 3 crypto/algif_hash.c | 2 drivers/acpi/blacklist.c | 28 +++++ drivers/cpufreq/cpufreq.c | 3 drivers/iio/adc/ti_am335x_adc.c | 13 ++ .../iio/common/hid-sensors/hid-sensor-trigger.c | 6 - drivers/input/joystick/iforce/iforce-usb.c | 3 drivers/input/misc/cm109.c | 4 + drivers/input/misc/ims-pcu.c | 4 + drivers/input/misc/yealink.c | 4 + drivers/input/mouse/elan_i2c_core.c | 20 ++- drivers/input/serio/i8042-x86ia64io.h | 7 + drivers/input/tablet/hanwang.c | 3 drivers/input/tablet/kbtab.c | 3 drivers/input/touchscreen/sur40.c | 3 drivers/iommu/intel-iommu.c | 2 drivers/md/raid10.c | 4 - drivers/media/usb/uvc/uvc_driver.c | 118 +++++++++++++++++++- drivers/mmc/host/sdhci.c | 4 - drivers/mmc/host/ushc.c | 3 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 6 + drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 20 ++- drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 102 ++++++++++------- drivers/net/ethernet/broadcom/genet/bcmgenet.c | 6 + drivers/net/ethernet/broadcom/genet/bcmmii.c | 15 -- drivers/net/ethernet/intel/igb/e1000_phy.c | 4 + drivers/net/ethernet/mellanox/mlx5/core/en_rx.c | 4 + drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 drivers/parport/share.c | 6 + drivers/pci/iov.c | 70 +++++++++--- drivers/pci/pci.c | 34 ------ drivers/pci/pci.h | 7 - drivers/pci/probe.c | 3 drivers/pci/rom.c | 5 + drivers/pci/setup-res.c | 48 ++++++-- drivers/s390/crypto/ap_bus.c | 3 drivers/s390/crypto/ap_bus.h | 1 drivers/tty/serial/8250/8250_pci.c | 23 +++- drivers/usb/class/usbtmc.c | 9 + drivers/usb/core/config.c | 10 ++ drivers/usb/core/hub.c | 2 drivers/usb/core/quirks.c | 8 + drivers/usb/gadget/function/f_acm.c | 4 - drivers/usb/gadget/function/f_uvc.c | 2 drivers/usb/misc/idmouse.c | 3 drivers/usb/misc/lvstest.c | 4 + drivers/usb/misc/uss720.c | 5 + drivers/usb/musb/musb_cppi41.c | 23 +++- drivers/usb/serial/option.c | 17 +++ drivers/usb/serial/qcserial.c | 2 drivers/usb/wusbcore/wa-hc.c | 3 drivers/uwb/hwa-rc.c | 3 drivers/uwb/i1480/dfu/usb.c | 3 drivers/vfio/vfio_iommu_spapr_tce.c | 20 +-- drivers/video/console/fbcon.c | 67 +++++++---- drivers/xen/xen-acpi-processor.c | 34 ++++-- fs/ext4/inline.c | 5 - fs/xfs/libxfs/xfs_inode_buf.c | 8 + fs/xfs/xfs_bmap_util.c | 7 + fs/xfs/xfs_buf.c | 1 include/linux/usb/quirks.h | 6 + net/ceph/osdmap.c | 1 net/core/sock.c | 16 ++- net/ipv4/fib_frontend.c | 3 net/ipv4/tcp_input.c | 2 net/ipv4/tcp_minisocks.c | 1 net/openvswitch/flow_netlink.c | 2 net/unix/garbage.c | 17 +-- net/wireless/nl80211.c | 121 +++++++++----------- sound/core/seq/seq_clientmgr.c | 1 sound/core/seq/seq_fifo.c | 3 sound/core/seq/seq_memory.c | 17 ++- sound/core/seq/seq_memory.h | 1 sound/pci/ctxfi/cthw20k1.c | 2 sound/pci/hda/patch_realtek.c | 2 80 files changed, 797 insertions(+), 336 deletions(-)