Re: [PATCH 18/41] regset: new method and helpers for it

From: Al Viro
Date: Tue Jun 30 2020 - 09:25:23 EST


On Mon, Jun 29, 2020 at 09:30:28PM +0100, Al Viro wrote:

> > (b) or just call it something better to begin with. Maybe just
> > "get_regset" instead?
>
> <nod>
>
> Frankly, other field names there are also nasty - 'set' is not
> fun to grep for, but there are 'n' and 'size' as well. There's
> also 'bias' and 'align' (both completely unused)...

How about ->regset_get()? I've force-pushed a variant with that change +
removal of leftover unused variables (caught by Intel build bot) +
braino fix in sparc conversion (spotted when looking through the
patchset again); same branch names. Not sure if it's worth a repost
of the entire patchbomb...