[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <52B0D5F9.5030208@oracle.com>
Date: Tue, 17 Dec 2013 17:53:45 -0500
From: Sasha Levin <sasha.levin@...cle.com>
To: Mel Gorman <mgorman@...e.de>,
Andrew Morton <akpm@...ux-foundation.org>
CC: Alex Thorlton <athorlton@....com>, Rik van Riel <riel@...hat.com>,
Linux-MM <linux-mm@...ck.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 10/18] mm: numa: Avoid unnecessary disruption of NUMA
hinting during migration
Hi Mel,
On 12/10/2013 10:51 AM, Mel Gorman wrote:
> +
> + /* mmap_sem prevents this happening but warn if that changes */
> + WARN_ON(pmd_trans_migrating(pmd));
> +
I seem to be hitting this warning with latest -next kernel:
[ 1704.594807] WARNING: CPU: 28 PID: 35287 at mm/huge_memory.c:887 copy_huge_pmd+0x145/
0x3a0()
[ 1704.597258] Modules linked in:
[ 1704.597844] CPU: 28 PID: 35287 Comm: trinity-main Tainted: G W 3.13.0-rc4-
next-20131217-sasha-00013-ga878504-dirty #4149
[ 1704.599924] 0000000000000377e delta! pid slot 27 [36258]: old:2 now:537927697 diff:
537927695 ffff8803593ddb90 ffffffff8439501c ffffffff854722c1
[ 1704.604846] 0000000000000000 ffff8803593ddbd0 ffffffff8112f8ac ffff8803593ddbe0
[ 1704.606391] ffff88034bc137f0 ffff880e41677000 8000000b47c009e4 ffff88034a638000
[ 1704.608008] Call Trace:
[ 1704.608511] [<ffffffff8439501c>] dump_stack+0x52/0x7f
[ 1704.609699] [<ffffffff8112f8ac>] warn_slowpath_common+0x8c/0xc0
[ 1704.612617] [<ffffffff8112f8fa>] warn_slowpath_null+0x1a/0x20
[ 1704.614043] [<ffffffff812b91c5>] copy_huge_pmd+0x145/0x3a0
[ 1704.615587] [<ffffffff8127e032>] copy_page_range+0x3f2/0x560
[ 1704.616869] [<ffffffff81199ef1>] ? rwsem_wake+0x51/0x70
[ 1704.617942] [<ffffffff8112cf59>] dup_mmap+0x2c9/0x3d0
[ 1704.619146] [<ffffffff8112d54d>] dup_mm+0xad/0x150
[ 1704.620051] [<ffffffff8112e178>] copy_process+0xa68/0x12e0
[ 1704.622976] [<ffffffff81194eda>] ? __lock_release+0x1da/0x1f0
[ 1704.624234] [<ffffffff8112eee6>] do_fork+0x96/0x270
[ 1704.624975] [<ffffffff81249465>] ? context_tracking_user_exit+0x195/0x1d0
[ 1704.626427] [<ffffffff811930ed>] ? trace_hardirqs_on+0xd/0x10
[ 1704.627681] [<ffffffff8112f0d6>] SyS_clone+0x16/0x20
[ 1704.628833] [<ffffffff843a6309>] stub_clone+0x69/0x90
[ 1704.629672] [<ffffffff843a6150>] ? tracesys+0xdd/0xe2
Thanks,
Sasha
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists