Results 15 comments of Sudharshan S

FWIW, `loop_fn as *mut c_void` doesn't work either. Changed the the type of the CB function to `pub unsafe extern "C" fn loop_fn(i: __u32, ctx: *mut c_void) -> c_long`

I can see that in objdump ``` 979: b7 01 00 00 0c 00 00 00 r1 = 5 980: 18 02 00 00 00 00 00 00 00 00...

> I have a feeling this won't be possible from Rust until we've taught rustc how to emit BTF Oh :( > which is still a work in progress. Would...

> You mean you get a verifier error if you set MAX_LOOP_ITERATION > 22 or that if you set it to MAX_LOOP_ITERATION to 300 then it stops at 22? -...

> I haven't taken a look at where in the verifier this error comes from, but I suspect that this helper needs the BTF func_info of loop_fn loaded into the...

Hey @zmrow. We have since moved on from henchman and it runs only in a small legacy part of our infra now. We may come back to it in the...

yep, pre-modules transfer. This should also ideally plug in with facter. Let's start with some basic facts like uname, time, network interfaces, kernel versions. etc. We'll add more as and...

Modules shouldn't do it. Let it be at a task level if we need such a timeout.

yeah, as defined by the transport. It's transport's responsibility

Timeout should be treated as unreachable. More I think of it, more I feel we should standardise on the states On 23-Nov-2015 4:04 pm, "jlin21" [email protected] wrote: > If a...