mbox series

[v3,0/2] selftests/vDSO: Fix errors on LoongArch

Message ID 20231213012300.5640-1-yangtiezhu@loongson.cn
Headers show
Series selftests/vDSO: Fix errors on LoongArch | expand

Message

Tiezhu Yang Dec. 13, 2023, 1:22 a.m. UTC
v3: Rebase on the next branch of linux-kselftest.git,
    modify the patch title and update the commit message

v2: Rebase on 6.5-rc1 and update the commit message

Tiezhu Yang (2):
  selftests/vDSO: Fix building errors on LoongArch
  selftests/vDSO: Fix runtime errors on LoongArch

 tools/testing/selftests/vDSO/vdso_config.h    |  6 ++++-
 .../testing/selftests/vDSO/vdso_test_getcpu.c | 16 +++++-------
 .../selftests/vDSO/vdso_test_gettimeofday.c   | 26 +++++--------------
 3 files changed, 18 insertions(+), 30 deletions(-)

Comments

Tiezhu Yang Dec. 27, 2023, 7:55 a.m. UTC | #1
+ Andrew Morton <akpm@linux-foundation.org>
+ Mark Brown <broonie@kernel.org>

On 12/13/2023 09:22 AM, Tiezhu Yang wrote:
> v3: Rebase on the next branch of linux-kselftest.git,
>     modify the patch title and update the commit message
>
> v2: Rebase on 6.5-rc1 and update the commit message
>
> Tiezhu Yang (2):
>   selftests/vDSO: Fix building errors on LoongArch
>   selftests/vDSO: Fix runtime errors on LoongArch
>
>  tools/testing/selftests/vDSO/vdso_config.h    |  6 ++++-
>  .../testing/selftests/vDSO/vdso_test_getcpu.c | 16 +++++-------
>  .../selftests/vDSO/vdso_test_gettimeofday.c   | 26 +++++--------------
>  3 files changed, 18 insertions(+), 30 deletions(-)
>

Hi Shuah, Andrew and Mark,

The patches still seem to apply cleanly.
Could you please review and merge them for the upcoming merge window?

https://lore.kernel.org/lkml/20231213012300.5640-1-yangtiezhu@loongson.cn/

Thanks,
Tiezhu
Muhammad Usama Anjum Dec. 30, 2023, 7:07 a.m. UTC | #2
On 12/27/23 12:55 PM, Tiezhu Yang wrote:
> + Andrew Morton <akpm@linux-foundation.org>
> + Mark Brown <broonie@kernel.org>
> 
> On 12/13/2023 09:22 AM, Tiezhu Yang wrote:
>> v3: Rebase on the next branch of linux-kselftest.git,
>>     modify the patch title and update the commit message
>>
>> v2: Rebase on 6.5-rc1 and update the commit message
>>
>> Tiezhu Yang (2):
>>   selftests/vDSO: Fix building errors on LoongArch
>>   selftests/vDSO: Fix runtime errors on LoongArch
>>
>>  tools/testing/selftests/vDSO/vdso_config.h    |  6 ++++-
>>  .../testing/selftests/vDSO/vdso_test_getcpu.c | 16 +++++-------
>>  .../selftests/vDSO/vdso_test_gettimeofday.c   | 26 +++++--------------
>>  3 files changed, 18 insertions(+), 30 deletions(-)
>>
> 
> Hi Shuah, Andrew and Mark,
> 
> The patches still seem to apply cleanly.
> Could you please review and merge them for the upcoming merge window?
People may be on vacation. I'm also waiting to hear back on my patches.
Lets see when they get back and start picking up patches.

> 
> https://lore.kernel.org/lkml/20231213012300.5640-1-yangtiezhu@loongson.cn/
> 
> Thanks,
> Tiezhu
> 
>
Tiezhu Yang Dec. 31, 2023, 3:51 p.m. UTC | #3
Hi Muhammad,

On 12/30/23 15:07, Muhammad Usama Anjum wrote:
> On 12/27/23 12:55 PM, Tiezhu Yang wrote:
>> + Andrew Morton <akpm@linux-foundation.org>
>> + Mark Brown <broonie@kernel.org>
>>
>> On 12/13/2023 09:22 AM, Tiezhu Yang wrote:
>>> v3: Rebase on the next branch of linux-kselftest.git,
>>>      modify the patch title and update the commit message
>>>
>>> v2: Rebase on 6.5-rc1 and update the commit message
>>>
>>> Tiezhu Yang (2):
>>>    selftests/vDSO: Fix building errors on LoongArch
>>>    selftests/vDSO: Fix runtime errors on LoongArch
>>>
>>>   tools/testing/selftests/vDSO/vdso_config.h    |  6 ++++-
>>>   .../testing/selftests/vDSO/vdso_test_getcpu.c | 16 +++++-------
>>>   .../selftests/vDSO/vdso_test_gettimeofday.c   | 26 +++++--------------
>>>   3 files changed, 18 insertions(+), 30 deletions(-)
>>>
>>
>> Hi Shuah, Andrew and Mark,
>>
>> The patches still seem to apply cleanly.
>> Could you please review and merge them for the upcoming merge window?
> People may be on vacation. I'm also waiting to hear back on my patches.
> Lets see when they get back and start picking up patches.

Thank you very much for your reply and review, happy new year.

Thanks,
Tiezhu
Tiezhu Yang Jan. 29, 2024, 8:27 a.m. UTC | #4
On 12/27/2023 03:55 PM, Tiezhu Yang wrote:
> + Andrew Morton <akpm@linux-foundation.org>
> + Mark Brown <broonie@kernel.org>
>
> On 12/13/2023 09:22 AM, Tiezhu Yang wrote:
>> v3: Rebase on the next branch of linux-kselftest.git,
>>     modify the patch title and update the commit message
>>
>> v2: Rebase on 6.5-rc1 and update the commit message
>>
>> Tiezhu Yang (2):
>>   selftests/vDSO: Fix building errors on LoongArch
>>   selftests/vDSO: Fix runtime errors on LoongArch
>>
>>  tools/testing/selftests/vDSO/vdso_config.h    |  6 ++++-
>>  .../testing/selftests/vDSO/vdso_test_getcpu.c | 16 +++++-------
>>  .../selftests/vDSO/vdso_test_gettimeofday.c   | 26 +++++--------------
>>  3 files changed, 18 insertions(+), 30 deletions(-)
>>
>
> Hi Shuah, Andrew and Mark,
>
> The patches still seem to apply cleanly.
> Could you please review and merge them for the upcoming merge window?
>
> https://lore.kernel.org/lkml/20231213012300.5640-1-yangtiezhu@loongson.cn/

Ping, any comments?

Thanks,
Tiezhu
Tiezhu Yang Feb. 29, 2024, 9:13 a.m. UTC | #5
Hi Shuah and Andrew,

On 01/29/2024 04:27 PM, Tiezhu Yang wrote:
>
>
> On 12/27/2023 03:55 PM, Tiezhu Yang wrote:
>> + Andrew Morton <akpm@linux-foundation.org>
>> + Mark Brown <broonie@kernel.org>
>>
>> On 12/13/2023 09:22 AM, Tiezhu Yang wrote:
>>> v3: Rebase on the next branch of linux-kselftest.git,
>>>     modify the patch title and update the commit message
>>>
>>> v2: Rebase on 6.5-rc1 and update the commit message
>>>
>>> Tiezhu Yang (2):
>>>   selftests/vDSO: Fix building errors on LoongArch
>>>   selftests/vDSO: Fix runtime errors on LoongArch
>>>
>>>  tools/testing/selftests/vDSO/vdso_config.h    |  6 ++++-
>>>  .../testing/selftests/vDSO/vdso_test_getcpu.c | 16 +++++-------
>>>  .../selftests/vDSO/vdso_test_gettimeofday.c   | 26 +++++--------------
>>>  3 files changed, 18 insertions(+), 30 deletions(-)
>>>
>>
>> Hi Shuah, Andrew and Mark,
>>
>> The patches still seem to apply cleanly.
>> Could you please review and merge them for the upcoming merge window?
>>
>> https://lore.kernel.org/lkml/20231213012300.5640-1-yangtiezhu@loongson.cn/
>>
>
> Ping, any comments?

This series has received Reviewed-by and Tested-by for two months,
since the merge window is coming soon, should it take through
shuah/linux-kselftest.git or akpm/mm.git?

Thanks,
Tiezhu