[LTP] [PATCH 0/4] syscalls/modify_ldt: Refactor into new API
rbm@suse.com
rbm@suse.com
Mon Mar 24 21:45:32 CET 2025
Hello folks,
Here's my take on what should be the modify_ldt syscall refactor. For that
I decided to add the include/lapi/ldt.h file mostly because that scheme has
been intriguing me for a while now and I wanted to have a better grasp of
how it works. I hope I did it correctly.
I tried to enable it for x86_64 but although the syscall is available the
tests were then broken, so I dropped it.
Please consider reviewing,
- Ricardo.
Signed-off-by: Ricardo B. Marlière <rbm@suse.com>
---
Ricardo B. Marlière (4):
modify_ldt: Add lapi/ldt.h
syscalls/modify_ldt: Refactor modify_ldt03 into new API
syscalls/modify_ldt: Refactor modify_ldt02 into new API
syscalls/modify_ldt: Refactor modify_ldt01 into new API
include/lapi/ldt.h | 53 +++++
testcases/cve/cve-2015-3290.c | 15 +-
testcases/cve/cve-2017-17053.c | 10 +-
testcases/kernel/syscalls/fork/fork05.c | 4 +-
testcases/kernel/syscalls/modify_ldt/.gitignore | 8 +-
testcases/kernel/syscalls/modify_ldt/common.h | 30 +++
.../kernel/syscalls/modify_ldt/modify_ldt01.c | 234 ++-------------------
.../kernel/syscalls/modify_ldt/modify_ldt02.c | 225 +++++---------------
.../kernel/syscalls/modify_ldt/modify_ldt03.c | 114 ++--------
.../kernel/syscalls/modify_ldt/modify_ldt04.c | 32 +++
.../kernel/syscalls/modify_ldt/modify_ldt05.c | 37 ++++
.../syscalls/set_thread_area/set_thread_area.h | 31 ---
.../syscalls/set_thread_area/set_thread_area01.c | 14 +-
13 files changed, 266 insertions(+), 541 deletions(-)
---
base-commit: a790fadea35e65b46030f60e389deee7a6118c2b
change-id: 20250324-conversions-modify_ldt-816329223f6e
Best regards,
--
Ricardo B. Marlière <rbm@suse.com>
More information about the ltp
mailing list