[LTP] [PATCH V3 00/17] Syscalls: Add support for time64 variants

Viresh Kumar viresh.kumar@linaro.org
Tue May 19 10:54:25 CEST 2020


On 18-05-20, 11:21, Arnd Bergmann wrote:
> On Mon, May 18, 2020 at 11:12 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
> > Ahh, if I understand correct you are only talking about the cases
> > where the syscall is called directly without the libc wrapper, right ?
> > We can't use timeval/timespec there anymore.
> 
> Exactly.

There weren't a lot of offenders I believe. I have fixed them and sent a
patchset for that.

> There are probably also ioctls with the same problem, but
> I don't know which ioctl commands are actually tested by ltp.
> 
> I would guess that the socket timestamps (both ioctl and
> setsockopt based ones) do have some tests that need to be
> updated.

I tried to do some search based on:

git grep "ioctl" `git grep -l tst_syscall`
git grep "setsockopt" `git grep -l tst_syscall`

but found nothing :(

Do I need to look for something else ?

-- 
viresh


More information about the ltp mailing list