All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] vfs.git assorted fixes
@ 2019-12-22 23:23 Al Viro
  2019-12-23  1:05 ` pr-tracker-bot
  0 siblings, 1 reply; 3+ messages in thread
From: Al Viro @ 2019-12-22 23:23 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-fsdevel, linux-kernel

	Eric's s_inodes softlockup fixes + Jan's fix for recent regression
from pipe rework.

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

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 1edc8eb2e93130e36ac74ac9c80913815a57d413:

  fs: call fsnotify_sb_delete after evict_inodes (2019-12-18 00:03:01 -0500)

----------------------------------------------------------------
Eric Sandeen (2):
      fs: avoid softlockups in s_inodes iterators
      fs: call fsnotify_sb_delete after evict_inodes

Jan Kara (1):
      pipe: Fix bogus dereference in iov_iter_alignment()

 fs/drop_caches.c     | 2 +-
 fs/inode.c           | 7 +++++++
 fs/notify/fsnotify.c | 4 ++++
 fs/quota/dquot.c     | 1 +
 fs/super.c           | 4 +++-
 lib/iov_iter.c       | 3 ++-
 6 files changed, 18 insertions(+), 3 deletions(-)

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

* Re: [git pull] vfs.git assorted fixes
  2019-12-22 23:23 [git pull] vfs.git assorted fixes Al Viro
@ 2019-12-23  1:05 ` pr-tracker-bot
  0 siblings, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2019-12-23  1:05 UTC (permalink / raw)
  To: Al Viro; +Cc: Linus Torvalds, linux-fsdevel, linux-kernel

The pull request you sent on Sun, 22 Dec 2019 23:23:04 +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/9efa3ed504edb1c1fc88dba96fd32168f50ab77c

Thank you!

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

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

* [git pull] vfs.git assorted fixes
@ 2018-07-22 16:39 Al Viro
  0 siblings, 0 replies; 3+ messages in thread
From: Al Viro @ 2018-07-22 16:39 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

	Fix several places that screw up cleanups after failures halfway
through opening a file (one open-coding filp_clone_open() and getting
it wrong, two misusing alloc_file()).  That part is -stable fodder from
#work.open.
	And Christoph's regression fix for uapi breakage in aio series;
include/uapi/linux/aio_abi.h shouldn't be pulling in the kernel definition
of sigset_t, the reason for doing so in the first place had been bogus - 
there's no need to expose struct __aio_sigset in aio_abi.h at all.

The following changes since commit 877f919e192a09e77962a13d7165783027dee5fd:

  proc: add proc_seq_release (2018-06-27 20:44:38 -0400)

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 9ba546c01976a426292af99e682a557075d6c010:

  aio: don't expose __aio_sigset in uapi (2018-07-17 23:26:58 -0400)

----------------------------------------------------------------
Al Viro (3):
      drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()
      cxl_getfile(): fix double-iput() on alloc_file() failures
      ocxlflash_getfile(): fix double-iput() on alloc_file() failures

Christoph Hellwig (1):
      aio: don't expose __aio_sigset in uapi

 drivers/gpu/drm/drm_lease.c     | 16 +---------------
 drivers/misc/cxl/api.c          |  8 ++++----
 drivers/scsi/cxlflash/ocxl_hw.c |  5 ++---
 fs/aio.c                        |  5 +++++
 fs/internal.h                   |  1 -
 include/linux/fs.h              |  1 +
 include/linux/syscalls.h        |  1 +
 include/uapi/linux/aio_abi.h    |  6 ------
 8 files changed, 14 insertions(+), 29 deletions(-)

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

end of thread, other threads:[~2019-12-23  1:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-22 23:23 [git pull] vfs.git assorted fixes Al Viro
2019-12-23  1:05 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2018-07-22 16:39 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.