On Thu, 3 Sep 2026 23:44:51 +0200 Maxime Chevallier wrote: > We could expand the remote_ssh logic to probe the peer, and raise a skip if > it's > a different arch than the dut. Or better, have the DUT check if the peer > doesn't > already have the tool in question, i.e. the kselftest "package" is also > installed > there.
FTR the remote* API is supposed to make it easy to drop-in your own implementation (as in you should be able to copy an extra file in the right place and use it without patching anything). You can probably do some extra binary jugging / probing in your own class. I was trying to avoid having to carry bespoke handlers directly in the kernel tree.

