From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-178.mta0.migadu.com (out-178.mta0.migadu.com [91.218.175.178]) (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 959B03BFAE7 for ; Wed, 24 Jun 2026 15:07:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.178 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782313630; cv=none; b=ephZvFNBrpZfQmmZmqdXZJ7JZsZRXMlMUW4VwDUZ3MAq8QoUY0fvZwrLoXKEL8XM2o1hyqENm+qhrEMJbxWRyM70v7LNaYWPH0gAyDKKAbMnxAQO2w7+r7ZMCiCR+sAaN3sreGNF+3+xZB9b00I6JlSxocJ1JqEu2h5wrkmXejU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782313630; c=relaxed/simple; bh=CMAF761+lAynfHv5jLcozMOvH9BwgnyXoqqtsnaNEi8=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=DdqpbZ/pQ/lcmftPX4J6Mq6Xrc9Kh18PNHFf9lVt2+TYsd5FxEHt4EtiXu9wuGak+QuBkHVcw0CZLLSbOVzMtmxMy8HQa6vH0/gZYEetV0xrCnbEtWeKBjiet7ASHjmmUM27Dfh6M60N2V9muRbpe8M5VDXG7fi40klaTKud8bQ= 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=o99GCm9a; arc=none smtp.client-ip=91.218.175.178 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="o99GCm9a" 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=1782313625; 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=xRpVEreNtBO4LtMlEcvHt//25dFczNuN6BaD0yWTPJI=; b=o99GCm9a1C1H8WixwhlJ2S3xac9KEoDLf+l5sXO4aLJSVg1Yom5pll3awcujFCiCN9N4Oq wkyzTcGL3lkEKZ5C9v8Uv5efbfGxgimiVkJVcxNF5hP6CxQ9dZGN/vuOeo24Ep/8fAUvDs KSmQYOCCIlxRLIvW/0cyK9wrhGOahhE= From: Zenghui Yu To: linux-mm@kvack.org, linux-kernel@vger.kernel.org Cc: akpm@linux-foundation.org, Zenghui Yu Subject: [PATCH] tools/mm: add thp_swap_allocator_test binary to .gitignore Date: Wed, 24 Jun 2026 23:06:42 +0800 Message-ID: <20260624150642.19749-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 thp_swap_allocator_test.c. Signed-off-by: Zenghui Yu --- tools/mm/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/mm/.gitignore b/tools/mm/.gitignore index 922879f93fc8..1446a659e540 100644 --- a/tools/mm/.gitignore +++ b/tools/mm/.gitignore @@ -2,3 +2,4 @@ slabinfo page-types page_owner_sort +thp_swap_allocator_test -- 2.53.0