Merge tag 'v4.17.16' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-4.17-stable

[email protected] Fri, 31 Aug 2018 03:32:00 +0200
Newsgroups gmane.linux.ports.mips.cvs
Message-ID <S23994641AbeHaBcDkdur2/[email protected]>
Author: Ralf Baechle <[email protected]> Fri Aug 31 02:12:20 2018 +0200
Commit: a0782f5d94f97906be54b70a77191027fae05aae
Gitweb: https://git.linux-mips.org/g/ralf/linux/a0782f5d94f9
Branch: linux-4.17-stable

---

 Documentation/process/changes.rst                  |   19 -
 Makefile                                           |    2 
 arch/arm64/mm/mmu.c                                |    4 
 .../crypto/sha256-mb/sha256_mb_mgr_flush_avx2.S    |    2 
 arch/x86/include/asm/i8259.h                       |    1 
 arch/x86/kernel/apic/x2apic_uv_x.c                 |    4 
 arch/x86/kernel/cpu/bugs.c                         |    3 
 arch/x86/kernel/cpu/common.c                       |    2 
 arch/x86/kernel/cpu/cpu.h                          |    1 
 arch/x86/mm/pageattr.c                             |    6 
 arch/x86/mm/pgtable.c                              |   61 +++
 arch/x86/mm/pti.c                                  |   34 +-
 arch/x86/xen/enlighten_pv.c                        |    3 
 crypto/ablkcipher.c                                |   57 +--
 crypto/blkcipher.c                                 |   54 +--
 crypto/skcipher.c                                  |   55 +--
 crypto/vmac.c                                      |  412 +++++++++-----------
 drivers/crypto/ccp/psp-dev.c                       |    7 
 drivers/crypto/ccree/cc_cipher.c                   |  111 ++++-
 drivers/crypto/ccree/cc_hash.c                     |   81 +---
 include/asm-generic/pgtable.h                      |    8 
 include/crypto/vmac.h                              |   63 ---
 lib/ioremap.c                                      |    4 
 net/bluetooth/hidp/core.c                          |    4 
 scripts/depmod.sh                                  |    8 
 25 files changed, 488 insertions(+), 518 deletions(-)