Received: by 10.223.176.46 with SMTP id f43csp3127396wra; Mon, 22 Jan 2018 08:50:09 -0800 (PST) X-Google-Smtp-Source: AH8x227lmQGKtZfYaScX3xPLdf9UtfGvhVVlgk27Y4xxkOTGVxQ20KLwu4wDUfl5tWUk8N5yNiZI X-Received: by 10.36.3.206 with SMTP id e197mr9170858ite.47.1516639809789; Mon, 22 Jan 2018 08:50:09 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516639809; cv=none; d=google.com; s=arc-20160816; b=R1UdcJJQ5GraUDO2D45viIJZ+kq9KWWIfQ7W1fTTu8mm2g6PwtVd7VTQBVAD1AIcUz w31k1qE5PGtWL/xWwW2eAd3l72BVILTqWfRtxoQZKQlbv0dY/EQ34UR805E2yMdDxdRn EkaumbxYVdLVz7R1MB+gkXOOxuxWjT4AqQG63Ero0Nd+4CTmvoBZNruHVFYOmuAKQXiW KnSotabxagYF/zv/ItMJbut5kgzy/FD0aSBYzbZFphEZ1+XLOY5UWb6W1sLEe3bp7GPF 4Uf/3exUTxKMSZYOpdaLAmDFvdFXusm94j7jLvzZc3mH6gB6huSta9yYkzQs6FRC0wbq hBkg== 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=Np9Go1kiHGuqzCy0Evk9Q1Fb8D+ofWx9D6lFvz4C9wg=; b=dooUcwJ3P6TKVk/JbqSk1aD95ynZRYRO1m+FYxlkfvT+gLpzuktvWAtIIfX/2VVQt7 BuLDg1nJLukHKQHw7PIms+wtiMlu698vw2BkaP4oA19m1Le0V6IEl5UeOXVdxaErw9E2 dfBpcs9ss7+MjtNiVNU3/itzGACVY2djTBAZ3FCouTBU8VmtqGu2q+si/b5K15W6LlUe 6zvFXVYYYonhyXQpjOTk+0OmwQlZu9hfMj4BMWaAex3pBWw7Xi/V4hf5IpkFD1DHRrlU 5DNYMc/+e2KVNt1TqHh89hZsWwUNVaJqwPJ/mGjq4waHXRlj0yfIfpkKvK1njbC7eC5/ UbLA== 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 e80si2014462ioe.311.2018.01.22.08.49.56; Mon, 22 Jan 2018 08:50:09 -0800 (PST) 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 S1751389AbeAVQsk (ORCPT + 99 others); Mon, 22 Jan 2018 11:48:40 -0500 Received: from verein.lst.de ([213.95.11.211]:53361 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751116AbeAVQsj (ORCPT ); Mon, 22 Jan 2018 11:48:39 -0500 Received: by newverein.lst.de (Postfix, from userid 2407) id A5A7868D41; Mon, 22 Jan 2018 17:48:37 +0100 (CET) Date: Mon, 22 Jan 2018 17:48:37 +0100 From: Christoph Hellwig To: Al Viro Cc: netdev@vger.kernel.org, "David S. Miller" , Linus Torvalds , linux-kernel@vger.kernel.org, Christoph Hellwig Subject: Re: [PATCH 05/10] kill bond_ioctl() Message-ID: <20180122164837.GE27216@lst.de> References: <20180118193156.GC13338@ZenIV.linux.org.uk> <20180118193755.19997-1-viro@ZenIV.linux.org.uk> <20180118193755.19997-5-viro@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180118193755.19997-5-viro@ZenIV.linux.org.uk> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 18, 2018 at 07:37:50PM +0000, Al Viro wrote: > From: Al Viro > > another sock_do_ioctl() equivalent Except for the additional data copy. Which might be worth mentioning in the changelog.