From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.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 0896A186E2C for ; Mon, 29 Jul 2024 18:39:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.133.124 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722278351; cv=none; b=GYTNnWDuk+IaSQ9flzucKiFQ9kFhTN/anrEfdAqiRDpBNQqgRe3ZPOJRwddIwVqk2+ZImX4i1+pLZsFzNCemBXJzfAFq+ntQTENeX2cZRvJO8q6BI4C/vHqPSfq3YQ/qBYHtBOstyicKQCIicmYqhNsVUGqGkzQv3iwyFb81ztY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722278351; c=relaxed/simple; bh=IWVi8Pr8sW021RhAGLAJlDE+PyLZkSOOvAS+fiTMESk=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=dyNBqRVypyTRaDlpA7wW9SO715vcd4QcJK94HZEuFyi+7Al8Tc1M77Er2eIGskcjQdvjL6I0emVpupZ2gkOeiMuywiBZyWVjkYanOnaUPZVea9sI/kNfO3onsJwXuEVi+Ev371UpcPFL5EnqK2F565+Bme+vQTerP8RqiQ8+HVQ= 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=JbwjZqKK; arc=none smtp.client-ip=170.10.133.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="JbwjZqKK" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1722278348; 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=5PYsSiOWBQFI5JFl6WQemJ8OEXFzybl56PwzMET4SDg=; b=JbwjZqKKKsEeK6235IM5pO8TGM2wJJxmheePpL5wvFndnLbY8vbYcOmAMiaHFO+8e+601b nSzhsKADuXG6ZQcbby0E6z6XofusWilUpanoRvPd715LtVnuNzwo1AgCi2Zug2lAHQdcUy 0fQNknPl/vSDr95lScLxkX/YH9NOJ1o= Received: from mx-prod-mc-03.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-580-fS78pyLtPMqfopk0SJeTEQ-1; Mon, 29 Jul 2024 14:39:01 -0400 X-MC-Unique: fS78pyLtPMqfopk0SJeTEQ-1 Received: from mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.15]) (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 mx-prod-mc-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id D43CD1955D56; Mon, 29 Jul 2024 18:38:58 +0000 (UTC) Received: from t14s.fritz.box (unknown [10.39.192.25]) by mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id A1ED91955D42; Mon, 29 Jul 2024 18:38:50 +0000 (UTC) From: David Hildenbrand To: linux-kernel@vger.kernel.org Cc: linux-mm@kvack.org, linux-s390@vger.kernel.org, kvm@vger.kernel.org, David Hildenbrand , Andrew Morton , Matthew Wilcox , Heiko Carstens , Vasily Gorbik , Alexander Gordeev , Christian Borntraeger , Sven Schnelle , Janosch Frank , Claudio Imbrenda Subject: [PATCH v1 0/3] mm: remove arch_make_page_accessible() Date: Mon, 29 Jul 2024 20:38:41 +0200 Message-ID: <20240729183844.388481-1-david@redhat.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.0 on 10.30.177.15 Now that s390x implements arch_make_folio_accessible(), let's convert remaining users to use arch_make_folio_accessible() instead so we can remove arch_make_page_accessible(). Cc: Andrew Morton Cc: Matthew Wilcox Cc: Heiko Carstens Cc: Vasily Gorbik Cc: Alexander Gordeev Cc: Christian Borntraeger Cc: Sven Schnelle Cc: Janosch Frank Cc: Claudio Imbrenda David Hildenbrand (3): mm: simplify arch_make_folio_accessible() mm/gup: convert to arch_make_folio_accessible() s390/uv: drop arch_make_page_accessible() arch/s390/include/asm/page.h | 2 -- arch/s390/kernel/uv.c | 5 ----- include/linux/mm.h | 18 +----------------- mm/gup.c | 8 +++++--- 4 files changed, 6 insertions(+), 27 deletions(-) base-commit: 3bb434b9ff9bfeacf7f4aef6ae036146ae3c40cc -- 2.45.2