Re: mmotm 2019-03-28-15-50 uploaded (gcov)

From: Randy Dunlap
Date: Thu Mar 28 2019 - 23:18:56 EST


On 3/28/19 3:51 PM, akpm@xxxxxxxxxxxxxxxxxxxx wrote:
> The mm-of-the-moment snapshot 2019-03-28-15-50 has been uploaded to
>
> http://www.ozlabs.org/~akpm/mmotm/
>
> mmotm-readme.txt says
>
> README for mm-of-the-moment:
>
> http://www.ozlabs.org/~akpm/mmotm/
>
> This is a snapshot of my -mm patch queue. Uploaded at random hopefully
> more than once a week.



when # CONFIG_MODULES is not set:

CC kernel/gcov/gcc_4_7.o
../kernel/gcov/gcc_4_7.c: In function âgcov_info_within_moduleâ:
../kernel/gcov/gcc_4_7.c:162:2: error: implicit declaration of function âwithin_moduleâ [-Werror=implicit-function-declaration]
return within_module((unsigned long)info, mod);
^


--
~Randy