Message ID | 20250609084054.2083189-1-xin@zytor.com |
---|---|
Headers | show
Received: from mail.zytor.com (terminus.zytor.com [198.137.202.136]) (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 787A81386B4; Mon, 9 Jun 2025 08:44:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.136 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749458686; cv=none; b=ax8pJjRMcBE3+pQA13y6cKAZ5KR8qAb2n/HvDHxsYs8isjMboni3UX+00hztC1nMxgeNepVU5AyMe8nz3S6lf30fCZm/kMLv0Di62bVb1vx0+1vGKNCkMlASHIXX/+UrWGAvjDgbUkP0/frWv4z0KnsgC2Y/KNi+7Wz6NguxjaA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749458686; c=relaxed/simple; bh=wp40Vudve8zgArYeg3zEvVtbWz1jKw8+l2M/WqgdZwo=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=R67PTR6617zbGdATvhHXF9c2Bhz8IfprdA1JD6brKaA9lQzppKpNBieE4/lP/GrPvSphXkzq76pkMrqQopJY7vsoCUcnFlTm1Ka3PPQuUt0Wn7S5AFY71WqLKyh7w6MVqMsBzJ3P2PQEEvg+8Jw9pbrbcD25QdJhQ+gGluKmvf4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=zytor.com; spf=pass smtp.mailfrom=zytor.com; dkim=pass (2048-bit key) header.d=zytor.com header.i=@zytor.com header.b=ZKywxUl2; arc=none smtp.client-ip=198.137.202.136 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=zytor.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=zytor.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=zytor.com header.i=@zytor.com header.b="ZKywxUl2" Received: from terminus.zytor.com (terminus.zytor.com [IPv6:2607:7c80:54:3:0:0:0:136]) (authenticated bits=0) by mail.zytor.com (8.18.1/8.17.1) with ESMTPSA id 5598etjW2083203 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Mon, 9 Jun 2025 01:40:58 -0700 DKIM-Filter: OpenDKIM Filter v2.11.0 mail.zytor.com 5598etjW2083203 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zytor.com; s=2025052101; t=1749458459; bh=XeEjxj+5U43nnzoPolYaMN1k+UVx9E4Wu9VYzadiJnM=; h=From:To:Cc:Subject:Date:From; b=ZKywxUl2pkWaBaLMnCCvoJMtgIC/t/fWf+lc18NaGN1iHX13Jobig1Ibs9nYSJcg8 NVCk9F/2uCulnkkAxhHMlZTGpFLZNrnofXVtuB/qJCUQ2898jrj8vrPMQ80lDW0Zgu ndWbVIwDaw6eI361C/rqS04j6ptscoqCs0o1X/6tHtTczX62qy7UlQCecT8Dj8r4y1 qbsl1p/Nq5vuCdDVamaZUZ6ViuCjDLreW8Wqbu8IdCusO+jym8UxS6TqEEIWRzlFAk MGDz3qSQxVw896KAgeF1QrCLQIL7zLqercdYbnKpLOGOnCPCASp9yz8cofv82z5c4C YurmKJfzB3q3A== From: "Xin Li (Intel)" <xin@zytor.com> To: linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Cc: tglx@linutronix.de, mingo@redhat.com, bp@alien8.de, dave.hansen@linux.intel.com, x86@kernel.org, hpa@zytor.com, shuah@kernel.org, andrew.cooper3@citrix.com, sohil.mehta@intel.com, stable@vger.kernel.org Subject: [PATCH v6 0/2] x86/fred: Prevent immediate repeat of single step trap on return from SIGTRAP handler Date: Mon, 9 Jun 2025 01:40:52 -0700 Message-ID: <20250609084054.2083189-1-xin@zytor.com> X-Mailer: git-send-email 2.49.0 Precedence: bulk X-Mailing-List: linux-kselftest@vger.kernel.org List-Id: <linux-kselftest.vger.kernel.org> List-Subscribe: <mailto:linux-kselftest+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-kselftest+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit |
Series |
x86/fred: Prevent immediate repeat of single step trap on return from SIGTRAP handler
|
expand
|