From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH] ipip, sit: copy parms.name after register_netdevice Date: Wed, 7 Dec 2011 20:16:10 -0800 Message-ID: <20111207201610.7cc9714a@nehalam.linuxnetplumber.net> References: <20111206173220.GA28763@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "David S. Miller" , Jiri Pirko , Josh Boyer , netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: Ted Feng Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Thu, 8 Dec 2011 11:35:15 +0800 Ted Feng wrote: > From: Ted Feng > Same fix as 731abb9cb2 for ipip and sit tunnel. > Commit 1c5cae815d removed an explicit call to dev_alloc_name in > ipip_tunnel_locate and ipip6_tunnel_locate, because register_netdevice > will now create a valid name. However the tunnel keeps a copy of the > name in the private parms structure. > > This shows up if you do a simple tunnel add, followed by a tunnel show: > Ok, but keeping a private copy is not a good idea, since tunnel can be renamed. ip li set dev tun0 name tunnel-of-love