From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="ArIxcVqy" Received: from out-171.mta0.migadu.com (out-171.mta0.migadu.com [IPv6:2001:41d0:1004:224b::ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 25F0DED for ; Sun, 26 Nov 2023 18:19:48 -0800 (PST) Message-ID: <76694ae8-0f7b-4b1d-bfe0-9e62638463db@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1701051586; 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=aHE1bqCXF8xZe6zz2YTA1LgJQfPMAs6xJO7yRYfK2/Y=; b=ArIxcVqy0x9GWfrM4Ren7uVnhEz73VH22/Q0IOsX1MFzmfMXMJHGRnw86Go2rhD+HzXBrn vDMv9+0Uvvhs6Li/oSAQDEKATGIR/mO3HljhjLAFHif68Ylns85zNaVz5j9siuUlrdToVd S8XKBG8wendyBPYVEDxZIyOEMx/xbvg= Date: Sun, 26 Nov 2023 18:19:36 -0800 Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCHv4 bpf-next 5/6] selftests/bpf: Add link_info test for uprobe_multi link Content-Language: en-GB To: Jiri Olsa , Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko Cc: Song Liu , bpf@vger.kernel.org, Martin KaFai Lau , Song Liu , Yonghong Song , John Fastabend , KP Singh , Stanislav Fomichev , Hao Luo , Yafang Shao References: <20231125193130.834322-1-jolsa@kernel.org> <20231125193130.834322-6-jolsa@kernel.org> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Yonghong Song In-Reply-To: <20231125193130.834322-6-jolsa@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 11/25/23 2:31 PM, Jiri Olsa wrote: > Adding fill_link_info test for uprobe_multi link. > > Setting up uprobes with bogus ref_ctr_offsets and cookie values > to test all the bpf_link_info::uprobe_multi fields. > > Acked-by: Song Liu > Signed-off-by: Jiri Olsa Acked-by: Yonghong Song