Re: [PATCH 07/13] x86/virt/tdx: Add SEAMCALL wrapper tdh_mem_sept_add() to add SEPT pages
From: Dave Hansen
Date: Tue Jan 07 2025 - 20:22:09 EST
On 1/7/25 17:12, Yan Zhao wrote:
> So, why does this bitfields definition make things worse?
Look at the kernel page table management. Why don't we use bitfields for
_that_? Look at the link I sent. Bitfields can cause some really goofy
unexpected behavior if you pass them around like they were a full type.