On Sun, Jan 28, 2024 at 06:24:05PM -0700, Daniel Xu wrote:
> === Description ===
>
> This is a bpf-treewide change that annotates all kfuncs as such inside
> .BTF_ids. This annotation eventually allows us to automatically generate
> kfunc prototypes from bpftool.
>
> We store this metadata inside
On Sat, Feb 03, 2024 at 03:40:24PM +0100, Jiri Olsa wrote:
> On Fri, Feb 02, 2024 at 03:09:05PM -0800, Manu Bretelle wrote:
> > On Sun, Jan 28, 2024 at 06:24:05PM -0700, Daniel Xu wrote:
> > > === Description ===
> > >
> > > This is a bpf-treewide change that
Fomichev ; Hao Luo
; Jiri Olsa ; Shuah Khan
; b...@vger.kernel.org ;
linux-kselftest@vger.kernel.org ;
linux-ker...@vger.kernel.org ; Manu Bretelle
; Florent Revest
Subject: Re: [PATCH bpf] selftests/bpf: DENYLIST.aarch64: Remove fexit_sleep
On 7/8/24 6:42 PM, KP Singh wrote:
> On Mon, Jul 8, 2
From: Puranjay Mohan
Sent: Thursday, July 11, 2024 7:00 AM
To: Manu Bretelle; Daniel Borkmann; KP Singh
Cc: Andrii Nakryiko; Eduard Zingerman; Mykola Lysenko; Alexei Starovoitov;
Martin KaFai Lau; Song Liu; Yonghong Song; John Fastabend; Stanislav
> On Jul 12, 2024, at 11:08 AM, Puranjay Mohan wrote:
>
> Thanks for testing the fix.
>
> This bug has been resolved now but the test still hangs sometimes.
> Unfortunately, I am not able to reproduce this hang
> using vmtest.
I have not able to reproduce the original error either. I will try
On 5/10/24, 7:06 AM, "Alexei Starovoitov" mailto:alexei.starovoi...@gmail.com>> wrote:
!---|
This Message Is From an External Sender
|---!
On Thu, May 9, 2024 at
> On May 10, 2024, at 12:21 PM, Manu Bretelle wrote:
>
>
>
> On 5/10/24, 7:06 AM, "Alexei Starovoitov" <mailto:alexei.starovoi...@gmail.com>> wrote:
>
>
> >
>
> On Thu, May 9, 2024 at 11:31 AM Matthieu Baerts <mailto:matt...@ke
> On Aug 13, 2024, at 6:12 PM, Martin KaFai Lau wrote:
>
> >
> On 8/5/24 2:52 AM, Matthieu Baerts (NGI0) wrote:
>> +static int endpoint_init(char *flags)
>> +{
>> + SYS(fail, "ip -net %s link add veth1 type veth peer name veth2", NS_TEST);
>> + SYS(fail, "ip -net %s addr add %s/24 dev veth1",