Merge 2004cef11e ("Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip") into android-mainline
Steps on the way to 6.12-rc1 Bug: 367265496 Change-Id: I68612deb1c2bf18ba36e0233d74757712391f5f7 Signed-off-by: Matthias Maennich <maennich@google.com>
This commit is contained in:
+1
-1
@@ -2559,7 +2559,7 @@ SYSCALL_DEFINE5(prctl, int, option, unsigned long, arg2, unsigned long, arg3,
|
||||
error = current->timer_slack_ns;
|
||||
break;
|
||||
case PR_SET_TIMERSLACK:
|
||||
if (task_is_realtime(current))
|
||||
if (rt_or_dl_task_policy(current))
|
||||
break;
|
||||
if (arg2 <= 0)
|
||||
current->timer_slack_ns =
|
||||
|
||||
Reference in New Issue
Block a user