Signed-off-by: Zijun Hu <quic_zijuhu@xxxxxxxxxxx> --- 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@xxxxxxxxxxx --- 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, -- Zijun Hu <quic_zijuhu@xxxxxxxxxxx>