Re: [PATCH v2 3/8] x86, syscalls: Refactor COND_SYSCALL macros

From: Dominik Brodowski
Date: Tue Feb 25 2020 - 16:19:56 EST


On Mon, Feb 24, 2020 at 01:17:52PM -0500, Brian Gerst wrote:
> Pull the common code out from the COND_SYSCALL macros into a new
> __COND_SYSCALL macro. Also conditionalize the X64 version in preparation
> for enabling syscall wrappers on 32-bit native kernels.

With the same caveat as the last patch: Nice work!

Thanks,
Dominik