Received: by 2002:a05:6a10:eb17:0:0:0:0 with SMTP id hx23csp254634pxb; Wed, 8 Sep 2021 23:35:56 -0700 (PDT) X-Google-Smtp-Source: ABdhPJypfpjg3TOBwnPommGAdc48LhHUwtiieiqlG+j6BA+oYa4nem6ihrtQl2W2Z/cTORFNliO5 X-Received: by 2002:a05:6402:b0e:: with SMTP id bm14mr1535041edb.371.1631169355864; Wed, 08 Sep 2021 23:35:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631169355; cv=none; d=google.com; s=arc-20160816; b=mWtuuf2Pd1t0IhnvpH1oU3u6xWpvM4xz8aa6puai2LbF7ynN3vT6z17wR9Dc+zjiKb M/JVZ08TwxJfu4NwvWgmcXNgBZ05P40psv46I+TwNgWDa8KZbJj8EA/MLamfi2Kd1wMk hUVrN1HRLayjea+fCLPy4zwl0WsETUV12JZbRreFHL34TJgKCj4/UmqiHg3ChNJWtmpJ P2p1kn1klfLTqS9nUZTZSfpsHZHCm+HMSfHg3XN0qY2Xe9DVc6rVS4ahiZfQY1JbQoJ5 Ek6SE8RJ633/9os14VVJT6a+6r96mi4vRukdPvldId/L0WAz/wt3VmK7g+y6GQG0bdqB wiug== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-disposition:mime-version :message-id:subject:cc:to:from:date; bh=a1HST9qOyCwPVqeFzq2MRox4OnYs7uMfEZmKVg5tpzE=; b=QYn2CALyCuPbzdFddmn44/0NFpdXQ3T6p/eCWlj6vTk7rBI2f5Imu5kr0l1IdpYtug netxT6DxaAEn0czvHUAq14uZ6TrGE7CabQj+ndMUBjr9+2HJeS2JHcn3My3fPhJuryt6 m1j7iQXiB/QA3e9kHOPfcg2SgEKD8Pkp2a240ZTqnHhJAguU/BfRQ+x0WsVa/TrQbExs 52n5zOvuqO0YDXVFGdjZwjCfpzwGCnlUWArEPGu5Pi21H/4LpTZUcrjUbIjf/vQapKwc l73bFCq/EPHDpnymYb3doi31W+WMz2nEZF/gafHp0WZCksFiPBn+lfxfzDyAIdyrNQEf 7hZQ== 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 v4si1419219edj.423.2021.09.08.23.35.22; Wed, 08 Sep 2021 23:35: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 S237998AbhIIEZp (ORCPT + 99 others); Thu, 9 Sep 2021 00:25:45 -0400 Received: from zeniv-ca.linux.org.uk ([142.44.231.140]:35026 "EHLO zeniv-ca.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229466AbhIIEZo (ORCPT ); Thu, 9 Sep 2021 00:25:44 -0400 Received: from viro by zeniv-ca.linux.org.uk with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1mOBZu-002TQO-KB; Thu, 09 Sep 2021 04:22:22 +0000 Date: Thu, 9 Sep 2021 04:22:22 +0000 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [git pull] iov_iter fixes Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fixes for io-uring handling of iov_iter reexpands The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3: Linux 5.14-rc1 (2021-07-11 15:07:40 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.iov_iter for you to fetch changes up to 89c2b3b74918200e46699338d7bcc19b1ea12110: io_uring: reexpand under-reexpanded iters (2021-09-03 19:31:33 -0400) ---------------------------------------------------------------- Pavel Begunkov (2): iov_iter: track truncated size io_uring: reexpand under-reexpanded iters fs/io_uring.c | 2 ++ include/linux/uio.h | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-)