Message ID | 20240726054138.GC99483@ZenIV (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [git,pull] (very belated) struct file leak fixes | expand |
On Thu, 25 Jul 2024 at 22:41, Al Viro <viro@zeniv.linux.org.uk> wrote: > > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-fixes Well, it's a signed tag, and it's the same key as always - but that key has expired, and a "gpg --refresh" doesn't find a new expiration date. Can you please make sure to push the key with new expiration, preferably far far in the future? Linus
The pull request you sent on Fri, 26 Jul 2024 06:41:38 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/dd90ad50cb372056d01a9913ce80aaa526826593
Thank you!
[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(-)