Eugene A. Shatokhin
Eugene A. Shatokhin
I experience this issue as well on ROSA R6 Linux, x64, kernel 4.1.3. The PCI IDs of the device are 14c3-7630-103c-197c. The problem shows up when I try to reboot...
If you need to load kedr_sample_target.ko, you can now do it the same way as any other module: `insmod .` _kedr_sample_target_ script was useful on some older systems but we...
Sure, let's see. "Unknown symbol in module" means there is a problem with how KEDR is built. The kernel log (output by `dmesg` command) should provide more info. Did you...
Comment [#1](https://code.google.com/p/kedr/issues/detail?id=7#c1) originally posted by euspectre on 2012-11-02T06:57:32.000Z: Let us discuss it in the mailing list, there could be other alternatives.
Comment [#1](https://code.google.com/p/kedr/issues/detail?id=10#c1) originally posted by euspectre on 2013-04-09T07:08:40.000Z: <empty>
Comment [#2](https://code.google.com/p/kedr/issues/detail?id=10#c2) originally posted by euspectre on 2013-04-09T07:23:34.000Z: submit_bio() function is used by FS driver for interact with block device. Really, some other functions are also used for that interaction....
Comment [#3](https://code.google.com/p/kedr/issues/detail?id=10#c3) originally posted by euspectre on 2013-04-09T07:28:57.000Z: Sounds reasonable, especially for submit_bio() and friends. Vahram, do you have the patches to add fault simulation support for memory-related functions you...
Comment [#4](https://code.google.com/p/kedr/issues/detail?id=10#c4) originally posted by euspectre on 2015-01-22T14:01:21.000Z: <empty>
First of all, thanks for looking into this. Could you please split the patch into a few parts, it would be easier to review: 1. Workaround for unexported `kallsyms_lookup_name`. It...
> Is this something you think we should tackle now or later? I'm pretty sure current releases of major linux distributions don't have kernels new enough where that matters. Later,...