From 736074aa02e5cf0c295dd2eafa185afef7b865da Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 5 May 2016 21:48:54 -0400 Subject: [PATCH] Add cc: stable@vger.kernel tags and bugzilla tags --- clean-up-error-handling-for-orphan-list-problems | 1 + silence-UBSAN-in-ext4_mb_init | 4 ++++ silence-ubsan-in-mb_find_order_for_block | 4 ++++ 3 files changed, 9 insertions(+) diff --git a/clean-up-error-handling-for-orphan-list-problems b/clean-up-error-handling-for-orphan-list-problems index 35e56d7b..bc4265e8 100644 --- a/clean-up-error-handling-for-orphan-list-problems +++ b/clean-up-error-handling-for-orphan-list-problems @@ -6,6 +6,7 @@ reserved inodes in the orphaned inode list, declare the file system corrupted and stop right away to avoid doing more potential damage to the file system. +Cc: stable@vger.kernel.org Signed-off-by: Theodore Ts'o --- fs/ext4/ialloc.c | 49 ++++++++++++++++++++++--------------------------- diff --git a/silence-UBSAN-in-ext4_mb_init b/silence-UBSAN-in-ext4_mb_init index 42416ad6..77597667 100644 --- a/silence-UBSAN-in-ext4_mb_init +++ b/silence-UBSAN-in-ext4_mb_init @@ -46,6 +46,10 @@ Silence UBSAN by introducing another variable, offset_incr, holding the next increment to apply to offset and adjust that one by right shifting it by one position per loop iteration. +Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=114701 +Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=112161 + +Cc: stable@vger.kernel.org Signed-off-by: Nicolai Stange Signed-off-by: Theodore Ts'o --- diff --git a/silence-ubsan-in-mb_find_order_for_block b/silence-ubsan-in-mb_find_order_for_block index 31441524..5837dec7 100644 --- a/silence-ubsan-in-mb_find_order_for_block +++ b/silence-ubsan-in-mb_find_order_for_block @@ -36,6 +36,10 @@ Silence UBSAN by introducing another variable, bb_incr, holding the next increment to apply to bb and adjust that one by right shifting it by one position per loop iteration. +Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=114701 +Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=112161 + +Cc: stable@vger.kernel.org Signed-off-by: Nicolai Stange Signed-off-by: Theodore Ts'o --- -- 2.11.4.GIT