All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/2] cleanup: Modify incorrect use of test macros and annotation style
@ 2021-04-02  3:46 Xie Ziyao
  2021-04-02  3:46 ` [LTP] [PATCH 1/2] kernel/syscalls: Modify incorrect use of TERRNO and replace functions with safe_macros Xie Ziyao
  2021-04-02  3:46 ` [LTP] [PATCH 2/2] kernel/syscalls: Unify the annotation style and remove Redundant code Xie Ziyao
  0 siblings, 2 replies; 7+ messages in thread
From: Xie Ziyao @ 2021-04-02  3:46 UTC (permalink / raw)
  To: ltp

- modify incorrect use of test macros;
- unify the annotation style and remove Redundant code.

Xie Ziyao (2):
  Modify incorrect use of TERRNO and replace functions with safe_macros
  Unify the annotation style and remove Redundant code

 testcases/kernel/syscalls/bpf/bpf_map01.c     |  2 +-
 .../syscalls/clock_gettime/clock_gettime03.c  | 20 +++++++------------
 .../clock_nanosleep/clock_nanosleep01.c       |  2 +-
 .../clock_nanosleep/clock_nanosleep03.c       | 18 +++++++----------
 testcases/kernel/syscalls/clone3/clone301.c   |  5 +++++
 testcases/kernel/syscalls/clone3/clone302.c   |  5 +++++
 .../copy_file_range/copy_file_range02.c       |  2 +-
 .../copy_file_range/copy_file_range03.c       |  2 +-
 testcases/kernel/syscalls/dup/dup03.c         |  4 ++--
 testcases/kernel/syscalls/execle/Makefile     | 19 +++---------------
 testcases/kernel/syscalls/execlp/Makefile     | 19 +++---------------
 testcases/kernel/syscalls/execve/execve02.c   |  4 ++--
 testcases/kernel/syscalls/execvp/Makefile     | 20 +++----------------
 .../kernel/syscalls/fallocate/fallocate04.c   |  2 +-
 testcases/kernel/syscalls/getcwd/getcwd01.c   |  4 ++--
 testcases/kernel/syscalls/getcwd/getcwd02.c   |  2 +-
 .../syscalls/init_module/init_module01.c      |  2 +-
 .../syscalls/init_module/init_module02.c      |  2 +-
 .../kernel/syscalls/io_uring/io_uring02.c     | 10 +++++-----
 testcases/kernel/syscalls/ioctl/ioctl04.c     |  4 ++--
 testcases/kernel/syscalls/ioperm/ioperm01.c   |  2 +-
 testcases/kernel/syscalls/lgetxattr/Makefile  | 16 +--------------
 22 files changed, 56 insertions(+), 110 deletions(-)

--
2.17.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-05-12  8:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-02  3:46 [LTP] [PATCH 0/2] cleanup: Modify incorrect use of test macros and annotation style Xie Ziyao
2021-04-02  3:46 ` [LTP] [PATCH 1/2] kernel/syscalls: Modify incorrect use of TERRNO and replace functions with safe_macros Xie Ziyao
2021-05-11  6:32   ` Petr Vorel
2021-05-11  8:37     ` Xie Ziyao
2021-04-02  3:46 ` [LTP] [PATCH 2/2] kernel/syscalls: Unify the annotation style and remove Redundant code Xie Ziyao
2021-05-11  6:31   ` Petr Vorel
2021-05-12  8:51     ` Xie Ziyao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.