Re: [PATCH] prctl: Deprecate non PR_SET_MM_MAP operations
From: Randy Dunlap
Date: Wed Apr 04 2018 - 15:24:46 EST
Hi,
On 04/04/2018 11:55 AM, Cyrill Gorcunov wrote:
> ---
> kernel/sys.c | 146 -----------------------------------------------------------
> 1 file changed, 2 insertions(+), 144 deletions(-)
>
> Index: linux-ml.git/kernel/sys.c
> ===================================================================
> --- linux-ml.git.orig/kernel/sys.c
> +++ linux-ml.git/kernel/sys.c
> + pr_warn_once("Non PR_SET_MM_MAP operations are deprecated\n");
> + return -EINVAL;
> }
I'm not against removing such functionality, but I think that it's more than
"deprecated." It's gone.
--
~Randy