On Mon, 13 Feb 2017, Josh Poimboeuf wrote:
> Here's v5 of the consistency model
I have ammended the patches with all the received ACKs and applied to
'for-4.12/klp-hybrid-consistency-model' branch of livepatching.git.
Thanks,
--
Jiri Kosina
SUSE Labs
* Josh Poimboeuf wrote:
> arch/Kconfig | 6 +
> arch/powerpc/include/asm/thread_info.h | 4 +-
> arch/powerpc/kernel/signal.c | 4 +
> arch/s390/include/asm/thread_info.h | 24 +-
> arch/s390/kernel/entry.S
On Mon, 13 Feb 2017, Josh Poimboeuf wrote:
> Here's v5 of the consistency model, targeted for 4.12. Only a few minor
> changes this time.
>
> v5:
> - return -EINVAL in __save_stack_trace_reliable()
> - only call show_stack() once
> - add save_stack_trace_tsk_reliable() define for !CONFIG_STACKTR
Here's v5 of the consistency model, targeted for 4.12. Only a few minor
changes this time.
I would very much appreciate reviews/acks from the following:
- Michael Ellerman for the powerpc changes in patch 5.
- Heiko Carstens for the s390 changes in patches 6 & 7.
- Peter Zijlstra/Ingo Molnar f