Hi Dave & Darrick, Recent xfs work, I found xfs debug print code doesn't work properly. The two patches for fix print level parsing and try to make it works. v1: fix parsing failed of `kstrtoint` by skip KERN_SOH v2: with Dave's suggestion, directly set loglevel in their definition Thanks. Guo Xuenan (2): xfs: fix xfs print level wrong parsing xfs: clean up some unnecessary xfs_stack_trace fs/xfs/libxfs/xfs_ialloc.c | 1 - fs/xfs/xfs_error.c | 9 --------- fs/xfs/xfs_fsops.c | 2 -- fs/xfs/xfs_log.c | 2 -- fs/xfs/xfs_message.c | 5 ++--- fs/xfs/xfs_message.h | 28 ++++++++++++++-------------- 6 files changed, 16 insertions(+), 31 deletions(-) -- 2.31.1