All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vitaly Wool <vitalywool@gmail.com>
To: Miaohe Lin <linmiaohe@huawei.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	LKML <linux-kernel@vger.kernel.org>,
	 Linux-MM <linux-mm@kvack.org>
Subject: Re: [PATCH 0/6] Cleanup and fixup for z3fold
Date: Mon, 21 Jun 2021 10:00:45 +0200	[thread overview]
Message-ID: <CAMJBoFO_2k=qAxX8Gj3okRGr-53nzbeY9267dwj_kzv6C2fgSQ@mail.gmail.com> (raw)
In-Reply-To: <20210619093151.1492174-1-linmiaohe@huawei.com>

[-- Attachment #1: Type: text/plain, Size: 966 bytes --]

On Sat, Jun 19, 2021 at 11:32 AM Miaohe Lin <linmiaohe@huawei.com> wrote:

> Hi all,
> This series contains cleanups to remove unused function, redefine macro
> to improve readability and so on. Also this fixes several bugs in z3fold,
> such as memory leak in z3fold_destroy_pool(). More details can be found
> in the respective changelogs. Thanks!
>
> Miaohe Lin (6):
>   mm/z3fold: define macro NCHUNKS as TOTAL_CHUNKS - ZHDR_CHUNKS
>   mm/z3fold: avoid possible underflow in z3fold_alloc()
>   mm/z3fold: remove magic number in z3fold_create_pool()
>   mm/z3fold: remove unused function handle_to_z3fold_header()
>   mm/z3fold: fix potential memory leak in z3fold_destroy_pool()
>   mm/z3fold: use release_z3fold_page_locked() to release locked z3fold
>     page
>
>  mm/z3fold.c | 37 ++++++++++++++-----------------------
>  1 file changed, 14 insertions(+), 23 deletions(-)
>
> Thanks for looking into this!

Reviewed-by: Vitaly Wool <vitaly.wool@konsulko.com>

[-- Attachment #2: Type: text/html, Size: 1431 bytes --]

      parent reply	other threads:[~2021-06-21  8:02 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-19  9:31 [PATCH 0/6] Cleanup and fixup for z3fold Miaohe Lin
2021-06-19  9:31 ` [PATCH 1/6] mm/z3fold: define macro NCHUNKS as TOTAL_CHUNKS - ZHDR_CHUNKS Miaohe Lin
2021-06-19  9:31 ` [PATCH 2/6] mm/z3fold: avoid possible underflow in z3fold_alloc() Miaohe Lin
2021-06-19  9:31 ` [PATCH 3/6] mm/z3fold: remove magic number in z3fold_create_pool() Miaohe Lin
2021-06-19  9:31 ` [PATCH 4/6] mm/z3fold: remove unused function handle_to_z3fold_header() Miaohe Lin
2021-06-19  9:31 ` [PATCH 5/6] mm/z3fold: fix potential memory leak in z3fold_destroy_pool() Miaohe Lin
2021-06-19  9:31 ` [PATCH 6/6] mm/z3fold: use release_z3fold_page_locked() to release locked z3fold page Miaohe Lin
2021-06-20  0:26   ` Hillf Danton
2021-06-22 13:49     ` Miaohe Lin
2021-06-21  8:00 ` Vitaly Wool [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='CAMJBoFO_2k=qAxX8Gj3okRGr-53nzbeY9267dwj_kzv6C2fgSQ@mail.gmail.com' \
    --to=vitalywool@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=linmiaohe@huawei.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.