Re: [PATCH V4 1/2] erofs: use kmemdup_nul in erofs_fill_symlink

From: Chao Yu
Date: Sun Sep 08 2024 - 23:38:03 EST


On 2024/9/2 17:04, Gao Xiang via Linux-erofs wrote:
On Mon, Sep 02, 2024 at 04:52:30PM +0800, Gao Xiang wrote:


On 2024/9/2 16:31, Yiyang Wu wrote:
Remove open coding in erofs_fill_symlink.

Suggested-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
Link: https://lore.kernel.org/all/20240425222847.GN2118490@ZenIV
Signed-off-by: Yiyang Wu <toolmanp@xxxxxxx>

If a patch is unchanged, you have two ways to handle:
- resend the patch with new received "Reviewed-by";
- just send the updated [PATCH 2/2] with new version
and `--in-reply-to=<old message id>`.

I will apply this patch first.

I applied this patch as

From b3c5375ceb2944a7e4d34a6fb106ecd4614260d7 Mon Sep 17 00:00:00 2001
From: Yiyang Wu <toolmanp@xxxxxxx>
Date: Mon, 2 Sep 2024 16:31:46 +0800
Subject: erofs: use kmemdup_nul in erofs_fill_symlink

Remove open coding in erofs_fill_symlink.

Suggested-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
Link: https://lore.kernel.org/all/20240425222847.GN2118490@ZenIV
Signed-off-by: Yiyang Wu <toolmanp@xxxxxxx>
Link: https://lore.kernel.org/r/20240902083147.450558-2-toolmanp@xxxxxxx
Reviewed-by: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
Signed-off-by: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,