All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] vfs.git fix
@ 2017-07-10 11:46 Al Viro
  0 siblings, 0 replies; 8+ messages in thread
From: Al Viro @ 2017-07-10 11:46 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel


The following changes since commit f263fbb8d60824993c1b64385056a3cfdbb21d45:

  Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci (2017-07-08 15:51:57 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fix-uio

for you to fetch changes up to c43aeb198048f64abda8655fdcdebe71cf1877ba:

  fix brown paperbag bug in inlined copy_..._iter() (2017-07-10 07:40:49 -0400)

----------------------------------------------------------------
Al Viro (1):
      fix brown paperbag bug in inlined copy_..._iter()

 include/linux/uio.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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

* Re: [git pull] vfs.git fix
  2020-05-19 22:48 Al Viro
@ 2020-05-19 23:40 ` pr-tracker-bot
  0 siblings, 0 replies; 8+ messages in thread
From: pr-tracker-bot @ 2020-05-19 23:40 UTC (permalink / raw)
  To: Al Viro; +Cc: Linus Torvalds, linux-fsdevel

The pull request you sent on Tue, 19 May 2020 23:48:30 +0100:

> 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/115a54162a6c0d0ef2aef25ebd0b61fc5e179ebe

Thank you!

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

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

* [git pull] vfs.git fix
@ 2020-05-19 22:48 Al Viro
  2020-05-19 23:40 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Al Viro @ 2020-05-19 22:48 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-fsdevel

	-stable fodder - copy_fdtable() would get screwed on 64bit boxen
with sysctl_nr_open raised to 512M or higher, which became possible
since 2.6.25; nobody sane would set the things up that way, but...

The following changes since commit b0d3869ce9eeacbb1bbd541909beeef4126426d5:

  propagate_one(): mnt_set_mountpoint() needs mount_lock (2020-04-27 10:37:14 -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 4e89b7210403fa4a8acafe7c602b6212b7af6c3b:

  fix multiplication overflow in copy_fdtable() (2020-05-19 18:29:36 -0400)

----------------------------------------------------------------
Al Viro (1):
      fix multiplication overflow in copy_fdtable()

 fs/file.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

* [git pull] vfs.git fix
@ 2017-05-09  5:32 Al Viro
  0 siblings, 0 replies; 8+ messages in thread
From: Al Viro @ 2017-05-09  5:32 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

	Braino fix for iov_iter_revert() misuse

The following changes since commit a6a5993243550b09f620941dea741b7421fdf79c:

  iov_iter: don't revert iov buffer if csum error (2017-05-01 14:49:53 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.iov_iter

for you to fetch changes up to 5b47d59af68a8735e4637bacedcb4baf6f47c73f:

  fix braino in generic_file_read_iter() (2017-05-08 13:54:47 -0400)

----------------------------------------------------------------
Al Viro (1):
      fix braino in generic_file_read_iter()

 lib/iov_iter.c | 2 ++
 mm/filemap.c   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

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

* [git pull] vfs.git fix
@ 2015-12-29 18:11 Al Viro
  0 siblings, 0 replies; 8+ messages in thread
From: Al Viro @ 2015-12-29 18:11 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

	Fix for 3.15 breakage of fcntl64() in arm OABI compat.  -stable
fodder.  Please, pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus

Shortlog:
Al Viro (1):
      arm: fix handling of F_OFD_... in oabi_fcntl64()

Diffstat:
 arch/arm/kernel/sys_oabi-compat.c | 73 ++++++++++++++++++++-------------------
 1 file changed, 37 insertions(+), 36 deletions(-)

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

* [git pull] vfs.git fix
@ 2014-12-28 14:26 Al Viro
  0 siblings, 0 replies; 8+ messages in thread
From: Al Viro @ 2014-12-28 14:26 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

An embarrassing bug in lustre patches from this cycle ;-/  Please, pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus

Shortlog:
Al Viro (1):
      [regression] braino in "lustre: use is_root_inode()"

Diffstat:
 drivers/staging/lustre/lustre/llite/namei.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

* [git pull] vfs.git fix
@ 2014-11-14  7:28 Al Viro
  0 siblings, 0 replies; 8+ messages in thread
From: Al Viro @ 2014-11-14  7:28 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

	Fix for a really embarrassing braino in iov_iter.  Kudos to paulus...
Please, pull from the usual place -
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus

Shortlog:
Paul Mackerras (1):
      Fix thinko in iov_iter_single_seg_count

Diffstat:
 mm/iov_iter.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

* [git pull] vfs.git fix
@ 2012-06-02 14:47 Al Viro
  0 siblings, 0 replies; 8+ messages in thread
From: Al Viro @ 2012-06-02 14:47 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

Another dumb fsck-up of mine, this time in VFS tree...  Please, pull from 
git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus
Shortlog:
Anton Blanchard (1):
      powerpc: Fix size of st_nlink on 64bit

Diffstat:
 arch/powerpc/include/asm/stat.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

end of thread, other threads:[~2020-05-19 23:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-10 11:46 [git pull] vfs.git fix Al Viro
  -- strict thread matches above, loose matches on Subject: below --
2020-05-19 22:48 Al Viro
2020-05-19 23:40 ` pr-tracker-bot
2017-05-09  5:32 Al Viro
2015-12-29 18:11 Al Viro
2014-12-28 14:26 Al Viro
2014-11-14  7:28 Al Viro
2012-06-02 14:47 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.