[LTP] [PATCH 0/3] refine the MIN/MAX macros
Li Wang
liwang@redhat.com
Fri Mar 11 06:46:00 CET 2022
Add type checking to MIN/MAX and make use of them for both
new and old testcases.
Li Wang (3):
include: replace min/max macro by the new definition
lib: adding unnecessary pointer comparison
minmax: ensure the comparison numbers have compatible type
include/ipcmsg.h | 2 --
include/libnewipc.h | 1 -
include/tst_minmax.h | 2 ++
lib/tst_cgroup.c | 2 +-
lib/tst_memutils.c | 4 ++--
lib/tst_timer_test.c | 4 ++--
testcases/kernel/mem/mmapstress/mmapstress01.c | 3 +--
testcases/kernel/mem/mmapstress/mmapstress09.c | 1 -
testcases/kernel/mem/mmapstress/mmapstress10.c | 3 +--
testcases/kernel/security/cap_bound/cap_bounds_r.c | 3 +--
testcases/kernel/security/cap_bound/cap_bounds_rw.c | 7 +++----
testcases/kernel/syscalls/fallocate/fallocate06.c | 2 +-
testcases/kernel/syscalls/ipc/msgstress/msgstress01.c | 2 +-
testcases/kernel/syscalls/ipc/msgstress/msgstress02.c | 2 +-
14 files changed, 16 insertions(+), 22 deletions(-)
--
2.31.1
More information about the ltp
mailing list