mbox series

[v2,0/2] fs: bug fixes

Message ID 20250411-fix_fs-v2-0-5d3395c102e4@quicinc.com (mailing list archive)
Headers show
Series fs: bug fixes | expand

Message

Zijun Hu April 11, 2025, 3:31 p.m. UTC
Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
---
Changes in v2:
- Drop applied patches and remove fixes tag for remaining patches
- Remove fsparam_u32hex() instead of fixing it
- Add more comment for the NULL pointer dereference issue
- Link to v1: https://lore.kernel.org/r/20250410-fix_fs-v1-0-7c14ccc8ebaa@quicinc.com

---
Zijun Hu (2):
      fs/fs_parse: Delete macro fsparam_u32hex()
      fs/fs_parse: Fix 3 issues for validate_constant_table()

 Documentation/filesystems/mount_api.rst | 1 -
 fs/fs_parser.c                          | 7 +++++--
 include/linux/fs_parser.h               | 2 --
 3 files changed, 5 insertions(+), 5 deletions(-)
---
base-commit: 0af2f6be1b4281385b618cb86ad946eded089ac8
change-id: 20250410-fix_fs-6e0a97c4e59f

Best regards,