From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wang Chen Subject: v4 [PATCH 0/9] Check return of dev_set_promiscuity/allmulti Date: Tue, 15 Jul 2008 10:59:01 +0800 Message-ID: <487C1275.3040103@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Patrick McHardy , NETDEV To: "David S. Miller" Return-path: Received: from cn.fujitsu.com ([222.73.24.84]:57255 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1754597AbYGODEK (ORCPT ); Mon, 14 Jul 2008 23:04:10 -0400 Sender: netdev-owner@vger.kernel.org List-ID: v3->v4: - ipmr: unwind tunnel creating - ipmr: fix unregister device oops - ip6mr: fix using after dev_put() This series of patch fix the places where calling dev_set_promiscuity/allmulti but not do error handling according to the return of dev_set_promiscuity/allmulti. And among the patches, there is a patch fixes unregister device oops of impr and a patch fixes using after dev_put().