From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Wilcox Subject: Re: [PATCH v1] mm: Add configuration to control whether vmpressure notifier is enabled Date: Fri, 13 Aug 2021 14:09:22 +0100 Message-ID: References: <1628855870-5070-1-git-send-email-wang.yong12@zte.com.cn> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=F+mZz90Iw9bJNSCiyhztHZfMrr85VxOQkOCEMKU4nZQ=; b=cYGYHE2HA3uBWTLGd4LtSr6t43 JRORc4aXQeNilMuwMYpsjJZMCOUrUCUJZo+U9AKbuWDM879kva2Zk2qHgX50EC3BGecHnTXe3cr/U fEdPFk56SfgQ/DWMKq0++EQzFZ9sRGgx9Erlp8hgcsV1bRrk93xF9xby4lN3Y8uwpUy2gPe4BLtm+ LAPtedZI2RJMPNvivl6sf0yEl6gzMzXDX0SGY5Fw/ql7VvuFwmlyc6BBAdll7O4xGCNg4QP8QyEz0 In/Bn42/E2iYc5X378mO1YTpmma/aPeOkb29Jxi7wU9GSyDI6ZXP/4uAg6Ij2xhQqnHGmfeicTEJ7 1eDAY0ug==; Content-Disposition: inline In-Reply-To: <1628855870-5070-1-git-send-email-wang.yong12@zte.com.cn> List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: yongw.pur@gmail.com Cc: tj@kernel.org, corbet@lwn.net, akpm@linux-foundation.org, mhocko@kernel.org, vdavydov.dev@gmail.com, tglx@linutronix.de, peterz@infradead.org, shakeelb@google.com, guro@fb.com, alexs@kernel.org, richard.weiyang@gmail.com, sh_def@163.com, sfr@canb.auug.org.au, wang.yong12@zte.com.cn, cgroups@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, yang.yang29@zte.com.cn On Fri, Aug 13, 2021 at 04:57:50AM -0700, yongw.pur@gmail.com wrote: > @@ -855,7 +856,7 @@ At reading, current status of OOM is shown. > The number of processes belonging to this cgroup killed by any > kind of OOM killer. > > -11. Memory Pressure > +11. Memory Pressure (CONFIG_MEMCG_VMPRESSURE) > =================== Did you build the documentation after changing it (eg make htmldocs)?