All of lore.kernel.org
 help / color / mirror / Atom feed
* mm: BUG in mempolicy's sp_insert
@ 2013-02-25 13:30 Sasha Levin
  2013-02-26  1:52   ` KOSAKI Motohiro
  0 siblings, 1 reply; 21+ messages in thread
From: Sasha Levin @ 2013-02-25 13:30 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Hugh Dickins, kosaki.motohiro, Mel Gorman, Dave Jones, linux-mm,
	linux-kernel

Hi all,

While fuzzing with trinity inside a KVM tools guest running latest -next kernel,
I've stumbled on the following BUG:

[13551.830090] ------------[ cut here ]------------
[13551.830090] kernel BUG at mm/mempolicy.c:2187!
[13551.830090] invalid opcode: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC
[13551.830090] Dumping ftrace buffer:
[13551.830090]    (ftrace buffer empty)
[13551.830090] Modules linked in:
[13551.830090] CPU 5
[13551.830090] Pid: 29310, comm: trinity Tainted: G        W    3.8.0-next-20130222-sasha-00042-gcbfe956 #995
[13551.830090] RIP: 0010:[<ffffffff812637b3>]  [<ffffffff812637b3>] sp_insert+0x33/0xb0
[13551.830090] RSP: 0018:ffff880087e03ca8  EFLAGS: 00010287
[13551.830090] RAX: ffff88009a7a77d0 RBX: ffff88009a7a7c38 RCX: 0000000000000000
[13551.830090] RDX: 0000000000000010 RSI: ffff88009a7a7c38 RDI: ffff88009a5473b0
[13551.830090] RBP: ffff880087e03cb8 R08: 0000000000000001 R09: 0000000000000001
[13551.830090] R10: 0000000000000000 R11: 0000000000000000 R12: ffff88009a5473b0
[13551.830090] R13: ffff88009a7a77d0 R14: 000000000000000f R15: 0000000000000000
[13551.830090] FS:  00007f1b28931700(0000) GS:ffff8800baa00000(0000) knlGS:0000000000000000
[13551.830090] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[13551.830090] CR2: 00000000001f1005 CR3: 000000009c0a3000 CR4: 00000000000406e0
[13551.830090] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[13551.830090] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[13551.830090] Process trinity (pid: 29310, threadinfo ffff880087e02000, task ffff880018038000)
[13551.830090] Stack:
[13551.830090]  0000000000000001 0000000000000001 ffff880087e03d18 ffffffff812642ab
[13551.830090]  ffff88009a547678 0000000000000000 ffff88009a5cfc20 ffff88009a5473b8
[13551.830090]  ffff88009a5476e0 000000000000000e ffff88009551c800 ffff88009a5473b0
[13551.830090] Call Trace:
[13551.830090]  [<ffffffff812642ab>] shared_policy_replace+0x13b/0x210
[13551.830090]  [<ffffffff81265436>] mpol_set_shared_policy+0x156/0x160
[13551.830090]  [<ffffffff8124c59a>] ? __split_vma+0x17a/0x210
[13551.830090]  [<ffffffff8122ee87>] shmem_set_policy+0x27/0x30
[13551.830090]  [<ffffffff812663e0>] mbind_range+0x1e0/0x260
[13551.830090]  [<ffffffff8126725a>] do_mbind+0x22a/0x330
[13551.830090]  [<ffffffff812673e9>] sys_mbind+0x89/0xb0
[13551.830090]  [<ffffffff84031fd0>] tracesys+0xdd/0xe2
[13551.830090] Code: c9 53 48 89 f3 48 83 ec 08 eb 2a 48 8b 50 18 48 39 53 18 73 06 48 8d 50 10 eb 17 48 8b 50 20 48 39 53 20 76
06 48 8d 50 08 eb 07 <0f> 0b 0f 1f 00 eb fe 48 89 c1 48 8b 02 48 85 c0 75 ce 48 89 0b
[13551.830090] RIP  [<ffffffff812637b3>] sp_insert+0x33/0xb0
[13551.830090]  RSP <ffff880087e03ca8>
[13552.663006] ---[ end trace 41967793cddea94b ]---


Thanks,
Sasha

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: mm: BUG in mempolicy's sp_insert
  2013-02-25 13:30 mm: BUG in mempolicy's sp_insert Sasha Levin
@ 2013-02-26  1:52   ` KOSAKI Motohiro
  0 siblings, 0 replies; 21+ messages in thread
From: KOSAKI Motohiro @ 2013-02-26  1:52 UTC (permalink / raw)
  To: Sasha Levin
  Cc: Andrew Morton, Hugh Dickins, Mel Gorman, Dave Jones, linux-mm,
	linux-kernel

On Mon, Feb 25, 2013 at 8:30 AM, Sasha Levin <sasha.levin@oracle.com> wrote:
> Hi all,
>
> While fuzzing with trinity inside a KVM tools guest running latest -next kernel,
> I've stumbled on the following BUG:
>
> [13551.830090] ------------[ cut here ]------------
> [13551.830090] kernel BUG at mm/mempolicy.c:2187!
> [13551.830090] invalid opcode: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC

Unfortunately, I didn't reproduce this. I'll try it tonight.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: mm: BUG in mempolicy's sp_insert
@ 2013-02-26  1:52   ` KOSAKI Motohiro
  0 siblings, 0 replies; 21+ messages in thread
From: KOSAKI Motohiro @ 2013-02-26  1:52 UTC (permalink / raw)
  To: Sasha Levin
  Cc: Andrew Morton, Hugh Dickins, Mel Gorman, Dave Jones, linux-mm,
	linux-kernel

On Mon, Feb 25, 2013 at 8:30 AM, Sasha Levin <sasha.levin@oracle.com> wrote:
> Hi all,
>
> While fuzzing with trinity inside a KVM tools guest running latest -next kernel,
> I've stumbled on the following BUG:
>
> [13551.830090] ------------[ cut here ]------------
> [13551.830090] kernel BUG at mm/mempolicy.c:2187!
> [13551.830090] invalid opcode: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC

Unfortunately, I didn't reproduce this. I'll try it tonight.

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: mm: BUG in mempolicy's sp_insert
  2013-02-26  1:52   ` KOSAKI Motohiro
@ 2013-02-26  1:54     ` Sasha Levin
  -1 siblings, 0 replies; 21+ messages in thread
From: Sasha Levin @ 2013-02-26  1:54 UTC (permalink / raw)
  To: KOSAKI Motohiro
  Cc: Andrew Morton, Hugh Dickins, Mel Gorman, Dave Jones, linux-mm,
	linux-kernel

On 02/25/2013 08:52 PM, KOSAKI Motohiro wrote:
> On Mon, Feb 25, 2013 at 8:30 AM, Sasha Levin <sasha.levin@oracle.com> wrote:
>> Hi all,
>>
>> While fuzzing with trinity inside a KVM tools guest running latest -next kernel,
>> I've stumbled on the following BUG:
>>
>> [13551.830090] ------------[ cut here ]------------
>> [13551.830090] kernel BUG at mm/mempolicy.c:2187!
>> [13551.830090] invalid opcode: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC
> 
> Unfortunately, I didn't reproduce this. I'll try it tonight.

I've actually managed to reproduce it again since then, so it's not a one time
fluke (which is a good sign a I guess).

It did require about an hour of fuzzing just mm with trinity.


Thanks,
Sasha


^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: mm: BUG in mempolicy's sp_insert
@ 2013-02-26  1:54     ` Sasha Levin
  0 siblings, 0 replies; 21+ messages in thread
From: Sasha Levin @ 2013-02-26  1:54 UTC (permalink / raw)
  To: KOSAKI Motohiro
  Cc: Andrew Morton, Hugh Dickins, Mel Gorman, Dave Jones, linux-mm,
	linux-kernel

On 02/25/2013 08:52 PM, KOSAKI Motohiro wrote:
> On Mon, Feb 25, 2013 at 8:30 AM, Sasha Levin <sasha.levin@oracle.com> wrote:
>> Hi all,
>>
>> While fuzzing with trinity inside a KVM tools guest running latest -next kernel,
>> I've stumbled on the following BUG:
>>
>> [13551.830090] ------------[ cut here ]------------
>> [13551.830090] kernel BUG at mm/mempolicy.c:2187!
>> [13551.830090] invalid opcode: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC
> 
> Unfortunately, I didn't reproduce this. I'll try it tonight.

I've actually managed to reproduce it again since then, so it's not a one time
fluke (which is a good sign a I guess).

It did require about an hour of fuzzing just mm with trinity.


Thanks,
Sasha

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: mm: BUG in mempolicy's sp_insert
  2013-02-26  1:54     ` Sasha Levin
@ 2013-02-26 11:39       ` Hillf Danton
  -1 siblings, 0 replies; 21+ messages in thread
From: Hillf Danton @ 2013-02-26 11:39 UTC (permalink / raw)
  To: Sasha Levin
  Cc: KOSAKI Motohiro, Andrew Morton, Hugh Dickins, Mel Gorman,
	Dave Jones, linux-mm, linux-kernel, Hillf Danton

On Tue, Feb 26, 2013 at 9:54 AM, Sasha Levin <sasha.levin@oracle.com> wrote:
> On 02/25/2013 08:52 PM, KOSAKI Motohiro wrote:
>> On Mon, Feb 25, 2013 at 8:30 AM, Sasha Levin <sasha.levin@oracle.com> wrote:
>>> Hi all,
>>>
>>> While fuzzing with trinity inside a KVM tools guest running latest -next kernel,
>>> I've stumbled on the following BUG:
>>>
>>> [13551.830090] ------------[ cut here ]------------
>>> [13551.830090] kernel BUG at mm/mempolicy.c:2187!
>>> [13551.830090] invalid opcode: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC
>>
>> Unfortunately, I didn't reproduce this. I'll try it tonight.
>
> I've actually managed to reproduce it again since then, so it's not a one time
> fluke (which is a good sign a I guess).
>
> It did require about an hour of fuzzing just mm with trinity.
>
Insert new node after updating node in tree.

Hillf

--- a/mm/mempolicy.c	Tue Feb 26 19:33:20 2013
+++ b/mm/mempolicy.c	Tue Feb 26 19:35:38 2013
@@ -2391,8 +2391,8 @@ restart:
 				*mpol_new = *n->policy;
 				atomic_set(&mpol_new->refcnt, 1);
 				sp_node_init(n_new, n->end, end, mpol_new);
-				sp_insert(sp, n_new);
 				n->end = start;
+				sp_insert(sp, n_new);
 				n_new = NULL;
 				mpol_new = NULL;
 				break;
--

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: mm: BUG in mempolicy's sp_insert
@ 2013-02-26 11:39       ` Hillf Danton
  0 siblings, 0 replies; 21+ messages in thread
From: Hillf Danton @ 2013-02-26 11:39 UTC (permalink / raw)
  To: Sasha Levin
  Cc: KOSAKI Motohiro, Andrew Morton, Hugh Dickins, Mel Gorman,
	Dave Jones, linux-mm, linux-kernel, Hillf Danton

On Tue, Feb 26, 2013 at 9:54 AM, Sasha Levin <sasha.levin@oracle.com> wrote:
> On 02/25/2013 08:52 PM, KOSAKI Motohiro wrote:
>> On Mon, Feb 25, 2013 at 8:30 AM, Sasha Levin <sasha.levin@oracle.com> wrote:
>>> Hi all,
>>>
>>> While fuzzing with trinity inside a KVM tools guest running latest -next kernel,
>>> I've stumbled on the following BUG:
>>>
>>> [13551.830090] ------------[ cut here ]------------
>>> [13551.830090] kernel BUG at mm/mempolicy.c:2187!
>>> [13551.830090] invalid opcode: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC
>>
>> Unfortunately, I didn't reproduce this. I'll try it tonight.
>
> I've actually managed to reproduce it again since then, so it's not a one time
> fluke (which is a good sign a I guess).
>
> It did require about an hour of fuzzing just mm with trinity.
>
Insert new node after updating node in tree.

Hillf

--- a/mm/mempolicy.c	Tue Feb 26 19:33:20 2013
+++ b/mm/mempolicy.c	Tue Feb 26 19:35:38 2013
@@ -2391,8 +2391,8 @@ restart:
 				*mpol_new = *n->policy;
 				atomic_set(&mpol_new->refcnt, 1);
 				sp_node_init(n_new, n->end, end, mpol_new);
-				sp_insert(sp, n_new);
 				n->end = start;
+				sp_insert(sp, n_new);
 				n_new = NULL;
 				mpol_new = NULL;
 				break;
--

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 21+ messages in thread

* [PATCH 1/2] mempolicy: fix wrong sp_node insertion
  2013-02-26 11:39       ` Hillf Danton
@ 2013-02-28  5:25         ` kosaki.motohiro
  -1 siblings, 0 replies; 21+ messages in thread
From: kosaki.motohiro @ 2013-02-28  5:25 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-mm, Sasha Levin, Andrew Morton, Hugh Dickins, Mel Gorman,
	Dave Jones, Hillf Danton, KOSAKI Motohiro

From: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>

From: Hillf Danton <dhillf@gmail.com>

n->end is accessed in sp_insert(). Thus it should be update
before calling sp_insert(). This mistake may make kernel panic.

Signed-off-by: Hillf Danton <dhillf@gmail.com>
Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
---
 mm/mempolicy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mm/mempolicy.c b/mm/mempolicy.c
index 31d2663..868d08f 100644
--- a/mm/mempolicy.c
+++ b/mm/mempolicy.c
@@ -2391,8 +2391,8 @@ static int shared_policy_replace(struct shared_policy *sp, unsigned long start,
 				*mpol_new = *n->policy;
 				atomic_set(&mpol_new->refcnt, 1);
 				sp_node_init(n_new, n->end, end, mpol_new);
-				sp_insert(sp, n_new);
 				n->end = start;
+				sp_insert(sp, n_new);
 				n_new = NULL;
 				mpol_new = NULL;
 				break;
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [PATCH 1/2] mempolicy: fix wrong sp_node insertion
@ 2013-02-28  5:25         ` kosaki.motohiro
  0 siblings, 0 replies; 21+ messages in thread
From: kosaki.motohiro @ 2013-02-28  5:25 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-mm, Sasha Levin, Andrew Morton, Hugh Dickins, Mel Gorman,
	Dave Jones, Hillf Danton, KOSAKI Motohiro

From: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>

From: Hillf Danton <dhillf@gmail.com>

n->end is accessed in sp_insert(). Thus it should be update
before calling sp_insert(). This mistake may make kernel panic.

Signed-off-by: Hillf Danton <dhillf@gmail.com>
Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
---
 mm/mempolicy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mm/mempolicy.c b/mm/mempolicy.c
index 31d2663..868d08f 100644
--- a/mm/mempolicy.c
+++ b/mm/mempolicy.c
@@ -2391,8 +2391,8 @@ static int shared_policy_replace(struct shared_policy *sp, unsigned long start,
 				*mpol_new = *n->policy;
 				atomic_set(&mpol_new->refcnt, 1);
 				sp_node_init(n_new, n->end, end, mpol_new);
-				sp_insert(sp, n_new);
 				n->end = start;
+				sp_insert(sp, n_new);
 				n_new = NULL;
 				mpol_new = NULL;
 				break;
-- 
1.7.1

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [PATCH 2/2] mempolicy: fix typo
  2013-02-26 11:39       ` Hillf Danton
@ 2013-02-28  5:25         ` kosaki.motohiro
  -1 siblings, 0 replies; 21+ messages in thread
From: kosaki.motohiro @ 2013-02-28  5:25 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-mm, Sasha Levin, Andrew Morton, Hugh Dickins, Mel Gorman,
	Dave Jones, Hillf Danton, KOSAKI Motohiro

From: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>

Currently, n_new is wrongly initialized. start and end parameter
are inverted. Let's fix it.

Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
---
 mm/mempolicy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mm/mempolicy.c b/mm/mempolicy.c
index 868d08f..7431001 100644
--- a/mm/mempolicy.c
+++ b/mm/mempolicy.c
@@ -2390,7 +2390,7 @@ static int shared_policy_replace(struct shared_policy *sp, unsigned long start,
 
 				*mpol_new = *n->policy;
 				atomic_set(&mpol_new->refcnt, 1);
-				sp_node_init(n_new, n->end, end, mpol_new);
+				sp_node_init(n_new, end, n->end, mpol_new);
 				n->end = start;
 				sp_insert(sp, n_new);
 				n_new = NULL;
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [PATCH 2/2] mempolicy: fix typo
@ 2013-02-28  5:25         ` kosaki.motohiro
  0 siblings, 0 replies; 21+ messages in thread
From: kosaki.motohiro @ 2013-02-28  5:25 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-mm, Sasha Levin, Andrew Morton, Hugh Dickins, Mel Gorman,
	Dave Jones, Hillf Danton, KOSAKI Motohiro

From: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>

Currently, n_new is wrongly initialized. start and end parameter
are inverted. Let's fix it.

Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
---
 mm/mempolicy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mm/mempolicy.c b/mm/mempolicy.c
index 868d08f..7431001 100644
--- a/mm/mempolicy.c
+++ b/mm/mempolicy.c
@@ -2390,7 +2390,7 @@ static int shared_policy_replace(struct shared_policy *sp, unsigned long start,
 
 				*mpol_new = *n->policy;
 				atomic_set(&mpol_new->refcnt, 1);
-				sp_node_init(n_new, n->end, end, mpol_new);
+				sp_node_init(n_new, end, n->end, mpol_new);
 				n->end = start;
 				sp_insert(sp, n_new);
 				n_new = NULL;
-- 
1.7.1

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply related	[flat|nested] 21+ messages in thread

* Re: mm: BUG in mempolicy's sp_insert
  2013-02-26 11:39       ` Hillf Danton
@ 2013-02-28  5:26         ` KOSAKI Motohiro
  -1 siblings, 0 replies; 21+ messages in thread
From: KOSAKI Motohiro @ 2013-02-28  5:26 UTC (permalink / raw)
  To: Hillf Danton
  Cc: Sasha Levin, Andrew Morton, Hugh Dickins, Mel Gorman, Dave Jones,
	linux-mm, linux-kernel

> Insert new node after updating node in tree.

Thanks. you are right. I could reproduce and verified.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: mm: BUG in mempolicy's sp_insert
@ 2013-02-28  5:26         ` KOSAKI Motohiro
  0 siblings, 0 replies; 21+ messages in thread
From: KOSAKI Motohiro @ 2013-02-28  5:26 UTC (permalink / raw)
  To: Hillf Danton
  Cc: Sasha Levin, Andrew Morton, Hugh Dickins, Mel Gorman, Dave Jones,
	linux-mm, linux-kernel

> Insert new node after updating node in tree.

Thanks. you are right. I could reproduce and verified.

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: mm: BUG in mempolicy's sp_insert
  2013-02-28  5:26         ` KOSAKI Motohiro
@ 2013-02-28  6:53           ` Hillf Danton
  -1 siblings, 0 replies; 21+ messages in thread
From: Hillf Danton @ 2013-02-28  6:53 UTC (permalink / raw)
  To: KOSAKI Motohiro
  Cc: Sasha Levin, Andrew Morton, Hugh Dickins, Mel Gorman, Dave Jones,
	linux-mm, linux-kernel

On Thu, Feb 28, 2013 at 1:26 PM, KOSAKI Motohiro
<kosaki.motohiro@jp.fujitsu.com> wrote:
>> Insert new node after updating node in tree.
>
> Thanks. you are right. I could reproduce and verified.

Thank you too;) pleasure to do minor work for you.

btw, how about your belly now? fully recovered?

Hillf

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: mm: BUG in mempolicy's sp_insert
@ 2013-02-28  6:53           ` Hillf Danton
  0 siblings, 0 replies; 21+ messages in thread
From: Hillf Danton @ 2013-02-28  6:53 UTC (permalink / raw)
  To: KOSAKI Motohiro
  Cc: Sasha Levin, Andrew Morton, Hugh Dickins, Mel Gorman, Dave Jones,
	linux-mm, linux-kernel

On Thu, Feb 28, 2013 at 1:26 PM, KOSAKI Motohiro
<kosaki.motohiro@jp.fujitsu.com> wrote:
>> Insert new node after updating node in tree.
>
> Thanks. you are right. I could reproduce and verified.

Thank you too;) pleasure to do minor work for you.

btw, how about your belly now? fully recovered?

Hillf

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PATCH 2/2] mempolicy: fix typo
  2013-02-28  5:25         ` kosaki.motohiro
@ 2013-02-28 23:54           ` Andrew Morton
  -1 siblings, 0 replies; 21+ messages in thread
From: Andrew Morton @ 2013-02-28 23:54 UTC (permalink / raw)
  To: kosaki.motohiro
  Cc: linux-kernel, linux-mm, Sasha Levin, Hugh Dickins, Mel Gorman,
	Dave Jones, Hillf Danton, KOSAKI Motohiro

On Thu, 28 Feb 2013 00:25:07 -0500
kosaki.motohiro@gmail.com wrote:

> From: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
> 
> Currently, n_new is wrongly initialized. start and end parameter
> are inverted. Let's fix it.
> 
> ...
>
> --- a/mm/mempolicy.c
> +++ b/mm/mempolicy.c
> @@ -2390,7 +2390,7 @@ static int shared_policy_replace(struct shared_policy *sp, unsigned long start,
>  
>  				*mpol_new = *n->policy;
>  				atomic_set(&mpol_new->refcnt, 1);
> -				sp_node_init(n_new, n->end, end, mpol_new);
> +				sp_node_init(n_new, end, n->end, mpol_new);
>  				n->end = start;
>  				sp_insert(sp, n_new);
>  				n_new = NULL;

huh.  What were the runtime effects of this problem?

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PATCH 2/2] mempolicy: fix typo
@ 2013-02-28 23:54           ` Andrew Morton
  0 siblings, 0 replies; 21+ messages in thread
From: Andrew Morton @ 2013-02-28 23:54 UTC (permalink / raw)
  To: kosaki.motohiro
  Cc: linux-kernel, linux-mm, Sasha Levin, Hugh Dickins, Mel Gorman,
	Dave Jones, Hillf Danton, KOSAKI Motohiro

On Thu, 28 Feb 2013 00:25:07 -0500
kosaki.motohiro@gmail.com wrote:

> From: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
> 
> Currently, n_new is wrongly initialized. start and end parameter
> are inverted. Let's fix it.
> 
> ...
>
> --- a/mm/mempolicy.c
> +++ b/mm/mempolicy.c
> @@ -2390,7 +2390,7 @@ static int shared_policy_replace(struct shared_policy *sp, unsigned long start,
>  
>  				*mpol_new = *n->policy;
>  				atomic_set(&mpol_new->refcnt, 1);
> -				sp_node_init(n_new, n->end, end, mpol_new);
> +				sp_node_init(n_new, end, n->end, mpol_new);
>  				n->end = start;
>  				sp_insert(sp, n_new);
>  				n_new = NULL;

huh.  What were the runtime effects of this problem?

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PATCH 2/2] mempolicy: fix typo
  2013-02-28 23:54           ` Andrew Morton
@ 2013-03-01  1:28             ` KOSAKI Motohiro
  -1 siblings, 0 replies; 21+ messages in thread
From: KOSAKI Motohiro @ 2013-03-01  1:28 UTC (permalink / raw)
  To: Andrew Morton
  Cc: LKML, linux-mm, Sasha Levin, Hugh Dickins, Mel Gorman,
	Dave Jones, Hillf Danton

On Thu, Feb 28, 2013 at 6:54 PM, Andrew Morton
<akpm@linux-foundation.org> wrote:
> On Thu, 28 Feb 2013 00:25:07 -0500
> kosaki.motohiro@gmail.com wrote:
>
>> From: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
>>
>> Currently, n_new is wrongly initialized. start and end parameter
>> are inverted. Let's fix it.
>>
>> ...
>>
>> --- a/mm/mempolicy.c
>> +++ b/mm/mempolicy.c
>> @@ -2390,7 +2390,7 @@ static int shared_policy_replace(struct shared_policy *sp, unsigned long start,
>>
>>                               *mpol_new = *n->policy;
>>                               atomic_set(&mpol_new->refcnt, 1);
>> -                             sp_node_init(n_new, n->end, end, mpol_new);
>> +                             sp_node_init(n_new, end, n->end, mpol_new);
>>                               n->end = start;
>>                               sp_insert(sp, n_new);
>>                               n_new = NULL;
>
> huh.  What were the runtime effects of this problem?

I think passed policy don't effect correctly. No big issue because nobody
uses route except Dave Jones testcase. (remember, until very recently,
this route has kernel crash bug and nobody have been hit.)

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PATCH 2/2] mempolicy: fix typo
@ 2013-03-01  1:28             ` KOSAKI Motohiro
  0 siblings, 0 replies; 21+ messages in thread
From: KOSAKI Motohiro @ 2013-03-01  1:28 UTC (permalink / raw)
  To: Andrew Morton
  Cc: LKML, linux-mm, Sasha Levin, Hugh Dickins, Mel Gorman,
	Dave Jones, Hillf Danton

On Thu, Feb 28, 2013 at 6:54 PM, Andrew Morton
<akpm@linux-foundation.org> wrote:
> On Thu, 28 Feb 2013 00:25:07 -0500
> kosaki.motohiro@gmail.com wrote:
>
>> From: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
>>
>> Currently, n_new is wrongly initialized. start and end parameter
>> are inverted. Let's fix it.
>>
>> ...
>>
>> --- a/mm/mempolicy.c
>> +++ b/mm/mempolicy.c
>> @@ -2390,7 +2390,7 @@ static int shared_policy_replace(struct shared_policy *sp, unsigned long start,
>>
>>                               *mpol_new = *n->policy;
>>                               atomic_set(&mpol_new->refcnt, 1);
>> -                             sp_node_init(n_new, n->end, end, mpol_new);
>> +                             sp_node_init(n_new, end, n->end, mpol_new);
>>                               n->end = start;
>>                               sp_insert(sp, n_new);
>>                               n_new = NULL;
>
> huh.  What were the runtime effects of this problem?

I think passed policy don't effect correctly. No big issue because nobody
uses route except Dave Jones testcase. (remember, until very recently,
this route has kernel crash bug and nobody have been hit.)

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: mm: BUG in mempolicy's sp_insert
  2013-02-28  6:53           ` Hillf Danton
@ 2013-03-01  1:30             ` KOSAKI Motohiro
  -1 siblings, 0 replies; 21+ messages in thread
From: KOSAKI Motohiro @ 2013-03-01  1:30 UTC (permalink / raw)
  To: Hillf Danton
  Cc: Sasha Levin, Andrew Morton, Hugh Dickins, Mel Gorman, Dave Jones,
	linux-mm, linux-kernel

On Thu, Feb 28, 2013 at 1:53 AM, Hillf Danton <dhillf@gmail.com> wrote:
> On Thu, Feb 28, 2013 at 1:26 PM, KOSAKI Motohiro
> <kosaki.motohiro@jp.fujitsu.com> wrote:
>>> Insert new node after updating node in tree.
>>
>> Thanks. you are right. I could reproduce and verified.
>
> Thank you too;) pleasure to do minor work for you.
>
> btw, how about your belly now? fully recovered?

Yup. I could learned US health care a bit. =)

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: mm: BUG in mempolicy's sp_insert
@ 2013-03-01  1:30             ` KOSAKI Motohiro
  0 siblings, 0 replies; 21+ messages in thread
From: KOSAKI Motohiro @ 2013-03-01  1:30 UTC (permalink / raw)
  To: Hillf Danton
  Cc: Sasha Levin, Andrew Morton, Hugh Dickins, Mel Gorman, Dave Jones,
	linux-mm, linux-kernel

On Thu, Feb 28, 2013 at 1:53 AM, Hillf Danton <dhillf@gmail.com> wrote:
> On Thu, Feb 28, 2013 at 1:26 PM, KOSAKI Motohiro
> <kosaki.motohiro@jp.fujitsu.com> wrote:
>>> Insert new node after updating node in tree.
>>
>> Thanks. you are right. I could reproduce and verified.
>
> Thank you too;) pleasure to do minor work for you.
>
> btw, how about your belly now? fully recovered?

Yup. I could learned US health care a bit. =)

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2013-03-01  1:30 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-25 13:30 mm: BUG in mempolicy's sp_insert Sasha Levin
2013-02-26  1:52 ` KOSAKI Motohiro
2013-02-26  1:52   ` KOSAKI Motohiro
2013-02-26  1:54   ` Sasha Levin
2013-02-26  1:54     ` Sasha Levin
2013-02-26 11:39     ` Hillf Danton
2013-02-26 11:39       ` Hillf Danton
2013-02-28  5:25       ` [PATCH 1/2] mempolicy: fix wrong sp_node insertion kosaki.motohiro
2013-02-28  5:25         ` kosaki.motohiro
2013-02-28  5:25       ` [PATCH 2/2] mempolicy: fix typo kosaki.motohiro
2013-02-28  5:25         ` kosaki.motohiro
2013-02-28 23:54         ` Andrew Morton
2013-02-28 23:54           ` Andrew Morton
2013-03-01  1:28           ` KOSAKI Motohiro
2013-03-01  1:28             ` KOSAKI Motohiro
2013-02-28  5:26       ` mm: BUG in mempolicy's sp_insert KOSAKI Motohiro
2013-02-28  5:26         ` KOSAKI Motohiro
2013-02-28  6:53         ` Hillf Danton
2013-02-28  6:53           ` Hillf Danton
2013-03-01  1:30           ` KOSAKI Motohiro
2013-03-01  1:30             ` KOSAKI Motohiro

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.