From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-172.mta0.migadu.com (out-172.mta0.migadu.com [91.218.175.172]) (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 6D1F323F422 for ; Thu, 19 Jun 2025 17:33:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750354421; cv=none; b=AmnyWuuYu1lMCLIqhOP6HhSz3lX9VpqIPIqP5qN4VYdK6ZFWrICQdFuX1lXYEuIGTUgrW1p5mOC6jBqqFqWNsOIcoH0cMWyCuUOXTBdeJjcVmXBdjeofJ+b2x2SWmxYEhG6QjQE9sGnwXgJR9TgD/nVWx69ZqDHffYei1FYMjD8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750354421; c=relaxed/simple; bh=KpRmXDn2/tdiDLLz0BWVZSR1KvJW0t9Gq59Y1w9/wr8=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=apHnwKkNdQ10vTcTf5lUu/LGlEikKc3VPHf0yF2a+ZjxL7ajsGjHj2jUdQk7c88HM9QA/2CeMKMCtFynECXHNUXsKS7HnwmFwdMjsOSRC3w7mUHUgBrp1/Mqb6bqsnLkuTJXzGNRfujFgRv/um3nrun/G1ixQPqGixGbdv1DrWY= 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=iL5Squtq; arc=none smtp.client-ip=91.218.175.172 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="iL5Squtq" Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1750354415; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=KpRmXDn2/tdiDLLz0BWVZSR1KvJW0t9Gq59Y1w9/wr8=; b=iL5SqutqcBRHPSRBx31ZeeIE9Q7SIx6kE/v09cwMKzLp8hjSE7LIW5Zdpts4Uoh+L942V5 zW53xD/X5NNm9Pd4yJAJ/yy4F/V3LeODg7W9DOfDijer3CBgq+8fijdADYByJTdCwTXKtH YrvpJHCb4bVY4EC07DhVfh6K/DeaV9Q= Date: Thu, 19 Jun 2025 10:33:30 -0700 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH v3 2/2] selftests/bpf: Convert test_sysctl to prog_tests Content-Language: en-GB To: Jerome Marchand , bpf@vger.kernel.org Cc: Martin KaFai Lau , Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Eduard Zingerman , linux-kernel@vger.kernel.org References: <20250619140603.148942-1-jmarchan@redhat.com> <20250619140603.148942-3-jmarchan@redhat.com> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Yonghong Song In-Reply-To: <20250619140603.148942-3-jmarchan@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 6/19/25 7:06 AM, Jerome Marchand wrote: > Convert test_sysctl test to prog_tests with minimal change to the > tests themselves. > > Signed-off-by: Jerome Marchand Acked-by: Yonghong Song