Re: [PATCH AUTOSEL 5.4 13/14] gcov: clang: fix clang-11+ build

2021-04-20 Thread Sasha Levin
On Tue, Apr 20, 2021 at 09:01:19AM +0200, Johannes Berg wrote: On Mon, 2021-04-19 at 20:44 +, Sasha Levin wrote: From: Johannes Berg [ Upstream commit 04c53de57cb6435738961dace8b1b71d3ecd3c39 ] With clang-11+, the code is broken due to my kvmalloc() conversion (which predated the

Re: [PATCH AUTOSEL 5.4 13/14] gcov: clang: fix clang-11+ build

2021-04-20 Thread Johannes Berg
On Mon, 2021-04-19 at 20:44 +, Sasha Levin wrote: > From: Johannes Berg > > [ Upstream commit 04c53de57cb6435738961dace8b1b71d3ecd3c39 ] > > 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

[PATCH AUTOSEL 5.4 13/14] gcov: clang: fix clang-11+ build

2021-04-19 Thread Sasha Levin
From: Johannes Berg [ Upstream commit 04c53de57cb6435738961dace8b1b71d3ecd3c39 ] 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. Link: