[PATCH 0/5] fs: bug fixes

Zijun Hu posted 5 patches 10 months ago
There is a newer version of this series
fs/filesystems.c          | 14 +++++++++-----
fs/fs_context.c           |  2 +-
fs/fs_parser.c            | 13 ++++++++-----
include/linux/fs_parser.h |  2 +-
4 files changed, 19 insertions(+), 12 deletions(-)
[PATCH 0/5] fs: bug fixes
Posted by Zijun Hu 10 months ago
Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
---
Zijun Hu (5):
      fs/filesystems: Fix potential unsigned integer underflow in fs_name()
      fs/fs_parse: Fix macro fsparam_u32hex() definition
      fs/fs_parse: Fix 3 issues for validate_constant_table()
      fs/fs_parse: Correct comments of fs_validate_description()
      fs/fs_context: Mark an unlikely if condition with unlikely() in vfs_parse_monolithic_sep()

 fs/filesystems.c          | 14 +++++++++-----
 fs/fs_context.c           |  2 +-
 fs/fs_parser.c            | 13 ++++++++-----
 include/linux/fs_parser.h |  2 +-
 4 files changed, 19 insertions(+), 12 deletions(-)
---
base-commit: 0af2f6be1b4281385b618cb86ad946eded089ac8
change-id: 20250410-fix_fs-6e0a97c4e59f

Best regards,
-- 
Zijun Hu <quic_zijuhu@quicinc.com>