Re: [PATCH] gcov: clang: fix clang-11+ build

2021-04-12 Thread Nick Desaulniers
On Mon, Apr 12, 2021 at 12:42 PM Johannes Berg wrote: > > From: Johannes Berg > > With clang-11+, the code is broken due to my kvmalloc() conversion > (which predated the clang-11 support code) leaving one vmalloc() > in place. Fix that. > > Signed-off-by: Johannes Berg > --- > This fixes a

[PATCH] gcov: clang: fix clang-11+ build

2021-04-12 Thread Johannes Berg
From: Johannes Berg With clang-11+, the code is broken due to my kvmalloc() conversion (which predated the clang-11 support code) leaving one vmalloc() in place. Fix that. Signed-off-by: Johannes Berg --- This fixes a clang-11 build issue reported against current linux-next since the clang-11+