Re: [PATCH] fscrypt: Remove workaround for bug in gcc 7 and earlier
From: Eric Biggers
Date: Sun Jul 05 2026 - 15:12:23 EST
On Thu, Jun 18, 2026 at 10:10:08PM -0700, Eric Biggers wrote:
> Since the kernel's minimum gcc version is now 8.1, the workaround for a
> strange gcc bug in fscrypt_ioctl_set_policy() is no longer needed.
>
> Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx>
> ---
> fs/crypto/policy.c | 17 ++---------------
> 1 file changed, 2 insertions(+), 15 deletions(-)
Applied to https://git.kernel.org/pub/scm/fs/fscrypt/linux.git/log/?h=for-next
- Eric