From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] qed: Fix to use list_for_each_entry_safe() when delete items Date: Thu, 13 Oct 2016 09:47:25 -0400 (EDT) Message-ID: <20161013.094725.657883863089600176.davem@davemloft.net> References: <1476019942-6837-1-git-send-email-weiyj.lk@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Yuval.Mintz@qlogic.com, Ariel.Elior@qlogic.com, weiyongjun1@huawei.com, everest-linux-l2@qlogic.com, netdev@vger.kernel.org To: weiyj.lk@gmail.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:60992 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932320AbcJMN7Z (ORCPT ); Thu, 13 Oct 2016 09:59:25 -0400 In-Reply-To: <1476019942-6837-1-git-send-email-weiyj.lk@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Wei Yongjun Date: Sun, 9 Oct 2016 13:32:22 +0000 > From: Wei Yongjun > > Since we will remove items off the list using list_del() we need > to use a safe version of the list_for_each_entry() macro aptly named > list_for_each_entry_safe(). > > Fixes: 0a7fb11c23c0 ("qed: Add Light L2 support") > Signed-off-by: Wei Yongjun Can the QED maintainers please review this simple fix? In my opinion 4 days is sufficient time in which to expect a reasonable review to occur, let me know if you disagree. :-)