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 46766C0015E for ; Mon, 24 Jul 2023 16:38:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231221AbjGXQiT (ORCPT ); Mon, 24 Jul 2023 12:38:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34366 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231601AbjGXQiH (ORCPT ); Mon, 24 Jul 2023 12:38:07 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 65274125; Mon, 24 Jul 2023 09:38:06 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0343C6126D; Mon, 24 Jul 2023 16:38:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EAE2BC433C8; Mon, 24 Jul 2023 16:38:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1690216685; bh=OvYkPoZW+1SHJA0MsHLxvmm52xGTvCvbDEGY8hy65AM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=2Wwk5JpmDGrFnpm+gtjLVk/HOmKFqx0Lhy2yJ9WRAeH4JhrPuJ2cMlOCFUUo2a0c6 jIIwQ06fq9FaWJrutjtsikmd5nHQZyq9zcvExonjQvZGf8z6gpbc9Q3DMPifUnr8Ke anmR03lkDFx+gPnpmLjjG+dTzNiIttA+OOoH24fE= Date: Mon, 24 Jul 2023 09:38:04 -0700 From: Andrew Morton To: Ryan Roberts Cc: "Shuah Khan" , =?ISO-8859-1?Q?J=E9r=F4me?= Glisse , "David Hildenbrand" , "Mark Brown" , "John Hubbard" , "Florent Revest" , "Peter Xu" , linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH v3 0/8] selftests/mm fixes for arm64 Message-Id: <20230724093804.bbe8bc2a83d4575f17778eb0@linux-foundation.org> In-Reply-To: <20230724082522.1202616-1-ryan.roberts@arm.com> References: <20230724082522.1202616-1-ryan.roberts@arm.com> X-Mailer: Sylpheed 3.8.0beta1 (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-kselftest@vger.kernel.org On Mon, 24 Jul 2023 09:25:14 +0100 Ryan Roberts wrote: > This is v3 of my series to clean up mm selftests so that they run correctly on > arm64. See [1] for full explanation. Please don't do that. Please maintain the [0/n] description alongside the patchset and resend it each time you resend the series. I could go over and copy-paste [1] into this patchset, but I don't know if it is fully up to date. I'll leave the patchset intro blank for now - please review/edit [1] and send the result in reply to this email, thanks.