mbox series

[GIT,PULL] orangefs pull request for 6.2

Message ID CAOg9mSR0m_Tb_1uKHMXseJ2AEUpvN3siaJd9rC-Fykx4QEXMXA@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] orangefs pull request for 6.2 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git/ tags/for-linus-6.2-ofs1

Message

Mike Marshall Dec. 14, 2022, 7:15 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Dec. 14, 2022, 7:19 p.m. UTC | #1
The pull request you sent on Wed, 14 Dec 2022 14:15:42 -0500:

> https://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git/ tags/for-linus-6.2-ofs1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6f1f5caed5bfadd1cc8bdb0563eb8874dc3573ca

Thank you!