[PATCH v3 0/3] configfs: fix bugs

Zijun Hu posted 3 patches 7 months, 1 week ago
fs/configfs/dir.c  | 4 ++--
fs/configfs/item.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
[PATCH v3 0/3] configfs: fix bugs
Posted by Zijun Hu 7 months, 1 week ago
Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
---
Changes in v3:
- To both Andreas Hindborg and Breno Leitao.
- Link to v2: https://lore.kernel.org/r/20250415-fix_configfs-v2-0-fcd527dd1824@quicinc.com

Changes in v2:
- Drop the last patch which seems wrong.
- Link to v1: https://lore.kernel.org/r/20250408-fix_configfs-v1-0-5a4c88805df7@quicinc.com

---
Zijun Hu (3):
      configfs: Delete semicolon from macro type_print() definition
      configfs: Do not override creating attribute file failure in populate_attrs()
      configfs: Correct error value returned by API config_item_set_name()

 fs/configfs/dir.c  | 4 ++--
 fs/configfs/item.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
base-commit: eae324ca644554d5ce363186bee820a088bb74ab
change-id: 20250408-fix_configfs-699743163c64

Best regards,
-- 
Zijun Hu <quic_zijuhu@quicinc.com>
Re: [PATCH v3 0/3] configfs: fix bugs
Posted by Andreas Hindborg 7 months, 1 week ago
On Wed, 07 May 2025 19:50:24 +0800, Zijun Hu wrote:
> 


Applied, thanks!

[1/3] configfs: Delete semicolon from macro type_print() definition
      commit: d78aa60cfa7ece7477a4089a3a4b520ec7beba1b
[2/3] configfs: Do not override creating attribute file failure in populate_attrs()
      commit: f830edbae247b89228c3e09294151b21e0dc849c
[3/3] configfs: Correct error value returned by API config_item_set_name()
      commit: bbb67d4f85fd00a216fca4ca048e15f8ff6a2195

Best regards,
-- 
Andreas Hindborg <a.hindborg@kernel.org>