https://github.com/torvalds/linux
Revision 98794f932138c81bfaa609fda21ddd7e97227abd authored by Linus Torvalds on 01 May 2014, 15:54:03 UTC, committed by Linus Torvalds on 01 May 2014, 15:54:03 UTC
Pull aio fixes from Ben LaHaise:
 "The first change from Anatol fixes a regression where io_destroy() no
  longer waits for outstanding aios to complete.  The second corrects a
  memory leak in an error path for vectored aio operations.

  Both of these bug fixes should be queued up for stable as well"

* git://git.kvack.org/~bcrl/aio-fixes:
  aio: fix potential leak in aio_run_iocb().
  aio: block io_destroy() until all context requests are completed
2 parent s 8aa9e85 + 754320d
History
Tip revision: 98794f932138c81bfaa609fda21ddd7e97227abd authored by Linus Torvalds on 01 May 2014, 15:54:03 UTC
Merge git://git.kvack.org/~bcrl/aio-fixes
Tip revision: 98794f9
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1.1 KB
.mailmap -rw-r--r-- 4.4 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 93.6 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 271.5 KB
Makefile -rw-r--r-- 50.5 KB
README -rw-r--r-- 18.3 KB
REPORTING-BUGS -rw-r--r-- 7.3 KB

README

back to top