Skip to content

Instantly share code, notes, and snippets.

@BlackIkeEagle
Created April 12, 2025 07:35
Show Gist options
  • Save BlackIkeEagle/289bcf2a9ea0e25f0098766538b002da to your computer and use it in GitHub Desktop.
Save BlackIkeEagle/289bcf2a9ea0e25f0098766538b002da to your computer and use it in GitHub Desktop.
6.12.23 coco failure
arch/x86/coco/tdx/tdx.c:1080:13: error: no member named 'safe_halt' in 'struct pv_irq_ops'
1080 | pv_ops.irq.safe_halt = tdx_safe_halt;
| ~~~~~~~~~~ ^
arch/x86/coco/tdx/tdx.c:1081:13: error: no member named 'halt' in 'struct pv_irq_ops'
1081 | pv_ops.irq.halt = tdx_halt;
| ~~~~~~~~~~ ^
2 errors generated.
make[5]: *** [scripts/Makefile.build:229: arch/x86/coco/tdx/tdx.o] Error 1
make[4]: *** [scripts/Makefile.build:478: arch/x86/coco/tdx] Error 2
make[3]: *** [scripts/Makefile.build:478: arch/x86/coco] Error 2
make[2]: *** [scripts/Makefile.build:478: arch/x86] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment