yang xu

Results 16 comments of yang xu

@metan-ucw we have timer_settime test about signal handler, they are in open_posix_testsuite/functional/timers/timers.

> I don't think it needs to be very complicated. At present, the minimum frequency is 100Hz, so 11ms can meet the requirements. The detal does not require high accuracy....

@jiaoff Maybe use [tst_config_get api ](https://github.com/linux-test-project/ltp/blob/master/lib/tst_kconfig.c#L540) to parse the CONFIG_HZ value?

Upstream kernel doesn't have 5.12.16-rc1. Can you provide the correct kernel version?

I think it is from stable kernel.

Recently, I run msgstress04 and it fails because systemd(after v243-rc1) has increased pid_max to 4194304 on 64 bit machine since [sysctl: let's by default increase the numeric PID range from...

Also, it looks like we can drop COLDFIRE like uclinux. Is it right?

Ok. I will convert these cases into new library(in my todo list).

@metan-ucw I am working on it. But I have a question about this. IMO, the message queue consume memory size is about MSGMNB * MSGMNI (On my system, it is...

shmdt has been converted into new api since [d2a567](https://github.com/linux-test-project/ltp/commit/d2a5676ad3c693f2cc5bf4256391277edd9948ef) [5662354](https://github.com/linux-test-project/ltp/commit/5662354ecab41cfa5c7195f737e371bff006c5d4)