diff --git a/kernel/fs-proc-Add-start_data-end_data-start_brk-members b/kernel/fs-proc-Add-start_data-end_data-start_brk-members index 5db291380..f0d472845 100644 --- a/kernel/fs-proc-Add-start_data-end_data-start_brk-members +++ b/kernel/fs-proc-Add-start_data-end_data-start_brk-members @@ -3,6 +3,8 @@ fs, proc: Add start_data, end_data, start_brk members to /proc/$pid/stat It helps to dump and restore this mm_struct members. Signed-off-by: Cyrill Gorcunov +Acked-by: Serge Hallyn +Reviewed-by: Kees Cook --- fs/proc/array.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)