linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] uaccess misc
@ 2020-06-10 20:25 Al Viro
  2020-06-11  1:50 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2020-06-10 20:25 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

	Assorted uaccess patches for this cycle - the stuff that
didn't fit into thematic series.

The following changes since commit b44f687386875b714dae2afa768e73401e45c21c:

  drm/i915/gem: Replace user_access_begin by user_write_access_begin (2020-05-01 12:35:22 +1000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git uaccess.misc

for you to fetch changes up to b7e4b65f3fe92abbf4a1f57987a54c820969aebd:

  bpf: make bpf_check_uarg_tail_zero() use check_zeroed_user() (2020-06-03 16:59:45 -0400)

----------------------------------------------------------------
Al Viro (9):
      pselect6() and friends: take handling the combined 6th/7th args into helper
      binfmt_elf: don't bother with __{put,copy_to}_user()
      binfmt_elf_fdpic: don't use __... uaccess primitives
      binfmt_flat: don't use __put_user()
      x86: switch cp_stat64() to unsafe_put_user()
      TEST_ACCESS_OK _never_ had been checked anywhere
      user_regset_copyout_zero(): use clear_user()
      x86: kvm_hv_set_msr(): use __put_user() instead of 32bit __clear_user()
      bpf: make bpf_check_uarg_tail_zero() use check_zeroed_user()

 arch/x86/include/asm/pgtable_32.h |   7 ---
 arch/x86/kernel/sys_ia32.c        |  40 ++++++++------
 arch/x86/kvm/hyperv.c             |   2 +-
 fs/binfmt_elf.c                   |  16 +++---
 fs/binfmt_elf_fdpic.c             |  31 +++++++----
 fs/binfmt_flat.c                  |  22 +++++---
 fs/select.c                       | 112 ++++++++++++++++++++++----------------
 include/linux/regset.h            |   2 +-
 kernel/bpf/syscall.c              |  25 ++-------
 9 files changed, 135 insertions(+), 122 deletions(-)

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

* Re: [git pull] uaccess misc
  2020-06-10 20:25 [git pull] uaccess misc Al Viro
@ 2020-06-11  1:50 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-06-11  1:50 UTC (permalink / raw)
  To: Al Viro; +Cc: Linus Torvalds, linux-kernel

The pull request you sent on Wed, 10 Jun 2020 21:25:09 +0100:

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

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

Thank you!

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

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

end of thread, other threads:[~2020-06-11  1:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-10 20:25 [git pull] uaccess misc Al Viro
2020-06-11  1:50 ` 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).