Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp3093950ybl; Mon, 20 Jan 2020 15:53:11 -0800 (PST) X-Google-Smtp-Source: APXvYqzBg2+BtzztCDA4xkmckqh5euoJzK6bEHgsDm9l/8kMycN7QR5XY7G+/9rBuZtOlIK4WP16 X-Received: by 2002:aca:1b01:: with SMTP id b1mr980329oib.6.1579564390780; Mon, 20 Jan 2020 15:53:10 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1579564390; cv=none; d=google.com; s=arc-20160816; b=EzNJnZdKPZyNUqNb0EcUwzA8BoWgGqgKeNYzUpmQVOKX8ar3w4VMsdGbGFCpmzqidj m0nAYNBovQFWPXy8nYvTk2dWEUckzqenqix4UIvcaXZjGNTV+eEdcAkFH3h0hTni0Wks wvNfuszicqyfHA0mmA1Gu7e0+4s5+oCpe4izN/+XNs+j+wOWDkl2sUjn2lSiRwpxOIXy 9l7sqMRNkOKwzaqlGj6oLiXkXNqPiKn984EfMlOei6EwIt6/M41Z+q7g+eu/QpLJCr92 q+m+0I2e/86hKGzP6dmwVIR+Tmn8dQevYQ9YkckvzMgn5BFLN2gkj6otUMVKtbVeclVx h4Dw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=Zex7Hh9Yrz4Dx7uhiT7h+s2lJxthrzvFYg8N/zUss2s=; b=oqy2UocAzrUrqno33i4TIr88gLakLnwMjdhc4KqulPiAwHay5+8kMpaivXtX1BgOSV x6GvsqIO1HlrMxKu5iih5X03rkofZv8hyjqj1nUc9NfbCqQjBvPeYAp359k+SLrfqY+w tf8NOoJVzdZE/jK+rYz+gAh7fzJiuU9Wcf+3yHSGQsn8UqXK+mu9OkHvPmTEsoFiKW5j GMwGJcxs4JQDyaeXUBvhFkRA2F+ViYSwdR6d2IrfHQjQbfXn9OhoSM1BD/8n9SNdC4dA WNv0NrTnAFqkcGY2GouNB9Y91d+mjI0+k0tqEKGCgVUtyUDfbUbDeO7FxidEs2opbd71 wk9w== 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 u3si19193087oif.167.2020.01.20.15.52.57; Mon, 20 Jan 2020 15:53:10 -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 S1728668AbgATXvv (ORCPT + 99 others); Mon, 20 Jan 2020 18:51:51 -0500 Received: from vmicros1.altlinux.org ([194.107.17.57]:52236 "EHLO vmicros1.altlinux.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727045AbgATXvv (ORCPT ); Mon, 20 Jan 2020 18:51:51 -0500 Received: from mua.local.altlinux.org (mua.local.altlinux.org [192.168.1.14]) by vmicros1.altlinux.org (Postfix) with ESMTP id B565F72CC6C; Tue, 21 Jan 2020 02:51:46 +0300 (MSK) Received: by mua.local.altlinux.org (Postfix, from userid 508) id 8A2B77CC68F; Tue, 21 Jan 2020 02:51:46 +0300 (MSK) Date: Tue, 21 Jan 2020 02:51:46 +0300 From: "Dmitry V. Levin" To: Jens Axboe Cc: Eugene Syromiatnikov , linux-fsdevel@vger.kernel.org, io-uring@vger.kernel.org, Alexander Viro , linux-kernel@vger.kernel.org, Jeff Moyer Subject: Re: [PATCH] io_uring: fix compat for IORING_REGISTER_FILES_UPDATE Message-ID: <20200120235146.GA12351@altlinux.org> References: <20200115163538.GA13732@asgard.redhat.com> <20200115165017.GI1333@asgard.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 15, 2020 at 09:53:27AM -0700, Jens Axboe wrote: > On 1/15/20 9:50 AM, Eugene Syromiatnikov wrote: > > On Wed, Jan 15, 2020 at 09:41:58AM -0700, Jens Axboe wrote: > >> On 1/15/20 9:35 AM, Eugene Syromiatnikov wrote: > >>> fds field of struct io_uring_files_update is problematic with regards > >>> to compat user space, as pointer size is different in 32-bit, 32-on-64-bit, > >>> and 64-bit user space. In order to avoid custom handling of compat in > >>> the syscall implementation, make fds __u64 and use u64_to_user_ptr in > >>> order to retrieve it. Also, align the field naturally and check that > >>> no garbage is passed there. > >> > >> Good point, it's an s32 pointer so won't align nicely. But how about > >> just having it be: > >> > >> struct io_uring_files_update { > >> __u32 offset; > >> __u32 resv; > >> __s32 *fds; > >> }; > >> > >> which should align nicely on both 32 and 64-bit? > > > > The issue is that 32-bit user space would pass a 12-byte structure with > > a 4-byte pointer in it to the 64-bit kernel, that, in turn, would treat it > > as a 8-byte value (which might sometimes work on little-endian architectures, > > if there are happen to be zeroes after the pointer, but will be always broken > > on big-endian ones). __u64 is used in order to avoid special compat wrapper; > > see, for example, __u64 usage in btrfs or BPF for similar purposes. > > Ah yes, I'm an idiot, apparently not enough coffee yet. We'd need it in > a union for this to work. I'll just go with yours, it'll work just fine. > I will fold it in, I need to make some updates and rebase anyway. I see the patch has missed v5.5-rc7. Jens, please make sure a fix is merged before v5.5 is out. Thanks, -- ldv