> ---
> arch/xtensa/mm/init.c | 97 ++-
> 1 file changed, 50 insertions(+), 47 deletions(-)
Reviewed-by: Max Filippov
--
Thanks.
-- Max
ault() and break_ksm() because they do
> not handle VM_FAULT_RETRY even with existing code, so I'm literally keeping
> them as-is.
>
> Signed-off-by: Peter Xu
> ---
>
> v3:
> - Rebase to akpm/mm-unstable
> - Copy arch maintainers
> ---
For xtensa:
Acked-by: Max Filippov
--
Thanks.
-- Max
___
linux-um mailing list
linux-um@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-um
PMI panic_event()]
> due to the risks they offer (may not return, for example).
> Proper documentation is going to be provided in a subsequent patch,
> that effectively refactors the panic path.
[...]
> arch/xtensa/platforms/iss/setup.c | 4 ++--For xtensa:
F
a/kernel/ptrace.c | 4 ++--
> arch/xtensa/kernel/signal.c | 4 ++--
> include/linux/ptrace.h | 6 --
> 3 files changed, 4 insertions(+), 10 deletions(-)
Acked-by: Max Filippov
--
Thanks.
-- Max
___
linux-um mailing list
linux-um@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-um
n returning zero all the time.
>
> This is accomplished by just including the asm-generic code like on
> other architectures, which means we can get rid of the empty stub
> function here.
>
> Cc: Thomas Gleixner
> Cc: Arnd Bergmann
> Cc: Max Filippov
> Signed-off