This is a note to let you know that I've just added the patch titled
ext4: avoid bh leak in retry path of ext4_expand_extra_isize_ea()
to the 3.12-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
ext4-avoid-bh-leak-in-retry-path-of-ext4_expand_extra_isize_ea.patch
and it can be found in the queue-3.12 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From dcb9917ba041866686fe152850364826c4622a36 Mon Sep 17 00:00:00 2001
From: Theodore Ts'o <[email protected]>
Date: Thu, 31 Oct 2013 23:00:24 -0400
Subject: ext4: avoid bh leak in retry path of ext4_expand_extra_isize_ea()
From: Theodore Ts'o <[email protected]>
commit dcb9917ba041866686fe152850364826c4622a36 upstream.
Reported-by: Dave Jones <[email protected]>
Signed-off-by: "Theodore Ts'o" <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
fs/ext4/xattr.c | 1 +
1 file changed, 1 insertion(+)
--- a/fs/ext4/xattr.c
+++ b/fs/ext4/xattr.c
@@ -1352,6 +1352,7 @@ retry:
new_extra_isize = s_min_extra_isize;
kfree(is); is = NULL;
kfree(bs); bs = NULL;
+ brelse(bh);
goto retry;
}
error = -1;
Patches currently in stable-queue which might be from [email protected] are
queue-3.12/ext4-avoid-bh-leak-in-retry-path-of-ext4_expand_extra_isize_ea.patch
queue-3.12/rbtree-fix-rbtree_postorder_for_each_entry_safe-iterator.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html