linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Kefeng Wang <wangkefeng.wang@huawei.com>
To: Andrew Morton <akpm@linux-foundation.org>,
	Chen Jun <chenjun102@huawei.com>
Cc: <linux-kernel@vger.kernel.org>, <linux-mm@kvack.org>,
	<feng.tang@intel.com>, <mhocko@suse.com>, <rui.xiang@huawei.com>
Subject: Re: [PATCH v3 1/1] mm: Fix the uninitialized use in overcommit_policy_handler
Date: Fri, 24 Sep 2021 10:41:29 +0800	[thread overview]
Message-ID: <2e27177d-2db2-de2e-96ba-fe9048c82978@huawei.com> (raw)
In-Reply-To: <20210923192312.53dbe65db0375038c99defaa@linux-foundation.org>


On 2021/9/24 10:23, Andrew Morton wrote:
> On Thu, 23 Sep 2021 02:05:24 +0000 Chen Jun <chenjun102@huawei.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@huawei.com>



      reply	other threads:[~2021-09-24  2:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-23  2:05 [PATCH v3 1/1] mm: Fix the uninitialized use in overcommit_policy_handler Chen Jun
2021-09-24  2:23 ` Andrew Morton
2021-09-24  2:41   ` Kefeng Wang [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2e27177d-2db2-de2e-96ba-fe9048c82978@huawei.com \
    --to=wangkefeng.wang@huawei.com \
    --cc=akpm@linux-foundation.org \
    --cc=chenjun102@huawei.com \
    --cc=feng.tang@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=mhocko@suse.com \
    --cc=rui.xiang@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).