ruff 0.15.9 Redirect to /tmp/tmp.mncqa3VWPr and /tmp/tmp.UBrvblHLqz Tree base: b8ddf2296886 ("openvswitch: vport: fix self-deadlock on release of tunnel ports") Now at: 81393a876a60 ("selftests: openvswitch: add tests for tunnel vport refcounting") ====== Checking before the patch ====== tools/testing/selftests/net/openvswitch/ovs-dpctl.py:15: [F401] `struct` imported but unused tools/testing/selftests/net/openvswitch/ovs-dpctl.py:663: [E722] Do not use bare `except` tools/testing/selftests/net/openvswitch/ovs-dpctl.py:734: [F841] Local variable `lst` is assigned to but never used tools/testing/selftests/net/openvswitch/ovs-dpctl.py:981: [F841] Local variable `keybits` is assigned to but never used tools/testing/selftests/net/openvswitch/ovs-dpctl.py:982: [F841] Local variable `maskbits` is assigned to but never used tools/testing/selftests/net/openvswitch/ovs-dpctl.py:2176: [E711] Comparison to `None` should be `cond is None` ====== Checking the tree with the patch ====== tools/testing/selftests/net/openvswitch/ovs-dpctl.py:14: [F401] `struct` imported but unused tools/testing/selftests/net/openvswitch/ovs-dpctl.py:662: [E722] Do not use bare `except` tools/testing/selftests/net/openvswitch/ovs-dpctl.py:733: [F841] Local variable `lst` is assigned to but never used tools/testing/selftests/net/openvswitch/ovs-dpctl.py:980: [F841] Local variable `keybits` is assigned to but never used tools/testing/selftests/net/openvswitch/ovs-dpctl.py:981: [F841] Local variable `maskbits` is assigned to but never used tools/testing/selftests/net/openvswitch/ovs-dpctl.py:2183: [E711] Comparison to `None` should be `cond is None`