[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <2e27177d-2db2-de2e-96ba-fe9048c82978@huawei.com>
Date: Fri, 24 Sep 2021 10:41:29 +0800
From: Kefeng Wang <wangkefeng.wang@...wei.com>
To: Andrew Morton <akpm@...ux-foundation.org>,
Chen Jun <chenjun102@...wei.com>
CC: <linux-kernel@...r.kernel.org>, <linux-mm@...ck.org>,
<feng.tang@...el.com>, <mhocko@...e.com>, <rui.xiang@...wei.com>
Subject: Re: [PATCH v3 1/1] mm: Fix the uninitialized use in
overcommit_policy_handler
On 2021/9/24 10:23, Andrew Morton wrote:
> On Thu, 23 Sep 2021 02:05:24 +0000 Chen Jun <chenjun102@...wei.com> wrote:
>
>> An unexpected value of /proc/sys/vm/overcommit_memory we will get,
>> after running the following program.
>>
>> int main()
>> {
>> int fd = open("/proc/sys/vm/overcommit_memory", O_RDWR)
Hi Andrew,
missing ';' here,
> Thanks. I added a cc:stable to this, so the fix will be backported
> into earlier kernels.
... and the Fixes tag miss a ')' in the end , please help to add them :)
Reviewed-by: Kefeng Wang <wangkefeng.wang@...wei.com>
Powered by blists - more mailing lists