2017-05-08-16-30 merged

Alexey Dobriyan (1):
      cpumask: make "nr_cpumask_bits" unsigned

Andrew Morton (1):
      gcov-support-gcc-71-v2-checkpatch-fixes

Arnd Bergmann (1):
      initramfs: use vfs_stat/lstat directly

Dan Carpenter (2):
      drivers/misc/vmw_vmci/vmci_queue_pair.c: fix a couple integer overflow tests
      drivers/misc/c2port/c2port-duramar2150.c: checking for NULL instead of IS_ERR()

Daniel Thompson (1):
      initramfs: provide a way to ignore image provided by bootloader

Davidlohr Bueso (2):
      ipc/shm: some shmat cleanups
      sysv,ipc: cacheline align kern_ipc_perm

Dmitry Vyukov (2):
      kcov: simplify interrupt check
      lib/fault-inject.c: use correct check for interrupts

Gao Feng (1):
      proc/sysctl: fix the int overflow for jiffies conversion

Geert Uytterhoeven (3):
      Revert "lib/test_sort.c: make it explicitly non-modular"
      lib: add module support to array-based sort tests
      lib: add module support to linked list sorting tests

Guenter Roeck (1):
      lib/zlib_inflate/inftrees.c: fix potential buffer overflow

Hari Bathini (5):
      crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_CORE
      ia64: reuse append_elf_note() and final_note() functions
      powerpc/fadump: remove dependency with CONFIG_KEXEC
      powerpc/fadump: reuse crashkernel parameter for fadump memory reservation
      powerpc/fadump: update documentation about crashkernel parameter reuse

Hoeun Ryu (1):
      fork: free vmapped stacks in cache when cpus are offline

Kees Cook (1):
      reiserfs: use designated initializers

Kirill Tkhai (3):
      pidns: disable pid allocation if pid_ns_prepare_proc() is failed in alloc_pid()
      ns: allow ns_entries to have custom symlink content
      pidns: expose task pid_ns_for_children to userspace

Lorenzo Stoakes (1):
      drivers/virt/fsl_hypervisor.c: use get_user_pages_unlocked()

Luis R. Rodriguez (1):
      firmware/Makefile: force recompilation if makefile changes

Martin Liska (2):
      gcov: support GCC 7.1
      gcov-support-gcc-71-v2

Matthias Kaehlcke (1):
      jiffies.h: declare jiffies and jiffies_64 with ____cacheline_aligned_in_smp

Randy Dunlap (1):
      make help: add tools help target

Reza Arbab (1):
      mm, vmstat: Remove spurious WARN() during zoneinfo print

SeongJae Park (1):
      mm/khugepaged: add missed tracepoint for collapse_huge_page_swapin

Tetsuo Handa (1):
      kernel/hung_task.c: defer showing held locks

Tobin C. Harding (1):
      fs/proc/inode.c: remove cast from memory allocation

Zhang Xiao (1):
      taskstats: add e/u/stime for TGID command
mm/khugepaged: add missed tracepoint for collapse_huge_page_swapin

One return case of `__collapse_huge_page_swapin()` does not invoke
tracepoint while every other return case does.  This commit adds a
tracepoint invocation for the case.

Link: http://lkml.kernel.org/r/20170507101813.30187-1-sj38.park@gmail.com
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
Cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 file changed