Message ID | 20230411141529.428991-2-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 0B514C77B6F for <linux-kselftest@archiver.kernel.org>; Tue, 11 Apr 2023 14:16:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229848AbjDKOQa (ORCPT <rfc822;linux-kselftest@archiver.kernel.org>); Tue, 11 Apr 2023 10:16:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48238 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229725AbjDKOQ3 (ORCPT <rfc822;linux-kselftest@vger.kernel.org>); Tue, 11 Apr 2023 10:16:29 -0400 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 CD71E11A for <linux-kselftest@vger.kernel.org>; Tue, 11 Apr 2023 07:15:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1681222543; 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: in-reply-to:in-reply-to:references:references; bh=1ElJXvy3GrdCHxap+2OiSZHKtp+/midD3ZXDx5TNtDM=; b=drsVxblv3WdK0deLvmn7MoBvXpVD0m62kjArIaOL+tfsUY7t6gdVph2XKaCFkfFIycqQK1 qE/DGSHr1lxDXzy6lLUEC3s+wlzlgrjsIwdLBVkQbaT9D4Qq/PIejz2/0yY+0ghOfq7fBu uftzLlzyGvNz/jeYRJkYD5YCXxIHDEk= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-671-Cc7KJ7ZfO2-Ud1XmppAT6w-1; Tue, 11 Apr 2023 10:15:37 -0400 X-MC-Unique: Cc7KJ7ZfO2-Ud1XmppAT6w-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id EB9B31C087A3; Tue, 11 Apr 2023 14:15:35 +0000 (UTC) Received: from t480s.redhat.com (unknown [10.39.194.95]) by smtp.corp.redhat.com (Postfix) with ESMTP id E710E400F283; Tue, 11 Apr 2023 14:15:32 +0000 (UTC) From: David Hildenbrand <david@redhat.com> To: linux-kernel@vger.kernel.org Cc: linux-mm@kvack.org, linux-kselftest@vger.kernel.org, sparclinux@vger.kernel.org, David Hildenbrand <david@redhat.com>, Andrew Morton <akpm@linux-foundation.org>, "David S. Miller" <davem@davemloft.net>, Peter Xu <peterx@redhat.com>, Hugh Dickins <hughd@google.com>, Shuah Khan <shuah@kernel.org>, Sam Ravnborg <sam@ravnborg.org>, Yu Zhao <yuzhao@google.com>, Anshuman Khandual <anshuman.khandual@arm.com> Subject: [PATCH v1 0/6] mm: (pte|pmd)_mkdirty() should not unconditionally allow for write access Date: Tue, 11 Apr 2023 16:15:23 +0200 Message-Id: <20230411141529.428991-2-david@redhat.com> In-Reply-To: <20230411141529.428991-1-david@redhat.com> References: <20230411141529.428991-1-david@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: <linux-kselftest.vger.kernel.org> X-Mailing-List: linux-kselftest@vger.kernel.org |
Series |
mm: (pte|pmd)_mkdirty() should not unconditionally allow for write access
|
expand
|