All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] uaccess access_ok()
@ 2020-06-01 18:25 Al Viro
  2020-06-01 23:55 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2020-06-01 18:25 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

	Removals of trivially pointless access_ok() calls.  Note: fiemap
stuff removed from the series, since they are duplicates with part of
ext4 series carried in Ted's tree

The following changes since commit 3815f1be546e752327b5868af103ccdddcc4db77:

  dlmfs_file_write(): fix the bogosity in handling non-zero *ppos (2020-04-23 13:45:27 -0400)

are available in the git repository at:

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

for you to fetch changes up to 87c233b8158a20a9c9ab1da96cb5cb1734d9006e:

  vmci_host: get rid of pointless access_ok() (2020-05-29 11:06:38 -0400)

----------------------------------------------------------------
Al Viro (19):
      dlmfs_file_write(): get rid of pointless access_ok()
      fat_dir_ioctl(): hadn't needed that access_ok() for more than a decade...
      btrfs_ioctl_send(): don't bother with access_ok()
      tomoyo_write_control(): get rid of pointless access_ok()
      n_hdlc_tty_read(): remove pointless access_ok()
      nvram: drop useless access_ok()
      cm4000_cs.c cmm_ioctl(): get rid of pointless access_ok()
      drivers/fpga/dfl-fme-pr.c: get rid of pointless access_ok()
      drivers/fpga/dfl-afu-dma-region.c: get rid of pointless access_ok()
      amifb: get rid of pointless access_ok() calls
      omapfb: get rid of pointless access_ok() calls
      drivers/crypto/ccp/sev-dev.c: get rid of pointless access_ok()
      via-pmu: don't bother with access_ok()
      drm_read(): get rid of pointless access_ok()
      efi_test: get rid of pointless access_ok()
      lpfc_debugfs: get rid of pointless access_ok()
      usb: get rid of pointless access_ok() calls
      hfi1: get rid of pointless access_ok()
      vmci_host: get rid of pointless access_ok()

 drivers/char/nvram.c                            |  4 ----
 drivers/char/pcmcia/cm4000_cs.c                 | 14 --------------
 drivers/crypto/ccp/sev-dev.c                    | 15 +++------------
 drivers/firmware/efi/test/efi_test.c            | 12 ------------
 drivers/fpga/dfl-afu-dma-region.c               |  4 ----
 drivers/fpga/dfl-fme-pr.c                       |  4 ----
 drivers/gpu/drm/drm_file.c                      |  3 ---
 drivers/infiniband/hw/hfi1/user_exp_rcv.c       |  7 -------
 drivers/macintosh/via-pmu.c                     |  2 --
 drivers/misc/vmw_vmci/vmci_host.c               |  2 --
 drivers/scsi/lpfc/lpfc_debugfs.c                | 12 ------------
 drivers/tty/n_hdlc.c                            |  7 -------
 drivers/usb/core/devices.c                      |  2 --
 drivers/usb/core/devio.c                        |  9 ---------
 drivers/usb/gadget/function/f_hid.c             |  6 ------
 drivers/video/fbdev/amifb.c                     |  4 ----
 drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c |  3 ---
 fs/btrfs/send.c                                 |  7 -------
 fs/fat/dir.c                                    |  4 ----
 fs/ocfs2/dlmfs/dlmfs.c                          |  3 ---
 security/tomoyo/common.c                        |  2 --
 21 files changed, 3 insertions(+), 123 deletions(-)

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

* Re: [git pull] uaccess access_ok()
  2020-06-01 18:25 [git pull] uaccess access_ok() Al Viro
@ 2020-06-01 23:55 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-06-01 23:55 UTC (permalink / raw)
  To: Al Viro; +Cc: Linus Torvalds, linux-kernel

The pull request you sent on Mon, 1 Jun 2020 19:25:24 +0100:

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

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

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-01 23:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-01 18:25 [git pull] uaccess access_ok() Al Viro
2020-06-01 23:55 ` pr-tracker-bot

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.