Add samsung specific changes

This commit is contained in:
2025-08-11 14:29:00 +02:00
parent c66122e619
commit 4d134a1294
2688 changed files with 1127995 additions and 11475 deletions

View File

@@ -12,7 +12,6 @@
#include <linux/audit.h>
#include <linux/numa.h>
#include <linux/scs.h>
#include <linux/task_integrity.h>
#include <linux/uaccess.h>
@@ -58,11 +57,6 @@ unsigned long init_shadow_call_stack[SCS_SIZE / sizeof(long)]
};
#endif
#ifdef CONFIG_FIVE
static struct task_integrity init_integrity =
INIT_TASK_INTEGRITY(init_integrity);
#endif
/*
* Set up the first task table, touch at your own risk!. Base=0,
* limit=0x1fffff (=2MB)
@@ -220,7 +214,6 @@ struct task_struct init_task
.android_vendor_data1 = {0, },
.android_oem_data1 = {0, },
#endif
INIT_INTEGRITY(init_task)
};
EXPORT_SYMBOL(init_task);