Re: [PATCH] rbtree: Add some necessary condition checks

2013-09-04 Thread Zhi Yong Wu
On Thu, Sep 5, 2013 at 9:12 AM, Davidlohr Bueso wrote: > On Thu, 2013-09-05 at 08:37 +0800, Zhi Yong Wu wrote: >> On Thu, Sep 5, 2013 at 7:59 AM, Davidlohr Bueso wrote: >> > On Thu, 2013-09-05 at 01:22 +0800, Zhi Yong Wu wrote: >> >> On Mon, Sep 2, 2013 at 4:57 PM, Michel Lespinasse >> >> wrote

Re: [PATCH] rbtree: Add some necessary condition checks

2013-09-04 Thread Davidlohr Bueso
On Thu, 2013-09-05 at 08:37 +0800, Zhi Yong Wu wrote: > On Thu, Sep 5, 2013 at 7:59 AM, Davidlohr Bueso wrote: > > On Thu, 2013-09-05 at 01:22 +0800, Zhi Yong Wu wrote: > >> On Mon, Sep 2, 2013 at 4:57 PM, Michel Lespinasse > >> wrote: > >> > On Sun, Sep 1, 2013 at 11:30 PM, Zhi Yong Wu > >> >

Re: [PATCH] rbtree: Add some necessary condition checks

2013-09-04 Thread Zhi Yong Wu
On Thu, Sep 5, 2013 at 7:59 AM, Davidlohr Bueso wrote: > On Thu, 2013-09-05 at 01:22 +0800, Zhi Yong Wu wrote: >> On Mon, Sep 2, 2013 at 4:57 PM, Michel Lespinasse wrote: >> > On Sun, Sep 1, 2013 at 11:30 PM, Zhi Yong Wu wrote: >> >> In Tue, Aug 27, 2013 at 6:01 AM, Michel Lespinasse >> >> wro

Re: [PATCH] rbtree: Add some necessary condition checks

2013-09-04 Thread Davidlohr Bueso
On Thu, 2013-09-05 at 01:22 +0800, Zhi Yong Wu wrote: > On Mon, Sep 2, 2013 at 4:57 PM, Michel Lespinasse wrote: > > On Sun, Sep 1, 2013 at 11:30 PM, Zhi Yong Wu wrote: > >> In Tue, Aug 27, 2013 at 6:01 AM, Michel Lespinasse > >> wrote: > >>> On Fri, Aug 23, 2013 at 7:45 AM, wrote: > Fro

Re: [PATCH] rbtree: Add some necessary condition checks

2013-09-04 Thread Zhi Yong Wu
On Mon, Sep 2, 2013 at 4:57 PM, Michel Lespinasse wrote: > On Sun, Sep 1, 2013 at 11:30 PM, Zhi Yong Wu wrote: >> In Tue, Aug 27, 2013 at 6:01 AM, Michel Lespinasse wrote: >>> On Fri, Aug 23, 2013 at 7:45 AM, wrote: From: Zhi Yong Wu Signed-off-by: Zhi Yong Wu --- i

Re: [PATCH] rbtree: Add some necessary condition checks

2013-09-02 Thread Zhi Yong Wu
On Tue, Sep 3, 2013 at 1:48 PM, Michel Lespinasse wrote: > On Mon, Sep 2, 2013 at 9:45 PM, Zhi Yong Wu wrote: >> On Mon, Sep 2, 2013 at 4:57 PM, Michel Lespinasse wrote: >>> Thanks for the link - I now better understand where you are coming >>> from with these fixes. >>> >>> Going back to the or

Re: [PATCH] rbtree: Add some necessary condition checks

2013-09-02 Thread Zhi Yong Wu
On Tue, Sep 3, 2013 at 1:48 PM, Michel Lespinasse wrote: > On Mon, Sep 2, 2013 at 9:45 PM, Zhi Yong Wu wrote: >> On Mon, Sep 2, 2013 at 4:57 PM, Michel Lespinasse wrote: >>> Thanks for the link - I now better understand where you are coming >>> from with these fixes. >>> >>> Going back to the or

Re: [PATCH] rbtree: Add some necessary condition checks

2013-09-02 Thread Michel Lespinasse
On Mon, Sep 2, 2013 at 9:45 PM, Zhi Yong Wu wrote: > On Mon, Sep 2, 2013 at 4:57 PM, Michel Lespinasse wrote: >> Thanks for the link - I now better understand where you are coming >> from with these fixes. >> >> Going back to the original message: >> >>> diff --git a/include/linux/rbtree_augmente

Re: [PATCH] rbtree: Add some necessary condition checks

2013-09-02 Thread Zhi Yong Wu
On Mon, Sep 2, 2013 at 4:57 PM, Michel Lespinasse wrote: > On Sun, Sep 1, 2013 at 11:30 PM, Zhi Yong Wu wrote: >> In Tue, Aug 27, 2013 at 6:01 AM, Michel Lespinasse wrote: >>> On Fri, Aug 23, 2013 at 7:45 AM, wrote: From: Zhi Yong Wu Signed-off-by: Zhi Yong Wu --- i

Re: [PATCH] rbtree: Add some necessary condition checks

2013-09-02 Thread Michel Lespinasse
On Sun, Sep 1, 2013 at 11:30 PM, Zhi Yong Wu wrote: > In Tue, Aug 27, 2013 at 6:01 AM, Michel Lespinasse wrote: >> On Fri, Aug 23, 2013 at 7:45 AM, wrote: >>> From: Zhi Yong Wu >>> >>> Signed-off-by: Zhi Yong Wu >>> --- >>> include/linux/rbtree_augmented.h | 3 ++- >>> lib/rbtree.c

Re: [PATCH] rbtree: Add some necessary condition checks

2013-09-01 Thread Zhi Yong Wu
In Tue, Aug 27, 2013 at 6:01 AM, Michel Lespinasse wrote: > On Fri, Aug 23, 2013 at 7:45 AM, wrote: >> From: Zhi Yong Wu >> >> Signed-off-by: Zhi Yong Wu >> --- >> include/linux/rbtree_augmented.h | 3 ++- >> lib/rbtree.c | 5 +++-- >> 2 files changed, 5 insertions(+), 3 d

Re: [PATCH] rbtree: Add some necessary condition checks

2013-08-26 Thread Michel Lespinasse
On Fri, Aug 23, 2013 at 7:45 AM, wrote: > From: Zhi Yong Wu > > Signed-off-by: Zhi Yong Wu > --- > include/linux/rbtree_augmented.h | 3 ++- > lib/rbtree.c | 5 +++-- > 2 files changed, 5 insertions(+), 3 deletions(-) So, you are saying that the checks are necessary, but y

Re: [PATCH] rbtree: Add some necessary condition checks

2013-08-26 Thread Andrew Morton
On Fri, 23 Aug 2013 23:03:13 +0800 zwu.ker...@gmail.com wrote: > From: Zhi Yong Wu > > Signed-off-by: Zhi Yong Wu Please write a changelog, then send it again. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More

[PATCH] rbtree: Add some necessary condition checks

2013-08-23 Thread zwu . kernel
From: Zhi Yong Wu Signed-off-by: Zhi Yong Wu --- include/linux/rbtree_augmented.h | 3 ++- lib/rbtree.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/include/linux/rbtree_augmented.h b/include/linux/rbtree_augmented.h index fea49b5..7d19770 100644 -

[PATCH] rbtree: Add some necessary condition checks

2013-08-23 Thread zwu . kernel
From: Zhi Yong Wu Signed-off-by: Zhi Yong Wu --- include/linux/rbtree_augmented.h | 3 ++- lib/rbtree.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/include/linux/rbtree_augmented.h b/include/linux/rbtree_augmented.h index fea49b5..7d19770 100644 -

[PATCH] rbtree: Add some necessary condition checks

2013-08-23 Thread zwu . kernel
From: Zhi Yong Wu Signed-off-by: Zhi Yong Wu --- include/linux/rbtree_augmented.h | 3 ++- lib/rbtree.c | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/include/linux/rbtree_augmented.h b/include/linux/rbtree_augmented.h index fea49b5..7d19770 100644