Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp276341imm; Thu, 26 Jul 2018 03:27:02 -0700 (PDT) X-Google-Smtp-Source: AAOMgpcl0SZeM/5K2+n2dWaZ6ANvS6gcxj0vobVp2iELv8TxI/3wd9RkxLUWWxIsH92XrXWSfEFN X-Received: by 2002:a65:5803:: with SMTP id g3-v6mr1382946pgr.117.1532600822929; Thu, 26 Jul 2018 03:27:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532600822; cv=none; d=google.com; s=arc-20160816; b=xyK92x4zLAky7tTNIC0uXkGiui0JKOsvvP0VWGfoLr/ocMghOngz0u3Oi5qxkN4QRX fPgtRRNmoVFfSPqK2N7cJph5l3ZD75bOn9DH600exSI0RSQsKhZA5mZWPBcbYBS8p6n+ 45KF+258qTYu+gIVVkLvTi0OKpns9/kpMnoAP8g+1lSOJL/kZui6fnWk5AsjG8RKuSNK TgkZpIsb44ZN8jrvguHv6aJUXG9fmaqbYXAAQlcK4czdkJ+ZHaHymF3HlSe071teK76v bZSl+XPa8YRGOiYwjotKuccWLj11i+B61ecDh5CoYv1+gxYKd8+4mqK7/MmAqMZVrvul 57NQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=OMyab4gG3oNgsgXXpBrHrXw3uQNKFCxCYW2qrc+xPXU=; b=yeMfzqcMEIPjmHOY4BlRVySNqMIiKiDztqfMDJtY2EH8/Os23ETJescUADEyFV0tmY yZ1922o6cxzsM2Ur08YB3Urqt8pclyJSPAG8c9YEHRyPIdCeczkuutaTvzJOplOrmzke mbBeQw4r5xYWJrFy+e7csw4Mw+3KR/7DzZanTodpTPrK3unRCu7XOAaTqWL6T+DxHmRa aD9XtvsPWzi0JKXcrhUzJsBii7os4eMHkrpIoFuPxq57aKK65CS99pymfdrWX27JpbrW f3dGsutDP/oeKZl5ONMZW6BKNdUOrtAl0mBGvM0wLIIXHtd2tQJlGnA0mzFulckGiTjJ OQFg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c13-v6si969614pfi.256.2018.07.26.03.26.47; Thu, 26 Jul 2018 03:27:02 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729370AbeGZLmI (ORCPT + 99 others); Thu, 26 Jul 2018 07:42:08 -0400 Received: from nautica.notk.org ([91.121.71.147]:49496 "EHLO nautica.notk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728792AbeGZLmI (ORCPT ); Thu, 26 Jul 2018 07:42:08 -0400 Received: by nautica.notk.org (Postfix, from userid 1001) id 5C7E5C009; Thu, 26 Jul 2018 12:25:55 +0200 (CEST) Date: Thu, 26 Jul 2018 12:25:40 +0200 From: Dominique Martinet To: Dmitry Vyukov Cc: Tomas Bortoli , David Miller , v9fs-developer@lists.sourceforge.net, netdev , LKML , syzkaller Subject: Re: [PATCH] 9p: fix NULL pointer dereferences Message-ID: <20180726102540.GA25114@nautica> References: <20180726081049.10527-1-tomasbortoli@gmail.com> <20180726081727.GA6699@nautica> <20180726094849.GA18334@nautica> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dmitry Vyukov wrote on Thu, Jul 26, 2018: > On Thu, Jul 26, 2018 at 11:48 AM, Dominique Martinet > wrote: > > I'm really curious if anyone ever uses the unix/fd variants for "real" > > stuff though! (not meaning syzbot isn't real, but I have yet to see > > anything take advantage of this, even if I could imagine some fun > > applications by piping the wmii libixp server socket.. and just crashed > > my laptop trying because of the (fixed) trans put bug.. I have yet to > > see anyone actually doing this) > > I don't really know any real-world cases, but 9p over fd it looks like > a kind of fuse, so perhaps somebody uses it this way. I guess, who knows... > Also, fd allows to use something like sctp socket, and if I am not > mistaken, trans=tcp can't even do ipv6 tcp (?). Yeah... I have a server that supposedly supports it (nfs-ganesha) so it's been on my todo list forever, but frankly I don't know many more people using tcp either... I'd like to at least get this done for rdma eventually but we're stuck with ipv4 for Lustre anyway so this hasn't really been a priority, even if either of the transports are likely a few lines "fix" to make them support both protocols. -- Dominique Martinet