This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch x86-rep-insns in repository linux.
from e1f2750edc4a x86: remove 'zerorest' argument from __copy_user_nocache() new 034ff37d3407 x86: rewrite '__copy_user_nocache' function
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/x86/lib/Makefile | 2 +- arch/x86/lib/copy_user_64.S | 213 ------------------------------ arch/x86/lib/copy_user_uncached_64.S | 242 +++++++++++++++++++++++++++++++++++ 3 files changed, 243 insertions(+), 214 deletions(-) create mode 100644 arch/x86/lib/copy_user_uncached_64.S