linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Al Viro <viro@ZenIV.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org
Subject: [git pull] vfs.git pile 10
Date: Thu, 6 Jul 2017 10:11:54 +0100	[thread overview]
Message-ID: <20170706091154.GM10672@ZenIV.linux.org.uk> (raw)

	uaccess str...() dead code removals.

The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

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

for you to fetch changes up to b7310105ab2cd9168fe50564d8b9d248325a326e:

  s390 keyboard.c: don't open-code strndup_user() (2017-05-15 23:41:50 -0400)

----------------------------------------------------------------
Al Viro (4):
      kill strlen_user()
      get rid of unused __strncpy_from_user() instances
      mips: get rid of unused __strnlen_user()
      s390 keyboard.c: don't open-code strndup_user()

 arch/alpha/include/asm/uaccess.h      |   1 -
 arch/arm/include/asm/uaccess.h        |   1 -
 arch/arm64/include/asm/uaccess.h      |   1 -
 arch/blackfin/include/asm/uaccess.h   |   7 --
 arch/cris/include/asm/uaccess.h       |   8 --
 arch/frv/include/asm/uaccess.h        |   2 -
 arch/ia64/include/asm/uaccess.h       |  12 --
 arch/ia64/lib/Makefile                |   2 +-
 arch/ia64/lib/strlen_user.S           | 200 ----------------------------------
 arch/m32r/include/asm/uaccess.h       |  18 ---
 arch/m32r/kernel/m32r_ksyms.c         |   1 -
 arch/m32r/lib/usercopy.c              |   8 --
 arch/m68k/include/asm/uaccess_mm.h    |   1 -
 arch/m68k/include/asm/uaccess_no.h    |   2 -
 arch/metag/include/asm/uaccess.h      |   2 -
 arch/microblaze/include/asm/uaccess.h |   4 +-
 arch/mips/include/asm/uaccess.h       | 130 ----------------------
 arch/mips/lib/Makefile                |   2 +-
 arch/mips/lib/strlen_user.S           |  65 -----------
 arch/mips/lib/strncpy_user.S          |   6 -
 arch/mips/lib/strnlen_user.S          |   6 -
 arch/mn10300/include/asm/uaccess.h    |   2 -
 arch/mn10300/kernel/mn10300_ksyms.c   |   1 -
 arch/mn10300/lib/usercopy.c           |   8 --
 arch/openrisc/include/asm/uaccess.h   |   1 -
 arch/parisc/include/asm/uaccess.h     |   1 -
 arch/powerpc/include/asm/uaccess.h    |   1 -
 arch/s390/include/asm/uaccess.h       |  17 ---
 arch/score/include/asm/uaccess.h      |   6 -
 arch/score/lib/string.S               |  28 -----
 arch/sh/include/asm/uaccess.h         |   1 -
 arch/sparc/include/asm/uaccess_32.h   |   1 -
 arch/sparc/include/asm/uaccess_64.h   |   1 -
 arch/tile/include/asm/uaccess.h       |   1 -
 arch/um/kernel/process.c              |   5 -
 arch/x86/include/asm/uaccess.h        |   1 -
 arch/xtensa/include/asm/uaccess.h     |   6 +-
 drivers/s390/char/keyboard.c          |   7 +-
 include/asm-generic/uaccess.h         |   5 -
 lib/strnlen_user.c                    |  34 ------
 40 files changed, 5 insertions(+), 601 deletions(-)
 delete mode 100644 arch/ia64/lib/strlen_user.S
 delete mode 100644 arch/mips/lib/strlen_user.S

             reply	other threads:[~2017-07-06  9:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-06  9:11 Al Viro [this message]
2017-07-07  5:22 ` [git pull] vfs.git pile 10 Linus Torvalds

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170706091154.GM10672@ZenIV.linux.org.uk \
    --to=viro@zeniv.linux.org.uk \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).