Re: [PATCH v2 08/13] xtensa: split out printing of virtual memory layout to a function

2025-03-13 Thread Max Filippov
> --- > arch/xtensa/mm/init.c | 97 ++- > 1 file changed, 50 insertions(+), 47 deletions(-) Reviewed-by: Max Filippov -- Thanks. -- Max

Re: [PATCH v3] mm: Avoid unnecessary page fault retires on shared memory types

2022-05-26 Thread Max Filippov
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

Re: [PATCH 21/30] panic: Introduce the panic pre-reboot notifier list

2022-04-29 Thread Max Filippov
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

Re: [PATCH 4/9] ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEP

2022-04-26 Thread Max Filippov
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

Re: [PATCH v5 10/11] xtensa: use fallback for random_get_entropy() instead of zero

2022-04-21 Thread Max Filippov
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