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 281412BEFFF for ; Wed, 28 Jan 2026 08:05:39 +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=1769587540; cv=none; b=DXPAzMdXtnOXmCdgoXJGxaf4RPP8+kio06GeqIim+x71aVuxwFLVxAYf4LajbCnPoyBRxL2mDnIJxkTNXynLNdva7U3Wu4kuA+sbNwh5XYoRi9phq+5Popo1qjghhrZuM90UdKfysI+sgS+H4gut+uM4yOtAIZrdobFM40sk2Kk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769587540; c=relaxed/simple; bh=4owoaDTjjJFEaNVKiw7ztljOUGwLapmX4dw6UsqtSCg=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=ECBJzJ/nEFUL4s5xAe1F0PQsptVLKfgKCNvkQ5To6K3EkcBPfuHSJNyqSIEeLvz0mBZm0cslz/Ho+8kVC8jdRFKaNP2YAszg8uWxpnqrwL+zubSlw4KpNwXDWgc85uXrcJFojtjZUoaHtvFDXpq1gxWIMUf3f2kYX3kfL81ItA8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=gCB22jlC; 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="gCB22jlC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EE057C4CEF1; Wed, 28 Jan 2026 08:05:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769587539; bh=4owoaDTjjJFEaNVKiw7ztljOUGwLapmX4dw6UsqtSCg=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=gCB22jlC86AS6/yA0SjqWHKVMbOkJBelMaZs9SGrmeEFVtttv8DVfDo10ywuoVRzA Lm5QRdA8V+4env/fENiZyQq33EcaEb6Al0fV7p2kX6h4KaVfIoaXzFpAF2Gk6bRi8b KGn07kouOUXvvt6cBKKZc6AkBKxSkVmPzRLMh1KnYdn50hz56Q3mq/u+YtFj9V5m00 Vc6e0IJjoOROyjGT0/0Itj9QF+1Zyk1klQCFeWnDBfZpBoXE9tePpJe6Fy35sgagMy 1RuaakWAl0ODPpMb7RatacfugDQBLNrqLwO4kPlYkqWr2FIc+dkv6IPAxY2e8N9YT5 0ZmxF5F1EESgg== From: Thomas Gleixner To: "Chang S. Bae" , linux-kernel@vger.kernel.org Cc: x86@kernel.org, mingo@redhat.com, bp@alien8.de, dave.hansen@linux.intel.com, peterz@infradead.org, david.kaplan@amd.com, chang.seok.bae@intel.com Subject: Re: [PATCH 2/7] x86/apic: Implement self-NMI support In-Reply-To: <20260125014224.249901-3-chang.seok.bae@intel.com> References: <20260125014224.249901-1-chang.seok.bae@intel.com> <20260125014224.249901-3-chang.seok.bae@intel.com> Date: Wed, 28 Jan 2026 09:05:36 +0100 Message-ID: <87ldhi9n73.ffs@tglx> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On Sun, Jan 25 2026 at 01:42, Chang S. Bae wrote: > From: David Kaplan > > Add function to send an NMI-to-self which is needed for stop_machine_nmi(). Add _a_ function... It's not that hard to write proper sentences.