On Fri, Mar 29, 2019 at 1:53 PM Randy Dunlap <[email protected]> wrote: > > On 3/29/19 11:18 AM, Nick Desaulniers wrote: > > Fixes commit 8c3d220cb6b5 ("gcov: clang support") > > There is a certain format for Fixes: and that's not quite it. :( > > > Cc: Greg Hackmann <[email protected]> > > Cc: Tri Vo <[email protected]> > > Cc: Peter Oberparleiter <[email protected]> > > Cc: [email protected] > > Cc: [email protected] > > Reported-by: Randy Dunlap <[email protected]> > > Reported-by: kbuild test robot <[email protected]> > > Link: https://marc.info/?l=linux-mm&m=155384681109231&w=2 > > Signed-off-by: Nick Desaulniers <[email protected]> > > Acked-by: Randy Dunlap <[email protected]> # build-tested > > Thanks. > > > --- > > kernel/gcov/gcc_3_4.c | 4 ++++ > > kernel/gcov/gcc_4_7.c | 4 ++++ > > 2 files changed, 8 insertions(+)
Thanks for taking a look at this Nick! I believe same fix should be applied to kernel/gcov/clang.c. I'll send out an updated version later today.

