From: Linus Torvalds <torvalds@linux-foundation.org>
Date: Tue, 12 Nov 2013 01:39:08 +0000 (+0900)
Subject: Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... 
X-Git-Tag: firefly_0821_release~176^2~5032
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ae795fe760e20a7c6ad0f2cd24fc31afad73f427;p=firefly-linux-kernel-4.4.55.git

Merge branch 'x86-asm-for-linus' of git://git./linux/kernel/git/tip/tip

Pull x86 user access changes from Ingo Molnar:
 "This tree contains two copy_[from/to]_user() build time checking
  changes/enhancements from Jan Beulich.

  The desired outcome is to get better compiler warnings with
  CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y, to keep people from
  introducing bugs such as overflows and information leaks"

* 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86: Unify copy_to_user() and add size checking to it
  x86: Unify copy_from_user() size checking
---

ae795fe760e20a7c6ad0f2cd24fc31afad73f427