linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] vfs iov updates
@ 2024-01-05 12:52 Christian Brauner
  2024-01-08 20:00 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Brauner @ 2024-01-05 12:52 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Christian Brauner, linux-fsdevel, linux-kernel

Hey Linus,

/* Summary */
This contains a minor cleanup. The patches drop an unused argument from
import_single_range() allowing to replace import_single_range() with
import_ubuf() and dropping import_single_range() completely.

/* Testing */
clang: Debian clang version 16.0.6 (19)
gcc: (Debian 13.2.0-7) 13.2.0

All patches are based on v6.7-rc1 and have been sitting in linux-next.
No build failures or warnings were observed.

/* Conflicts */
At the time of creating this PR no merge conflicts were reported from
linux-next and no merge conflicts showed up doing a test-merge with
current mainline.

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.8.iov_iter

for you to fetch changes up to 9fd7874c0e5c89d7da0b4442271696ec0f8edcba:

  iov_iter: replace import_single_range() with import_ubuf() (2023-12-05 11:57:37 +0100)

Please consider pulling these changes from the signed vfs-6.8.iov_iter tag.

Happy New Year!
Christian

----------------------------------------------------------------
vfs-6.8.iov_iter

----------------------------------------------------------------
Jens Axboe (2):
      iov_iter: remove unused 'iov' argument from import_single_range()
      iov_iter: replace import_single_range() with import_ubuf()

 drivers/block/ublk_drv.c         |  9 ++-------
 drivers/char/random.c            |  6 ++----
 fs/aio.c                         |  2 +-
 include/linux/uio.h              |  2 --
 kernel/trace/trace_events_user.c |  4 +---
 lib/iov_iter.c                   | 13 -------------
 net/ipv4/tcp.c                   | 10 ++++------
 net/socket.c                     |  6 ++----
 security/keys/keyctl.c           |  5 ++---
 9 files changed, 14 insertions(+), 43 deletions(-)

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

* Re: [GIT PULL] vfs iov updates
  2024-01-05 12:52 [GIT PULL] vfs iov updates Christian Brauner
@ 2024-01-08 20:00 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-01-08 20:00 UTC (permalink / raw)
  To: Christian Brauner
  Cc: Linus Torvalds, Christian Brauner, linux-fsdevel, linux-kernel

The pull request you sent on Fri,  5 Jan 2024 13:52:04 +0100:

> git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.8.iov_iter

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

Thank you!

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

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

end of thread, other threads:[~2024-01-08 20:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-05 12:52 [GIT PULL] vfs iov updates Christian Brauner
2024-01-08 20:00 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).