Revision 467e9e51d07d43d32a1dd8b6ead2351e28fff084 authored by Linus Torvalds on 22 August 2012, 16:56:06 UTC, committed by Linus Torvalds on 22 August 2012, 16:56:06 UTC
Pull assorted fixes - mostly vfs - from Al Viro:
 "Assorted fixes, with an unexpected detour into vfio refcounting logics
  (fell out when digging in an analog of eventpoll race in there)."

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  task_work: add a scheduling point in task_work_run()
  fs: fix fs/namei.c kernel-doc warnings
  eventpoll: use-after-possible-free in epoll_create1()
  vfio: grab vfio_device reference *before* exposing the sucker via fd_install()
  vfio: get rid of vfio_device_put()/vfio_group_get_device* races
  vfio: get rid of open-coding kref_put_mutex
  introduce kref_put_mutex()
  vfio: don't dereference after kfree...
  mqueue: lift mnt_want_write() outside ->i_mutex, clean up a bit
2 parent s 23dcfa6 + 88ec278
History
File Mode Size
Makefile -rw-r--r-- 205 bytes
dlmapi.h -rw-r--r-- 9.3 KB
dlmast.c -rw-r--r-- 14.2 KB
dlmcommon.h -rw-r--r-- 29.1 KB
dlmconvert.c -rw-r--r-- 15.3 KB
dlmconvert.h -rw-r--r-- 1.2 KB
dlmdebug.c -rw-r--r-- 27.5 KB
dlmdebug.h -rw-r--r-- 2.0 KB
dlmdomain.c -rw-r--r-- 60.6 KB
dlmdomain.h -rw-r--r-- 1.1 KB
dlmlock.c -rw-r--r-- 19.5 KB
dlmmaster.c -rw-r--r-- 94.0 KB
dlmrecovery.c -rw-r--r-- 85.2 KB
dlmthread.c -rw-r--r-- 20.6 KB
dlmunlock.c -rw-r--r-- 18.9 KB
dlmver.c -rw-r--r-- 1.2 KB
dlmver.h -rw-r--r-- 991 bytes

back to top