[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20140928.173509.1456868163442906520.davem@davemloft.net>
Date: Sun, 28 Sep 2014 17:35:09 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: xiyou.wangcong@...il.com
Cc: netdev@...r.kernel.org, john.fastabend@...il.com
Subject: Re: [Patch net-next 2/2] net_sched: fix another regression in
cls_tcindex
From: Cong Wang <xiyou.wangcong@...il.com>
Date: Thu, 25 Sep 2014 12:06:05 -0700
> Clearly the following change is not expected:
>
> - if (!cp.perfect && !cp.h)
> - cp.alloc_hash = cp.hash;
> + if (!cp->perfect && cp->h)
> + cp->alloc_hash = cp->hash;
>
> Fixes: commit 331b72922c5f58d48fd ("net: sched: RCU cls_tcindex")
> Cc: John Fastabend <john.fastabend@...il.com>
> Signed-off-by: Cong Wang <xiyou.wangcong@...il.com>
Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists