From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0A026C433EF for ; Fri, 15 Jul 2022 01:04:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240952AbiGOBEO (ORCPT ); Thu, 14 Jul 2022 21:04:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46826 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232574AbiGOBEJ (ORCPT ); Thu, 14 Jul 2022 21:04:09 -0400 Received: from zeniv.linux.org.uk (zeniv.linux.org.uk [IPv6:2a03:a000:7:0:5054:ff:fe1c:15ff]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C1DE813E20; Thu, 14 Jul 2022 18:04:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=linux.org.uk; s=zeniv-20220401; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=kFjNGjBbXr9reYdlarR/vvGQT3nH9JjkdvdGWcF8lZg=; b=Bdb4uStXshxo6vG4HHpk9lkSPD iYnHWuW1/sfAa6CuDctsV0UnHcAaeKwYCjFybUfnWErC+XNEKIcWPhg+CS/agjH99LFYpon+IIELo U+0F1dH0ua36wRnEx4RuglwvvkZKs2SnUuulaVA1OdojHFXYnMTMvd5sr8rIFPYddb8FXvb8ZWftC SbP+N4DnUOWDUOTep23Ehr1P41doNUqWcaYEUntP6C6wSEvIPiBqPBq2hDthnoT+7CYSYvY9jfmyd DZQ+wnIIgzsH/kDAe+fYcdF3cBVz3J1zt5J8QMn7jn8n1yJRPGpSq/6TUFYhkrY/BPTJzA8Akkubj f/Jm/cOg==; Received: from viro by zeniv.linux.org.uk with local (Exim 4.95 #2 (Red Hat Linux)) id 1oC9kQ-00C8Iz-JY; Fri, 15 Jul 2022 01:04:02 +0000 Date: Fri, 15 Jul 2022 02:04:02 +0100 From: Al Viro To: Jens Axboe Cc: Stephen Rothwell , Keith Busch , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: manual merge of the block tree with the vfs tree Message-ID: References: <20220714120840.1e1f8c63@canb.auug.org.au> <0904ae71-972f-f183-f295-bce3b8518fcf@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Fri, Jul 15, 2022 at 01:52:25AM +0100, Al Viro wrote: > Ones from Keith's branch - #alignment-fixes-rebased in there. Looks like > one of the commits in it got changed since then - the difference in > __bio_iov_iter_get_pages() (unsigned int i initialization). > > Sigh... I'll rebase on top of that. Rebased and pushed out (with copy_pipe_to_iter() fix folded in as well)