[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20150202.175135.299745251563275368.davem@davemloft.net>
Date: Mon, 02 Feb 2015 17:51:35 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: mleitner@...hat.com
Cc: netdev@...r.kernel.org, harish.patil@...gic.com, cdupuis@...hat.com
Subject: Re: [PATCH net] qlge: Fix qlge_update_hw_vlan_features to handle
if interface is down
From: Marcelo Ricardo Leitner <mleitner@...hat.com>
Date: Fri, 30 Jan 2015 09:56:01 -0200
> Currently qlge_update_hw_vlan_features() will always first put the
> interface down, then update features and then bring it up again. But it
> is possible to hit this code while the adapter is down and this causes a
> non-paired call to napi_disable(), which will get stuck.
>
> This patch fixes it by skipping these down/up actions if the interface
> is already down.
>
> Fixes: a45adbe8d352 ("qlge: Enhance nested VLAN (Q-in-Q) handling.")
> Cc: Harish Patil <harish.patil@...gic.com>
> Signed-off-by: Marcelo Ricardo Leitner <mleitner@...hat.com>
Applied and queued up for -stable, thanks.
--
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