The following changes since commit b7b275e60bcd5f89771e865a8239325f86d9927d: Linux 6.1-rc7 (2022-11-27 13:31:48 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git/ tags/for-linus-6.2-ofs1 for you to fetch changes up to 31720a2b109b3080eb77e97b8f6f50a27b4ae599: orangefs: Fix kmemleak in orangefs_{kernel,client}_debug_init() (2022-12-07 15:18:30 -0500) ---------------------------------------------------------------- orangefs: four fixes from Zhang Xiaoxu and two from Colin Ian King Zhang: fixed problems with memory leaks on exit in sysfs and debufs. fs/orangefs/orangefs-debugfs.c fs/orangefs/orangefs-sysfs.c fs/orangefs/orangefs-debugfs.c fs/orangefs/orangefs-mod.c Colin: removed an unused variable and an unneeded assignment. fs/orangefs/file.c fs/orangefs/inode.c ---------------------------------------------------------------- Colin Ian King (2): orangefs: remove variable i orangefs: remove redundant assignment to variable buffer_index Zhang Xiaoxu (4): orangefs: Fix sysfs not cleanup when dev init failed orangefs: Fix kmemleak in orangefs_prepare_debugfs_help_string() orangefs: Fix kmemleak in orangefs_sysfs_init() orangefs: Fix kmemleak in orangefs_{kernel,client}_debug_init() fs/orangefs/file.c | 1 - fs/orangefs/inode.c | 2 -- fs/orangefs/orangefs-debugfs.c | 29 ++++------------- fs/orangefs/orangefs-mod.c | 8 ++--- fs/orangefs/orangefs-sysfs.c | 71 +++++++++++++++++++++++++++++++++++++----- 5 files changed, 73 insertions(+), 38 deletions(-)