1
0
Fork 0
alistair23-linux/arch/metag/lib
Linus Torvalds f94c128eef metag: Changes for 4.12
These patches primarily make some usercopy improvements (following on
 from the recent usercopy fixes):
 - Reformat and simplify rapf copy loops
 - Add 64-bit get_user support
 
 And fix a couple more uaccess issues, partily pointed out by Al:
 - Fix access_ok() serious shortcomings
 - Fix strncpy_from_user() address validation
 
 Also included is a trivial removal of a redundant increment.
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEEd80NauSabkiESfLYbAtpk944dnoFAlkTHcQACgkQbAtpk944
 dnqkXA//fGEeZbGIN61EUk5YI2oc+66if/whvyhM18U9sZZauGCN+PzIP9f/4S7K
 YP2fnXpjpyKsIo88afsVf3rPfAeGEBE7JItASbcflcfAquv1Hz86exbg4uxUA/+m
 rI+8+ZPM3RsQxF0WNgvL4c4xbv3jmvSZ7Qk9rzzkSXdxxDjArSGPApZN5qWM2ih2
 akLJ/ybWdXyP65Z/E1vvd3IM6H15+fe4ajPcconM8b5J/zxrtgNxYuAXsUnhOBIj
 aDzeX4UV9xdlZW1dHz3rIqPiJWRV1dlSiCXqncqh9kA9ma7p21CQPCGHLG+DUtRY
 8RC4z6dluCMfymQZ0P20NZrk/LcOWmwgtVhXVVhoWNoWwqwuFv67LbQK0lD+16D4
 4ydcTlEUiLQo7kLo2wFf8+/F18m/m5f/rOjRlHZB/lG4hoTTtb1vt0V03VWpXWTf
 /Tvbhmya+/+KovzOW3ye+7cqdR0+UKTPg8d19Qn71bSoaY1toFoBBdmzST7CK8IL
 JrLuTgCh+LJiyg13OpwgbSPRY1ybYvan6Gev4aIicHbbvAy2ZQ4UMJmWDi/v9E3C
 tee+QMXMgbkpKj3w4qQYNNuv2D4EWoeX3PA+ypeB0kFFcIi6eWqHCFUJ+TnaIr/K
 nfwQnMBKa63nKy3vJrbYrEIDK/S20WZlJ3tL37wVMA763YZV62A=
 =c80X
 -----END PGP SIGNATURE-----

Merge tag 'metag-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag

Pull metag updates from James Hogan:
 "These patches primarily make some usercopy improvements (following on
  from the recent usercopy fixes):

   - reformat and simplify rapf copy loops

   - add 64-bit get_user support

  And fix a couple more uaccess issues, partily pointed out by Al:

   - fix access_ok() serious shortcomings

   - fix strncpy_from_user() address validation

  Also included is a trivial removal of a redundant increment"

* tag 'metag-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag:
  metag/mm: Drop pointless increment
  metag/uaccess: Check access_ok in strncpy_from_user
  metag/uaccess: Fix access_ok()
  metag/usercopy: Add 64-bit get_user support
  metag/usercopy: Simplify rapf loop fixup corner case
  metag/usercopy: Reformat rapf loop inline asm
2017-05-10 11:40:36 -07:00
..
Makefile metag: Build infrastructure 2013-03-02 20:09:54 +00:00
ashldi3.S metag: Optimised library functions 2013-03-02 20:09:52 +00:00
ashrdi3.S metag: Optimised library functions 2013-03-02 20:09:52 +00:00
checksum.c metag: move EXPORT_SYMBOL(csum_partial) to metag_ksyms.c 2013-07-04 10:00:02 +01:00
clear_page.S metag: Optimised library functions 2013-03-02 20:09:52 +00:00
cmpdi2.S metag: Optimised library functions 2013-03-02 20:09:52 +00:00
copy_page.S metag: Optimised library functions 2013-03-02 20:09:52 +00:00
delay.c metag: Optimised library functions 2013-03-02 20:09:52 +00:00
div64.S metag: Optimised library functions 2013-03-02 20:09:52 +00:00
divsi3.S metag: Fix typos 2016-07-15 09:55:49 +01:00
ip_fast_csum.S metag: Optimised library functions 2013-03-02 20:09:52 +00:00
lshrdi3.S metag: Optimised library functions 2013-03-02 20:09:52 +00:00
memcpy.S metag: Optimised library functions 2013-03-02 20:09:52 +00:00
memmove.S metag: Optimised library functions 2013-03-02 20:09:52 +00:00
memset.S metag: Optimised library functions 2013-03-02 20:09:52 +00:00
modsi3.S metag: Optimised library functions 2013-03-02 20:09:52 +00:00
muldi3.S metag: Optimised library functions 2013-03-02 20:09:52 +00:00
ucmpdi2.S metag: Optimised library functions 2013-03-02 20:09:52 +00:00
usercopy.c metag: Changes for 4.12 2017-05-10 11:40:36 -07:00