Re: [PATCH] kbuild: modules_install: Warn if System.map file is not found

2018-09-05 Thread Randy Dunlap
On 09/05/2018 12:17 AM, Masahiro Yamada wrote: > Hi Randy, > > 2018-09-01 7:33 GMT+09:00 Randy Dunlap : >> From: Randy Dunlap >> >> If there is no System.map file for "make modules_install", >> scripts/depmod.sh will silently exit with success, having done >> nothing. Since this is an unexpected

Re: [PATCH] kbuild: modules_install: Warn if System.map file is not found

2018-09-05 Thread Masahiro Yamada
Hi Randy, 2018-09-01 7:33 GMT+09:00 Randy Dunlap : > From: Randy Dunlap > > If there is no System.map file for "make modules_install", > scripts/depmod.sh will silently exit with success, having done > nothing. Since this is an unexpected situation, change it to > report a Warning for the missin

[PATCH] kbuild: modules_install: Warn if System.map file is not found

2018-08-31 Thread Randy Dunlap
From: Randy Dunlap If there is no System.map file for "make modules_install", scripts/depmod.sh will silently exit with success, having done nothing. Since this is an unexpected situation, change it to report a Warning for the missing file. The behavior is not changed except for the Warning mes