Derek Parker

Results 59 comments of Derek Parker

This is great, I'm glad I found this because I really needed this functionality in tests, however in it's current state I don't think it'll quite work yet. The functionality...

Sent in https://github.com/aquasecurity/libbpfgo/pull/97 to support this.

Submitted https://github.com/aquasecurity/libbpfgo/pull/101 to improve error checking within libbpfgo which is necessary for our usage of these batch operations.

This is currently blocked on a libbpfgo patch to improve error handling when calling into the libbpf C library. See https://github.com/aquasecurity/libbpfgo/pull/100#issuecomment-1004202417 for a summary on my thoughts for error handling...

The problem so far has been within `arm64SwitchStack`. I have a patch right now which fixes it up a bit. Still failing on one iteration right now but I'm hacking...

Well, "allow" is a strong word, but in theory something like this _could_ be possible. (Note I haven't thought this all the way through) I suppose it could be possible...

> @aarzilli I've rebased this PR and gated windows/arm64 behind the `exp.winarm64` tag. What do you think? > > I'm also struggling to run the test suite locally either on...

> > That's an odd one, our Windows builders seem to be running fine. Is there anything different about your test / development systems that could cause such an error?...

That is correct, the proctl package is all 64-bit specific. It should be trivial to remove or modify any 64-bit specific code. 32-bit support is the next major task I'd...

@joegrasse as far as I'm aware nobody is working on this, but I agree it is important. I also agree we should point out in installation docs the processor requirements....