Comment 24 for bug 1886277

Revision history for this message
Marian Rainer-Harbach (marianrh) wrote : Re: unable to handle page fault in mempool_alloc_slab

I tried bisecting the kernel as described in #22. However, I used the URL git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/focal instead of git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/bionic, I hope that's correct.

The fakeroot command works and builds the kernel. However, doing make later fails with:
***
*** Configuration file ".config" not found!
***
*** Please run some configurator (e.g. "make oldconfig" or
*** "make menuconfig" or "make xconfig").
***
make: *** [Makefile:695: .config] Error 1

I don't know how to go from here.