From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 C6707309DCF for ; Tue, 18 Nov 2025 08:14:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763453669; cv=none; b=q50VS6iJQXNPypWVPGVq4nhcEKgNPmkWI5HPoUHu+76izOjI0OnIx0G+mVgQd7xrKBKf6W0jUbepiEtIaHcNxd81zOaZ5LlAVVUj/u7QN8WaQVjYstI2R7T1pyJubLZUj9Jfz3Z3yUl+hBRUlnzZZ2X6SwPw0BzdRXmyRwtL+70= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763453669; c=relaxed/simple; bh=0CC4f7M1SiULjMXIJIXEs5EIBqs9WKMZKN5YwkFxQi4=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=KbHugXPJp7tAobG1T10eQuOyt53l9oJ84msR77g+NQUGPByLwZj2KFig/cSKCeuhVSioNx4IXenXa19jo+dI79orr5aaNw2qWNpYOhmDTw7evcRbRz5su6vz86r+liPm5Y/rW3v65cSgSP6SdjSMy/8956E1QLOVCTPHGBsi7XM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=qcTNakD5; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="qcTNakD5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3AD6DC16AAE; Tue, 18 Nov 2025 08:14:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1763453669; bh=0CC4f7M1SiULjMXIJIXEs5EIBqs9WKMZKN5YwkFxQi4=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=qcTNakD5xzuGQsgBcKeLTIEsJKLFIxm7z4Z7Rw3Hc0aXjsLNbsK0sNtTEiJb0Fajb +N6yZ8xw3Dm0+KmbHkkBY0goaClTkTD0RFXvOxA3l+Ik2PNaEHKPGULRg2WEyxq84w smjKp66KKGEJBTdAPFSS98KHJTWsd5o3kmAhQtQhAI2Zr1MaG3rYm+MiC7EdxiQgzp guTo1hKDfjIdvzOzuUTV6oGKnYG2ZKYb8Yp0sB9hMKz0ddM6syb2sN3xZmyk6vZ+Yz HVsPGYDOHlrkPtlltylSQ135bLDX+2XAOgv8m+C0r1TxONxDK5uNGw7M9vnXS8cmRT IBroFQPLHnOYg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 33B743809A2D; Tue, 18 Nov 2025 08:13:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] riscv: Remove __GFP_HIGHMEM masking From: patchwork-bot+linux-riscv@kernel.org Message-Id: <176345363474.4032995.16191176205928685745.git-patchwork-notify@kernel.org> Date: Tue, 18 Nov 2025 08:13:54 +0000 References: <20251107182620.95844-1-vishal.moola@gmail.com> In-Reply-To: <20251107182620.95844-1-vishal.moola@gmail.com> To: Vishal Moola (Oracle) Cc: linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, palmer@dabbelt.com, pjw@kernel.org, aou@eecs.berkeley.edu Hello: This patch was applied to riscv/linux.git (for-next) by Paul Walmsley : On Fri, 7 Nov 2025 10:26:20 -0800 you wrote: > Remove unnecessary __GFP_HIGHMEM masking, which was introduced with > commit 380f2c1ae9d4 ("riscv: convert alloc_{pmd, pte}_late() to use > ptdescs"). GFP_KERNEL doesn't contain __GFP_HIGHMEM. > > Signed-off-by: Vishal Moola (Oracle) > --- > arch/riscv/mm/init.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Here is the summary with links: - riscv: Remove __GFP_HIGHMEM masking https://git.kernel.org/riscv/c/cba94f87992e You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html