]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'akpm' (patches from Andrew)
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 1 Sep 2017 00:56:56 +0000 (17:56 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 1 Sep 2017 00:56:56 +0000 (17:56 -0700)
commit1b2614f1dd687d79d413cf34f69b003bbe385709
treeee8235dffc263a9e1113d9935f5bbe920f5a82ec
parentea25c43179462e342d4a0e66c3f6a5f53514da05
parente66186920bff278b18ebe460c710c7b0e0cfdf6e
Merge branch 'akpm' (patches from Andrew)

Merge more fixes from Andrew Morton:
 "6 fixes"

* emailed patches from Andrew Morton <akpm@linux-foundation.org>:
  scripts/dtc: fix '%zx' warning
  include/linux/compiler.h: don't perform compiletime_assert with -O0
  mm, madvise: ensure poisoned pages are removed from per-cpu lists
  mm, uprobes: fix multiple free of ->uprobes_state.xol_area
  kernel/kthread.c: kthread_worker: don't hog the cpu
  mm,page_alloc: don't call __node_reclaim() with oom_lock held.