Merge tag 'v5.18' into merge-5.18-t4

Linux 5.18
This commit is contained in:
Hajime Tazaki
2022-08-09 15:24:32 +09:00
13664 changed files with 1067686 additions and 320732 deletions

View File

@@ -296,10 +296,6 @@ static inline void addr_limit_user_check(void)
return;
#endif
if (CHECK_DATA_CORRUPTION(uaccess_kernel(),
"Invalid address limit on user-mode return"))
force_sig(SIGKILL);
#ifdef TIF_FSCHECK
clear_thread_flag(TIF_FSCHECK);
#endif