All of lore.kernel.org
 help / color / mirror / Atom feed
From: Al Viro <viro@zeniv.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-fsdevel@vger.kernel.org
Subject: [git pull] (very belated) struct file leak fixes
Date: Fri, 26 Jul 2024 06:41:38 +0100	[thread overview]
Message-ID: <20240726054138.GC99483@ZenIV> (raw)

[sorry, that should've been sent out weeks ago - had been sick lately ;-/]

The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-fixes

for you to fetch changes up to bba1f6758a9ec90c1adac5dcf78f8a15f1bad65b:

  lirc: rc_dev_get_from_fd(): fix file leak (2024-05-30 23:58:26 -0400)

----------------------------------------------------------------
a couple of leaks on failure exits missing fdput()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

----------------------------------------------------------------
Al Viro (2):
      powerpc: fix a file leak in kvm_vcpu_ioctl_enable_cap()
      lirc: rc_dev_get_from_fd(): fix file leak

 arch/powerpc/kvm/powerpc.c  | 4 +++-
 drivers/media/rc/lirc_dev.c | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

             reply	other threads:[~2024-07-26  5:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-26  5:41 Al Viro [this message]
2024-07-26 17:29 ` [git pull] (very belated) struct file leak fixes Linus Torvalds
2024-07-26 18:07 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240726054138.GC99483@ZenIV \
    --to=viro@zeniv.linux.org.uk \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.