Received: by 2002:a25:ef43:0:0:0:0:0 with SMTP id w3csp503357ybm; Fri, 29 May 2020 05:35:14 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwE32gMAj20hySqy93Et8mUsa5iaOpzBX0QOzL96Cx7NHS3aSsGqMev12k3OF+MjFkIoyGh X-Received: by 2002:a50:8165:: with SMTP id 92mr8085923edc.263.1590755714692; Fri, 29 May 2020 05:35:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590755714; cv=none; d=google.com; s=arc-20160816; b=XpvYMFv33/zL6ZeV+7cb4l/gIT5hWr6VghJ59iuFfyDBjV/nkQnmzgBLfjA9h14s2L cGTJnwqBzYaqrZz/W8K087lQBNSCK7R4WBhHZWMo0H4BaKA6de7IIdVMEqc83xT83OiB Gac/ziPgXAmX3N44RAdnHKMShd2U3C4oWFJlUVPHNLUy9pp5wnhggbfBZLIasavZT3Tk nDchW8NBdq0whdNfLfCfPc0qA7L6GZfb0HHM6W4idMvkwzM/yEldRcaPpyVaqJog4DCg go6Qy81HTnGx79sWKnkHgG5KQ1L574nRC2Msuu/CzD+hV9ELGZG8NncL7pNLkGyD0TRH T4rw== 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; bh=5oTtBULDmx9cvQxdEN/ZnmhWRgFUNQtPnNQQidQ96n8=; b=SUyZGBezvel96x131bWJy7U5qHUPamkPNkBRG6PvXrm6LZGsrNekPgLlfZEToGKNiO fn5H7JIiWisrbwWvQM6TPRj1rgCykLI3uiUAGUBkGV0jhMS1Alx0JkjU+TC7kQzdcYb7 ysd/SCop5YFiOllvXXhHOBY1Q4PlcuKPmSve6DTWQpXozyXELgWWdWtulhMM0HmGyt+a o8RvAL0SC87aer6J6npSdvHxVMchgG7WWdK7wNkbu3IApq0baZRdWOg3RVmlzJgVQ5ry EiHdkDIh2fgTE3tku6K3jjU6iSQtI7EfOI4uUSomcLsCo97KDUPTAzToSuSmOUTqXLIF FKnQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id ce7si5630614edb.483.2020.05.29.05.34.51; Fri, 29 May 2020 05:35:14 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726966AbgE2Mco (ORCPT + 99 others); Fri, 29 May 2020 08:32:44 -0400 Received: from verein.lst.de ([213.95.11.211]:32812 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726920AbgE2Mcn (ORCPT ); Fri, 29 May 2020 08:32:43 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 8B0A968B02; Fri, 29 May 2020 14:32:39 +0200 (CEST) Date: Fri, 29 May 2020 14:32:39 +0200 From: Christoph Hellwig To: Linus Torvalds Cc: Christoph Hellwig , Al Viro , Ian Kent , David Howells , Linux Kernel Mailing List , linux-fsdevel , LSM List , NetFilter Subject: Re: [PATCH 09/14] fs: don't change the address limit for ->write_iter in __kernel_write Message-ID: <20200529123239.GA28608@lst.de> References: <20200528054043.621510-1-hch@lst.de> <20200528054043.621510-10-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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, May 28, 2020 at 11:43:13AM -0700, Linus Torvalds wrote: > On Wed, May 27, 2020 at 10:41 PM Christoph Hellwig wrote: > > > > -ssize_t __kernel_write(struct file *file, const void *buf, size_t count, loff_t *pos) > > +ssize_t __kernel_write(struct file *file, const void *buf, size_t count, > > + loff_t *pos) > > Please don't do these kinds of pointless whitespace changes. > > If you have an actual 80x25 vt100 sitting in a corner, it's not really > conducive to kernel development any more. I have real 80x25 xterms, as that allows me to comfortably fit 4 of them onto my latop screen.