Re: [PATCH v3 3/7] x86/sgx: Initial poison handling for dirty and free pages

From: Jarkko Sakkinen
Date: Thu Jul 29 2021 - 20:42:23 EST


On Wed, Jul 28, 2021 at 01:46:49PM -0700, Tony Luck wrote:
> + dir = debugfs_create_dir("sgx", NULL);

dir = debugfs_create_dir("sgx", arch_debugfs_dir);

/Jarkko