On Mon, May 2, 2022 at 3:14 PM Mat Martineau <mathew.j.martineau@xxxxxxxxxxxxxxx> wrote: > > On Mon, 2 May 2022, Mat Martineau wrote: > > > From: Geliang Tang <geliang.tang@xxxxxxxx> > > > > This patch verifies the struct member token of struct mptcp_sock. Add a > > new function get_msk_token() to parse the msk token from the output of > > the command 'ip mptcp monitor', and verify it in verify_msk(). > > > > Daniel, Andrii, > > The z15 CI build failed on this commit, not due to any endianness issue > but because it appears the z15 CI VM has an older iproute2 version (5.5.0) > than the x86_64 VM (where the build succeeded). > > Do you need us (MPTCP) to change anything? > I'll defer to Ilya (cc'ed). > Thanks! > > > Acked-by: Matthieu Baerts <matthieu.baerts@xxxxxxxxxxxx> > > Signed-off-by: Geliang Tang <geliang.tang@xxxxxxxx> > > Signed-off-by: Mat Martineau <mathew.j.martineau@xxxxxxxxxxxxxxx> > > --- > > .../testing/selftests/bpf/bpf_mptcp_helpers.h | 1 + > > .../testing/selftests/bpf/prog_tests/mptcp.c | 66 +++++++++++++++++++ > > .../testing/selftests/bpf/progs/mptcp_sock.c | 5 ++ > > 3 files changed, 72 insertions(+) > > -- > Mat Martineau > Intel