All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] (very belated) struct file leak fixes
@ 2024-07-26  5:41 Al Viro
  2024-07-26 17:29 ` Linus Torvalds
  2024-07-26 18:07 ` pr-tracker-bot
  0 siblings, 2 replies; 3+ messages in thread
From: Al Viro @ 2024-07-26  5:41 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-fsdevel

[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(-)

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

end of thread, other threads:[~2024-07-26 18:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-26  5:41 [git pull] (very belated) struct file leak fixes Al Viro
2024-07-26 17:29 ` Linus Torvalds
2024-07-26 18:07 ` pr-tracker-bot

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.