Message ID | 20240306223714.320681-1-npache@redhat.com |
---|---|
Headers | show
Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 191D11D547 for <linux-kselftest@vger.kernel.org>; Wed, 6 Mar 2024 22:38:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709764703; cv=none; b=mKRpMaMtZUf5WEutWS4UU2JcfjYFBxt0OhFeSk5JcwIjHIl+/IrNDwYItZg6Gq3z3jpG2H/ttp9VWm/90gMjhC3cU3N2D+3kMMEACPAQLKKdiAtys2RSwI0CRq1aJu4ci+GJ5NUvSNNrzK6y1NMOTdLBLpkvmJ3MdsLKlNsr+R4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709764703; c=relaxed/simple; bh=ffbOlrqTwYJ/jZ1HLkY21kGOkQvioZziUqhpiJPsuSc=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=AdvT8E6aELitTbxwIyeXB4XHe47VrDFh5X8VgbbtYND79u6B5n3wZEMN/64SjEdfsAlG0FYLAHqeF1JBh6lgdN11lGaDAiA/AIXxCLe0N9hfGUTez9OsSuodS+zCYlpQIF2kq6Aufb4WTUHUp6ssZxaz4iYVXDhQmIPL3hVdwds= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=Y0bTUEOt; arc=none smtp.client-ip=170.10.129.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="Y0bTUEOt" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1709764701; 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=+ifJ4/8mTgVXdkLtTQ3Zdd4IQQKyln2F43BUCv9cvQ8=; b=Y0bTUEOt3aY86S+xy5gUQux7XsICSh1VYOFTSoUNfdxhwTCpyP9sKoY6DMv+BFNMx3gbKg esNGBeL5sxbts74DynWmW86FydDnzZN1L9GYqOvSZj5SpRPjMqBW4jQbusiKFexhsKmCGS BLwAK3iX0UkBAbxQhku4yNmzA+JYRGo= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-639-mYyl0hfOMk2bG2oTxsARlA-1; Wed, 06 Mar 2024 17:38:18 -0500 X-MC-Unique: mYyl0hfOMk2bG2oTxsARlA-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 0944F280480C; Wed, 6 Mar 2024 22:38:02 +0000 (UTC) Received: from localhost.redhat.com (unknown [10.22.9.120]) by smtp.corp.redhat.com (Postfix) with ESMTP id 58820111D792; Wed, 6 Mar 2024 22:38:01 +0000 (UTC) From: Nico Pache <npache@redhat.com> To: linux-mm@kvack.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org Cc: ben@decadent.org.uk, shuah@kernel.org, akpm@linux-foundation.org, usama.anjum@collabora.com Subject: [PATCH v2 0/3] selftests/mm: Improve Hugepage Test Handling in MM Selftests Date: Wed, 6 Mar 2024 15:37:11 -0700 Message-ID: <20240306223714.320681-1-npache@redhat.com> Precedence: bulk X-Mailing-List: linux-kselftest@vger.kernel.org List-Id: <linux-kselftest.vger.kernel.org> List-Subscribe: <mailto:linux-kselftest+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-kselftest+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.3 |
Series |
selftests/mm: Improve Hugepage Test Handling in MM Selftests
|
expand
|