Leah Neukirchen 821844b5d2 linux6.6: disable CONFIG_KFENCE on i686, broke early boot.
Fixes #47514.

Previously, booting with earlyprintk=ttySO showed the cause:

No EFI environment detected.
early console in extract_kernel
input_data: 0x02004094
input_len: 0x00a8b825
output: 0x01000000
output_len: 0x018f19d0
kernel_total_size: 0x01aaf000
needed_size: 0x01aaf000
Physical KASLR using RDTSC...

Decompressing Linux... Parsing ELF... Performing relocations... done.
Booting the kernel (entry_offset: 0x00000080).
Poking KASLR using RDTSC...
[    0.593769] kernel BUG at arch/x86/mm/physaddr.c:81!
[    0.594640] invalid opcode: 0000 [#1] PREEMPT SMP PTI
[    0.594772] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 6.6.4_1 #1
[    0.594865] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.2-0-gea1b7a073390-prebuilt.qemu.org 04/01/2014
[    0.595028] EIP: __phys_addr+0x78/0x84
[    0.595450] Code: 75 fc 89 ec 5d e9 cc f8 ab 00 8d b4 26 00 00 00 00 90 0f 0b 8d b6 00 00 00 00 e8 bf 23 29 00 84 c0 74 b8 0f 0b 8d 74 26 00 90 <0f> 0b 8d b6 00 00 00 00 0f 0b 66 90 3e 8d 74 26 00 3d ff ff ff bf
[    0.595718] EAX: fffff000 EBX: f7318000 ECX: 00000000 EDX: ffffffff
[    0.595768] ESI: 37318000 EDI: f7318000 EBP: cf405f3c ESP: cf405f34
[    0.595815] DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068 EFLAGS: 00200086
[    0.595876] CR0: 80050033 CR2: ffbff000 CR3: 0f7b4000 CR4: 000000b0
[    0.595979] Call Trace:
[    0.596580]  ? show_regs+0x56/0x64
[    0.596663]  ? die+0x34/0x90
[    0.596692]  ? ftrace_dump+0x30c/0x30c
[    0.596723]  ? do_trap+0xcc/0x154
[    0.596748]  ? notify_die+0x56/0x74
[    0.596792]  ? do_error_trap+0x69/0x84
[    0.596821]  ? __phys_addr+0x78/0x84
[    0.596848]  ? exc_overflow+0x54/0x54
[    0.596877]  ? exc_invalid_op+0x5d/0x74
[    0.596905]  ? __phys_addr+0x78/0x84
[    0.596932]  ? handle_exception+0x133/0x133
[    0.596985]  ? exc_overflow+0x54/0x54
[    0.597013]  ? __phys_addr+0x78/0x84
[    0.597042]  ? exc_overflow+0x54/0x54
[    0.597068]  ? __phys_addr+0x78/0x84
[    0.597104]  kfence_init+0xce/0xe4
[    0.597198]  start_kernel+0x4b1/0xba8
[    0.597237]  i386_start_kernel+0x48/0x48
[    0.597266]  startup_32_smp+0x156/0x158
[    0.597393] Modules linked in:
[    0.597835] ---[ end trace 0000000000000000 ]---
[    0.597896] EIP: __phys_addr+0x78/0x84
[    0.597931] Code: 75 fc 89 ec 5d e9 cc f8 ab 00 8d b4 26 00 00 00 00 90 0f 0b 8d b6 00 00 00 00 e8 bf 23 29 00 84 c0 74 b8 0f 0b 8d 74 26 00 90 <0f> 0b 8d b6 00 00 00 00 0f 0b 66 90 3e 8d 74 26 00 3d ff ff ff bf
[    0.598020] EAX: fffff000 EBX: f7318000 ECX: 00000000 EDX: ffffffff
[    0.598055] ESI: 37318000 EDI: f7318000 EBP: cf405f3c ESP: cf405f34
[    0.598088] DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068 EFLAGS: 00200086
[    0.598125] CR0: 80050033 CR2: ffbff000 CR3: 0f7b4000 CR4: 000000b0
[    0.598271] Kernel panic - not syncing: Attempted to kill the idle task!
[    0.598705] ---[ end Kernel panic - not syncing: Attempted to kill the idle task! ]---
2023-12-06 18:24:38 +01:00
..
2023-12-03 21:11:30 +01:00
2023-12-02 16:24:18 -05:00
2023-12-03 21:13:02 +01:00
2023-12-06 00:19:10 +01:00
2023-12-02 22:28:54 +01:00
2023-12-02 22:28:44 +01:00
2023-12-02 05:43:43 -05:00
2023-12-03 17:40:15 +01:00
2023-12-06 00:19:11 +01:00
2023-12-02 04:43:55 -05:00
2023-12-02 13:42:34 +01:00
2023-12-05 02:35:18 -05:00
2023-12-02 02:40:02 -05:00
2023-12-02 18:56:19 +01:00
2023-12-06 00:19:11 +01:00
2023-12-06 20:11:25 +07:00
2023-12-04 09:54:36 -05:00
2023-12-02 18:01:51 -05:00
2023-12-05 18:47:54 -05:00
2023-12-02 02:53:53 -05:00
2023-12-02 05:44:20 -05:00
2023-12-03 14:21:22 +01:00
2023-12-05 04:06:58 -05:00
2023-12-02 03:45:00 +01:00
2023-12-06 00:19:10 +01:00
2023-12-04 12:18:12 -05:00
2023-12-03 21:11:49 +01:00
2023-12-02 02:51:24 -05:00
2023-12-03 21:11:42 +01:00
2023-12-03 21:06:32 +01:00
2023-12-02 02:32:28 -05:00
2023-12-02 02:52:27 -05:00
2023-12-04 17:13:35 +01:00
2023-12-03 20:58:22 +01:00
2023-12-02 02:29:26 -05:00
2023-12-03 21:13:44 +01:00
2023-12-04 12:17:28 -05:00
2023-12-02 05:42:52 -05:00
2023-12-04 10:18:07 -05:00
2023-12-02 18:56:44 +01:00
2023-12-02 22:28:30 +01:00
2023-12-03 20:57:18 +01:00
2023-12-05 00:36:10 -05:00
2023-12-02 18:51:35 +01:00
2023-12-03 20:57:34 +01:00
2023-12-02 18:03:18 -05:00
2023-12-02 18:53:34 +01:00
2023-12-02 03:51:37 -05:00
2023-12-03 14:16:20 +01:00
2023-12-02 03:44:59 +01:00
2023-12-02 02:46:12 -05:00
2023-12-02 02:42:54 -05:00
2023-12-03 21:03:00 +01:00
2023-12-02 00:09:37 +01:00
2023-12-06 15:02:36 +01:00
2023-12-02 00:11:01 +01:00
2023-12-02 02:46:55 -05:00
2023-12-04 20:06:43 +07:00
2023-12-02 22:22:29 +01:00
2023-12-02 18:14:58 -05:00
2023-12-02 02:32:47 -05:00
2023-12-02 22:22:29 +01:00
2023-12-02 00:11:12 +01:00
2023-12-02 00:08:49 +01:00
2023-12-02 13:03:59 +01:00
2023-12-02 13:03:58 +01:00
2023-12-03 21:02:36 +01:00
2023-12-03 21:03:21 +01:00
2023-12-05 14:05:38 -05:00
2023-12-01 21:45:14 -05:00
2023-12-04 13:49:22 +01:00
2023-12-02 00:09:06 +01:00
2023-12-02 22:27:46 +01:00
2023-12-02 02:44:10 -05:00
2023-12-06 15:02:26 +01:00
2023-12-04 09:58:50 -05:00
2023-12-03 21:14:17 +01:00
2023-12-02 23:16:03 +00:00
2023-12-02 18:56:09 +01:00
2023-12-03 17:43:26 +01:00
2023-12-04 09:55:32 -05:00
2023-12-02 18:52:43 +01:00
2023-12-02 05:53:34 -05:00
2023-12-04 10:00:53 -05:00
2023-12-05 14:05:38 -05:00
2023-12-02 02:32:47 -05:00
2023-12-02 02:32:47 -05:00
2023-12-02 02:48:47 -05:00
2023-12-02 23:12:48 +00:00
2023-12-02 22:22:52 +01:00
2023-12-03 21:05:26 +01:00
2023-12-02 18:52:01 +01:00
2023-12-03 20:58:51 +01:00
2023-12-02 22:22:14 +01:00
2023-12-02 22:27:11 +01:00
2023-12-02 02:37:35 -05:00
2023-12-03 21:14:39 +01:00
2023-12-06 13:18:02 +01:00
2023-12-01 22:40:35 +01:00
2023-12-06 00:17:42 +01:00
2023-12-06 00:19:10 +01:00
2023-12-03 20:57:09 +01:00
2023-12-02 02:36:38 -05:00
2023-12-05 00:36:26 -05:00
2023-12-02 18:56:37 +01:00
2023-12-05 15:28:35 +01:00
2023-12-02 03:45:32 +01:00
2023-12-02 03:44:59 +01:00
2023-12-04 09:53:43 -05:00
2023-12-02 18:55:54 +01:00
2023-12-03 20:56:35 +01:00
2023-12-02 22:19:33 +01:00
2023-12-02 22:19:33 +01:00
2023-12-06 00:19:11 +01:00
2023-12-05 02:26:21 -05:00
2023-12-05 02:26:21 -05:00
2023-12-02 22:22:29 +01:00
2023-12-03 21:09:16 +01:00
2023-12-03 20:56:54 +01:00
2023-12-06 00:19:10 +01:00
2023-12-02 02:13:41 -05:00
2023-12-02 13:03:58 +01:00
2023-12-04 13:48:52 +01:00
2023-12-03 21:10:38 +01:00
2023-12-03 18:55:22 +01:00
2023-12-03 21:12:44 +01:00
2023-12-02 00:10:16 +01:00
2023-12-01 18:15:28 -05:00
2023-12-01 18:15:28 -05:00
atk
bro
2023-12-05 04:06:58 -05:00
exa
gxi
lgi
lld
lua
rtv
sdd
ved
xxd