Merge branch 'akpm' (patches from Andrew)
Linus Torvalds authored
Merge second patch-bomb from Andrew Morton:

 - most of the rest of MM

 - procfs

 - lib/ updates

 - printk updates

 - bitops infrastructure tweaks

 - checkpatch updates

 - nilfs2 update

 - signals

 - various other misc bits: coredump, seqfile, kexec, pidns, zlib, ipc,
   dma-debug, dma-mapping, ...

* emailed patches from Andrew Morton <akpm@linux-foundation.org>: (102 commits)
  ipc,msg: drop dst nil validation in copy_msg
  include/linux/zutil.h: fix usage example of zlib_adler32()
  panic: release stale console lock to always get the logbuf printed out
  dma-debug: check nents in dma_sync_sg*
  dma-mapping: tidy up dma_parms default handling
  pidns: fix set/getpriority and ioprio_set/get in PRIO_USER mode
  kexec: use file name as the output message prefix
  fs, seqfile: always allow oom killer
  seq_file: reuse string_escape_str()
  fs/seq_file: use seq_* helpers in seq_hex_dump()
  coredump: change zap_threads() and zap_process() to use for_each_thre...
ad804a0b
Name Last commit Last update
..
Kconfig fs, proc: add help for CONFIG_PROC_CHILDREN
Makefile proc: Implement /proc/thread-self to point at the directory of the current thread
array.c fs/proc/array.c: set overflow flag in case of error
base.c mm, oom: add comment for why oom_adj exists
cmdline.c fs/proc: don't use module_init for non-modular core code
consoles.c fs/proc: don't use module_init for non-modular core code
cpuinfo.c fs/proc: don't use module_init for non-modular core code
devices.c fs/proc: don't use module_init for non-modular core code
fd.c proc: actually make proc_fd_permission() thread-friendly
fd.h proc: Move proc_fd() to fs/proc/fd.h
generic.c proc: change proc_subdir_lock to a rwlock
inode.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
internal.h proc: Allow creating permanently empty directories that serve as mount points
interrupts.c fs/proc: don't use module_init for non-modular core code
kcore.c x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on x86
kmsg.c fs/proc: don't use module_init for non-modular core code
loadavg.c fs/proc: don't use module_init for non-modular core code
meminfo.c mm: get rid of 'vmalloc_info' from /proc/meminfo
namespaces.c don't pass nameidata to ->follow_link()
nommu.c vfs: add seq_file_path() helper
page.c proc: add cond_resched to /proc/kpage* read/write loop
proc_net.c VFS: normal filesystems (and lustre): d_inode() annotations
proc_sysctl.c fs: Drop unlikely before IS_ERR(_OR_NULL)
proc_tty.c proc: remove proc_tty_ldisc variable
root.c vfs: Commit to never having exectuables on proc and sysfs.
self.c don't pass nameidata to ->follow_link()
softirqs.c fs/proc: don't use module_init for non-modular core code
stat.c genirq: Prevent proc race against freeing of irq descriptors
task_mmu.c mm: clear_soft_dirty_pmd() requires THP
task_nommu.c vfs: add seq_file_path() helper
thread_self.c don't pass nameidata to ->follow_link()
uptime.c cputime: Default implementation of nsecs -> cputime conversion
version.c fs/proc: don't use module_init for non-modular core code
vmcore.c vmcore: fix PT_NOTE n_namesz, n_descsz overflow issue