From 4139913bbc9dae893acf4e06d317c08d4ed9e668 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 6 Oct 2016 13:53:09 -0400 Subject: [PATCH] Add stable@vger.kernel.org annotations --- bugfix-for-mmaped-pages-in-mpage_release_unused_pages | 3 +-- fix-lockdep-annotation-in-add_transaction_credits | 1 + fix-memory-leak-in-ext4_insert_range | 1 + reinforce-check-of-i_dtime-when-clearing-high-uid-gid-fields | 1 + release-bh-in-make_indexed_dir | 1 + 5 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bugfix-for-mmaped-pages-in-mpage_release_unused_pages b/bugfix-for-mmaped-pages-in-mpage_release_unused_pages index f3ff1886..8de41306 100644 --- a/bugfix-for-mmaped-pages-in-mpage_release_unused_pages +++ b/bugfix-for-mmaped-pages-in-mpage_release_unused_pages @@ -40,10 +40,9 @@ which causes this log message to be print: (4) wait for a minute,then bugon happen. +Cc: stable@vger.kernel.org Signed-off-by: wangguang Signed-off-by: Theodore Ts'o - - --- fs/ext4/inode.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fix-lockdep-annotation-in-add_transaction_credits b/fix-lockdep-annotation-in-add_transaction_credits index 3be4f3bd..9275eb04 100644 --- a/fix-lockdep-annotation-in-add_transaction_credits +++ b/fix-lockdep-annotation-in-add_transaction_credits @@ -11,6 +11,7 @@ Fix the problem by moving jbd2_might_wait_for_commit() into places where we are ready to wait for transaction commit and thus j_state_lock is unlocked. +Cc: stable@vger.kernel.org Fixes: 1eaa566d368b214d99cbb973647c1b0b8102a9ae Reported-by: Thomas Gleixner Signed-off-by: Jan Kara diff --git a/fix-memory-leak-in-ext4_insert_range b/fix-memory-leak-in-ext4_insert_range index 8ab66d5f..a1a7a11a 100644 --- a/fix-memory-leak-in-ext4_insert_range +++ b/fix-memory-leak-in-ext4_insert_range @@ -23,6 +23,7 @@ unreferenced object 0xffff8801d3d27de0 (size 96): Problem seems mitigated by dropping refs and freeing path when there's no path[depth].p_ext +Cc: stable@vger.kernel.org Signed-off-by: Fabian Frederick Signed-off-by: Theodore Ts'o --- diff --git a/reinforce-check-of-i_dtime-when-clearing-high-uid-gid-fields b/reinforce-check-of-i_dtime-when-clearing-high-uid-gid-fields index 08284139..f0563f71 100644 --- a/reinforce-check-of-i_dtime-when-clearing-high-uid-gid-fields +++ b/reinforce-check-of-i_dtime-when-clearing-high-uid-gid-fields @@ -16,6 +16,7 @@ but not finished, and the inode metadata, whose high uid/gid bits are cleared, is written on disk, and the sudden power-off follows that in order. +Cc: stable@vger.kernel.org Signed-off-by: Daeho Jeong Signed-off-by: Hobin Woo Signed-off-by: Theodore Ts'o diff --git a/release-bh-in-make_indexed_dir b/release-bh-in-make_indexed_dir index c6f1a864..c2f5c968 100644 --- a/release-bh-in-make_indexed_dir +++ b/release-bh-in-make_indexed_dir @@ -7,6 +7,7 @@ first error" could end up leaking bh2 in the error path. [ Also avoid renaming bh2 to bh, which just confuses things --tytso ] +Cc: stable@vger.kernel.org Signed-off-by: yangsheng Signed-off-by: Theodore Ts'o --- -- 2.11.4.GIT