]> 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>
Thu, 4 Feb 2016 22:09:55 +0000 (14:09 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 4 Feb 2016 22:09:55 +0000 (14:09 -0800)
commit3f0c3737a321fb01512a97e21b90907203494a0e
tree515c7d05e99f21af284705f359b6d7bc442a6649
parent8a3840879f82e3494ae1c052f30e665eae4897b7
parentd20413ef76516d9160d95c08259c42b796113573
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux

Pull arm64 fixes from Will Deacon:
 "Nothing particularly interesting here, but all important fixes
  nonetheless:

   - Add missing PAN toggling in the futex code

   - Fix missing #include that briefly caused issues in -next

   - Allow changing of vmalloc permissions with set_memory_* (used by
     bpf)"

* tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
  arm64: asm: Explicitly include linux/personality.h in asm/page.h
  arm64: futex.h: Add missing PAN toggling
  arm64: allow vmalloc regions to be set with set_memory_*