Re: [PATCH 02/45] Fix exception_enter() return value

2018-04-04 Thread Sasha Levin
Hi David Howells. [This is an automated email] This commit has been processed by the -stable helper bot and determined to be a high probability candidate for -stable trees. (score: 5.5190) The bot has tested the following trees: v4.15.15, v4.14.32, v4.9.92, v4.4.126, v4.15.15: Build OK!

Re: [PATCH 02/45] Fix exception_enter() return value

2018-04-04 Thread Sasha Levin
Hi David Howells. [This is an automated email] This commit has been processed by the -stable helper bot and determined to be a high probability candidate for -stable trees. (score: 5.5190) The bot has tested the following trees: v4.15.15, v4.14.32, v4.9.92, v4.4.126, v4.15.15: Build OK!

[PATCH 02/45] Fix exception_enter() return value

2018-04-01 Thread David Howells
Fix the return value of exception_enter() to return CONTEXT_KERNEL rather than 0 when the facility is disabled as the function returns an ctx_state enum rather than a plain integer. Signed-off-by: David Howells --- include/linux/context_tracking.h |4 ++-- 1 file

[PATCH 02/45] Fix exception_enter() return value

2018-04-01 Thread David Howells
Fix the return value of exception_enter() to return CONTEXT_KERNEL rather than 0 when the facility is disabled as the function returns an ctx_state enum rather than a plain integer. Signed-off-by: David Howells --- include/linux/context_tracking.h |4 ++-- 1 file changed, 2 insertions(+),