We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf83dae commit facaa13Copy full SHA for facaa13
include/linux/mm.h
@@ -378,8 +378,8 @@ extern unsigned int kobjsize(const void *objp);
378
#endif
379
380
#if defined(CONFIG_ARM64_MTE)
381
-# define VM_MTE VM_HIGH_ARCH_0 /* Use Tagged memory for access control */
382
-# define VM_MTE_ALLOWED VM_HIGH_ARCH_1 /* Tagged memory permitted */
+# define VM_MTE VM_HIGH_ARCH_4 /* Use Tagged memory for access control */
+# define VM_MTE_ALLOWED VM_HIGH_ARCH_5 /* Tagged memory permitted */
383
#else
384
# define VM_MTE VM_NONE
385
# define VM_MTE_ALLOWED VM_NONE
0 commit comments