From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 A334A31F998 for ; Sat, 1 Aug 2026 01:05:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785546351; cv=none; b=DTSM0wNgB4OEQX5CbsR4BJJ2O0qPnMt2545gCghTPzuJ9klhugUMQyMqTbuwTU3p3RyQqc1sTUgneTL/A4+yyQ9g/y/jiv+PWeEBX1Jr6Gm8HmMGOUwkywHanAjLKSiVr5vHhH/903QXCjtVckXnBjCuvhMgnrFHDIvisDtVjOA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785546351; c=relaxed/simple; bh=VAJZbyNUfhyoj+kZLuLaGKUMKkAcY5Z2H2mp/fUPHIY=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=UwpDbxYgfyozu4hrtz8NLmVLtiWjyriGWVVVOnQDIo1fPyCrIwZWQ4YeaEiqyCAr1tlGXsWMe3ujZAxABzIYFJuhyLcMW3Vgves43wuTg6C5oqQ+gvxCO/kPQG0OrWz8SQI9hsuC93KChXWDVniAHcOLYilw7xvdhHjwpJTChTc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=dDuEkf/F; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="dDuEkf/F" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1DA341F00AC4; Sat, 1 Aug 2026 01:05:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785546350; bh=VAJZbyNUfhyoj+kZLuLaGKUMKkAcY5Z2H2mp/fUPHIY=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=dDuEkf/FVc7XlKopgPiJDBobTv2cN0JECX21hgtc5AmKIHElhOh1Xv3KV9ezbhJBO thGg9d373RhfVnvdVOJ1KBFX9v1D9QvEsaijz4YmOisAMwXh2DGRMsosrlJQ11zFms qYSpdBPUeVCm3OcAkSctn43s/pqi4qv6tfwlQlZ887ff1hx7h5rnT8OdflRLbSjRke sqedEJxgz61jY+SgoDXxdfqpr8jUuG+9oOpoC+QWsmEPjp4qtLY+ozGZ4ibCP66W8O 8rHpcxsnBhjCVuZYDnkDf/oZ7apox7XylfbfAPim5ohHTpLoHm/twVPAOZGcCIDzRe q1NXeBUKiW2vQ== From: SJ Park To: Sarthak Sharma Cc: SJ Park , Andrew Morton , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] tools/mm: add thp_swap_allocator_test to .gitignore Date: Fri, 31 Jul 2026 18:05:41 -0700 Message-ID: <20260801010542.85345-1-sj@kernel.org> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260731070343.83837-1-sarthak.sharma@arm.com> References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit On Fri, 31 Jul 2026 12:33:43 +0530 Sarthak Sharma wrote: > .gitignore currently does not include the binary > thp_swap_allocator_test. Add it to .gitignore. Thank you, but it seems the same change is already in mm.git. [1] https://lore.kernel.org/20260624150642.19749-1-zenghui.yu@linux.dev Thanks, SJ [...]