2017-08-25-15-50 merged

Andrew Morton (2):
      mm-page_owner-make-init_pages_in_zone-faster-fix-checkpatch-fixes
      mm-change-the-call-sites-of-numa-statistics-items-checkpatch-fixes

Joonsoo Kim (1):
      mm/mlock.c: use page_zone() instead of page_zone_id()

Jérôme Glisse (1):
      mm/hmm: struct hmm is only use by HMM mirror functionality v2

Kemi Wang (3):
      mm: change the call sites of numa statistics items
      mm: update NUMA counter threshold size
      mm: consider the number in local CPUs when reading NUMA stats

Matthias Kaehlcke (1):
      mm/zsmalloc.c: change stat type parameter to int

Michal Hocko (1):
      mm-hmm-struct-hmm-is-only-use-by-hmm-mirror-functionality-v2-fix

Shakeel Butt (1):
      mm: fadvise: avoid fadvise for fs without backing device

Shaohua Li (1):
      kernel/kthread.c: kthread_worker: don't hog the cpu

Tetsuo Handa (1):
      mm,page_alloc: don't call __node_reclaim() with oom_lock held.

Vlastimil Babka (1):
      mm, page_owner: make init_pages_in_zone() faster-fix
mm-hmm-struct-hmm-is-only-use-by-hmm-mirror-functionality-v2-fix

Compiler is complaining for allnoconfig

kernel/fork.c: In function 'mm_init':
kernel/fork.c:814:2: error: implicit declaration of function 'hmm_mm_init' [-Werror=implicit-function-declaration]
  hmm_mm_init(mm);
  ^
kernel/fork.c: In function '__mmdrop':
kernel/fork.c:893:2: error: implicit declaration of function 'hmm_mm_destroy' [-Werror=implicit-function-declaration]
  hmm_mm_destroy(mm);

Make sure that hmm_mm_init/hmm_mm_destroy empty stups are defined when
CONFIG_HMM is disabled.

Signed-off-by: Michal Hocko <mhocko@suse.com>
1 file changed