linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] xfs fixes and clean up
@ 2023-04-21  3:31 Guo Xuenan
  2023-04-21  3:31 ` [PATCH 1/3] xfs: fix leak memory when xfs_attr_inactive fails Guo Xuenan
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Guo Xuenan @ 2023-04-21  3:31 UTC (permalink / raw)
  To: djwong, dchinner, linux-xfs
  Cc: sandeen, guoxuenan, guoxuenan, houtao1, fangwei1, jack.qiu,
	yi.zhang

Hi Dave & Darrick,

Recent xfs work, I found and fixed two bugs on our xfs, which also
exist on the mainline. The first patch fix a memory leak problem,
although in my opinion, it will not cause serious problems in release
version, in Debug mode it brings assertion. The last two patches for
xfs debug framework, fix print level parsing and try to make it work
better.

Thanks.

Guo Xuenan (3):
  xfs: fix leak memory when xfs_attr_inactive fails
  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_attr_inactive.c | 16 +++++++++-------
 fs/xfs/xfs_error.c         |  9 ---------
 fs/xfs/xfs_fsops.c         |  2 --
 fs/xfs/xfs_icache.c        |  6 +++++-
 fs/xfs/xfs_log.c           |  2 --
 fs/xfs/xfs_message.c       |  2 +-
 7 files changed, 15 insertions(+), 23 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-05-05 11:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-21  3:31 [PATCH 0/3] xfs fixes and clean up Guo Xuenan
2023-04-21  3:31 ` [PATCH 1/3] xfs: fix leak memory when xfs_attr_inactive fails Guo Xuenan
2023-04-21  7:49   ` Dave Chinner
2023-04-21 15:32     ` Darrick J. Wong
2023-04-21 20:54       ` Dave Chinner
2023-05-05  8:16   ` kernel test robot
2023-05-05 11:27     ` Guo Xuenan
2023-04-21  3:31 ` [PATCH 2/3] xfs: fix xfs print level wrong parsing Guo Xuenan
2023-04-21  6:17   ` Dave Chinner
2023-04-21  7:01     ` Guo Xuenan
2023-04-21  3:31 ` [PATCH 3/3] xfs: clean up some unnecessary xfs_stack_trace Guo Xuenan
2023-04-21  6:18   ` Dave Chinner
2023-04-21  3:50 ` [PATCH 1/3] xfs: fix leak memory when xfs_attr_inactive fails Guo Xuenan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).