Bug 203337

Summary: make all fails Makefile.modpost:92 using gawk 5.0.0
Product: Other Reporter: David L. Craig (dlc.usa)
Component: OtherAssignee: other_other
Status: NEW ---    
Severity: normal CC: dlc.usa
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 5.0.7 Subsystem:
Regression: No Bisected commit-id:
Attachments: 5.0.8 .config file

Description David L. Craig 2019-04-16 22:41:54 UTC
Linux-5.0.7.make_all.log -- elided sections marked by [...]
[top]
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/confdata.o
  HOSTCC  scripts/kconfig/expr.o
  HOSTCC  scripts/kconfig/symbol.o
  HOSTCC  scripts/kconfig/preprocess.o
  LEX     scripts/kconfig/zconf.lex.c
  YACC    scripts/kconfig/zconf.tab.h
  HOSTCC  scripts/kconfig/zconf.lex.o
  YACC    scripts/kconfig/zconf.tab.c
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/conf
scripts/kconfig/conf  --syncconfig Kconfig
  SYSTBL  arch/x86/include/generated/asm/syscalls_32.h
[...]
  CC [M]  drivers/vhost/vhost.o
drivers/vhost/vhost.c: In function 'log_used':
drivers/vhost/vhost.c:1802:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=]
 }
 ^
  CC      drivers/video/backlight/backlight.o
[...]
  GEN     arch/x86/lib/inat-tables.c
awk: ./arch/x86/tools/gen-insn-attr-x86.awk:260: warning: regexp escape sequence `\:' is not a known regexp operator
awk: ./arch/x86/tools/gen-insn-attr-x86.awk:350: (FILENAME=./arch/x86/lib/x86-opcode-map.txt FNR=41) warning: regexp escape sequence `\&' is not a known regexp operator
  CC      arch/x86/lib/inat.o
[...]
  BUILD   arch/x86/boot/bzImage
Setup is 16092 bytes (padded to 16384 bytes).
System is 3629 kB
CRC 3e14bcdb
Kernel: arch/x86/boot/bzImage is ready  (#1)
  Building modules, stage 2.
  MODPOST 651 modules
ERROR: "__devm_regmap_init_mmio_clk" [drivers/mmc/host/sdhci_am654.ko] undefined!
make[1]: *** [scripts/Makefile.modpost:92: __modpost] Error 1
make: *** [Makefile:1285: modules] Error 2
[bottom]
Comment 1 David L. Craig 2019-04-17 21:34:33 UTC
Created attachment 282373 [details]
5.0.8 .config file
Comment 2 David L. Craig 2019-04-17 21:39:51 UTC
Pretty much same results for 5.0.8.  Diffs of .configs:
*** ../.config-5.0.7_a2	Tue Apr 16 00:24:19 2019
--- ../.config-5.0.8_a2	Wed Apr 17 17:54:26 2019
***************
*** 2,4 ****
  # Automatically generated file; DO NOT EDIT.
! # Linux/x86 5.0.7 Kernel Configuration
  #
--- 2,4 ----
  # Automatically generated file; DO NOT EDIT.
! # Linux/x86 5.0.8 Kernel Configuration
  #
***************
*** 2193,2194 ****
--- 2193,2195 ----
  # CONFIG_TRACE_SINK is not set
+ CONFIG_LDISC_AUTOLOAD=y
  CONFIG_DEVMEM=y
***************
*** 2226,2228 ****
  # CONFIG_NVRAM is not set
- # CONFIG_R3964 is not set
  # CONFIG_APPLICOM is not set
--- 2227,2228 ----

Diffs of elided logs:
*** 5.0.7_make_all.slice	2019-04-16 21:18:09.000000000 +0000
--- 5.0.8_make_all.slice	2019-04-17 19:41:05.000000000 +0000
***************
*** 1,2 ****
- Linux-5.0.7.make_all.log -- elided sections marked by [...]
  [top]
--- 1 ----
***************
*** 17,18 ****
--- 16,22 ----
  [...]
+   GEN      /usr/src/linux-5.0.8/tools/objtool/arch/x86/lib/inat-tables.c
+ awk: arch/x86/tools/gen-insn-attr-x86.awk:260: warning: regexp escape sequence `\:' is not a known regexp operator
+ awk: arch/x86/tools/gen-insn-attr-x86.awk:350: (FILENAME=arch/x86/lib/x86-opcode-map.txt FNR=41) warning: regexp escape sequence `\&' is not a known regexp operator
+   CC       /usr/src/linux-5.0.8/tools/objtool/arch/x86/decode.o
+ [...]
    CC [M]  drivers/vhost/vhost.o
***************
*** 32,34 ****
  System is 3629 kB
! CRC 3e14bcdb
  Kernel: arch/x86/boot/bzImage is ready  (#1)
--- 36,38 ----
  System is 3629 kB
! CRC 53bb8a7f
  Kernel: arch/x86/boot/bzImage is ready  (#1)
Comment 3 David L. Craig 2019-04-21 20:37:26 UTC
Ditto with 5.0.9.
Comment 4 David L. Craig 2019-04-27 12:10:43 UTC
Ditto with 5.0.10.