All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull][vfs.git] a couple of fixes
@ 2017-09-21  4:13 Al Viro
  2017-09-21 15:59 ` Linus Torvalds
  0 siblings, 1 reply; 7+ messages in thread
From: Al Viro @ 2017-09-21  4:13 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

	A couple of regression fixes, one for this merge window, one for
the previous cycle.

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

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 58aff0af757356065f33290d96a9cd46dfbcae88:

  ipc/shm: Fix order of parameters when calling copy_compat_shmid_to_user (2017-09-20 23:27:48 -0400)

----------------------------------------------------------------
Petar Penkov (1):
      iov_iter: fix page_copy_sane for compound pages

Will Deacon (1):
      ipc/shm: Fix order of parameters when calling copy_compat_shmid_to_user

 ipc/shm.c      | 2 +-
 lib/iov_iter.c | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [git pull] (vfs.git) a couple of fixes
@ 2022-11-25  3:52 Al Viro
  2022-11-25 18:22 ` pr-tracker-bot
  0 siblings, 1 reply; 7+ messages in thread
From: Al Viro @ 2022-11-25  3:52 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -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 406c706c7b7f1730aa787e914817b8d16b1e99f6:

  vfs: vfs_tmpfile: ensure O_EXCL flag is enforced (2022-11-19 02:22:11 -0500)

----------------------------------------------------------------
a couple of fixes, one of them for this cycle regression...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

----------------------------------------------------------------
Jann Horn (1):
      fs: use acquire ordering in __fget_light()

Peter Griffin (1):
      vfs: vfs_tmpfile: ensure O_EXCL flag is enforced

 fs/file.c  | 11 ++++++++++-
 fs/namei.c |  3 ++-
 2 files changed, 12 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [git pull][vfs.git] a couple of fixes
@ 2012-09-28  3:40 Al Viro
  2012-09-28 17:08 ` Linus Torvalds
  0 siblings, 1 reply; 7+ messages in thread
From: Al Viro @ 2012-09-28  3:40 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

	A couple of fixes; one for automount/lazy umount race, another
a classic "we don't protect the refcount transition to zero with the
lock that protects looking for object in hash" kind of crap in lockd.
Please, pull.  The usual place -
git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus

Shortlog:
Al Viro (2):
      do_add_mount()/umount -l races
      close the race in nlmsvc_free_block()

Diffstat:
 fs/lockd/svclock.c |    3 +--
 fs/namespace.c     |   10 ++++++++--
 2 files changed, 9 insertions(+), 4 deletions(-)

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

end of thread, other threads:[~2022-11-25 18:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-21  4:13 [git pull][vfs.git] a couple of fixes Al Viro
2017-09-21 15:59 ` Linus Torvalds
2017-09-21 16:36   ` Al Viro
  -- strict thread matches above, loose matches on Subject: below --
2022-11-25  3:52 [git pull] (vfs.git) " Al Viro
2022-11-25 18:22 ` pr-tracker-bot
2012-09-28  3:40 [git pull][vfs.git] " Al Viro
2012-09-28 17:08 ` Linus Torvalds

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.