Merge tag 'v4.12.9' 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:10 +0200
Newsgroups gmane.linux.ports.mips.cvs
Message-ID <S23994806AbdIVIXNY4Bzy/[email protected]>
Author: Ralf Baechle <[email protected]> Thu Sep 21 00:20:17 2017 +0200
Commit: 32f125709bc5cf2bc52b2cc86e563eb82b14c5b6
Gitweb: https://git.linux-mips.org/g/ralf/linux/32f125709bc5
Branch: linux-4.12-stable

---

 Makefile                                      |    2 -
 arch/arm/boot/dts/imx6qdl-nitrogen6_som2.dtsi |    4 +
 arch/arm/include/asm/bug.h                    |    2 -
 arch/arm64/include/asm/bug.h                  |    2 -
 arch/arm64/include/asm/elf.h                  |    4 +
 arch/blackfin/include/asm/bug.h               |    4 +
 arch/mn10300/include/asm/bug.h                |    2 -
 arch/parisc/include/asm/bug.h                 |    6 +-
 arch/powerpc/include/asm/bug.h                |    8 +--
 arch/powerpc/kernel/process.c                 |    5 +-
 arch/s390/include/asm/bug.h                   |    4 +
 arch/sh/include/asm/bug.h                     |    4 +
 arch/x86/Kconfig                              |    1 
 arch/x86/crypto/sha1_avx2_x86_64_asm.S        |   67 +++++++++++++------------
 arch/x86/crypto/sha1_ssse3_glue.c             |    2 -
 arch/x86/entry/entry_64.S                     |    2 +
 arch/x86/events/core.c                        |   16 +++---
 arch/x86/include/asm/bug.h                    |    4 +
 arch/x86/include/asm/elf.h                    |    4 +
 arch/x86/mm/mmap.c                            |    7 +--
 block/blk-mq-pci.c                            |    8 +++
 drivers/block/xen-blkfront.c                  |    6 +-
 drivers/crypto/ixp4xx_crypto.c                |    6 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c      |   13 ++---
 drivers/gpu/drm/i915/i915_gem_render_state.c  |    4 +
 drivers/input/mouse/elan_i2c_core.c           |    4 +
 drivers/irqchip/irq-atmel-aic-common.c        |    5 +-
 drivers/md/md.c                               |    5 +-
 drivers/net/usb/qmi_wwan.c                    |    1 
 drivers/parisc/dino.c                         |    2 -
 drivers/usb/core/usb-acpi.c                   |   26 +++++++++-
 drivers/xen/biomerge.c                        |    3 -
 fs/binfmt_elf.c                               |    3 -
 include/linux/memblock.h                      |    6 +-
 include/linux/nmi.h                           |    8 +++
 include/linux/perf_event.h                    |    4 +
 include/linux/pid.h                           |    4 +
 include/linux/sched.h                         |   51 ++++++++++---------
 kernel/audit_watch.c                          |   12 +++-
 kernel/events/core.c                          |    6 +-
 kernel/irq/chip.c                             |   10 +++-
 kernel/irq/ipi.c                              |    4 +
 kernel/pid.c                                  |   11 +---
 kernel/watchdog.c                             |    1 
 kernel/watchdog_hld.c                         |   59 ++++++++++++++++++++++
 lib/Kconfig.debug                             |    7 +++
 mm/cma_debug.c                                |    2 -
 mm/memblock.c                                 |   38 ++++++--------
 mm/memory.c                                   |   12 ++++
 mm/mempolicy.c                                |    5 --
 mm/migrate.c                                  |   11 +---
 mm/nobootmem.c                                |   16 ------
 mm/page_alloc.c                               |    4 +
 mm/slub.c                                     |    3 +
 mm/vmalloc.c                                  |   13 +++--
 sound/core/seq/seq_clientmgr.c                |   13 +----
 sound/core/seq/seq_queue.c                    |   14 +++--
 sound/core/seq/seq_queue.h                    |    2 -
 sound/usb/mixer.c                             |    2 +
 sound/usb/mixer.h                             |    1 
 sound/usb/mixer_quirks.c                      |    6 ++
 sound/usb/quirks.c                            |    5 ++
 62 files changed, 347 insertions(+), 219 deletions(-)