From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin LaHaise Subject: [PATCH 0/2] aio: fixes for regression and memory leak for 3.15 & stable Date: Thu, 1 May 2014 09:03:24 -0400 Message-ID: <20140501130324.GJ28959@kvack.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-aio@kvack.org, linux-fsdevel@vger.kernel.org, stable@vger.kernel.org To: torvalds@linux-foundation.org Return-path: Content-Disposition: inline Sender: owner-linux-aio@kvack.org List-Id: linux-fsdevel.vger.kernel.org Hello Linus, Please pull the following fixes from git://git.kvack.org/~bcrl/aio-fixes.git . 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. -ben Anatol Pomozov (1): aio: block io_destroy() until all context requests are completed Leon Yu (1): aio: fix potential leak in aio_run_iocb(). fs/aio.c | 42 ++++++++++++++++++++++++++++++++++-------- 1 file changed, 34 insertions(+), 8 deletions(-) -- 1.8.2.1 -- "Thought is the essence of where you are now." -- To unsubscribe, send a message with 'unsubscribe linux-aio' in the body to majordomo@kvack.org. For more info on Linux AIO, see: http://www.kvack.org/aio/ Don't email: aart@kvack.org