Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp266233ybz; Tue, 28 Apr 2020 23:15:55 -0700 (PDT) X-Google-Smtp-Source: APiQypKUS6B5G/EZLxjhFy7QeWeu0n7AGj/NEh59G6cEaQ9MDhJfPa6EC2I8vO4grWtaJr8WkbIo X-Received: by 2002:a17:906:3f45:: with SMTP id f5mr1207774ejj.18.1588140955394; Tue, 28 Apr 2020 23:15:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588140955; cv=none; d=google.com; s=arc-20160816; b=YBJJQdRRN9F45k4tGHVp60/nRkJNni55sWULeHqojw20izj91vCopVpymL95UZkSOe S/XOwHMwidpVB3lR0trFviN4ldMGVUqy/q22eq6O60Jxd4ErQcp5XxKHkdSJb+LOxHFR ydnaa2PT3pGBFpPnKCE8JAiNm137zQa/dyC9W3YSa4ek7PwLdl8qC1U03E6XsBx+DMp8 Z0lc7v1Vkgjkc406Lt1IVk3Q1XvZGCmReQVZEL9ncHcdY+TeYkFygPubeefxXrNdT5oK pOeJ857e1nAWtb8HyOUNYzRSmqeLlEDVE3ocOCyPQoevWmdzb6kRZHg6OV8N4q/cXwuI iBJg== 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=Xm8DXA0jh3vgx0Jc1QlsC8iBCksA6ozqa9Vdc41C8Ag=; b=yTNnQ/nByyLSd7WxHHCPo5Z+kJep+2tYQW50BYe5+HzAMrrWGAJRVN9YgEJGQp0fDT BAsPlYoEw5S36sUSDQOcLsd4W5VAlnCUvSza7ohwXEp3cQNlvajAeMkrUSYo5oe514K7 idLDgnG9djmCrRdGdZpIHS2KwbbJsnG9EUDrmVV5WpZFAoSql8/o5iv3Day2Fn3hqeq4 bclP6CLTuKLL3QGfXNavZF3NzxNfnl3w4sN5dNNwoihHl2Eban7r/JNpvoKznT2Lvet1 vPkID4s4JZj3xRyS6afWgXYeAaSg+NMCJLQIqYog13wxks5cPqy6Phxmqi5qQSscjILc 144w== 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 a23si3020357edy.59.2020.04.28.23.15.30; Tue, 28 Apr 2020 23:15:55 -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 S1726516AbgD2GNl (ORCPT + 99 others); Wed, 29 Apr 2020 02:13:41 -0400 Received: from verein.lst.de ([213.95.11.211]:60889 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726181AbgD2GNk (ORCPT ); Wed, 29 Apr 2020 02:13:40 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 477C868BEB; Wed, 29 Apr 2020 08:13:37 +0200 (CEST) Date: Wed, 29 Apr 2020 08:13:37 +0200 From: Christoph Hellwig To: Jeremy Kerr Cc: Christoph Hellwig , Linus Torvalds , Arnd Bergmann , "Eric W . Biederman" , Andrew Morton , Alexander Viro , Michael Ellerman , linuxppc-dev@lists.ozlabs.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH] powerpc/spufs: fix copy_to_user while atomic Message-ID: <20200429061337.GC30946@lst.de> References: <20200427200626.1622060-2-hch@lst.de> <20200428120207.15728-1-jk@ozlabs.org> <20200428171133.GA17445@lst.de> <20200429060553.GA30946@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200429060553.GA30946@lst.de> 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 Wed, Apr 29, 2020 at 08:05:53AM +0200, Christoph Hellwig wrote: > On Wed, Apr 29, 2020 at 09:36:30AM +0800, Jeremy Kerr wrote: > > Hi Christoph, > > > > > FYI, these little hunks reduce the difference to my version, maybe > > > you can fold them in? > > > > Sure, no problem. > > > > How do you want to coordinate these? I can submit mine through mpe, but > > that may make it tricky to synchronise with your changes. Or, you can > > include this change in your series if you prefer. > > Maybe you can feed your patch directly to Linus through Michael > ASAP, and I'll wait for that before resubmitting this series? Btw, turns out my fold patch didn't actually compile without the rebased patch on top, sorry. Here is the proper one: diff --git a/arch/powerpc/platforms/cell/spufs/file.c b/arch/powerpc/platforms/cell/spufs/file.c index c62d77ddaf7d3..b4e1ef650b406 100644 --- a/arch/powerpc/platforms/cell/spufs/file.c +++ b/arch/powerpc/platforms/cell/spufs/file.c @@ -2107,7 +2107,6 @@ static const struct file_operations spufs_wbox_info_fops = { static void ___spufs_dma_info_read(struct spu_context *ctx, struct spu_dma_info *info) { - struct mfc_cq_sr *qp, *spuqp; int i; info->dma_info_type = ctx->csa.priv2.spu_tag_status_query_RW; @@ -2116,8 +2115,8 @@ static void ___spufs_dma_info_read(struct spu_context *ctx, info->dma_info_stall_and_notify = ctx->csa.spu_chnldata_RW[25]; info->dma_info_atomic_command_status = ctx->csa.spu_chnldata_RW[27]; for (i = 0; i < 16; i++) { - qp = &info->dma_info_command_data[i]; - spuqp = &ctx->csa.priv2.spuq[i]; + struct mfc_cq_sr *qp = &info->dma_info_command_data[i]; + struct mfc_cq_sr *spuqp = &ctx->csa.priv2.spuq[i]; qp->mfc_cq_data0_RW = spuqp->mfc_cq_data0_RW; qp->mfc_cq_data1_RW = spuqp->mfc_cq_data1_RW; @@ -2166,7 +2165,7 @@ static const struct file_operations spufs_dma_info_fops = { }; static void ___spufs_proxydma_info_read(struct spu_context *ctx, - struct spu_proxydma_info *info) + struct spu_proxydma_info *info) { int i;