Re: [PATCH v2] powerpc/powernv: Initialise nest mmu

2016-12-02 Thread Michael Ellerman
Alistair Popple writes: > diff --git a/arch/powerpc/platforms/powernv/powernv.h > b/arch/powerpc/platforms/powernv/powernv.h > index da7c843..6fa9551 100644 > --- a/arch/powerpc/platforms/powernv/powernv.h > +++ b/arch/powerpc/platforms/powernv/powernv.h > @@ -9,6 +9,12 @@ static inline void pnv

Re: [PATCH 1/2] powerpc/64: Fix checksum folding in csum_tcpudp_nofold and ip_fast_csum_nofold

2016-12-02 Thread Michael Ellerman
Paul Mackerras writes: > These functions compute an IP checksum by computing a 64-bit sum and > folding it to 32 bits (the "nofold" in their names refers to folding > down to 16 bits). However, doing (u32) (s + (s >> 32)) is not > sufficient to fold a 64-bit sum to 32 bits correctly. The additi

Re: [PATCH v2] powerpc/powernv: Initialise nest mmu

2016-12-02 Thread Balbir Singh
> static void __init radix_init_partition_table(void) > { > - unsigned long rts_field; > + unsigned long rts_field, ptcr; I think these functions have changed, check for conflicts against http://git.kernel.org/cgit/linux/kernel/git/paulus/powerpc.git/commit/?h=kvm-ppc-next&id=9d661

Re: [PATCH v2 2/5] ia64: reuse append_elf_note() and final_note() functions

2016-12-02 Thread Hari Bathini
Hi Dave, Thanks for the review. On Thursday 01 December 2016 10:26 AM, Dave Young wrote: Hi Hari Personally I like V1 more, but split the patch 2 is easier for ia64 people to reivew. I did basic x86 testing, it runs ok. On 11/25/16 at 05:24pm, Hari Bathini wrote: Get rid of multiple defin

Re: [RFC PATCH] PCI: designware: add host_init() error handling

2016-12-02 Thread Joao Pinto
Hi Srinivas, Às 11:51 AM de 12/1/2016, Srinivas Kandagatla escreveu: > drivers/pci/host/pci-dra7xx.c | 4 +++- > drivers/pci/host/pci-exynos.c | 4 +++- > drivers/pci/host/pci-imx6.c | 4 +++- > drivers/pci/host/pci-keystone.c | 4 +++- > drivers/pci/h

Re: [RFC PATCH] PCI: designware: add host_init() error handling

2016-12-02 Thread Srinivas Kandagatla
On 02/12/16 10:32, Joao Pinto wrote: Hi Srinivas, Às 11:51 AM de 12/1/2016, Srinivas Kandagatla escreveu: drivers/pci/host/pci-dra7xx.c | 4 +++- drivers/pci/host/pci-exynos.c | 4 +++- drivers/pci/host/pci-imx6.c | 4 +++- drivers/pci/host/pci-keystone.c

Re: [PATCH v2 2/5] ia64: reuse append_elf_note() and final_note() functions

2016-12-02 Thread Eric W. Biederman
Hari Bathini writes: > Hi Dave, > > > Thanks for the review. > > > On Thursday 01 December 2016 10:26 AM, Dave Young wrote: >> Hi Hari >> >> Personally I like V1 more, but split the patch 2 is easier for ia64 >> people to reivew. I did basic x86 testing, it runs ok. >> >> On 11/25/16 at 05:24pm,

Re: [PATCH] powerpc: cputime: fix a compile warning

2016-12-02 Thread Scott Wood
On Fri, 2016-12-02 at 15:15 +1100, Michael Ellerman wrote: > yanjiang@windriver.com writes: > > > > > diff --git a/arch/powerpc/include/asm/cputime.h > > b/arch/powerpc/include/asm/cputime.h > > index 4f60db0..4423e97 100644 > > --- a/arch/powerpc/include/asm/cputime.h > > +++ b/arch/powerpc/

Re: [PATCH v2] powerpc/powernv: Initialise nest mmu

2016-12-02 Thread Alistair Popple
On Fri, 2 Dec 2016 08:24:09 PM Michael Ellerman wrote: > Alistair Popple writes: > > > diff --git a/arch/powerpc/platforms/powernv/powernv.h > > b/arch/powerpc/platforms/powernv/powernv.h > > index da7c843..6fa9551 100644 > > --- a/arch/powerpc/platforms/powernv/powernv.h > > +++ b/arch/powerpc/

Re: [PATCH v2] powerpc/powernv: Initialise nest mmu

2016-12-02 Thread Tyrel Datwyler
On 12/02/2016 01:24 AM, Michael Ellerman wrote: > Alistair Popple writes: > >> diff --git a/arch/powerpc/platforms/powernv/powernv.h >> b/arch/powerpc/platforms/powernv/powernv.h >> index da7c843..6fa9551 100644 >> --- a/arch/powerpc/platforms/powernv/powernv.h >> +++ b/arch/powerpc/platforms/po