From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 65CCBCA100C for ; Tue, 2 Sep 2025 00:52:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=ABBbzPW/6UgCX/sfTGVcUskFfJx+VpJZGLG1GYiZcWw=; b=fuxnqJrrkWa20/uAV0w/kB87LR aDeiToWHYHCoKgv1VI5jqVZ8ekmaObt7ANiGbWwm7YLIUghfSGiPuPutlnanuP/wGCjJNM48hEUOW PwaVTkfLZkCcyO+wbQnlziOVkjKqVFx/+wtCLauryaoLPkRBZz/AfI96HMsTIs9Vvbd0eouVtbbTk ZpeJSyM1v97WJl1x9mnxSAW6/328ST9Vu7aZ2YXA/WfaxrhMpEzwK9yUsvPGK5MqZgWi0FSCnmy21 0w87o2k1H2dEtypolPn5wt96oTQKC8svnQatlyZ44YR9jrth25oaeiXmgZXYBEyOvi16r9vuS0PRO ukKqGtig==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1utFG6-0000000EYE8-32W7; Tue, 02 Sep 2025 00:52:26 +0000 Received: from sea.source.kernel.org ([172.234.252.31]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1utAke-0000000Djyi-2hHU for linux-arm-kernel@lists.infradead.org; Mon, 01 Sep 2025 20:03:41 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id EA4C34442C; Mon, 1 Sep 2025 20:03:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 15AA6C4CEF0; Mon, 1 Sep 2025 20:03:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1756757019; bh=ABBbzPW/6UgCX/sfTGVcUskFfJx+VpJZGLG1GYiZcWw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=D3ai8iboGgoAXYygiCORD/fWBp/WDZ7yk+HF5r5FderXW/vUy6n8FT3LGOPyQ7umR 1UYmXp9hMxp/95BxTO/K8AeIdyGHuYl2fe1eXDJffNj8uO+uJdu2Th4/9H/7iYcOId tPZrkSxXwNGTxuaHcLFz6FwRGDcmi5O8kzXv5eJ8= Date: Mon, 1 Sep 2025 22:03:36 +0200 From: Greg KH To: Gyujeong Jin Cc: maz@kernel.org, oliver.upton@linux.dev, joey.gouly@arm.com, suzuki.poulose@arm.com, yuzenghui@huawei.com, catalin.marinas@arm.com, will@kernel.org, kvmarm@lists.linux.dev, linux-arm-kernel@lists.infradead.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org, gyutrange , stable@vger.kernel.org, DongHa Lee , Daehyeon Ko <4ncient@example.com>, Geonha Lee , Hyungyu Oh , Jaewon Yang Subject: Re: [PATCH] KVM: arm64: nested: Fix VA sign extension in VNCR/TLBI paths Message-ID: <2025090123-worst-acid-92c8@gregkh> References: <20250901141551.57981-1-wlsrbwjd7232@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250901141551.57981-1-wlsrbwjd7232@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250901_130340_696117_A86DC651 X-CRM114-Status: UNSURE ( 6.49 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Sep 01, 2025 at 11:15:51PM +0900, Gyujeong Jin wrote: > From: gyutrange Does not match your signed-off-by line :(