Re: [PATCH] mm: cma: Use %pa to avoid truncating the physical address

2014-10-22 Thread Gregory Fong
Replying to change to use the real linux-mm list on CC (sorry for the noise!) On Wed, Oct 22, 2014 at 5:09 PM, Gregory Fong wrote: > From: Kevin Cernekee > > Signed-off-by: Kevin Cernekee > [gregory.0...@gmail.com: rebased from 3.14 and updated commit message] > Signed-off-by: Gregory Fong >

[PATCH] mm: cma: Use %pa to avoid truncating the physical address

2014-10-22 Thread Gregory Fong
From: Kevin Cernekee Signed-off-by: Kevin Cernekee [gregory.0...@gmail.com: rebased from 3.14 and updated commit message] Signed-off-by: Gregory Fong --- mm/cma.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mm/cma.c b/mm/cma.c index 963bc4a..154efb0 100644 ---

[PATCH] mm: cma: Use %pa to avoid truncating the physical address

2014-10-22 Thread Gregory Fong
From: Kevin Cernekee cerne...@gmail.com Signed-off-by: Kevin Cernekee cerne...@gmail.com [gregory.0...@gmail.com: rebased from 3.14 and updated commit message] Signed-off-by: Gregory Fong gregory.0...@gmail.com --- mm/cma.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [PATCH] mm: cma: Use %pa to avoid truncating the physical address

2014-10-22 Thread Gregory Fong
Replying to change to use the real linux-mm list on CC (sorry for the noise!) On Wed, Oct 22, 2014 at 5:09 PM, Gregory Fong gregory.0...@gmail.com wrote: From: Kevin Cernekee cerne...@gmail.com Signed-off-by: Kevin Cernekee cerne...@gmail.com [gregory.0...@gmail.com: rebased from 3.14 and