On 9/25/23 12:57, Bob Pearson wrote:
Having trouble following your recipe. The git repo you mention does not seem to be available. E.g. rpearson:src$ git clone git://git.kernel.org/pub/scm/linux/git/rafael/linux-pm Cloning into 'linux-pm'... fatal: remote error: access denied or repository not exported: /pub/scm/linux/git/rafael/linux-pm I am not sure how to obtain the tag if I cannot see the repo.
As one can see on https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git/, ".git" is missing from the end of the URL in your git clone command. I think that you misread my email. In my email I clearly referred to Linus' master branch. Please try this: $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git linux-kernel $ cd linux-kernel $ git checkout 8018e02a8703 -b linus-master
If I just try to enable KASAN by setting CONFIG_KASAN=y in .config for the current linux-rdma repo and compile the kernel the kernel won't boot and is caught in some kind of SRSO hell. If I checkout Linus' v6.4 tag and add CONFIG_KASAN=y to a fresh .config file the kernel builds OK but when I try to boot it, it is unable to chroot to the root file system in boot.
Please try to run the blktests suite in a VM. I have attached the kernel configuration to this email with which I observed the KASAN complaint on my test setup. Thanks, Bart.
Attachment:
vm-kernel-config.txt.gz
Description: application/gzip