1
0
Fork 0
alistair23-linux/arch/ia64/lib
Linus Torvalds 5db6db0d40 Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull uaccess unification updates from Al Viro:
 "This is the uaccess unification pile. It's _not_ the end of uaccess
  work, but the next batch of that will go into the next cycle. This one
  mostly takes copy_from_user() and friends out of arch/* and gets the
  zero-padding behaviour in sync for all architectures.

  Dealing with the nocache/writethrough mess is for the next cycle;
  fortunately, that's x86-only. Same for cleanups in iov_iter.c (I am
  sold on access_ok() in there, BTW; just not in this pile), same for
  reducing __copy_... callsites, strn*... stuff, etc. - there will be a
  pile about as large as this one in the next merge window.

  This one sat in -next for weeks. -3KLoC"

* 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: (96 commits)
  HAVE_ARCH_HARDENED_USERCOPY is unconditional now
  CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now
  m32r: switch to RAW_COPY_USER
  hexagon: switch to RAW_COPY_USER
  microblaze: switch to RAW_COPY_USER
  get rid of padding, switch to RAW_COPY_USER
  ia64: get rid of copy_in_user()
  ia64: sanitize __access_ok()
  ia64: get rid of 'segment' argument of __do_{get,put}_user()
  ia64: get rid of 'segment' argument of __{get,put}_user_check()
  ia64: add extable.h
  powerpc: get rid of zeroing, switch to RAW_COPY_USER
  esas2r: don't open-code memdup_user()
  alpha: fix stack smashing in old_adjtimex(2)
  don't open-code kernel_setsockopt()
  mips: switch to RAW_COPY_USER
  mips: get rid of tail-zeroing in primitives
  mips: make copy_from_user() zero tail explicitly
  mips: clean and reorder the forest of macros...
  mips: consolidate __invoke_... wrappers
  ...
2017-05-01 14:41:04 -07:00
..
Makefile ia64: restore symbol versions for symbols defined in assembly 2017-04-13 18:19:49 -07:00
carta_random.S
checksum.c ipv4: Update parameters for csum_tcpudp_magic to their original types 2016-03-13 23:55:13 -04:00
clear_page.S ia64: move exports to definitions 2016-08-07 23:55:50 -04:00
clear_user.S ia64: move exports to definitions 2016-08-07 23:55:50 -04:00
copy_page.S ia64: move exports to definitions 2016-08-07 23:55:50 -04:00
copy_page_mck.S ia64: move exports to definitions 2016-08-07 23:55:50 -04:00
copy_user.S ia64: move exports to definitions 2016-08-07 23:55:50 -04:00
csum_partial_copy.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
do_csum.S Fix common misspellings 2011-03-31 11:26:23 -03:00
flush.S ia64: move exports to definitions 2016-08-07 23:55:50 -04:00
idiv32.S ia64: move exports to definitions 2016-08-07 23:55:50 -04:00
idiv64.S ia64: move exports to definitions 2016-08-07 23:55:50 -04:00
io.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
ip_fast_csum.S ia64: move exports to definitions 2016-08-07 23:55:50 -04:00
memcpy.S ia64: move exports to definitions 2016-08-07 23:55:50 -04:00
memcpy_mck.S get rid of padding, switch to RAW_COPY_USER 2017-04-06 19:35:51 -04:00
memset.S ia64: move exports to definitions 2016-08-07 23:55:50 -04:00
strlen.S ia64: move exports to definitions 2016-08-07 23:55:50 -04:00
strlen_user.S ia64: move exports to definitions 2016-08-07 23:55:50 -04:00
strncpy_from_user.S ia64: move exports to definitions 2016-08-07 23:55:50 -04:00
strnlen_user.S ia64: move exports to definitions 2016-08-07 23:55:50 -04:00
xor.S ia64: move exports to definitions 2016-08-07 23:55:50 -04:00