[v2,0/5] Add support for MIPS

Message ID 20231102065602.3128526-1-ying.huang@oss.cipunited.com
Headers
Series Add support for MIPS |

Message

Ying Huang Nov. 2, 2023, 6:55 a.m. UTC
  This is a series of modifications about MIPS.
Support src/readelf, strip, elflint, objdump related tools.

Pass all previous test cases that failed due to MIPS non-support.
The following are the test results on mips64el.
# TOTAL: 271
# PASS:  263
# SKIP:  8
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
  

Comments

Mark Wielaard Nov. 3, 2023, 11:56 a.m. UTC | #1
Hi Yimg,

On Thu, 2023-11-02 at 14:55 +0800, Ying Huang wrote:
> This is a series of modifications about MIPS.
> Support src/readelf, strip, elflint, objdump related tools.

Thanks. What are the changes compared to v1?
https://patchwork.sourceware.org/project/elfutils/list/?series=18813

> Pass all previous test cases that failed due to MIPS non-support.
> The following are the test results on mips64el.
> # TOTAL: 271
> # PASS:  263
> # SKIP:  8
> # XFAIL: 0
> # FAIL:  0
> # XPASS: 0
> # ERROR: 0

That looks pretty good. What distro/gcc/glibc/kernel was this against?

Cheers,

Mark
  
Mark Wielaard Nov. 3, 2023, 12:20 p.m. UTC | #2
On Fri, 2023-11-03 at 12:56 +0100, Mark Wielaard wrote:
> Hi Yimg,

Sorry, typo, Ying.

> On Thu, 2023-11-02 at 14:55 +0800, Ying Huang wrote:
> > This is a series of modifications about MIPS.
> > Support src/readelf, strip, elflint, objdump related tools.
> 
> Thanks. What are the changes compared to v1?
> https://patchwork.sourceware.org/project/elfutils/list/?series=18813

Sorry, I just marked this series as superseded, so the correct URL is:
https://patchwork.sourceware.org/project/elfutils/list/?series=18813&state=*

> > Pass all previous test cases that failed due to MIPS non-support.
> > The following are the test results on mips64el.
> > # TOTAL: 271
> > # PASS:  263
> > # SKIP:  8
> > # XFAIL: 0
> > # FAIL:  0
> > # XPASS: 0
> > # ERROR: 0
> 
> That looks pretty good. What distro/gcc/glibc/kernel was this against?
> 
> Cheers,
> 
> Mark
  
Ying Huang Nov. 9, 2023, 3 a.m. UTC | #3
Hi,

在 2023/11/3 19:56, Mark Wielaard 写道:
> Hi Yimg,
>
> On Thu, 2023-11-02 at 14:55 +0800, Ying Huang wrote:
>> This is a series of modifications about MIPS.
>> Support src/readelf, strip, elflint, objdump related tools.
> Thanks. What are the changes compared to v1?
> https://patchwork.sourceware.org/project/elfutils/list/?series=18813
>
>> Pass all previous test cases that failed due to MIPS non-support.
>> The following are the test results on mips64el.
>> # TOTAL: 271
>> # PASS:  263
>> # SKIP:  8
>> # XFAIL: 0
>> # FAIL:  0
>> # XPASS: 0
>> # ERROR: 0
> That looks pretty good. What distro/gcc/glibc/kernel was this against?
>
> Cheers,
>
> Mark

Debian GNU/Linux 11

gcc version 12.2.0

glibc  2.36-9

kernel version 5.10.0-22-loongson-3


Thanks,

Ying
  
Ying Huang Nov. 29, 2023, 7:40 a.m. UTC | #4
Ping


Thanks,

Ying


在 2023/11/9 11:00, Ying Huang 写道:
> Hi,
>
> 在 2023/11/3 19:56, Mark Wielaard 写道:
>> Hi Yimg,
>>
>> On Thu, 2023-11-02 at 14:55 +0800, Ying Huang wrote:
>>> This is a series of modifications about MIPS.
>>> Support src/readelf, strip, elflint, objdump related tools.
>> Thanks. What are the changes compared to v1?
>> https://patchwork.sourceware.org/project/elfutils/list/?series=18813
>>
>>> Pass all previous test cases that failed due to MIPS non-support.
>>> The following are the test results on mips64el.
>>> # TOTAL: 271
>>> # PASS:  263
>>> # SKIP:  8
>>> # XFAIL: 0
>>> # FAIL:  0
>>> # XPASS: 0
>>> # ERROR: 0
>> That looks pretty good. What distro/gcc/glibc/kernel was this against?
>>
>> Cheers,
>>
>> Mark
> Debian GNU/Linux 11
>
> gcc version 12.2.0
>
> glibc  2.36-9
>
> kernel version 5.10.0-22-loongson-3
>
>
> Thanks,
>
> Ying
  
Ying Huang Dec. 19, 2023, 2:53 a.m. UTC | #5
Ping


Thanks,

Ying


在 2023/11/29 15:40, Ying Huang 写道:
> Ping
>
>
> Thanks,
>
> Ying
>
>
> 在 2023/11/9 11:00, Ying Huang 写道:
>> Hi,
>>
>> 在 2023/11/3 19:56, Mark Wielaard 写道:
>>> Hi Yimg,
>>>
>>> On Thu, 2023-11-02 at 14:55 +0800, Ying Huang wrote:
>>>> This is a series of modifications about MIPS.
>>>> Support src/readelf, strip, elflint, objdump related tools.
>>> Thanks. What are the changes compared to v1?
>>> https://patchwork.sourceware.org/project/elfutils/list/?series=18813
>>>
>>>> Pass all previous test cases that failed due to MIPS non-support.
>>>> The following are the test results on mips64el.
>>>> # TOTAL: 271
>>>> # PASS:  263
>>>> # SKIP:  8
>>>> # XFAIL: 0
>>>> # FAIL:  0
>>>> # XPASS: 0
>>>> # ERROR: 0
>>> That looks pretty good. What distro/gcc/glibc/kernel was this against?
>>>
>>> Cheers,
>>>
>>> Mark
>> Debian GNU/Linux 11
>>
>> gcc version 12.2.0
>>
>> glibc  2.36-9
>>
>> kernel version 5.10.0-22-loongson-3
>>
>>
>> Thanks,
>>
>> Ying
  
Ying Huang Dec. 29, 2023, 9:15 a.m. UTC | #6
Ping


Thanks,

Ying.

>>>>> Pass all previous test cases that failed due to MIPS non-support.
>>>>> The following are the test results on mips64el.
>>>>> # TOTAL: 271
>>>>> # PASS:  263
>>>>> # SKIP:  8
>>>>> # XFAIL: 0
>>>>> # FAIL:  0
>>>>> # XPASS: 0
>>>>> # ERROR: 0
>>>> That looks pretty good. What distro/gcc/glibc/kernel was this against?
>>>>
>>>> Cheers,
>>>>
>>>> Mark
>>> Debian GNU/Linux 11
>>>
>>> gcc version 12.2.0
>>>
>>> glibc  2.36-9
>>>
>>> kernel version 5.10.0-22-loongson-3
>>>
>>>
>>> Thanks,
>>>
>>> Ying
  
Ying Huang Jan. 23, 2024, 8:21 a.m. UTC | #7
Ping,

Thanks.


在 2023/11/9 11:00, Ying Huang 写道:
> Hi,
>
> 在 2023/11/3 19:56, Mark Wielaard 写道:
>> Hi Yimg,
>>
>> On Thu, 2023-11-02 at 14:55 +0800, Ying Huang wrote:
>>> This is a series of modifications about MIPS.
>>> Support src/readelf, strip, elflint, objdump related tools.
>> Thanks. What are the changes compared to v1?
>> https://patchwork.sourceware.org/project/elfutils/list/?series=18813
>>
>>> Pass all previous test cases that failed due to MIPS non-support.
>>> The following are the test results on mips64el.
>>> # TOTAL: 271
>>> # PASS:  263
>>> # SKIP:  8
>>> # XFAIL: 0
>>> # FAIL:  0
>>> # XPASS: 0
>>> # ERROR: 0
>> That looks pretty good. What distro/gcc/glibc/kernel was this against?
>>
>> Cheers,
>>
>> Mark
> Debian GNU/Linux 11
>
> gcc version 12.2.0
>
> glibc  2.36-9
>
> kernel version 5.10.0-22-loongson-3
>
>
> Thanks,
>
> Ying
  
Ying Huang Feb. 4, 2024, 1:44 a.m. UTC | #8
Hi Mark,

The email responded to the question you aksed last time about the test environment.   Patch v2 has modified all the questions you asked in the patch v1.

Could you help reivew it again when you have time? If you have any questions, please feel free to let me konw.

Thanks,

Ying


在 2024/1/23 16:21, Ying Huang 写道:
> Ping,
>
> Thanks.
>
>
> 在 2023/11/9 11:00, Ying Huang 写道:
>> Hi,
>>
>> 在 2023/11/3 19:56, Mark Wielaard 写道:
>>> Hi Yimg,
>>>
>>> On Thu, 2023-11-02 at 14:55 +0800, Ying Huang wrote:
>>>> This is a series of modifications about MIPS.
>>>> Support src/readelf, strip, elflint, objdump related tools.
>>> Thanks. What are the changes compared to v1?
>>> https://patchwork.sourceware.org/project/elfutils/list/?series=18813
>>>
>>>> Pass all previous test cases that failed due to MIPS non-support.
>>>> The following are the test results on mips64el.
>>>> # TOTAL: 271
>>>> # PASS:  263
>>>> # SKIP:  8
>>>> # XFAIL: 0
>>>> # FAIL:  0
>>>> # XPASS: 0
>>>> # ERROR: 0
>>> That looks pretty good. What distro/gcc/glibc/kernel was this against?
>>>
>>> Cheers,
>>>
>>> Mark
>> Debian GNU/Linux 11
>>
>> gcc version 12.2.0
>>
>> glibc  2.36-9
>>
>> kernel version 5.10.0-22-loongson-3
>>
>>
>> Thanks,
>>
>> Ying