[PATCH 0/2] zsmalloc: minor documentation updates

Sergey Senozhatsky posted 2 patches 1 year, 1 month ago
Documentation/mm/zsmalloc.rst | 135 +++++++++++++++++++---------------
1 file changed, 76 insertions(+), 59 deletions(-)
[PATCH 0/2] zsmalloc: minor documentation updates
Posted by Sergey Senozhatsky 1 year, 1 month ago
	Hi,

	Two minor patches that bring zsmalloc documentation up to date.

Sergey Senozhatsky (2):
  zsmalloc: document new fullness grouping
  zsmalloc: document freeable stats

 Documentation/mm/zsmalloc.rst | 135 +++++++++++++++++++---------------
 1 file changed, 76 insertions(+), 59 deletions(-)

-- 
2.40.0.348.gf938b09366-goog
Re: [PATCH 0/2] zsmalloc: minor documentation updates
Posted by Andrew Morton 1 year, 1 month ago
On Sat, 25 Mar 2023 11:46:29 +0900 Sergey Senozhatsky <senozhatsky@chromium.org> wrote:

> 	Two minor patches that bring zsmalloc documentation up to date.
> 

It would be best to keep the in-kernel documentation accurate
for the kernel version with which it is shipped.  So can you
please suggest a Fixes: for these two?
Re: [PATCH 0/2] zsmalloc: minor documentation updates
Posted by Sergey Senozhatsky 1 year, 1 month ago
On (23/03/25 12:54), Andrew Morton wrote:
> On Sat, 25 Mar 2023 11:46:29 +0900 Sergey Senozhatsky <senozhatsky@chromium.org> wrote:
> 
> > 	Two minor patches that bring zsmalloc documentation up to date.
> > 
> 
> It would be best to keep the in-kernel documentation accurate
> for the kernel version with which it is shipped.  So can you
> please suggest a Fixes: for these two?

Sure.

For zsmalloc-document-new-fullness-grouping.patch it's not very trivial,
since the patch covers several internal zsmalloc changes: new fullness
grouping and new zsmalloc classes stats fullness format. I think it's OK
to just say that it fixes patch that converted zsmalloc classes stats to
new format.