Re: [PATCH 4/5] kernel/cobalt/posix/syscall32:introduce old_timespec32 and __kernel_timespec to clock_settime of syscall32

2020-11-11 Thread chensong via Xenomai
On 2020年11月11日 15:34, Jan Kiszka wrote: On 11.11.20 06:50, chensong wrote: On 2020年11月10日 18:17, Jan Kiszka wrote: On 03.11.20 04:05, chensong wrote: 1, introduce old_timespec32 for 32bit process with 32bit timespec 2, implement clock_settime64 for 32bit process with 64bit timespec

Re: [PATCH 4/5] kernel/cobalt/posix/syscall32:introduce old_timespec32 and __kernel_timespec to clock_settime of syscall32

2020-11-10 Thread Jan Kiszka via Xenomai
On 11.11.20 06:50, chensong wrote: > > > On 2020年11月10日 18:17, Jan Kiszka wrote: >> >> On 03.11.20 04:05, chensong wrote: >>> 1, introduce old_timespec32 for 32bit process with 32bit timespec >>> 2, implement clock_settime64 for 32bit process with 64bit timespec >>> >>> Signed-off-by: chensong

Re: [PATCH 4/5] kernel/cobalt/posix/syscall32:introduce old_timespec32 and __kernel_timespec to clock_settime of syscall32

2020-11-10 Thread chensong via Xenomai
On 2020年11月10日 18:17, Jan Kiszka wrote: On 03.11.20 04:05, chensong wrote: 1, introduce old_timespec32 for 32bit process with 32bit timespec 2, implement clock_settime64 for 32bit process with 64bit timespec Signed-off-by: chensong --- include/cobalt/kernel/compat.h | 6 ++

Re: [PATCH 4/5] kernel/cobalt/posix/syscall32:introduce old_timespec32 and __kernel_timespec to clock_settime of syscall32

2020-11-10 Thread Jan Kiszka via Xenomai
On 03.11.20 04:05, chensong wrote: > 1, introduce old_timespec32 for 32bit process with 32bit timespec > 2, implement clock_settime64 for 32bit process with 64bit timespec > > Signed-off-by: chensong > --- > include/cobalt/kernel/compat.h | 6 ++ > kernel/cobalt/posix/compat.c| 20

[PATCH 4/5] kernel/cobalt/posix/syscall32:introduce old_timespec32 and __kernel_timespec to clock_settime of syscall32

2020-11-02 Thread chensong via Xenomai
1, introduce old_timespec32 for 32bit process with 32bit timespec 2, implement clock_settime64 for 32bit process with 64bit timespec Signed-off-by: chensong --- include/cobalt/kernel/compat.h | 6 ++ kernel/cobalt/posix/compat.c| 20