2021-12-08 18:40:54

by Peter Zijlstra

[permalink] [raw]
Subject: [RFC][PATCH 0/5] refcount: Improve code-gen

Hi,

Improves the refcount_t code-gen; I've still got to go through the latest thing
Linus suggested, but figured I should get these patches out to see if there's
other concerns etc..





2021-12-09 08:26:10

by Peter Zijlstra

[permalink] [raw]
Subject: Re: [RFC][PATCH 0/5] refcount: Improve code-gen

On Wed, Dec 08, 2021 at 07:36:55PM +0100, Peter Zijlstra wrote:
> Hi,
>
> Improves the refcount_t code-gen; I've still got to go through the latest thing
> Linus suggested, but figured I should get these patches out to see if there's
> other concerns etc..
>

Bah, I forgot to Cc Jens, let me bounce him the lot.

2021-12-09 16:20:04

by Jens Axboe

[permalink] [raw]
Subject: Re: [RFC][PATCH 0/5] refcount: Improve code-gen

On 12/9/21 1:25 AM, Peter Zijlstra wrote:
> On Wed, Dec 08, 2021 at 07:36:55PM +0100, Peter Zijlstra wrote:
>> Hi,
>>
>> Improves the refcount_t code-gen; I've still got to go through the latest thing
>> Linus suggested, but figured I should get these patches out to see if there's
>> other concerns etc..
>>
>
> Bah, I forgot to Cc Jens, let me bounce him the lot.

Traveling the next few days, just put me on v2 and I should have time to
look at this start next week. Bouncing only helps for initial messages,
I'll have to do dig for followups :-)

--
Jens Axboe


2021-12-09 16:51:13

by Peter Zijlstra

[permalink] [raw]
Subject: Re: [RFC][PATCH 0/5] refcount: Improve code-gen

On Thu, Dec 09, 2021 at 09:19:58AM -0700, Jens Axboe wrote:
> On 12/9/21 1:25 AM, Peter Zijlstra wrote:
> > On Wed, Dec 08, 2021 at 07:36:55PM +0100, Peter Zijlstra wrote:
> >> Hi,
> >>
> >> Improves the refcount_t code-gen; I've still got to go through the latest thing
> >> Linus suggested, but figured I should get these patches out to see if there's
> >> other concerns etc..
> >>
> >
> > Bah, I forgot to Cc Jens, let me bounce him the lot.
>
> Traveling the next few days, just put me on v2 and I should have time to
> look at this start next week. Bouncing only helps for initial messages,
> I'll have to do dig for followups :-)

Hmm.. I tagged the whole thread and did tag-bounce. Anyway, I'll be sure
to copy you on v2. Thanks!