Re: [PATCH] powerpc/kvm: Handle the boundary condition correctly

2013-09-25 Thread Alexander Graf
On 25.09.2013, at 17:42, Aneesh Kumar K.V wrote: > > Hi Alex, > > "Aneesh Kumar K.V" writes: > Ok, please give me an example with real numbers and why it breaks. > >> >> http://mid.gmane.org/1376995766-16526-4-git-send-email-aneesh.ku...@linux.vnet.ibm.com >>

Re: [PATCH] powerpc/kvm: Handle the boundary condition correctly

2013-09-25 Thread Aneesh Kumar K.V
Hi Alex, "Aneesh Kumar K.V" writes: Ok, please give me an example with real numbers and why it breaks. > > http://mid.gmane.org/1376995766-16526-4-git-send-email-aneesh.ku...@linux.vnet.ibm.com > >>> >>> Didn't quiet get what you are looking for. As explained before, we

Re: [PATCH] powerpc/kvm: Handle the boundary condition correctly

2013-08-26 Thread Aneesh Kumar K.V
Alexander Graf writes: > On 26.08.2013, at 05:28, Aneesh Kumar K.V wrote: > >> Alexander Graf writes: >> >>> On 23.08.2013, at 04:31, Aneesh Kumar K.V wrote: >>> Alexander Graf writes: > On 22.08.2013, at 12:37, Aneesh Kumar K.V wrote: > >> From: "Aneesh Kumar K.V" >>

Re: [PATCH] powerpc/kvm: Handle the boundary condition correctly

2013-08-26 Thread Alexander Graf
On 26.08.2013, at 05:28, Aneesh Kumar K.V wrote: > Alexander Graf writes: > >> On 23.08.2013, at 04:31, Aneesh Kumar K.V wrote: >> >>> Alexander Graf writes: >>> On 22.08.2013, at 12:37, Aneesh Kumar K.V wrote: > From: "Aneesh Kumar K.V" Isn't this you? >>> >>> Ye

Re: [PATCH] powerpc/kvm: Handle the boundary condition correctly

2013-08-25 Thread Aneesh Kumar K.V
Alexander Graf writes: > On 23.08.2013, at 04:31, Aneesh Kumar K.V wrote: > >> Alexander Graf writes: >> >>> On 22.08.2013, at 12:37, Aneesh Kumar K.V wrote: >>> From: "Aneesh Kumar K.V" >>> >>> Isn't this you? >> >> Yes. The patches are generated using git format-patch and sent by >>

Re: [PATCH] powerpc/kvm: Handle the boundary condition correctly

2013-08-25 Thread Alexander Graf
On 23.08.2013, at 04:31, Aneesh Kumar K.V wrote: > Alexander Graf writes: > >> On 22.08.2013, at 12:37, Aneesh Kumar K.V wrote: >> >>> From: "Aneesh Kumar K.V" >> >> Isn't this you? > > Yes. The patches are generated using git format-patch and sent by > git send-email. That's how it always

Re: [PATCH] powerpc/kvm: Handle the boundary condition correctly

2013-08-25 Thread Alexander Graf
On 23.08.2013, at 05:28, Benjamin Herrenschmidt wrote: > On Fri, 2013-08-23 at 09:01 +0530, Aneesh Kumar K.V wrote: >> Alexander Graf writes: >> >>> On 22.08.2013, at 12:37, Aneesh Kumar K.V wrote: >>> From: "Aneesh Kumar K.V" >>> >>> Isn't this you? >> >> Yes. The patches are generate

Re: [PATCH] powerpc/kvm: Handle the boundary condition correctly

2013-08-22 Thread Benjamin Herrenschmidt
On Fri, 2013-08-23 at 09:01 +0530, Aneesh Kumar K.V wrote: > Alexander Graf writes: > > > On 22.08.2013, at 12:37, Aneesh Kumar K.V wrote: > > > >> From: "Aneesh Kumar K.V" > > > > Isn't this you? > > Yes. The patches are generated using git format-patch and sent by > git send-email. That's how

Re: [PATCH] powerpc/kvm: Handle the boundary condition correctly

2013-08-22 Thread Aneesh Kumar K.V
Alexander Graf writes: > On 22.08.2013, at 12:37, Aneesh Kumar K.V wrote: > >> From: "Aneesh Kumar K.V" > > Isn't this you? Yes. The patches are generated using git format-patch and sent by git send-email. That's how it always created patches for me. I am not sure if there is a config I can cha

Re: [PATCH] powerpc/kvm: Handle the boundary condition correctly

2013-08-22 Thread Alexander Graf
On 22.08.2013, at 12:37, Aneesh Kumar K.V wrote: > From: "Aneesh Kumar K.V" Isn't this you? > > We should be able to copy upto count bytes Why? Alex > > Signed-off-by: Aneesh Kumar K.V > --- > arch/powerpc/kvm/book3s_64_mmu_hv.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)

[PATCH] powerpc/kvm: Handle the boundary condition correctly

2013-08-22 Thread Aneesh Kumar K.V
From: "Aneesh Kumar K.V" We should be able to copy upto count bytes Signed-off-by: Aneesh Kumar K.V --- arch/powerpc/kvm/book3s_64_mmu_hv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/kvm/book3s_64_mmu_hv.c b/arch/powerpc/kvm/book3s_64_mmu_hv.c index 7

[PATCH] powerpc/kvm: Handle the boundary condition correctly

2013-08-11 Thread Aneesh Kumar K.V
From: "Aneesh Kumar K.V" We should be able to copy upto count bytes Signed-off-by: Aneesh Kumar K.V --- arch/powerpc/kvm/book3s_64_mmu_hv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/kvm/book3s_64_mmu_hv.c b/arch/powerpc/kvm/book3s_64_mmu_hv.c index 7