Merge tag 'v4.4.85' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-4.4-stable
[email protected] Fri, 22 Sep 2017 10:26:02 +0200
| Newsgroups | gmane.linux.ports.mips.cvs |
|---|---|
| Message-ID | <S23990402AbdIVI0EyjUwO/[email protected]> |
Author: Ralf Baechle <[email protected]> Thu Sep 21 00:00:30 2017 +0200 Commit: 506a9ddf731f3b74b6afe2d1dfb16747cb57700f Gitweb: https://git.linux-mips.org/g/ralf/linux/506a9ddf731f Branch: linux-4.4-stable --- Makefile | 2 - arch/arc/include/asm/cache.h | 2 + arch/arc/mm/cache.c | 13 +++++ drivers/acpi/apei/ghes.c | 1 drivers/acpi/ioapic.c | 6 +++ drivers/android/binder.c | 14 ++++-- drivers/gpu/drm/drm_atomic.c | 5 ++ drivers/gpu/drm/drm_gem.c | 6 +-- drivers/gpu/drm/rcar-du/rcar_du_crtc.c | 6 +-- drivers/gpu/drm/rcar-du/rcar_du_kms.c | 10 ++-- drivers/gpu/drm/rcar-du/rcar_du_lvdsenc.c | 8 ++- drivers/gpu/drm/rcar-du/rcar_lvds_regs.h | 2 - drivers/i2c/busses/i2c-designware-platdrv.c | 14 +++++- .../iio/common/hid-sensors/hid-sensor-trigger.c | 8 ++- drivers/iio/imu/adis16480.c | 2 - drivers/input/mouse/elan_i2c_core.c | 1 drivers/input/mouse/trackpoint.c | 3 + drivers/input/mouse/trackpoint.h | 3 + drivers/misc/mei/hw-me-regs.h | 5 ++ drivers/misc/mei/pci-me.c | 4 ++ drivers/ntb/ntb_transport.c | 8 ++- drivers/staging/rtl8188eu/os_dep/usb_intf.c | 1 fs/cifs/dir.c | 18 +++++--- fs/cifs/smb2pdu.c | 4 +- fs/nfsd/nfs4xdr.c | 6 +-- include/net/ip.h | 4 +- include/net/sch_generic.h | 5 ++ kernel/events/core.c | 39 ++++++++-------- kernel/trace/trace_events_filter.c | 4 ++ net/bluetooth/bnep/core.c | 11 ++--- net/bluetooth/cmtp/core.c | 17 ++++--- net/bluetooth/hidp/core.c | 33 +++++++++----- net/dccp/proto.c | 19 +++++--- net/ipv4/fib_semantics.c | 12 +++-- net/ipv4/route.c | 2 - net/ipv4/tcp_input.c | 3 - net/ipv6/ip6_fib.c | 26 ++++++----- net/irda/af_irda.c | 2 - net/key/af_key.c | 48 +++++++++++--------- net/sched/act_ipt.c | 2 + net/sched/sch_sfq.c | 5 ++ net/sctp/ipv6.c | 2 + net/tipc/netlink_compat.c | 6 ++- sound/core/control.c | 2 - sound/pci/hda/patch_conexant.c | 1 sound/soc/generic/simple-card.c | 2 - sound/soc/sh/rcar/adg.c | 2 - sound/soc/sh/rcar/core.c | 21 ++++----- sound/soc/sh/rcar/src.c | 18 +++++++- sound/soc/sh/rcar/ssi.c | 3 + 50 files changed, 275 insertions(+), 166 deletions(-)