Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp1974044imm; Thu, 12 Jul 2018 10:52:58 -0700 (PDT) X-Google-Smtp-Source: AAOMgpfNb9FxwfYI9kyckvFIYMBYO+lwGuMk0GQbRb0XiIhrousrLIWB60b/M4k3VTz1BW4+GHF7 X-Received: by 2002:a17:902:ac96:: with SMTP id h22-v6mr3113292plr.17.1531417978303; Thu, 12 Jul 2018 10:52:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531417978; cv=none; d=google.com; s=arc-20160816; b=iP3cTq9mdSLJ9R0TmBY0Un5ya3M9/PBdFgJPoaWAV/Upo5QynmTj1J+QB4k56ylVEC 4nQF2DbHxkqyIHgFcD25rKRsFQKl+qcwhCTK5JHOyWqU5UzfZj9EKZkrDTX9DhSdpe4T hJfCO3MsNEX+QSjYOnLRLnkprvdT6cE3GKKC14xKdJvWGu3GGctLxEuWJU7w4iH5xcGp T064cCLz+zWIoMhtIW5rzizaDY0DbJ22ydwEQTQxi7ua/b6YZ/FB0so84mIZBNjq6z62 vJsYcRNSyaLf1+meuwilk2kaWFd9VuqXvk6AguvycS3cWgDAhWCJXKS7wukKpsv/o25q ed2w== 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=0RBrLpbvyUIHCiNAmA+7hUbhvR3yq7MeFidc9Pa7w88=; b=k7sOEd5waJtTxRBiJ2oX95sAftGuBUiCLFJZJKzP6TpB3pGBdZP7mRwS07LFPd8WA/ 5CMwFRerUyUwfoaECne2oFFSoBhHK9YMkcDYosAm12aKUZxhBwnpvYsnuY6opiidoADu ure3ejl3Y6DtoDI1p9FMkPKH9p0YZNrjNmmCBj+7pVc7PKTwmGK8wLPAc+gXLAyMIGXN fwKC9yr/DVBSFUjun5w5o4bwdtzyVEtZyL8Y1mbd6diR6pKxYIDpQN+sgfUoPD6Q+wJg AjG4wJDeMUqdWCR/E49wY4RFUSExdLJmdBswxHT8ILBRVvacMUm6HCv4nCaECr401snd 4uDA== 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 66-v6si20897402pge.159.2018.07.12.10.52.42; Thu, 12 Jul 2018 10:52:58 -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 S1726506AbeGLSCp (ORCPT + 99 others); Thu, 12 Jul 2018 14:02:45 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:42832 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726349AbeGLSCp (ORCPT ); Thu, 12 Jul 2018 14:02:45 -0400 Received: from viro by ZenIV.linux.org.uk with local (Exim 4.87 #1 (Red Hat Linux)) id 1fdfl6-00037P-Pd; Thu, 12 Jul 2018 17:52:04 +0000 Date: Thu, 12 Jul 2018 18:52:04 +0100 From: Al Viro To: Linus Torvalds Cc: David Howells , Andrew Lutomirski , Linux API , linux-fsdevel , Linux Kernel Mailing List , Jann Horn Subject: Re: [PATCH 24/32] vfs: syscall: Add fsopen() to prepare for superblock creation [ver #9] Message-ID: <20180712175204.GB30522@ZenIV.linux.org.uk> References: <153126264966.14533.3388004240803696769.stgit@warthog.procyon.org.uk> <686E805C-81F3-43D0-A096-50C644C57EE3@amacapital.net> <22370.1531293761@warthog.procyon.org.uk> <7002.1531407244@warthog.procyon.org.uk> <20180712160030.GV30522@ZenIV.linux.org.uk> <20180712163107.GW30522@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 12, 2018 at 09:39:31AM -0700, Linus Torvalds wrote: > > [1] one man's data is another man's commands, for starters. All networking > > protocols would fit your description. So would ANSI escape sequences ("move > > cursor to line 12 column 45" does sound like a command), so would writing > > postscript to printer, etc. > > .. and all of that is just data to the kernel. > > Yes, vt100 escape sequences etc _are_ commands, and boy have we had > bugs in that area. But there the excuse is "that's how the world is". ... along with "something similar to ncurses-based programs usable over ssh is a good thing to have, without having said ssh somehow intercept and marshal ioctls" ;-) I can just imagine something e.g. RDMA people would've designed instead... OTOH, I'm eating right now, so better not go there...