[GIT PULL] Please pull powerpc/linux.git powerpc-4.9-5 tag

2016-11-19 Thread Michael Ellerman
Hi Linus, Please pull some more powerpc fixes for 4.9: The following changes since commit fb479e44a9e240a23c2d208c2ace23542a47f41c: powerpc/64s: relocation, register save fixes for system reset interrupt (2016-10-27 21:55:14 +1100) are available in the git repository at: git://git.kernel.

[PATCH] ibmebus: Remove legacy suspend/resume support

2016-11-19 Thread Lars-Peter Clausen
There are no ibmebus driver that make use of legacy suspend/resume. This patch removes the support for it from ibmebus framework, new ibmebus driver (as unlikely as they are) wanting to use suspend/resume should use dev_pm_ops. Since there aren't any special bus specific things to do during suspen

RE: [V2,10/68] powerpc/mm: Update _PAGE_KERNEL_RO

2016-11-19 Thread Geoff Levand
Hi Aneesh, > --- a/arch/powerpc/platforms/ps3/spu.c > +++ b/arch/powerpc/platforms/ps3/spu.c > @@ -205,7 +205,7 @@ static void spu_unmap(struct spu *spu) > static int __init setup_areas(struct spu *spu) > { > struct table {char* name; unsigned long addr; unsigned long size;}; > - stati

Re: [PATCH v10 04/10] kexec_file: Add support for purgatory built as PIE.

2016-11-19 Thread Dave Young
On 11/10/16 at 01:27am, Thiago Jung Bauermann wrote: > powerpc's purgatory.ro has 12 relocation types when built as > a relocatable object. To implement support for them requires > arch_kexec_apply_relocations_add to duplicate a lot of code with > module_64.c:apply_relocate_add. > > When built as