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

@@ -76,10 +76,6 @@
#include <trace/hooks/mm.h>
#include <trace/hooks/dtask.h>
#ifdef CONFIG_SECURITY_DEFEX
#include <linux/defex.h>
#endif
/*
* The default value should be high enough to not crash a system that randomly
* crashes its kernel from time to time, but low enough to at least not permit
@@ -822,9 +818,6 @@ void __noreturn do_exit(long code)
synchronize_group_exit(tsk, code);
#ifdef CONFIG_SECURITY_DEFEX
task_defex_zero_creds(current);
#endif
WARN_ON(tsk->plug);
profile_task_exit(tsk);