Message ID | 20230519102723.185721-1-david@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-kselftest-owner@vger.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 65FFEC7EE23 for <linux-kselftest@archiver.kernel.org>; Fri, 19 May 2023 10:28:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231715AbjESK2a (ORCPT <rfc822;linux-kselftest@archiver.kernel.org>); Fri, 19 May 2023 06:28:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49844 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231852AbjESK2X (ORCPT <rfc822;linux-kselftest@vger.kernel.org>); Fri, 19 May 2023 06:28:23 -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 44F04E66 for <linux-kselftest@vger.kernel.org>; Fri, 19 May 2023 03:27:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1684492052; 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=mshSl/L24cbHjgxG6vAxFgJ6bjemOrv24WU57BqqeIQ=; b=Rq7s38+BwZX/Z7byCFO2RqtC8V5eyBvAHNILQwivhPFcRejG/9pUp7XEhxaEcZJuO1urVR OEKILJVWTrQoe7EP32KB4lqaaUrM3W0QC8gMkOZ+nv4YBX5iezOA9aIetbiOJOggIUUYse PpRzOPHlIriIunaLfyXlKpUuaBvt4m4= 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-404-eT-fxRkTPiGN-URMWUCDig-1; Fri, 19 May 2023 06:27:26 -0400 X-MC-Unique: eT-fxRkTPiGN-URMWUCDig-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 4B4FC185A792; Fri, 19 May 2023 10:27:26 +0000 (UTC) Received: from t480s.redhat.com (unknown [10.39.194.84]) by smtp.corp.redhat.com (Postfix) with ESMTP id 163C62166B25; Fri, 19 May 2023 10:27:23 +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>, Lorenzo Stoakes <lstoakes@gmail.com>, Jens Axboe <axboe@kernel.dk>, Peter Xu <peterx@redhat.com>, Jason Gunthorpe <jgg@nvidia.com>, John Hubbard <jhubbard@nvidia.com>, Jan Kara <jack@suse.cz> Subject: [PATCH v1 0/3] selftests/mm: new test for FOLL_LONGTERM on file mappings Date: Fri, 19 May 2023 12:27:20 +0200 Message-Id: <20230519102723.185721-1-david@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 Precedence: bulk List-ID: <linux-kselftest.vger.kernel.org> X-Mailing-List: linux-kselftest@vger.kernel.org |
Series |
selftests/mm: new test for FOLL_LONGTERM on file mappings
|
expand
|