]> git.baikalelectronics.ru Git - kernel.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)
commit5a0143cb0399013cde82257ad578483a3e0a576a
treeee8235dffc263a9e1113d9935f5bbe920f5a82ec
parent22fd695949af6fd7baf9d39ca8462082a71d2705
parentfbf07b7423e981a2d4b8852c3f984c7b1a8b2f85
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.