From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 8743D200DA for ; Fri, 27 Oct 2023 13:39:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="T6epLDz4" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D73CAC433C8; Fri, 27 Oct 2023 13:39:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698413993; bh=K1n5c9rQ/qe3e3IncOBFgW5/PfZSET5tGuj+Igr0VT4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=T6epLDz4g7CRB9/bsgqS758g9JtDU+MrEaYsHqWjrEs0bncyX+NmBxHHcqNhxzUEM oZcTIPDP1kBLHkLdhU9mxQCvmRdYtgaX6jO0ApzeDKwY73lHtZo8yd33o5ILx3Qw8g Qa4l020qA0wWfSFG6TDDfUV2xqI7biRr4KAia+CnIMp+CKUVATf/lhKp4yyC18CgEK Xl7b7hrDPE41pEa8/+4c43C2M1YKwtG7WkJcW25ms+bqdFt6zegqRGhDZhq0zwybKJ cPVUeViqhqr1XRYqEmuwoRqNsyE3DKkKAK7zl/ahfHl4G+JlzYMhVPzfFdtibP6Zx1 Ngy9NFszH987Q== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 449404035D; Fri, 27 Oct 2023 10:39:46 -0300 (-03) Date: Fri, 27 Oct 2023 10:39:46 -0300 From: Arnaldo Carvalho de Melo To: Yang Jihong Cc: peterz@infradead.org, mingo@redhat.com, mark.rutland@arm.com, alexander.shishkin@linux.intel.com, jolsa@kernel.org, namhyung@kernel.org, irogers@google.com, adrian.hunter@intel.com, linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] perf python: Add missing util/rlimit.c file to the python binding linkage list Message-ID: References: <20231027023028.1106441-1-yangjihong1@huawei.com> Precedence: bulk X-Mailing-List: linux-perf-users@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231027023028.1106441-1-yangjihong1@huawei.com> X-Url: http://acmel.wordpress.com Em Fri, Oct 27, 2023 at 02:30:28AM +0000, Yang Jihong escreveu: > Fixes: c4a852635edd ("perf data: Increase RLIMIT_NOFILE limit when open too many files in perf_data__create_dir()") This is not the cset that introduced the problem, I added it to the patch I submitted for this: Fixes: e093a222d7cba1eb ("perf evsel: Rename evsel__increase_rlimit to rlimit__increase_nofile") Since the patch in your messgage basically has what is in the patch I submitted, I added an: Acked-by: Yang Jihong to it. In the future, the right thing would be for you to use: Reported-by: Arnaldo Carvalho de Melo As I didn't provide a Signed-off-by for the patch, I just mentioned that the patch cured things for me, sometimes a patch like this may not be the ultimate fix. Thanks, - Arnaldo