Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751500AbaKXBX3 (ORCPT ); Sun, 23 Nov 2014 20:23:29 -0500 Received: from shards.monkeyblade.net ([149.20.54.216]:39236 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750804AbaKXBX2 (ORCPT ); Sun, 23 Nov 2014 20:23:28 -0500 Date: Sun, 23 Nov 2014 20:23:21 -0500 (EST) Message-Id: <20141123.202321.1426718936320546377.davem@davemloft.net> To: mst@redhat.com Cc: pagupta@redhat.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, jasowang@redhat.com, dgibson@redhat.com, vfalico@gmail.com, edumazet@google.com, vyasevic@redhat.com, hkchu@google.com, wuzhy@linux.vnet.ibm.com, xemul@parallels.com, therbert@google.com, bhutchings@solarflare.com, xii@google.com, stephen@networkplumber.org, jiri@resnulli.us, sergei.shtylyov@cogentembedded.com Subject: Re: [PATCH net-net 0/4] Increase the limit of tuntap queues From: David Miller In-Reply-To: <20141123203032.GA6286@redhat.com> References: <20141123104623.GA31915@redhat.com> <20141123.134323.1154795102254868842.davem@davemloft.net> <20141123203032.GA6286@redhat.com> X-Mailer: Mew version 6.6 on Emacs 24.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.7 (shards.monkeyblade.net [149.20.54.216]); Sun, 23 Nov 2014 17:23:26 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: "Michael S. Tsirkin" Date: Sun, 23 Nov 2014 22:30:32 +0200 > qemu runs in the host, but it's unpriveledged: it gets > passed tun FDs by a priveledged daemon, and it only > has the rights to some operations, > in particular to attach and detach queues. > > The assumption always was that this operation is safe > and can't make kernel run out of resources. This creates a rather rediculous situation in my opinion. Configuring a network device is a privileged operation, the daemon should be setting this thing up. In no other context would we have to worry about something like this. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/