]> git.baikalelectronics.ru Git - kernel.git/commit
mm: numa: initialise numa balancing after jump label initialisation
authorMel Gorman <mgorman@suse.de>
Wed, 29 Jan 2014 22:05:42 +0000 (14:05 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 30 Jan 2014 00:22:39 +0000 (16:22 -0800)
commit199734bfb29c1e5b7908f2059835c8bc36d3b2b1
treefa9fbd28e91301c97ae02e7fc954bea17327093c
parentf2943e4de0bd312d5061fd436e7dd53ee8f509f3
mm: numa: initialise numa balancing after jump label initialisation

The command line parsing takes place before jump labels are initialised
which generates a warning if numa_balancing= is specified and
CONFIG_JUMP_LABEL is set.

On older kernels before commit 633fd39e2761 ("static_key: WARN on usage
before jump_label_init was called") the kernel would have crashed.  This
patch enables automatic numa balancing later in the initialisation
process if numa_balancing= is specified.

Signed-off-by: Mel Gorman <mgorman@suse.de>
Acked-by: Rik van Riel <riel@redhat.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/mempolicy.c