Message ID | cover.1730864444.git.tanggeliang@kylinos.cn (mailing list archive) |
---|---|
Headers | show |
Series | fixes for userspace pm | expand |
Hi Geliang, Thank you for your modifications, that's great! Our CI did some validations and here is its report: - KVM Validation: normal: Success! ✅ - KVM Validation: debug: Unstable: 1 failed test(s): packetdrill_regressions
Hi Geliang, On 06/11/2024 04:43, Geliang Tang wrote: > From: Geliang Tang <tanggeliang@kylinos.cn> > > v2: > - move "add lookup_addr for userspace pm" out of this set. Thank you for the new version, that will be easier to backport! Reviewed-by: Matthieu Baerts (NGI0) <matttbe@kernel.org> Cheers, Matt
Hi Geliang, On 06/11/2024 04:43, Geliang Tang wrote: > From: Geliang Tang <tanggeliang@kylinos.cn> > > v2: > - move "add lookup_addr for userspace pm" out of this set. > > Two fixes for userspace pm extract from "BPF path manager" series. Thank you for the patches! Now in our tree: New patches for t/upstream-net and t/upstream: - 4cc0bb30ea08: mptcp: update local address flags when setting it - f084b1c81ee0: mptcp: hold pm lock when deleting entry - Results: a54ff4f9af98..36fd4e465722 (export-net) - Results: 370ec37a4049..ca26062fcd85 (export) Tests are now in progress: - export-net: https://github.com/multipath-tcp/mptcp_net-next/commit/1243f63870234a0da9483ac30bf8e5ac56f5363e/checks - export: https://github.com/multipath-tcp/mptcp_net-next/commit/d632a6992fcb583953f094dc46a417cf33e61303/checks Cheers, Matt
From: Geliang Tang <tanggeliang@kylinos.cn> v2: - move "add lookup_addr for userspace pm" out of this set. Two fixes for userspace pm extract from "BPF path manager" series. Geliang Tang (2): mptcp: update local address flags when setting it mptcp: hold pm lock when deleting entry net/mptcp/pm_userspace.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+)