]> git.proxmox.com Git - mirror_ubuntu-artful-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)
commitdf48ab3c2f5ffca88b7803ffbadd074bd5a0a2ef
tree515c7d05e99f21af284705f359b6d7bc442a6649
parent5787c25240c92df25f34c1abb7f76a96d8615034
parent3e275c64a973ba1554ef87f76c9f0f5b5221ab14
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_*