Re: Build regressions/improvements in v4.16-rc3

2018-03-03 Thread Christian Zigotzky
Hello, Could you please add the following patches? --- Fixes: accb757d798c ("KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run") Reported-by: Christian Zigotzky Signed-off-by: Paul Mackerras --- arch/powerpc/kvm/powerpc.c | 2 ++ 1 file

[PATCH AUTOSEL for 4.4 002/115] kretprobes: Ensure probe location is at function entry

2018-03-03 Thread Sasha Levin
From: "Naveen N. Rao" [ Upstream commit 90ec5e89e393c76e19afc845d8f88a5dc8315919 ] kretprobes can be registered by specifying an absolute address or by specifying offset to a symbol. However, we need to ensure this falls at function entry so as to be able to

Re: [PATCH v4.1 backport 00/15] powerpc stable backports for v4.1

2018-03-03 Thread Sasha Levin
All queued up, thank you! On Fri, Mar 02, 2018 at 03:45:34PM +1100, Michael Ellerman wrote: >Hi Sasha, > >This is a backport to v4.1 of the RFI flush series that went upstream recently. >There's also a few other commits I noticed had not made it to v4.1. > >cheers -- Thanks, Sasha

[PATCH AUTOSEL for 4.9 005/219] kretprobes: Ensure probe location is at function entry

2018-03-03 Thread Sasha Levin
From: "Naveen N. Rao" [ Upstream commit 90ec5e89e393c76e19afc845d8f88a5dc8315919 ] kretprobes can be registered by specifying an absolute address or by specifying offset to a symbol. However, we need to ensure this falls at function entry so as to be able to

[PATCH AUTOSEL for 3.18 02/63] kretprobes: Ensure probe location is at function entry

2018-03-03 Thread Sasha Levin
From: "Naveen N. Rao" [ Upstream commit 90ec5e89e393c76e19afc845d8f88a5dc8315919 ] kretprobes can be registered by specifying an absolute address or by specifying offset to a symbol. However, we need to ensure this falls at function entry so as to be able to

[PATCH] powerpc/mm: Drop the function native_register_proc_table()

2018-03-03 Thread Anshuman Khandual
This is left over from the segment table implementation and not getting called from any where now. Hence just drop it. Suggested-by: Aneesh Kumar K.V Signed-off-by: Anshuman Khandual --- RFC: http://patchwork.ozlabs.org/patch/857937/