[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] pickles: Improvements to btf.pk
From: |
David Faust |
Subject: |
Re: [PATCH] pickles: Improvements to btf.pk |
Date: |
Tue, 16 Feb 2021 08:44:15 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 |
On 2/14/21 6:04 AM, Jose E. Marchesi wrote:
>
> Hi David.
>
>> Several small fixes and improvements to BTF_Type:
>>
>> Make the offset.bitfield struct an integral struct. This corrects the
>> ordering of the bitfield_size and bit_offset members, which otherwise
>> are extracted backwards.
>>
>> Change several fields representing sizes or offsets to use be offset
>> types.
>>
>> Correct the variable-length data portion to also be a BTF_Member[]
>> for BTF_KIND_STRUCT types.
>>
>> Also add a new type: struct BTF_Section, which encapsulates all the
>> information present in a BTF section - header, types and strings.
>>
>> 2021-02-12 David Faust <david.faust@oracle.com>
>>
>> * pickles/btf.pk (BTF_Type) Make several fields `offset`s where
>> appropriate. Correct bitfield to use integral struct. Correct variable
>> data for BTF_KIND_STRUCT.
>> (BTF_Section) New type.
>
> Applied.
> Thanks!
Thanks!
>
> PS: did you create an account at savannah.gnu.org? If you do, I can
> give you write access to the git repo for future contributions.
>
I've just done this, with the username dfaust
:)