Re: [PATCH v2] mm: cma: Print region name on failure

2021-02-09 Thread Randy Dunlap
On 2/9/21 6:24 AM, Georgi Djakov wrote: > From: Patrick Daly > > Print the name of the CMA region for convenience. This is useful > information to have when cma_alloc() fails. > > Signed-off-by: Patrick Daly > Signed-off-by: Georgi Djakov Reviewed-by: Randy Dunlap Thanks. > --- > v2: > *

Re: [PATCH v2] mm: cma: Print region name on failure

2021-02-09 Thread David Hildenbrand
On 09.02.21 15:24, Georgi Djakov wrote: From: Patrick Daly Print the name of the CMA region for convenience. This is useful information to have when cma_alloc() fails. Signed-off-by: Patrick Daly Signed-off-by: Georgi Djakov --- v2: * Print the "count" variable, as it was originally in the

Re: [PATCH v2] mm: cma: Print region name on failure

2021-02-09 Thread Minchan Kim
On Tue, Feb 09, 2021 at 04:24:14PM +0200, Georgi Djakov wrote: > From: Patrick Daly > > Print the name of the CMA region for convenience. This is useful > information to have when cma_alloc() fails. > > Signed-off-by: Patrick Daly > Signed-off-by: Georgi Djakov Acked-by: Minchan Kim

[PATCH v2] mm: cma: Print region name on failure

2021-02-09 Thread Georgi Djakov
From: Patrick Daly Print the name of the CMA region for convenience. This is useful information to have when cma_alloc() fails. Signed-off-by: Patrick Daly Signed-off-by: Georgi Djakov --- v2: * Print the "count" variable, as it was originally in the code. (Randy) * Fix spelling s/convienien