1. 09 May, 2017 15 commits
  2. 03 May, 2017 4 commits
  3. 28 Apr, 2017 18 commits
  4. 27 Apr, 2017 2 commits
  5. 26 Apr, 2017 1 commit
    • James Hogan's avatar
      metag/usercopy: Add missing fixups · b2a7dcb4
      James Hogan authored
      commit b884a190 upstream.
      
      The rapf copy loops in the Meta usercopy code is missing some extable
      entries for HTP cores with unaligned access checking enabled, where
      faults occur on the instruction immediately after the faulting access.
      
      Add the fixup labels and extable entries for these cases so that corner
      case user copy failures don't cause kernel crashes.
      
      Fixes: 373cd784 ("metag: Memory handling")
      Signed-off-by: default avatarJames Hogan <james.hogan@imgtec.com>
      Cc: linux-metag@vger.kernel.org
      Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
      b2a7dcb4