mbox series

[0/2] zsmalloc: minor documentation updates

Message ID 20230325024631.2817153-1-senozhatsky@chromium.org (mailing list archive)
Headers show
Series zsmalloc: minor documentation updates | expand

Message

Sergey Senozhatsky March 25, 2023, 2:46 a.m. UTC
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(-)

Comments

Andrew Morton March 25, 2023, 7:54 p.m. UTC | #1
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?
Sergey Senozhatsky March 26, 2023, 1:21 a.m. UTC | #2
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.