From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (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 E93A2128370 for ; Tue, 5 Mar 2024 16:22:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.142.43.55 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709655740; cv=none; b=eDtTynYHX1C/BvjzAHgi691VOl2jzXK4dGTElmT0AFriRmlnrNxicZJnxzhPV4Cd9eSjh2J4vTtEKhDGXWxo2sEFZh/SqjY3hf+mR8cJFIFlRjB9PYsOGLQ3+BC8CBHGO8p4+KdsKrd0KvTU0uMdxQpK2X51BLz1QlzFLvn6l8w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709655740; c=relaxed/simple; bh=gtC0RZy2ucxfsmBeQ86VFebjkMyssVri9al0wcWgXkk=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=DuuPAriyVCO+sbPsId1zB+2YlfBnAcBgu8lX8e5TWM0PVDptGO/NCiXKm/lHiKhIJWoPvKkGOLsPrsnC7uVk29ixb1e1Wx7ccEm9YLj6jkCZ//Wk/EIEapmdBA9KMUAT2OT0OF6LUWBsE7ic/lnMC92tvPijODIoFyguPp9Tc74= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de; spf=pass smtp.mailfrom=linutronix.de; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=KS5qbk7m; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=mqNDQ/LQ; arc=none smtp.client-ip=193.142.43.55 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="KS5qbk7m"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="mqNDQ/LQ" From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1709655736; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=gPaYZu1ZJgqkEmBUOLNfaZez3N3u9RgphNBODKwfEcM=; b=KS5qbk7mLOabfmZC/Dp3Waebh5uFxm8rj7eK8+mijZGXybtPyXWOhw1Q7CllnC2gWeCYMJ YPmhtbYg0ED1cfnD/wFO2O1wFOaTR1fHAP8cEzrZQZzRBT7cd11gfMe6ZRaOlYBwD51EVs wpGuU9z+TkSKSy1YTdrryfaEhRGG0Hz0/C4qzC5EO2xuefDOS9kA88WVnzW6ODAKcXap/l iULqAs4njvV2McNYwB6uW07b640KVoT2dz/pq7QuI7NIfghW6NGVbAYDG81+N+Ep2jtRRx +0PAtwwt6Av/3fOQpD3UDjfUUY8rh7JHSPWW49JYal+3qC3IwWMvlLjg0t13uQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1709655736; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=gPaYZu1ZJgqkEmBUOLNfaZez3N3u9RgphNBODKwfEcM=; b=mqNDQ/LQ0YkSNFgkKxse6qpRkboIvRLdE+Qu0ySEdh5gwDERegpPMhbzLZrAo9m2kC1KN5 KcKoJ+P44oCYGPCg== To: Tetsuo Handa , LKML , the arch/x86 maintainers Cc: Ingo Molnar , Borislav Petkov , Dave Hansen , "H. Peter Anvin" , Linus Torvalds Subject: Re: [PATCH v2] x86: disable non-instrumented version of copy_mc when KMSAN is enabled In-Reply-To: <06c11112-db64-40ed-bb96-fa02b590a432@I-love.SAKURA.ne.jp> References: <3b7dbd88-0861-4638-b2d2-911c97a4cadf@I-love.SAKURA.ne.jp> <06c11112-db64-40ed-bb96-fa02b590a432@I-love.SAKURA.ne.jp> Date: Tue, 05 Mar 2024 17:22:15 +0100 Message-ID: <87msrcvebs.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 Tue, Mar 05 2024 at 20:31, Tetsuo Handa wrote: > This is current top crasher. > I hope this patch is applied before the merge window opens. Maintainers have weekends too. The world is not going to end if this is not applied within minutes. Thanks, tglx