Following the recent discussion thread [1] about rseq uapi, here is a set of updates submitted for comments.
Thanks, Mathieu [1] https://lkml.kernel.org/r/20180702223143.4663-1-mathieu.desnoy...@efficios.com Mathieu Desnoyers (5): rseq: use __u64 for rseq_cs fields, validate user inputs rseq: uapi: update uapi comments rseq: uapi: declare rseq_cs field as union, update includes rseq: remove unused types_32_64.h uapi header rseq/selftests: cleanup: update comment above rseq_prepare_unload include/uapi/linux/rseq.h | 102 ++++++++++++++++++++---------------- include/uapi/linux/types_32_64.h | 50 ------------------ kernel/rseq.c | 26 +++++---- tools/testing/selftests/rseq/rseq.h | 24 ++++++--- 4 files changed, 92 insertions(+), 110 deletions(-) delete mode 100644 include/uapi/linux/types_32_64.h -- 2.11.0