Re: [PATCH v2 0/2] dma-contiguous: two bug fixes for dma_{alloc,free}_contiguous()

2019-07-28 Thread Christoph Hellwig
Thanks, applied to the dma-mapping for-linus tree.

[PATCH v2 0/2] dma-contiguous: two bug fixes for dma_{alloc, free}_contiguous()

2019-07-26 Thread Nicolin Chen
There are two obvious bugs in these two functions. So having two patches to fix them. Changlog v1->v2: * PATCH-1: Confine cma_align inside the if-condition. * PATCH-1: Updated commit message to be precise for the corner case. * PATCH-2: Added Reviewed-by from Christoph. Nicolin Chen (2): dma