Re: [patch 00/10] x86/fpu: Clean up error handling in sigframe related code

From: Linus Torvalds
Date: Mon Aug 30 2021 - 13:39:56 EST


On Mon, Aug 30, 2021 at 9:27 AM Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
>
> The following series cleans this up. As a side effect the resulting text
> size of fpu/signal.o shrinks by about 150 bytes.

Well, some of the patches in the middle were confusing because of how
0/ERROR was mixing with a success true/false thing, but the end result
seems to be a whole lot more sensible.

Thanks,

Linus