From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-188.mta0.migadu.com (out-188.mta0.migadu.com [91.218.175.188]) (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 4E627352007 for ; Sun, 28 Jun 2026 15:00:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.188 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782658817; cv=none; b=VUrL2k2+qV9Ac2GKr7K25ha9El7VwNd8Gfz1EEvypyhHIfhRkCGk7CgoawuZgRj1veJlt9lzPtN+J2jIMsYke5FlGUT0A7/gbxYLdXNFHX/LZfwNLyYlYmE6wGVa36YsRgV/xC09ScXlZTERqWbzT16q6LdxJ8iQb8tqR2yYjJg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782658817; c=relaxed/simple; bh=i7XXYJUISkux6zfskNSs0ePDivkdnagx6hWslkGSXpk=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=KRzuhTK0QA8AddaE7SUtacH3pjGpCZteU8SnCc+ALoigpXoY9X3oJXo2S8DYGCB2jdOKlNDp7YVFCP/UXFVjoz5gbXK6SalSszotUKjfGS/fSdTsggSBkNaZmqdc5EdFXLUE4a5Hzqr3b0/8sZQKDELJb3dIutEx91JkCt7aYWc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=FOBNQ/v6; arc=none smtp.client-ip=91.218.175.188 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="FOBNQ/v6" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1782658812; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=aryTE8Mrk4B5WC0zqD7PdlOBCGGpjGZPOFEIHL9ser8=; b=FOBNQ/v6Z2m45SWi0iKeic8o+NapntBcIJA/U5puSk+tpY9pEDmScp7oCeKexMrZlp28PF 9+SDizCxDuYj62JctdpPXusZN8sOWofXPHpPxUnzE4U76PRKx9fmFn3lGCcdhjktOgMgpd I4Gb2bu5OKMbCtpQIOu2RpdOouPMRLk= From: Zenghui Yu To: linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org Cc: shuah@kernel.org, peterz@infradead.org, aniketgattani@google.com, Zenghui Yu Subject: [PATCH] selftests/membarrier: Add membarrier_rseq_stress binary to .gitignore Date: Sun, 28 Jun 2026 22:59:51 +0800 Message-ID: <20260628145951.37022-1-zenghui.yu@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT Tell git to ignore the generated binary for membarrier_rseq_stress.c. Signed-off-by: Zenghui Yu --- tools/testing/selftests/membarrier/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/membarrier/.gitignore b/tools/testing/selftests/membarrier/.gitignore index f2fbba178601..031920478205 100644 --- a/tools/testing/selftests/membarrier/.gitignore +++ b/tools/testing/selftests/membarrier/.gitignore @@ -1,3 +1,4 @@ # SPDX-License-Identifier: GPL-2.0-only membarrier_test_multi_thread membarrier_test_single_thread +membarrier_rseq_stress -- 2.53.0