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 8645DC61DA4 for ; Sat, 4 Feb 2023 23:13:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231355AbjBDXN2 (ORCPT ); Sat, 4 Feb 2023 18:13:28 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60810 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229547AbjBDXNZ (ORCPT ); Sat, 4 Feb 2023 18:13:25 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 16664CA0A for ; Sat, 4 Feb 2023 15:13:24 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0157F60ABA for ; Sat, 4 Feb 2023 23:13:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EF640C433D2; Sat, 4 Feb 2023 23:13:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1675552403; bh=pBdB8hoQrwGnSH3X2xAtmORaPtQ7MV2YibXgEgK131A=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=adEsh79gNWOLUWfY+NTZmh/cmBptRH9/Fe5WwYJ/YByQB76RUoS3ecf/yTsZbgsSg +qwWGVA20W6zVX4TzfyMyp4W7W75XEn6VUZ+rI58PbwEX9oSR6+ltITNNSoiv5Ftwp Wpmjgh7FcNb6AKe2oFUDSWPJBfnObvYvECTabhWo= Date: Sat, 4 Feb 2023 15:13:22 -0800 From: Andrew Morton To: Baoquan He Cc: Stephen Brennan , linux-kernel@vger.kernel.org, linux-mm@kvack.org, urezki@gmail.com, lstoakes@gmail.com, willy@infradead.org, hch@infradead.org, error27@gmail.com Subject: Re: [PATCH v4 0/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas Message-Id: <20230204151322.7b3d10ea11c3f4ca0a93db23@linux-foundation.org> In-Reply-To: References: <20230201091339.61761-1-bhe@redhat.com> <87357o7yeh.fsf@oracle.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 4 Feb 2023 12:12:08 +0800 Baoquan He wrote: > > So this definitely still resolves the originally reported issue. Feel > > free to add, if you want: > > > > Tested-by: Stephen Brennan > > I noticed Andrew had picked this v4 into his mm tree, maybe Andrew can > help add this Tested-by tag. I dropped this series and am now unable to locate a fix which addressed the issue which Stephen hit. Please send a v5?