diff mbox series

process_madvise.2: Add MADV_WILLNEED to process_madvise()

Message ID 20210805044411.18966-1-zhangkui@oppo.com (mailing list archive)
State New
Headers show
Series process_madvise.2: Add MADV_WILLNEED to process_madvise() | expand

Commit Message

张魁(Kyler) Aug. 5, 2021, 4:44 a.m. UTC
Add MADV_WILLNEED to process_madvise() for read-ahead swapped
out memory immediately when the app switches to forground.

https://lore.kernel.org/patchwork/patch/1472006/

Signed-off-by: zhangkui <zhangkui@oppo.com>
---
 man2/process_madvise.2 | 4 ++++
 1 file changed, 4 insertions(+)

--
2.25.1

Comments

Suren Baghdasaryan Aug. 9, 2021, 5:31 p.m. UTC | #1
On Wed, Aug 4, 2021 at 9:44 PM zhangkui <zhangkui@oppo.com> wrote:
>
> Add MADV_WILLNEED to process_madvise() for read-ahead swapped
> out memory immediately when the app switches to forground.
>
> https://lore.kernel.org/patchwork/patch/1472006/
>
> Signed-off-by: zhangkui <zhangkui@oppo.com>

Reviewed-by: Suren Baghdasaryan <surenb@google.com>

> ---
>  man2/process_madvise.2 | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/man2/process_madvise.2 b/man2/process_madvise.2
> index a6c8724d4..caa8bc0b3 100644
> --- a/man2/process_madvise.2
> +++ b/man2/process_madvise.2
> @@ -112,6 +112,10 @@ See
>  .BR MADV_PAGEOUT
>  See
>  .BR madvise (2).
> +.TP
> +.BR MADV_WILLNEED
> +See
> +.BR madvise (2).
>  .PP
>  The
>  .I flags
> --
> 2.25.1
>
> ________________________________
> OPPO
>
> 本电子邮件及其附件含有OPPO公司的保密信息,仅限于邮件指明的收件人使用(包含个人及群组)。禁止任何人在未经授权的情况下以任何形式使用。如果您错收了本邮件,请立即以电子邮件通知发件人并删除本邮件及其附件。
>
> This e-mail and its attachments contain confidential information from OPPO, which is intended only for the person or entity whose address is listed above. Any use of the information contained herein in any way (including, but not limited to, total or partial disclosure, reproduction, or dissemination) by persons other than the intended recipient(s) is prohibited. If you receive this e-mail in error, please notify the sender by phone or email immediately and delete it!
Alejandro Colomar Sept. 10, 2021, 1:51 p.m. UTC | #2
Hi Zhangkui and Suren,

On 8/9/21 7:31 PM, Suren Baghdasaryan wrote:
> On Wed, Aug 4, 2021 at 9:44 PM zhangkui <zhangkui@oppo.com> wrote:
>>
>> Add MADV_WILLNEED to process_madvise() for read-ahead swapped
>> out memory immediately when the app switches to forground.
>>
>> https://lore.kernel.org/patchwork/patch/1472006/
>>
>> Signed-off-by: zhangkui <zhangkui@oppo.com>

Patch applied!

> 
> Reviewed-by: Suren Baghdasaryan <surenb@google.com>
> 

And tag added.

Thank you both,

Alex

>> ---
>>   man2/process_madvise.2 | 4 ++++
>>   1 file changed, 4 insertions(+)
>>
>> diff --git a/man2/process_madvise.2 b/man2/process_madvise.2
>> index a6c8724d4..caa8bc0b3 100644
>> --- a/man2/process_madvise.2
>> +++ b/man2/process_madvise.2
>> @@ -112,6 +112,10 @@ See
>>   .BR MADV_PAGEOUT
>>   See
>>   .BR madvise (2).
>> +.TP
>> +.BR MADV_WILLNEED

This should have been:

.B MADV_WILLNEED

I fixed it myself, don't worry.
And also the surrounding cases, which led to this.

>> +See
>> +.BR madvise (2).
>>   .PP
>>   The
>>   .I flags
>> --
>> 2.25.1
>>
>> ________________________________
>> OPPO
>>
>> 本电子邮件及其附件含有OPPO公司的保密信息,仅限于邮件指明的收件人使用(包含个人及群组)。禁止任何人在未经授权的情况下以任何形式使用。如果您错收了本邮件,请立即以电子邮件通知发件人并删除本邮件及其附件。
>>
>> This e-mail and its attachments contain confidential information from OPPO, which is intended only for the person or entity whose address is listed above. Any use of the information contained herein in any way (including, but not limited to, total or partial disclosure, reproduction, or dissemination) by persons other than the intended recipient(s) is prohibited. If you receive this e-mail in error, please notify the sender by phone or email immediately and delete it!
diff mbox series

Patch

diff --git a/man2/process_madvise.2 b/man2/process_madvise.2
index a6c8724d4..caa8bc0b3 100644
--- a/man2/process_madvise.2
+++ b/man2/process_madvise.2
@@ -112,6 +112,10 @@  See
 .BR MADV_PAGEOUT
 See
 .BR madvise (2).
+.TP
+.BR MADV_WILLNEED
+See
+.BR madvise (2).
 .PP
 The
 .I flags