From: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
To: Yu Kuai <yukuai1@huaweicloud.com>
Cc: linux-raid@vger.kernel.org, yukuai3@huawei.com,
yangerkun@huawei.com, Song Liu <song@kernel.org>
Subject: Re: [PATCH mdadm/master v2 4/4] mdadm: add support for new lockless bitmap
Date: Thu, 7 Nov 2024 10:02:49 +0100 [thread overview]
Message-ID: <20241107100249.00000f51@linux.intel.com> (raw)
In-Reply-To: <20241107081347.1947132-5-yukuai1@huaweicloud.com>
On Thu, 7 Nov 2024 16:13:47 +0800
Yu Kuai <yukuai1@huaweicloud.com> wrote:
> + if (strcmp(val, "lockless") == 0) {
> + s->btype = BitmapLockless;
> + pr_info("Experimental lockless bitmap, use at your own
> disk!\n");
> + return MDADM_STATUS_SUCCESS;
> + }
> +
Hi Kuai,
I'm fine with previous patches. For this one, I'm not sure If I can take it yet.
The changes you added if for are not merged, therefore merging this looks bad
from process point of view (I'm merging feature that is not available in
kernel upstream). Am I missing something?
I would like to hear Song voice on that.
IMO, you should keep it as your own customization until development of new
bitmap is done but I understand that the topic is not simple and you might want
to people to test it so having mdadm build-in is an option.
If you really want this I would need a detailed process of "way to stable" in commit
message that I can always refer to. I'm challenging something like that first
time so I hope Song can add something.
Thanks,
Mariusz
next prev parent reply other threads:[~2024-11-07 9:02 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-07 8:13 [PATCH mdadm/master v2 0/4] remove bitmap file support and reserve major number for lockless bitmap Yu Kuai
2024-11-07 8:13 ` [PATCH mdadm/master v2 1/4] tests/04update-uuid: remove bitmap file test Yu Kuai
2024-11-07 8:13 ` [PATCH mdadm/master v2 2/4] tests/05r1-re-add-nosuper: " Yu Kuai
2024-11-07 8:13 ` [PATCH mdadm/master v2 3/4] mdadm: remove bitmap file support Yu Kuai
2024-11-07 8:13 ` [PATCH mdadm/master v2 4/4] mdadm: add support for new lockless bitmap Yu Kuai
2024-11-07 9:02 ` Mariusz Tkaczyk [this message]
2024-11-07 11:18 ` Yu Kuai
2024-11-07 8:19 ` [PATCH mdadm/master v2 0/4] remove bitmap file support and reserve major number for " Yu Kuai
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=20241107100249.00000f51@linux.intel.com \
--to=mariusz.tkaczyk@linux.intel.com \
--cc=linux-raid@vger.kernel.org \
--cc=song@kernel.org \
--cc=yangerkun@huawei.com \
--cc=yukuai1@huaweicloud.com \
--cc=yukuai3@huawei.com \
/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.