From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH v2 0/9] docs: cgroup-v1: formatting improv for "Memory Resource Controller" doc Date: Thu, 5 Jan 2023 07:39:01 -1000 Message-ID: References: <20230105131633.553574-1-bagasdotme@gmail.com> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:sender:from:to:cc:subject:date:message-id :reply-to; bh=4AnT3159KFsCJ48uEVH/264Q/p+zAUBME0hFPZg68eg=; b=T9iSn5FzZm2l6Viva4kX8AvyD/WH9zRn2pTLbOVeXmWhVoEA3zpe9CRAuPUy4dHkYO NSEHuZBHhD7KkKwFEfQ813/AlSTenvi1RJG1FcbvgbZ+7ZUQNUnO0rRYOHeSbGu7N0Jz zX5irW0PrakMdmoGO8/byqY6133m/OW/YjIjk8fvB3BXE2hQzzZH31EP4UcUT9NLJO+y VsxxhttA20KpNwTY8Y1df+pY11APnUzx7R8kAUFT6FFTWMRmotpMQ9CPxn3/McTfkyRW 09CG7J9+RCQCT5mE0j9mlUzE+YZ+/rtBM+aToJXX/NN4hXZV1PtSUTF21KLFAJQ1s97h Wi0g== Sender: Tejun Heo Content-Disposition: inline In-Reply-To: <20230105131633.553574-1-bagasdotme@gmail.com> List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Bagas Sanjaya Cc: Linux CGroups , Linux Documentation , LKML , Linux Memory Management List , Zefan Li , Johannes Weiner , Jonathan Corbet , Michal Hocko , Andrew Morton , Hugh Dickins , Shakeel Butt On Thu, Jan 05, 2023 at 08:16:25PM +0700, Bagas Sanjaya wrote: > "Memory Resource Controller" CGroup v1 documentation has been in reST since > 99c8b231ae6c6c ("docs: cgroup-v1: convert docs to ReST and rename to *.rst"). > The current doc look is kinda ugly, so improve the formatting (only htmldocs is > tested). Applied to cgroup/for-6.2-fixes. Thanks. -- tejun