[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <c207e483-c9f0-1277-8731-7a1d5463061a@huawei.com>
Date: Fri, 6 Sep 2024 10:32:10 +0800
From: Nanyong Sun <sunnanyong@...wei.com>
To: Matthew Wilcox <willy@...radead.org>
CC: <akpm@...ux-foundation.org>, <mhiramat@...nel.org>, <oleg@...hat.com>,
<peterz@...radead.org>, <wangkefeng.wang@...wei.com>,
<linux-kernel@...r.kernel.org>, <linux-mm@...ck.org>,
<linux-trace-kernel@...r.kernel.org>, <linux-perf-users@...r.kernel.org>
Subject: Re: [PATCH] mm: move mm flags to mm_types.h
On 2024/9/6 3:18, Matthew Wilcox wrote:
> On Thu, Sep 05, 2024 at 11:26:22PM +0800, Nanyong Sun wrote:
>> +++ b/include/linux/mm_types.h
>> @@ -1485,4 +1485,85 @@ enum {
>> /* See also internal only FOLL flags in mm/internal.h */
>> };
>>
>> +/* mm flags */
>> +
>> +/* for SUID_DUMP_* above */
> But SUID_DUMP aren't above. They're in a different file.
>
>
> .
Sorry, I forgot to modify this comment.
Plan to change it to:
/* core dumpable occupy bit0 and bit1 */
Do you think this is OK?
Thanks.
Powered by blists - more mailing lists