intel / linux-intel-lts

Intel LTS kernel
Other
201 stars 112 forks source link

Build fail: 4.14.170-intel-lts-base #11

Closed ionutnechita closed 3 years ago

ionutnechita commented 4 years ago

Hi Intel Kernel Team,

I try to build this kernel, but observe issue on compile. I use 4.14/base branch for create a new kernel.

My environment: Docker Image with 18.04.4 LTS (Bionic Beaver) binutils 2.30-21ubuntu1~18.04.2 gcc 4:7.4.0-1ubuntu2.3

Issue: <cut output/snip> LD [M] drivers/gpu/drm/nouveau/nouveau.o AR drivers/gpu/drm/built-in.o AR drivers/gpu/built-in.o AR drivers/built-in.o GEN .version CHK include/generated/compile.h UPD include/generated/compile.h CC init/version.o AR init/built-in.o AR built-in.o LD vmlinux.o MODPOST vmlinux.o _drivers/nvme/host/core.o: In function nvme_init_rpmb': (.text+0xa97): undefined reference torpmb_dev_register' drivers/nvme/host/core.o: In function nvme_exit_rpmb': (.text+0xb3a): undefined reference torpmb_dev_unregister_by_device' Makefile:1033: recipe for target 'vmlinux' failed make[2]: ** [vmlinux] Error 1 scripts/package/Makefile:85: recipe for target 'deb-pkg' failed make[1]: [deb-pkg] Error 2 Makefile:1386: recipe for target 'deb-pkg' failed make: * [deb-pkg] Error 2_

real 3m46.010s user 125m31.072s sys 21m18.622s

It's issue with NVME driver?

config-4.14.170-intel-lts-base.txt

ionutnechita commented 3 years ago

Is it possible to set CONFIG_RPMB to be module in configuration file? CONFIG_RPMB=m

ionutnechita commented 3 years ago

I migrated to 5.10. I'm not testing this version anymore.

Ticket is closed.