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