Files
Nolen Johnson e1096a63d8 arch: arm64: configs: floral/sunfish: Disable CFI
* The 5.4 BPF backports introduced the following CFI failure that causes
  crashes on boot:
  ```
   [   39.971958] c7   1177 Kernel panic - not syncing: CFI failure (target: bpf_prog_3cf034b66a4fc635_cgroupsock_inet+0x358/0x1000)
   [   39.971958] c7   1177
   [   40.020188] c7   1177 CPU: 7 PID: 1177 Comm: netd Tainted: G S       C      4.14.355-openela-gc266e5bfed05 #4
   [   40.030374] c7   1177 Hardware name: Qualcomm Technologies, Inc. SM8150 V2 PM8150 Google Inc. MSM sm8150 Coral (DT)
   [   40.041090] c7   1177 Call trace:
   [   40.044519] c7   1177  dump_backtrace.cfi_jt+0x0/0x4
   [   40.049632] c7   1177  dump_stack+0x88/0xc0
   [   40.053940] c7   1177  panic+0x134/0x414
   [   40.057980] c7   1177  scs_task_reset+0x0/0x10
   [   40.062553] c7   1177  name_to_dev_t+0x0/0x8a0
   [   40.067129] c7   1177  __cfi_slowpath+0x1f0/0x2b4
   [   40.071966] c7   1177  __cgroup_bpf_run_filter_sk+0x1b0/0x280
   [   40.077872] c7   1177  inet_create+0x4d0/0x528
   [   40.082445] c7   1177  __sock_create+0x190/0x2a0
   [   40.087195] c7   1177  SyS_socket+0x6c/0x150
   [   40.101918] c7   1177  el0_svc_naked+0x34/0x38
   ```
* Prioritize these devices living on, re-enable CFI later when/if
  this is figured out.

Change-Id: Iee4b07ea7f7a562bd5a3e2bec9de906fe14c2389
2025-12-15 22:00:02 -05:00
..