Merge branch 'akpm' (patches from Andrew)
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 6 Nov 2015 07:10:54 +0000 (23:10 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 6 Nov 2015 07:10:54 +0000 (23:10 -0800)
Merge patch-bomb from Andrew Morton:

 - inotify tweaks

 - some ocfs2 updates (many more are awaiting review)

 - various misc bits

 - kernel/watchdog.c updates

 - Some of mm.  I have a huge number of MM patches this time and quite a
   lot of it is quite difficult and much will be held over to next time.

* emailed patches from Andrew Morton <akpm@linux-foundation.org>: (162 commits)
  selftests: vm: add tests for lock on fault
  mm: mlock: add mlock flags to enable VM_LOCKONFAULT usage
  mm: introduce VM_LOCKONFAULT
  mm: mlock: add new mlock system call
  mm: mlock: refactor mlock, munlock, and munlockall code
  kasan: always taint kernel on report
  mm, slub, kasan: enable user tracking by default with KASAN=y
  kasan: use IS_ALIGNED in memory_is_poisoned_8()
  kasan: Fix a type conversion error
  lib: test_kasan: add some testcases
  kasan: update reference to kasan prototype repo
  kasan: move KASAN_SANITIZE in arch/x86/boot/Makefile
  kasan: various fixes in documentation
  kasan: update log messages
  kasan: accurately determine the type of the bad access
  kasan: update reported bug types for kernel memory accesses
  kasan: update reported bug types for not user nor kernel memory accesses
  mm/kasan: prevent deadlock in kasan reporting
  mm/kasan: don't use kasan shadow pointer in generic functions
  mm/kasan: MODULE_VADDR is not available on all archs
  ...

1  2 
Documentation/kernel-parameters.txt
fs/9p/vfs_file.c
include/linux/fs.h
include/linux/memcontrol.h
include/linux/sched.h
kernel/cpuset.c
kernel/fork.c
mm/memcontrol.c
mm/vmscan.c

Simple merge
index f23fd86697ea5ed4234ff96a8dd236b8884e6026,6b747394f6f566dfbd7e2608d1690f88f81e4206..7bf835f85bc822ef1119b639be82619af066d326
@@@ -231,7 -231,8 +231,8 @@@ out_unlock
        if (res < 0 && fl->fl_type != F_UNLCK) {
                fl_type = fl->fl_type;
                fl->fl_type = F_UNLCK;
-               res = locks_lock_file_wait(filp, fl);
+               /* Even if this fails we want to return the remote error */
 -              posix_lock_file_wait(filp, fl);
++              locks_lock_file_wait(filp, fl);
                fl->fl_type = fl_type;
        }
  out:
Simple merge
Simple merge
Simple merge
diff --cc kernel/cpuset.c
Simple merge
diff --cc kernel/fork.c
Simple merge
diff --cc mm/memcontrol.c
Simple merge
diff --cc mm/vmscan.c
Simple merge