Fix: mm_page_alloc_extfrag instrumentation for kernel 3.14.36
authorAntoine Busque <abusque@efficios.com>
Sat, 21 Mar 2015 19:13:18 +0000 (15:13 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 23 Mar 2015 13:44:48 +0000 (09:44 -0400)
commit1b2a5429de815c95643df2eadf91253909708728
tree4206f3b4a864a3a1759137019086254a52484868
parent9a8687aa0cf51f3efd6f9f0aa1352ca9f1aa6816
Fix: mm_page_alloc_extfrag instrumentation for kernel 3.14.36

The following commit has been backported from kernel 3.19.2 into
3.14.36, introducing a change to mm_page_alloc_extfrag and therefore
provoking a build failure on a 3.14.36 kernel:

commit a4f3f96f850db69890f47984c60606a2362bee89
Author: Vlastimil Babka <vbabka@suse.cz>
Date:   Wed Feb 11 15:28:15 2015 -0800

    mm: when stealing freepages, also take pages created by splitting buddy page

    commit 99592d598eca62bdbbf62b59941c189176dfc614 upstream.

This patch adds the proper version check to allow building on 3.14.y.

Signed-off-by: Antoine Busque <abusque@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/events/lttng-module/kmem.h
This page took 0.0251440000000001 seconds and 4 git commands to generate.