Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull uacess-unaligned removal from Al Viro:
 "That stuff had just one user, and an exotic one, at that - binfmt_flat
  on arm and m68k"

* 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  kill {__,}{get,put}_user_unaligned()
  binfmt_flat: flat_{get,put}_addr_from_rp() should be able to fail
Этот коммит содержится в:
Linus Torvalds
2017-07-15 11:17:52 -07:00
родитель 2173bd0631 3170d8d226
Коммит 89cbec71fe
24 изменённых файлов: 168 добавлений и 450 удалений

Просмотреть файл

@@ -6,7 +6,6 @@
*/
#include <asm/page.h>
#include <asm/cache.h>
#include <asm-generic/uaccess-unaligned.h>
#include <linux/bug.h>
#include <linux/string.h>