Re: [PATCH] crypto: af_alg - Fix incorrect boolean values in af_alg_ctx
From: Linus Torvalds
Date: Wed Sep 24 2025 - 16:17:47 EST
On Wed, 24 Sept 2025 at 13:13, Eric Biggers <ebiggers@xxxxxxxxxx> wrote:
>
> I do think the idea of trying to re-pack the structure as part of a bug
> fix is a bit misguided, though.
Well, now it's done, so let's not change it even *more*, when a
one-liner should fix it.
I do agree that clearly the original fix was clearly buggy, but unless
it's reverted entirely I'd rather go for "minimal one-liner fix on top
of buggy fix", particularly since the end result is then better...
Linus