Re: [PATCH v1 4/9] s390/vmemmap: cleanup when vmemmap_populate() fails

2020-07-06 Thread David Hildenbrand
On 03.07.20 19:09, kernel test robot wrote: > Hi David, > > I love your patch! Yet something to improve: > > [auto build test ERROR on s390/features] > [also build test ERROR on next-20200703] > [cannot apply to linux/master kvms390/next linus/master v5.8-rc3] > [If your patch is applied to the

Re: [PATCH v1 4/9] s390/vmemmap: cleanup when vmemmap_populate() fails

2020-07-04 Thread kernel test robot
Hi David, I love your patch! Yet something to improve: [auto build test ERROR on s390/features] [also build test ERROR on next-20200703] [cannot apply to linux/master kvms390/next linus/master v5.8-rc3] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting

Re: [PATCH v1 4/9] s390/vmemmap: cleanup when vmemmap_populate() fails

2020-07-03 Thread kernel test robot
Hi David, I love your patch! Yet something to improve: [auto build test ERROR on s390/features] [also build test ERROR on next-20200703] [cannot apply to linux/master kvms390/next linus/master v5.8-rc3] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting

[PATCH v1 4/9] s390/vmemmap: cleanup when vmemmap_populate() fails

2020-07-03 Thread David Hildenbrand
Cleanup what we partially added in case vmemmap_populate() fails. Cc: Heiko Carstens Cc: Vasily Gorbik Cc: Christian Borntraeger Cc: Gerald Schaefer Signed-off-by: David Hildenbrand --- arch/s390/mm/vmem.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/s390/mm/vmem.c