Re: [PATCH v2] md-cluster: fix use-after-free issue when removing rdev
From: Song Liu <song@kernel.org>
Date: 2021-04-20 23:15:37
From: Song Liu <song@kernel.org>
Date: 2021-04-20 23:15:37
On Thu, Apr 8, 2021 at 12:44 AM Heming Zhao [off-list ref] wrote:
[...]
v2:
- modify commit comments
- add env info for test script
- add 'Fixes' filed
v1:
- create patch
---
Fixes: dbb64f8635f5d ("md-cluster: Fix adding of new disk with new
reload code")
Fixes: 659b254fa7392 ("md-cluster: remove a disk asynchronously from
cluster environment")
Reviewed-by: Gang He <redacted>
Signed-off-by: Heming Zhao <redacted>Sorry for the delay. Applied to md-next. Btw: I think you meant to push change list (v2, v1, ..) after the signed-off-by section? With this patch as-is, the signed-off-by section was dropped during git-am. Thanks, Song