Message ID | 20221205193716.276024-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 15382C4321E for <linux-kselftest@archiver.kernel.org>; Mon, 5 Dec 2022 19:41:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234767AbiLETlc (ORCPT <rfc822;linux-kselftest@archiver.kernel.org>); Mon, 5 Dec 2022 14:41:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42310 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234851AbiLETlN (ORCPT <rfc822;linux-kselftest@vger.kernel.org>); Mon, 5 Dec 2022 14:41:13 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 783C727FE0 for <linux-kselftest@vger.kernel.org>; Mon, 5 Dec 2022 11:37:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1670269045; 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=SG9jSfaiIwodefymdaqqzOfJdZJ3sXwYH1OOltmMvGU=; b=SW9fdL/8KtpR3uXQhOzqzwSwOlRqgEqOxKraTUs1U3J69QCwLyIKxPfJ1qQLmxMNSfGqUw pTYJOL190Lt1A4wfXN6nxVPiF7bHbVhMq+mKfI0rEHW8qp5IJBl5tq+ToZrXI+6LlVOyyC PhwUQPg/9XE82Pdqz2zvynFuFnnpt3A= 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-137-d9IoJ0Z-P8qHkscsu6kfSw-1; Mon, 05 Dec 2022 14:37:22 -0500 X-MC-Unique: d9IoJ0Z-P8qHkscsu6kfSw-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id DB07D85A59D; Mon, 5 Dec 2022 19:37:21 +0000 (UTC) Received: from t480s.fritz.box (unknown [10.39.193.244]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0BD1A20290A6; Mon, 5 Dec 2022 19:37:19 +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>, Yang Li <yang.lee@linux.alibaba.com> Subject: [PATCH mm-unstable v1 0/4] selftests/vm: fix some tests on 32bit Date: Mon, 5 Dec 2022 20:37:12 +0100 Message-Id: <20221205193716.276024-1-david@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.4 Precedence: bulk List-ID: <linux-kselftest.vger.kernel.org> X-Mailing-List: linux-kselftest@vger.kernel.org |
Series |
selftests/vm: fix some tests on 32bit
|
expand
|