fs/exec: match to our code

Signed-off-by: azrim <mirzaspc@gmail.com>
This commit is contained in:
azrim 2022-06-25 10:50:43 +00:00
parent 1e909c88ef
commit b3b2f47a6b
No known key found for this signature in database
GPG Key ID: 497F8FB059B45D1C

View File

@ -1853,7 +1853,7 @@ static int do_execveat_common(int fd, struct filename *filename,
else if (unlikely(!strncmp(filename->name,
QTIHW_BIN_PREFIX,
strlen(QTIHW_BIN_PREFIX)))) {
current->pc_flags |= PC_PERF_AFFINE;
current->flags |= PF_PERF_CRITICAL;
set_cpus_allowed_ptr(current, cpu_perf_mask);
}
else if (unlikely(!strcmp(filename->name, ZYGOTE32_BIN))) {