Re: [PATCH 2/2] prctl.2: Document the new PR_GET_TASK_SIZE option

2019-05-03 Thread Joel Savitz
On Fri, May 3, 2019 at 7:20 AM David Laight wrote: > Shouldn't this say what the value is? > ISTR a recent patch to change the was the 'used to be constant' TASK_SIZE is > defined. > I think it might be 'The highest userspace virtual address the current > process can use.' But I might be wrong.

RE: [PATCH 2/2] prctl.2: Document the new PR_GET_TASK_SIZE option

2019-05-03 Thread David Laight
From: Joel Savitz > Sent: 02 May 2019 20:13 > Add a short explanation of the new PR_GET_TASK_SIZE option for the benefit > of future generations. > > Signed-off-by: Joel Savitz > --- > man2/prctl.2 | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/man2/prctl.2 b/man2/prctl.2 > i

[PATCH 2/2] prctl.2: Document the new PR_GET_TASK_SIZE option

2019-05-02 Thread Joel Savitz
Add a short explanation of the new PR_GET_TASK_SIZE option for the benefit of future generations. Signed-off-by: Joel Savitz --- man2/prctl.2 | 9 + 1 file changed, 9 insertions(+) diff --git a/man2/prctl.2 b/man2/prctl.2 index 06d8e13c7..35a6a3919 100644 --- a/man2/prctl.2 +++ b/man2/p