[LTP] [PATCH v4 0/3] syscalls/modify_ldt: Refactor into new API
rbm@suse.com
rbm@suse.com
Fri Mar 28 20:33:11 CET 2025
Signed-off-by: Ricardo B. Marlière <rbm@suse.com>
---
Changes in v4:
- Re-added the asm/ldt.h include directive
- Link to v3: https://lore.kernel.org/r/20250328-conversions-modify_ldt-v3-0-f6b6ee1c9144@suse.com
Changes in v3:
- Dropped the set_thread_area01 patch for a later series
- Squashed modify_ldt03 commit into modify_ldt01
- Renamed struct tst_case to tcase
- Removed fallback definition of struct user_desc
- Link to v2: https://lore.kernel.org/r/20250327-conversions-modify_ldt-v2-0-2907d4d3f6c0@suse.com
Changes in v2:
- Also refactored set_thread_area01
- Merged simple tests (including the existing modify_ldt03) into
modify_ldt01 instead of splitting it
- Added SAFE_MODIFY_LDT() macro
- Removed check to asm/ldt.h in configure.ac
- Used tst_syscall() instead of syscall() in modify_ldt() @ lapi/ldt.h
- Link to v1: https://lore.kernel.org/r/20250324-conversions-modify_ldt-v1-0-8d6d82f10768@suse.com
---
Ricardo B. Marlière (3):
syscalls/modify_ldt: Add lapi/ldt.h
syscalls/modify_ldt02: Refactor into new API
syscalls/modify_ldt01: Refactor into new API
configure.ac | 1 -
include/lapi/ldt.h | 38 +++
testcases/cve/cve-2015-3290.c | 35 +--
testcases/cve/cve-2017-17053.c | 10 +-
testcases/kernel/syscalls/fork/fork05.c | 5 +-
testcases/kernel/syscalls/modify_ldt/.gitignore | 5 +-
testcases/kernel/syscalls/modify_ldt/common.h | 30 +++
.../kernel/syscalls/modify_ldt/modify_ldt01.c | 258 ++++-----------------
.../kernel/syscalls/modify_ldt/modify_ldt02.c | 222 ++++--------------
.../kernel/syscalls/modify_ldt/modify_ldt03.c | 105 ---------
10 files changed, 178 insertions(+), 531 deletions(-)
---
base-commit: 753bd13472d4be44eb70ff183b007fe9c5fffa07
change-id: 20250324-conversions-modify_ldt-816329223f6e
Best regards,
--
Ricardo B. Marlière <rbm@suse.com>
More information about the ltp
mailing list