Re: [PATCH] kfence: fix typo in test

2020-12-17 Thread Alexander Potapenko
On Wed, Dec 16, 2020 at 12:44 AM Marco Elver wrote: > > On Wed, 16 Dec 2020 at 00:31, Marco Elver wrote: > > Fix a typo/accidental copy-paste that resulted in the obviously > > incorrect 'GFP_KERNEL * 2' expression. > > > > Reported-by: kernel test robot > > Signed-off-by: Marco Elver

[PATCH] kfence: fix typo in test

2020-12-15 Thread Marco Elver
Fix a typo/accidental copy-paste that resulted in the obviously incorrect 'GFP_KERNEL * 2' expression. Reported-by: kernel test robot Signed-off-by: Marco Elver --- mm/kfence/kfence_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/kfence/kfence_test.c

Re: [PATCH] kfence: fix typo in test

2020-12-15 Thread Marco Elver
On Wed, 16 Dec 2020 at 00:31, Marco Elver wrote: > Fix a typo/accidental copy-paste that resulted in the obviously > incorrect 'GFP_KERNEL * 2' expression. > > Reported-by: kernel test robot > Signed-off-by: Marco Elver > --- > mm/kfence/kfence_test.c | 2 +- > 1 file changed, 1 insertion(+),