Re: [RFC PATCH 0/2] x86: kprobes: Fix CFI_CLANG related issues

From: Peter Zijlstra
Date: Mon Jul 10 2023 - 09:47:01 EST


On Mon, Jul 10, 2023 at 09:14:13PM +0900, Masami Hiramatsu (Google) wrote:

> I just build tested, since I could not boot the kernel with CFI_CLANG=y.
> Would anyone know something about this error?
>
> [ 0.141030] MMIO Stale Data: Unknown: No mitigations
> [ 0.153511] SMP alternatives: Using kCFI
> [ 0.164593] Freeing SMP alternatives memory: 36K
> [ 0.165053] Kernel panic - not syncing: stack-protector: Kernel stack is corrupted in: start_kernel+0x472/0x48b
> [ 0.166028] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 6.4.2-00002-g12b1b2fca8ef #126
> [ 0.166028] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.13.0-1ubuntu1.1 04/01/2014
> [ 0.166028] Call Trace:
> [ 0.166028] <TASK>
> [ 0.166028] dump_stack_lvl+0x6e/0xb0
> [ 0.166028] panic+0x146/0x2f0
> [ 0.166028] ? start_kernel+0x472/0x48b
> [ 0.166028] __stack_chk_fail+0x14/0x20
> [ 0.166028] start_kernel+0x472/0x48b
> [ 0.166028] x86_64_start_reservations+0x24/0x30
> [ 0.166028] x86_64_start_kernel+0xa6/0xbb
> [ 0.166028] secondary_startup_64_no_verify+0x106/0x11b
> [ 0.166028] </TASK>
> [ 0.166028] ---[ end Kernel panic - not syncing: stack-protector: Kernel stack is corrupted in: start_kernel+0x472/0x48b ]---
>
>

Hmm, I just build v6.4 using defconfig+kvm_guest.config+CFI_CLANG using
clang-16 and that boots using kvm... (on my IVB, and the thing also
boots natively on my ADL).

I'll go have a look at your patches shortly.