Re: [PATCH] selftests/bpf: Fix bpf selftest build error

2025-05-11 Thread Stephen Rothwell
Hi Saket, On Mon, 12 May 2025 10:55:59 +0530 Saket Kumar Bhaskar wrote: > > Apologies for missing the Fixes tag. Would you like me to resend the patch > with the > Fixes tag included? Yes, please, but send it to Greg (keeping the ccs) so that he can apply it to the driver-core tree. -- Che

Re: [PATCH] selftests/bpf: Fix bpf selftest build error

2025-05-11 Thread Saket Kumar Bhaskar
On Sat, May 10, 2025 at 11:04:55AM +1000, Stephen Rothwell wrote: > Hi Alexei, > > On Fri, 9 May 2025 10:04:18 -0700 Alexei Starovoitov > wrote: > > > > On Fri, May 9, 2025 at 5:24 AM Saket Kumar Bhaskar > > wrote: > > > > > > On linux-next, build for bpf selftest displays an error due to > >

Re: [PATCH] selftests/bpf: Fix bpf selftest build error

2025-05-11 Thread Venkat Rao Bagalkote
On 09/05/25 5:53 pm, Saket Kumar Bhaskar wrote: On linux-next, build for bpf selftest displays an error due to mismatch in the expected function signature of bpf_testmod_test_read and bpf_testmod_test_write. Commit 97d06802d10a ("sysfs: constify bin_attribute argument of bin_attribute::read/w

Re: [PATCH] selftests/bpf: Fix bpf selftest build error

2025-05-09 Thread Stephen Rothwell
Hi Alexei, On Fri, 9 May 2025 10:04:18 -0700 Alexei Starovoitov wrote: > > On Fri, May 9, 2025 at 5:24 AM Saket Kumar Bhaskar > wrote: > > > > On linux-next, build for bpf selftest displays an error due to > > mismatch in the expected function signature of bpf_testmod_test_read > > and bpf_tes

Re: [PATCH] selftests/bpf: Fix bpf selftest build error

2025-05-09 Thread Alexei Starovoitov
On Fri, May 9, 2025 at 5:24 AM Saket Kumar Bhaskar wrote: > > On linux-next, build for bpf selftest displays an error due to > mismatch in the expected function signature of bpf_testmod_test_read > and bpf_testmod_test_write. > > Commit 97d06802d10a ("sysfs: constify bin_attribute argument of > b