mbox series

[GIT,PULL] afs: Misc small fixes

Message ID 3071963.1591734633@warthog.procyon.org.uk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] afs: Misc small fixes | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/afs-fixes-20200609

Message

David Howells June 9, 2020, 8:30 p.m. UTC
Hi Linus,

Here's a set of small patches to fix some things, most of them minor.
Would you prefer I defer and submit it again after -rc1?

 (1) Fix a memory leak in afs_put_sysnames().

 (2) Fix an oops in AFS file locking.

 (3) Fix new use of BUG().

 (4) Fix debugging statements containing %px.

 (5) Remove afs_zero_fid as it's unused.

 (6) Make afs_zap_data() static.

David
---
The following changes since commit aaa2faab4ed8e5fe0111e04d6e168c028fe2987f:

  Merge tag 'for-linus-5.8-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux (2020-06-05 16:44:36 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/afs-fixes-20200609

for you to fetch changes up to c68421bbad755a280851afff0fb236dd4e53e684:

  afs: Make afs_zap_data() static (2020-06-09 18:17:14 +0100)

----------------------------------------------------------------
AFS fixes

----------------------------------------------------------------
David Howells (5):
      afs: Fix file locking
      afs: Fix use of BUG()
      afs: Fix debugging statements with %px to be %p
      afs: Remove afs_zero_fid as it's not used
      afs: Make afs_zap_data() static

Zhihao Cheng (1):
      afs: Fix memory leak in afs_put_sysnames()

 fs/afs/dir.c       | 2 +-
 fs/afs/flock.c     | 2 +-
 fs/afs/inode.c     | 2 +-
 fs/afs/internal.h  | 2 --
 fs/afs/proc.c      | 1 +
 fs/afs/vl_alias.c  | 5 +++--
 fs/afs/yfsclient.c | 2 --
 7 files changed, 7 insertions(+), 9 deletions(-)

Comments

Linus Torvalds June 9, 2020, 10:40 p.m. UTC | #1
On Tue, Jun 9, 2020 at 1:30 PM David Howells <dhowells@redhat.com> wrote:
>
> Would you prefer I defer and submit it again after -rc1?

No, I'll take fixes at any time, and the better shape rc1 is in, the
happier everybody will be and the more likely we'll have testers..

             Linus
pr-tracker-bot@kernel.org June 9, 2020, 11:10 p.m. UTC | #2
The pull request you sent on Tue, 09 Jun 2020 21:30:33 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/afs-fixes-20200609

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4964dd29140a44e26474dbdca559b7393aba6c39

Thank you!