From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-178.mta1.migadu.com (mta1.migadu.com [37.59.57.117]) (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 50A5137AA92 for ; Thu, 6 Aug 2026 18:02:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=37.59.57.117 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786039366; cv=none; b=euR4PdOvpTDCK3DulShpH2NMmQuXvOiiUQ6VnQcIwxcRykApeLguZwyaMHxjLAhv0Y27pa9k9QZr1xgzx9egtQwSvE7Sxy6XFSzK+TErBhhAsC2DzbAkA+JbQP80TG8/wx924ky5IMYlMTZDHG/M+0exi7WT5lj1qyJ2vYsX+y4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786039366; c=relaxed/simple; bh=9POLQT+zTFRki/+eCNOnpk8JB3mOiOI14Nq9BmTY+sY=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=Vp8Quxn9VNbqhYh5SM3aoSiPMFeCriqK/j48dBYw2q3gSD4cxuLPWXBJsy6Nu4XKFNEg9x6vaUFuM7TO6frh2F3340ZH3zoNL300soiWZptG/mz6FU4DtpfeCTyyRkvqtKSf/6FWEiu65cSnQ8BrKBNhyAFtw1KBVMfVR0xVvdU= 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=DyVJx+F2; arc=none smtp.client-ip=37.59.57.117 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="DyVJx+F2" Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1786039363; 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=JmwM2eAGJQFWYAODi4Ju6lTqdTYZIJHEDBHI855cTYo=; b=DyVJx+F29iVyYoRMF8ahVAe4SPDowZh7UlBe/VRrgIcaV0ivAufgIWcLNBjRxifIqp40Ri k/dyrEbfEFC61ctiGu0hwatazzgGzjhmi6VROCwbFlbrQuqYRjac3Vuf3lUGYjcL8FKx+D 8uVN+4Ukhq1GhqD3h0tEyy/+9mnQn5w= Date: Thu, 6 Aug 2026 11:02:22 -0700 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [bpf-next 0/4] selftest related fixes Content-Language: en-GB To: Vineet Gupta , bpf@vger.kernel.org, ast@kernel.org, Eduard Zingerman , Andrii Nakryiko , Ihor Solodrai Cc: linux-kernel@vger.kernel.org References: <20260803170251.1898102-1-vineet.gupta@linux.dev> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Yonghong Song In-Reply-To: <20260803170251.1898102-1-vineet.gupta@linux.dev> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 8/3/26 10:02 AM, Vineet Gupta wrote: > Hi, > > This is a set of fixes accumulated during BPF_GCC testing and an in-works > verifier enhacement series for 32-bit tracking. Similar to other patch sets, let us have the proper format for the subject for example: [PATCH bpf-next 0/4] selftests/bpf: Fix a few selftest issues For each individual patch, do [PATCH bpf-next 1/4] selftests/bpf: ... ... > > Thx, > -Vineet > > Vineet Gupta (4): > selftests/bpf: map_kptr: force BPF_STX for the scalar store to kptr > selftests/bpf: add --no-error-summary to skip end-of-run error log > dump > selftests/bpf: report failed subtest count in test_progs summary > selftests/bpf: vmtest.sh: preserve command quoting when running in the > VM > > .../selftests/bpf/progs/map_kptr_fail.c | 11 +++- > tools/testing/selftests/bpf/test_progs.c | 62 ++++++++++++------- > tools/testing/selftests/bpf/test_progs.h | 3 +- > tools/testing/selftests/bpf/vmtest.sh | 13 +++- > 4 files changed, 64 insertions(+), 25 deletions(-) >