Andrea Righi
Andrea Righi
This has been merged to https://github.com/arighi/virtme NOTE: we are trying to catch up with all the pending PR in this temporary fork. In the future we may merge everything back...
This has been merged in https://github.com/arighi/virtme NOTE: we are trying to catch up with all the pending PR in this temporary fork. In the future we may merge everything back...
This has been merged/fixed in https://github.com/arighi/virtme NOTE: we are trying to catch up with all the pending PR in this temporary fork. In the future we may merge everything back...
Just a thought... wouldn't it be safer to "disable" the kernel config options that require asm goto? Something like this: ``` diff --git a/src/cc/export/helpers.h b/src/cc/export/helpers.h index 84b7fe6d92b0..118a3827bf52 100755 --- a/src/cc/export/helpers.h...
Yeah, unfortunately there's not an easy way to disable the usage of `asm_volatile_goto()` in `uaccess.h`. I think the only way is to patch the kernel, I'll investigate a little bit...
> From bcc perspective, suppressing `asm_volatile_goto` is okay since bcc programs should not use any code involving `asm_volatile_goto`. All arch-specific asm's in the header file will be eventually thrown way....
@jimc all of this should be already fixed in virtme-ng (virtme is not maintained anymore and we moved the development to https://github.com/arighi/virtme-ng) Can you give it a try with virtme-ng...
@jimc awesome, thanks for testing! For the console output you need to pass `--verbose` now, that is a behavior change (kinda), but it doesn't really break anything and everything looks...
This has been merged/fixed in https://github.com/arighi/virtme NOTE: we are trying to catch up with all the pending PR in this temporary fork. In the future we may merge everything back...
This has been fixed in https://github.com/arighi/virtme NOTE: we are trying to catch up with all the pending PR in this temporary fork. In the future we may merge everything back...