Re: [BUG] hitting bug when running spinlock test

2021-03-09 Thread Roman Gushchin
On Tue, Mar 09, 2021 at 10:36:06AM -0800, Yonghong Song wrote: > > > On 3/9/21 10:21 AM, Roman Gushchin wrote: > > On Mon, Mar 08, 2021 at 09:44:08PM -0800, Yonghong Song wrote: > > > > > > > > > On 3/5/21 1:10 PM, Yonghong Song wrote: > > > > > > > > > > > > On 3/5/21 12:38 PM, Roman Gushchi

Re: [BUG] hitting bug when running spinlock test

2021-03-09 Thread Yonghong Song
On 3/9/21 10:21 AM, Roman Gushchin wrote: On Mon, Mar 08, 2021 at 09:44:08PM -0800, Yonghong Song wrote: On 3/5/21 1:10 PM, Yonghong Song wrote: On 3/5/21 12:38 PM, Roman Gushchin wrote: On Thu, Mar 04, 2021 at 08:03:33PM +0100, Jiri Olsa wrote: hi, I'm getting attached BUG/crash when

Re: [BUG] hitting bug when running spinlock test

2021-03-09 Thread Roman Gushchin
On Mon, Mar 08, 2021 at 09:44:08PM -0800, Yonghong Song wrote: > > > On 3/5/21 1:10 PM, Yonghong Song wrote: > > > > > > On 3/5/21 12:38 PM, Roman Gushchin wrote: > > > On Thu, Mar 04, 2021 at 08:03:33PM +0100, Jiri Olsa wrote: > > > > hi, > > > > I'm getting attached BUG/crash when running in

Re: [BUG] hitting bug when running spinlock test

2021-03-08 Thread Yonghong Song
On 3/5/21 1:10 PM, Yonghong Song wrote: On 3/5/21 12:38 PM, Roman Gushchin wrote: On Thu, Mar 04, 2021 at 08:03:33PM +0100, Jiri Olsa wrote: hi, I'm getting attached BUG/crash when running in parralel selftests, like:    while :; do ./test_progs -t spinlock; done    while :; do ./test_pro

Re: [BUG] hitting bug when running spinlock test

2021-03-05 Thread Yonghong Song
On 3/5/21 12:38 PM, Roman Gushchin wrote: On Thu, Mar 04, 2021 at 08:03:33PM +0100, Jiri Olsa wrote: hi, I'm getting attached BUG/crash when running in parralel selftests, like: while :; do ./test_progs -t spinlock; done while :; do ./test_progs ; done it's the latest bpf-next/master,

Re: [BUG] hitting bug when running spinlock test

2021-03-05 Thread Roman Gushchin
On Thu, Mar 04, 2021 at 08:03:33PM +0100, Jiri Olsa wrote: > hi, > I'm getting attached BUG/crash when running in parralel selftests, like: > > while :; do ./test_progs -t spinlock; done > while :; do ./test_progs ; done > > it's the latest bpf-next/master, I can send the .config if needed, >

Re: [BUG] hitting bug when running spinlock test

2021-03-04 Thread Yonghong Song
On 3/4/21 11:03 AM, Jiri Olsa wrote: hi, I'm getting attached BUG/crash when running in parralel selftests, like: while :; do ./test_progs -t spinlock; done while :; do ./test_progs ; done it's the latest bpf-next/master, I can send the .config if needed, but I don't think there's anyt

[BUG] hitting bug when running spinlock test

2021-03-04 Thread Jiri Olsa
hi, I'm getting attached BUG/crash when running in parralel selftests, like: while :; do ./test_progs -t spinlock; done while :; do ./test_progs ; done it's the latest bpf-next/master, I can send the .config if needed, but I don't think there's anything special about it, because I saw the bug