From: Benjamin LaHaise <bcrl@kvack.org>
To: torvalds@linux-foundation.org
Cc: linux-aio@kvack.org, linux-fsdevel@vger.kernel.org,
stable@vger.kernel.org
Subject: [PATCH 0/2] aio: fixes for regression and memory leak for 3.15 & stable
Date: Thu, 1 May 2014 09:03:24 -0400 [thread overview]
Message-ID: <20140501130324.GJ28959@kvack.org> (raw)
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: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>
reply other threads:[~2014-05-01 13:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140501130324.GJ28959@kvack.org \
--to=bcrl@kvack.org \
--cc=linux-aio@kvack.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).