[LTP] [PATCH V5 5/5] syscalls/clock_adjtime: Add support for time64 tests

Cyril Hrubis chrubis@suse.cz
Mon Apr 27 16:15:21 CEST 2020


Hi!
I've cleaned up the code and pushed, thanks.

Fixed things such as:

* Macros should be uppercase, otherwise it's confusing

* All local variables has to be passed to macros as parameters
  this one is confusing as hell

* No variables and parameters stating with underscore, unless
  we defined fallback for kernel types these are reserved for
  kernel/libc

* The tst_get_bad_addr() allocates a page for each call, so I have moved
  it to setup

* etc...

-- 
chrubis@suse.cz


More information about the ltp mailing list