On 02/29/2024 05:13 PM, Tiezhu Yang wrote:
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 <a...@linux-foundation.org>
+ Mark Brown <broo...@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-yangtie...@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?
Hi Andrew,
There is already a tag linux_kselftest-next-6.9-rc1 [1],
it seems no chance to merge them through kselftest tree,
would you be able to pick them up through your tree [2]?
"If you cannot find a maintainer for the subsystem you are
working on, Andrew Morton (a...@linux-foundation.org) serves
as a maintainer of last resort."
[1]
https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git/tag/?h=linux_kselftest-next-6.9-rc1
[2] https://www.kernel.org/doc/html/latest/process/submitting-patches.html
Thanks,
Tiezhu