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 3C84CC43334 for ; Wed, 20 Jul 2022 03:17:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238823AbiGTDRb (ORCPT ); Tue, 19 Jul 2022 23:17:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53642 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234732AbiGTDRZ (ORCPT ); Tue, 19 Jul 2022 23:17:25 -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 06D1023BD9; Tue, 19 Jul 2022 20:17:24 -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=pPIVLIwZGOIJjDt3jJyC3v27AiTio1D7WqhVh4qBdn8=; b=OKoYzCknWtA1aSXAPwUp2xMcK/ BeosNKR3tov2F5zpWiYheo9s29aZ/fCG/5dYQzPpL+aIDgTXbk0BkIe/vW5oIVcFJI1zM7oYfHK6g kfCHxzlVy+Q5bmixLpiJxaSzVGOA7Xd9PUq5teTZh/R/ey9o74YCSoMeOftqn/KPm8N4Ojmc2nmYv a0ttCasHsepCDrb8IKxi0XoF3Rg8dFqCOocXVLV95mNAVYN6um8x0oXVu3cMF/vaEdvlNxKHI+yC/ mPHAV1+JDsCRedF3XcEEa3YrRYVtGB1GytAKwf6RBisrImqLEpJfBc11eF4LHiBmS+nCPcy25U+Dx qQEGnXmw==; Received: from viro by zeniv.linux.org.uk with local (Exim 4.95 #2 (Red Hat Linux)) id 1oE0DA-00Dy6f-AN; Wed, 20 Jul 2022 03:17:20 +0000 Date: Wed, 20 Jul 2022 04:17:20 +0100 From: Al Viro To: Alexander Gordeev Cc: Matthew Wilcox , Alexander Egorenkov , Heiko Carstens , Baoquan He , Christoph Hellwig , Vasily Gorbik , linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org Subject: Re: [PATCH v4 0/4] s390/crash: support multi-segment iterators Message-ID: References: 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-kernel@vger.kernel.org On Tue, Jul 19, 2022 at 07:16:32AM +0200, Alexander Gordeev wrote: > Hi Matthew et al, > > This series completes 5d8de293c224 ("vmcore: convert copy_oldmem_page() > to take an iov_iter") for s390. > > Changes since v3: > - concurrent access to HSA and oldmem swap buffers protected; > > Changes since v2: > - Matthew Wilcox suggestion is adopted, with that... > - copy_to_iter() is used instead of custom implementation; > > Changes since v1: > - number of bytes left to copy on fail fixed; OK... Do you prefer it to go through s390 tree? The thing is, I've stuff in iov_iter tree that conflicts with it; I'll gladly drop that bit (vfs.git #fixes-s390) in favour of your series (and drop s390 bits from "new iov_iter flavour - ITER_UBUF" in #work.iov_iter - they are not needed anymore). I can put your series into replacement of #fixes-s390, or pull it from whatever static branch you put it into - up to you. Preferences?