]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 7 Apr 2017 17:43:22 +0000 (10:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 7 Apr 2017 17:43:22 +0000 (10:43 -0700)
commitd9b891275537bcd9f00e8c47f99379b6e888bcf4
tree814dd19b9134b96c552fa74944f7673fcbd73d0a
parente31a0102cc808caef7a18df55ac6ee737263b873
parent2dd1b9c3bba5e6d3fe7045faf2fef76bb822ab28
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux

Pull arm64 fixes from Will Deacon:
 "We've got a regression fix for the signal raised when userspace makes
  an unsupported unaligned access and a revert of the contiguous
  (hugepte) support for hugetlb, which has once again been found to be
  broken. One day, maybe, we'll get it right.

  Summary:

   - restore previous SIGBUS behaviour for unhandled unaligned user
     accesses

   - revert broken support for the contiguous bit in hugetlb (again...)"

* tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
  Revert "Revert "arm64: hugetlb: partial revert of 0310e88afaee""
  arm64: mm: unaligned access by user-land should be received as SIGBUS