Re: [patch 01/15] x86/irq: Convey vector as argument and not in ptregs

From: Thomas Gleixner
Date: Wed Feb 26 2020 - 18:44:07 EST


Brian Gerst <brgerst@xxxxxxxxx> writes:
> On Wed, Feb 26, 2020 at 3:13 PM Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
>> Brian Gerst <brgerst@xxxxxxxxx> writes:
>> Now the question is whether we care about the packed stubs or just make
>> them larger by using alignment to get rid of this silly +0x80 and
>> ~vector fixup later on. The straight forward thing clearly has its charm
>> and I doubt it matters in measurable ways.
>
> I think we can get rid of the inversion. That was done so orig_ax had
> a negative number (signifying it's not a syscall), but if you replace
> it with -1 that isn't necessary. A simple -0x80 offset should be
> sufficient.
>
> I think it's a worthy optimization to keep. There are 240 of these
> stubs, so increasing the allocation to 16 bytes would add 1920 bytes
> to the kernel text.

I rather pay the 2k text size for readable and straight forward
code. Can you remind me why we are actually worrying at that level about
32bit x86 instead of making it depend on CONFIG_OBSCURE?

Thanks,

tglx