From 82a2849bf83d629d7882d3c15196b3d76e95f9c9 Mon Sep 17 00:00:00 2001 From: bmax Date: Mon, 28 Oct 2024 19:17:24 +0800 Subject: [PATCH] fix: duplicate supercall id --- kernel/patch/include/uapi/scdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/patch/include/uapi/scdefs.h b/kernel/patch/include/uapi/scdefs.h index eb5dc8b..0cd22f0 100644 --- a/kernel/patch/include/uapi/scdefs.h +++ b/kernel/patch/include/uapi/scdefs.h @@ -23,9 +23,9 @@ static inline long hash_key(const char *key) #define SUPERCALL_HELLO 0x1000 #define SUPERCALL_KLOG 0x1004 +#define SUPERCALL_BUILD_TIME 0x1007 #define SUPERCALL_KERNELPATCH_VER 0x1008 #define SUPERCALL_KERNEL_VER 0x1009 -#define SUPERCALL_BUILD_TIME 0x1010 #define SUPERCALL_SKEY_GET 0x100a #define SUPERCALL_SKEY_SET 0x100b