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 DE032C43334 for ; Thu, 21 Jul 2022 20:06:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233753AbiGUUGj (ORCPT ); Thu, 21 Jul 2022 16:06:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41878 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233564AbiGUUGE (ORCPT ); Thu, 21 Jul 2022 16:06:04 -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 A127473919; Thu, 21 Jul 2022 13:05:54 -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=n/9ErwRmiUikJNtsWaQxy5ZmJnxDCBmH6HSCcV1UBjA=; b=pfYlkewtF3Uijvi8H5wZ7tlML+ 1130pLyHkySuRGzsbveKwtHFvvi6MQkPAGJPHjcrPO9kNS/iAq3oCJj8OjltBgrZP/5vWPRRIElsB JC3Qq2NFwOyAfe6CfsfEkHSbHBMQuFNMJQqRqYvSGeRz0hdpmHL+dQUtEocOlvWZPlWxvUMmMsebT mBFGC5nVcKQ+Qv8P2HuWv9xo86vyzOR3IuR24iKtPQmfbYBrL4vorgjO8bdB560Nn5nmvOnMXB62w t9gf8RRxZSrTfvwoPw/FyRuPC7lurd203XJKTy8CQCgpum+24VXYIjW1iaon9zHflF/aKLVMW+VZu oSys+9YQ==; Received: from viro by zeniv.linux.org.uk with local (Exim 4.95 #2 (Red Hat Linux)) id 1oEcQd-00EWlt-L7; Thu, 21 Jul 2022 20:05:47 +0000 Date: Thu, 21 Jul 2022 21:05:47 +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 Thu, Jul 21, 2022 at 10:46:16AM +0200, Alexander Gordeev wrote: > On Wed, Jul 20, 2022 at 04:17:20AM +0100, Al Viro wrote: > > 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? > > Hi Al, > > Please find the changes since commit af2debd58bd769e38f538143f0d332e15d753396: > > s390/crash: make copy_oldmem_page() return number of bytes copied > > up to ebbc9570169147740aa39aee1d61b4cc5a631644: > > s390/crash: support multi-segment iterators > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git vmcore-iov_iter > > Please, note three (rather trivial) prereq commits to pull along: > > f6749da17a34 s390/crash: fix incorrect number of bytes to copy to user space > 86caa4b67895 s390/crash: remove redundant panic() on save area allocation failure > 7190d84966b3 s390/mm: remove unused tprot() function Pulled.