Kyle Huey

Results 284 comments of Kyle Huey

> * Kernel features required > x86 currently implements three features (that I can tell) that isn't generally implementable on aarch64 without additional kernel support. > > 1. Unbound CPU....

> > > Unbound CPU. > > > This is not important IMO. > > This is mainly annoy when you got randomly pinned to a E core and then...

> Assuming that the fault doesn't happen often, I feel like the simplest way to deal with this is binary instrumentation (which can also be used to record ll-sc)... For...

We could demote this to WARN instead of ERROR (perhaps only if everything but the inode number matches).

I'm not surprised it's still broken since we haven't done anything here, but is there a test case for this somewhere?

Keno's issue is a very specific problem, and this is a very general error message, so it would be best if you filed a new issue.

This could be related to the DOUBLE_UNDERSCORE_PTHREAD_LOCK_AVAILABLE stuff. jammy has glibc 2.35

Are you running rr build from the latest git rev or one your distro provided? If the latter, is it reproducible on tip?