kdbus: Add magic value submit/tizen/20220208.095838 submit/tizen/20220210.062658
authorAdrian Szyndela <adrian.s@samsung.com>
Fri, 9 Sep 2016 11:35:49 +0000 (13:35 +0200)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 8 Feb 2022 09:58:20 +0000 (18:58 +0900)
[partially picked from commit 216823ac83c0ab89348e2ed6f66179f53626586e]

except of all the kdbus driver, add magic value of it only.

Original authors of the files are those from commit 216823ac83c0ab8934.

Cherry-picked from 4.14 commit 970070c4f68f113284f86cf7b6fbd23d6b35b511.

Change-Id: Id60af5faf794fc4ae7122976621076f1021f6c38
Signed-off-by: Adrian Szyndela <adrian.s@samsung.com>
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
Signed-off-by: Ɓukasz Stelmach <l.stelmach@samsung.com>
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
include/uapi/linux/magic.h

index f3956fc..04b8b17 100644 (file)
@@ -98,4 +98,6 @@
 #define Z3FOLD_MAGIC           0x33
 #define PPC_CMM_MAGIC          0xc7571590
 
+#define KDBUS_SUPER_MAGIC      0x44427573
+
 #endif /* __LINUX_MAGIC_H__ */