Message ID | 20240822121415.3589190-1-dev.jain@arm.com |
---|---|
Headers | show
Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id D3D361C9437; Thu, 22 Aug 2024 12:14:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724328870; cv=none; b=iY5qh5W31OZP2aq7qrWdpPthaLShB1UtOxnD6UPAiJOl3L0J5OBMSgZTFKbtNEVtLtI1g5eX1mnxj44I/jy8S8FrbNCu/+aOa6UhuhbKMPYbCZGJhmqUzZDuNG8HrBLi+fGMWoRF4vNZTaUTE6sjAl3+GngIGpkeAGcw7H+mcHE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724328870; c=relaxed/simple; bh=3Ki/9I5DuL/abGyhYfOoLWRfZH0OJCMKk1fVz5xIM9c=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=n5DE5jmYX6r6+I1uNXT7sa4jdmLCmE4EaqnF4foPk3Zd56dUK2jPxIC0cLPI/MjLs9hyWRJ4w41NgZ3V6Or7/7tANuo5474c099mGpD5uckjpNNMkkyQIGxOK0rQ8ehGUkZNfFC8ibSvwTOR5n/68fKOtK+BdaJ1X/C3o/T4Xl0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id F3034DA7; Thu, 22 Aug 2024 05:14:53 -0700 (PDT) Received: from e116581.arm.com (unknown [10.163.87.181]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id D8B3D3F66E; Thu, 22 Aug 2024 05:14:22 -0700 (PDT) From: Dev Jain <dev.jain@arm.com> To: shuah@kernel.org, oleg@redhat.com Cc: mingo@kernel.org, tglx@linutronix.de, mark.rutland@arm.com, ryan.roberts@arm.com, broonie@kernel.org, suzuki.poulose@arm.com, Anshuman.Khandual@arm.com, DeepakKumar.Mishra@arm.com, aneesh.kumar@kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, Dev Jain <dev.jain@arm.com> Subject: [PATCH v6 0/2] Add test to distinguish between thread's signal mask and ucontext_t Date: Thu, 22 Aug 2024 17:44:13 +0530 Message-Id: <20240822121415.3589190-1-dev.jain@arm.com> X-Mailer: git-send-email 2.34.1 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-Transfer-Encoding: 8bit |
Series |
Add test to distinguish between thread's signal mask and ucontext_t
|
expand
|