https://github.com/torvalds/linux
Revision 3ae86f1a9f2f2bc628ea5ab91dd097a6e6ad210f authored by Linus Torvalds on 28 December 2015, 02:12:21 UTC, committed by Linus Torvalds on 28 December 2015, 02:12:21 UTC
Pull MIPS fixes from Ralf Baechle:

 - Fix bitrot in __get_user_unaligned()
 - EVA userspace accessor bug fixes.
 - Fix for build issues with certain toolchains.
 - Fix build error for VDSO with particular toolchain versions.
 - Fix build error due to a variable that should have been removed by an
   earlier patch

* 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus:
  MIPS: Fix bitrot in __get_user_unaligned()
  MIPS: Fix build error due to unused variables.
  MIPS: VDSO: Fix build error
  MIPS: CPS: drop .set mips64r2 directives
  MIPS: uaccess: Take EVA into account in [__]clear_user
  MIPS: uaccess: Take EVA into account in __copy_from_user()
  MIPS: uaccess: Fix strlen_user with EVA
2 parent s db06650 + 930c0f7
History
Tip revision: 3ae86f1a9f2f2bc628ea5ab91dd097a6e6ad210f authored by Linus Torvalds on 28 December 2015, 02:12:21 UTC
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Tip revision: 3ae86f1
File Mode Size
buffer_sync.c -rw-r--r-- 13.4 KB
buffer_sync.h -rw-r--r-- 432 bytes
cpu_buffer.c -rw-r--r-- 10.6 KB
cpu_buffer.h -rw-r--r-- 2.8 KB
event_buffer.c -rw-r--r-- 4.5 KB
event_buffer.h -rw-r--r-- 860 bytes
nmi_timer_int.c -rw-r--r-- 3.5 KB
oprof.c -rw-r--r-- 5.0 KB
oprof.h -rw-r--r-- 1.1 KB
oprofile_files.c -rw-r--r-- 4.6 KB
oprofile_perf.c -rw-r--r-- 7.1 KB
oprofile_stats.c -rw-r--r-- 2.2 KB
oprofile_stats.h -rw-r--r-- 650 bytes
oprofilefs.c -rw-r--r-- 6.5 KB
timer_int.c -rw-r--r-- 2.5 KB

back to top