Message ID | 20220927110120.106906-1-david@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-kselftest-owner@kernel.org> 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 1E5F2C54EE9 for <linux-kselftest@archiver.kernel.org>; Tue, 27 Sep 2022 11:02:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231827AbiI0LC3 (ORCPT <rfc822;linux-kselftest@archiver.kernel.org>); Tue, 27 Sep 2022 07:02:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56124 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231869AbiI0LCA (ORCPT <rfc822;linux-kselftest@vger.kernel.org>); Tue, 27 Sep 2022 07:02:00 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6CC7BB7C3 for <linux-kselftest@vger.kernel.org>; Tue, 27 Sep 2022 04:01:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1664276489; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=3xgDb8D/3EHICRWKuyfoBAlGnicVQATCL19Alr25P2c=; b=N2JjCpsbwMVdqxLgpGh5QveNw4DK0sWCZphk8G5c77P+A62rtyPjYqWWmNOwzubor19mm7 lPiEQ6KncO3bOi9Usv4fgalatxFsOWD4yguM9NSCIXE8mqaB1nOBgVoTglnP/9UVR3JnaF IeXj/KKN0A4tV/ciUGh7LatujKGj3QI= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-608-vgVRod4zOGm8GofJPuq0Hg-1; Tue, 27 Sep 2022 07:01:25 -0400 X-MC-Unique: vgVRod4zOGm8GofJPuq0Hg-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 583E0800186; Tue, 27 Sep 2022 11:01:25 +0000 (UTC) Received: from t480s.redhat.com (unknown [10.39.194.14]) by smtp.corp.redhat.com (Postfix) with ESMTP id F2D58C15BAB; Tue, 27 Sep 2022 11:01:21 +0000 (UTC) From: David Hildenbrand <david@redhat.com> To: linux-kernel@vger.kernel.org Cc: linux-mm@kvack.org, linux-kselftest@vger.kernel.org, David Hildenbrand <david@redhat.com>, Andrew Morton <akpm@linux-foundation.org>, Shuah Khan <shuah@kernel.org>, Jason Gunthorpe <jgg@nvidia.com>, John Hubbard <jhubbard@nvidia.com>, Nadav Amit <namit@vmware.com>, Peter Xu <peterx@redhat.com>, Andrea Arcangeli <aarcange@redhat.com>, Vlastimil Babka <vbabka@suse.cz>, Mike Rapoport <rppt@kernel.org>, Christoph von Recklinghausen <crecklin@redhat.com>, Don Dutile <ddutile@redhat.com> Subject: [PATCH v1 0/7] selftests/vm: test COW handling of anonymous memory Date: Tue, 27 Sep 2022 13:01:13 +0200 Message-Id: <20220927110120.106906-1-david@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.8 Precedence: bulk List-ID: <linux-kselftest.vger.kernel.org> X-Mailing-List: linux-kselftest@vger.kernel.org |
Series |
selftests/vm: test COW handling of anonymous memory
|
expand
|