Merge tag 'v4.12.11' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-4.12-stable
[email protected] Fri, 22 Sep 2017 10:23:21 +0200
| Newsgroups | gmane.linux.ports.mips.cvs |
|---|---|
| Message-ID | <S23993420AbdIVIXX4cjEY/[email protected]> |
Author: Ralf Baechle <[email protected]> Thu Sep 21 00:21:21 2017 +0200 Commit: c583b25d2487b18677740b9361751e404753f825 Gitweb: https://git.linux-mips.org/g/ralf/linux/c583b25d2487 Branch: linux-4.12-stable --- Makefile | 2 - arch/alpha/include/asm/types.h | 2 - arch/alpha/include/uapi/asm/types.h | 12 +++++- arch/arm64/mm/fault.c | 5 ++ arch/x86/include/asm/io.h | 4 +- crypto/algif_skcipher.c | 9 +++- crypto/chacha20_generic.c | 9 +++- drivers/gpu/drm/nouveau/nouveau_connector.c | 2 - drivers/gpu/drm/nouveau/nv50_display.c | 13 +++++- drivers/gpu/drm/nouveau/nvkm/subdev/i2c/Kbuild | 1 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.c | 4 ++ drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.h | 6 +++ drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxg94.c | 30 +++++++++----- drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxgf119.c | 35 +++++++++++++++++ drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxgm200.c | 5 +- drivers/gpu/drm/nouveau/nvkm/subdev/i2c/padgf119.c | 4 +- drivers/gpu/drm/ttm/ttm_page_alloc.c | 2 - drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 26 ++++++++++++ drivers/i2c/busses/i2c-ismt.c | 6 ++- drivers/input/joystick/xpad.c | 24 +++++++++-- drivers/input/mouse/synaptics.c | 35 ++++++++++------- drivers/irqchip/irq-mips-gic.c | 5 ++ drivers/md/dm-mpath.c | 1 drivers/mmc/host/sdhci-xenon.c | 19 +++++++++ drivers/net/wireless/ti/wl1251/main.c | 1 fs/ceph/addr.c | 24 +++++++---- fs/ceph/cache.c | 12 +----- fs/cifs/dir.c | 2 - fs/cifs/smb2pdu.h | 4 +- fs/eventpoll.c | 42 ++++++++++++-------- include/asm-generic/topology.h | 6 ++- include/linux/nvme.h | 2 - kernel/cgroup/cpuset.c | 1 kernel/events/uprobes.c | 2 - kernel/fork.c | 8 ++++ lib/mpi/mpicoder.c | 4 +- mm/madvise.c | 6 +++ net/xfrm/xfrm_policy.c | 6 +++ 38 files changed, 284 insertions(+), 97 deletions(-)