All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] a couple of fixes
@ 2022-05-18 16:43 Al Viro
  2022-05-19  0:07 ` Linus Torvalds
  2022-05-19  0:35 ` pr-tracker-bot
  0 siblings, 2 replies; 5+ messages in thread
From: Al Viro @ 2022-05-18 16:43 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel, Michael S. Tsirkin

	vhost race fix + percpu_ref_init-caused cgroup double-free fix
(the latter had manifested as buggered struct mount refcounting -
those are also using percpu data structures, but anything that does
percpu allocations could be hit)

The following changes since commit feb9c5e19e913b53cb536a7aa7c9f20107bb51ec:

  Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost (2022-05-10 11:15:05 -0700)

are available in the Git repository at:

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

for you to fetch changes up to fb4554c2232e44d595920f4d5c66cf8f7d13f9bc:

  Fix double fget() in vhost_net_set_backend() (2022-05-18 12:33:51 -0400)

----------------------------------------------------------------
Al Viro (2):
      percpu_ref_init(): clean ->percpu_count_ref on failure
      Fix double fget() in vhost_net_set_backend()

 drivers/vhost/net.c   | 15 +++++++--------
 lib/percpu-refcount.c |  1 +
 2 files changed, 8 insertions(+), 8 deletions(-)

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

* Re: [git pull] a couple of fixes
  2022-05-18 16:43 [git pull] a couple of fixes Al Viro
@ 2022-05-19  0:07 ` Linus Torvalds
  2022-05-19  0:35 ` pr-tracker-bot
  1 sibling, 0 replies; 5+ messages in thread
From: Linus Torvalds @ 2022-05-19  0:07 UTC (permalink / raw)
  To: Al Viro; +Cc: Linux Kernel Mailing List, linux-fsdevel, Michael S. Tsirkin

On Wed, May 18, 2022 at 6:43 AM Al Viro <viro@zeniv.linux.org.uk> wrote:
>
>         vhost race fix + percpu_ref_init-caused cgroup double-free fix
> (the latter had manifested as buggered struct mount refcounting -
> those are also using percpu data structures, but anything that does
> percpu allocations could be hit)

Pulled.

I do note that you are one of the remaining people not using signed
tags. Not the only one, but _almost_. I've cajoled almost everybody
else to use them...

               Linus

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

* Re: [git pull] a couple of fixes
  2022-05-18 16:43 [git pull] a couple of fixes Al Viro
  2022-05-19  0:07 ` Linus Torvalds
@ 2022-05-19  0:35 ` pr-tracker-bot
  1 sibling, 0 replies; 5+ messages in thread
From: pr-tracker-bot @ 2022-05-19  0:35 UTC (permalink / raw)
  To: Al Viro; +Cc: Linus Torvalds, linux-kernel, linux-fsdevel, Michael S. Tsirkin

The pull request you sent on Wed, 18 May 2022 16:43:10 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

* [git pull] a couple of fixes
@ 2018-02-10  1:18 Al Viro
  0 siblings, 0 replies; 5+ messages in thread
From: Al Viro @ 2018-02-10  1:18 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel


The following changes since commit ce4bb04cae8924792ed92f4af2793b77fc986f0e:

  Fix a leak in socket(2) when we fail to allocate a file descriptor. (2018-01-10 18:47:05 -0500)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus

for you to fetch changes up to cf5eebae2cd28d37581507668605f4d23cd7218d:

  seq_file: fix incomplete reset on read from zero offset (2018-01-20 02:31:15 -0500)

----------------------------------------------------------------
Ivan Vecera (1):
      kernfs: fix regression in kernfs_fop_write caused by wrong type

Miklos Szeredi (1):
      seq_file: fix incomplete reset on read from zero offset

 fs/kernfs/file.c | 2 +-
 fs/seq_file.c    | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

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

* [git pull] a couple of fixes
@ 2016-03-10 19:15 Al Viro
  0 siblings, 0 replies; 5+ messages in thread
From: Al Viro @ 2016-03-10 19:15 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

	Fix for my dumb braino in ncpfs and a long-standing breakage on
recovery from failed rename() in jffs2.

The following changes since commit a528aca7f359f4b0b1d72ae406097e491a5ba9ea:

  use ->d_seq to get coherency between ->d_inode and ->d_flags (2016-02-29 12:16:43 -0500)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus

for you to fetch changes up to f93812846f31381d35c04c6c577d724254355e7f:

  jffs2: reduce the breakage on recovery from halfway failed rename() (2016-03-07 23:07:10 -0500)

----------------------------------------------------------------
Al Viro (2):
      ncpfs: fix a braino in OOM handling in ncp_fill_cache()
      jffs2: reduce the breakage on recovery from halfway failed rename()

 fs/jffs2/dir.c | 11 ++++++++---
 fs/ncpfs/dir.c |  2 +-
 2 files changed, 9 insertions(+), 4 deletions(-)

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

end of thread, other threads:[~2022-05-19  0:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18 16:43 [git pull] a couple of fixes Al Viro
2022-05-19  0:07 ` Linus Torvalds
2022-05-19  0:35 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2018-02-10  1:18 Al Viro
2016-03-10 19:15 Al Viro

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.