OSDN Git Service

prctl: reset PR_SET_TIMERSLACK_PID value to avoid conflict
authorAmit Pundir <amit.pundir@linaro.org>
Wed, 30 Sep 2015 10:31:08 +0000 (16:01 +0530)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:53:49 +0000 (13:53 -0800)
commitd5b7dffe62d4c9849adcd9d9e689ed7f1f61c10d
treea672d2ec16de259179d09bba9d34e637207e620c
parentd4d049c55d0f0fa7fb5521a83c7e0c029c80e7c0
prctl: reset PR_SET_TIMERSLACK_PID value to avoid conflict

PR_SET_TIMERSLACK_PID value keep colliding with that of
newer prctls in mainline (e.g. first with PR_SET_THP_DISABLE,
and again with PR_MPX_ENABLE_MANAGEMENT).

So reset PR_SET_TIMERSLACK_PID to a large number so as to
avoid conflict in the near term while it is out of mainline
tree.

Corresponding Change-Id up for review in platform/system/core
is Icd8c658c8eb62136dc26c2c4c94f7782e9827cdb

Change-Id: I061b25473acc020c13ee22ecfb32336bc358e76a
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
include/uapi/linux/prctl.h