kedr
kedr copied to clipboard
Main repository of KEDR project
Hey there, I'm the same guy from #49! We're still interested in using KEDR for our operating systems class (specifically, for Debian 11). This is only a draft PR though,...
More info: https://github.com/dynup/kpatch/commit/586feb40fe116b70d3ac752359706c3e1fafe4ea dump_trace() is deprecated in the kernel version 4.9.
`./kedr_sample_target load` gives me `-bash: ./kedr_sample_target: No such file or directory` Can you please be so kind to let me know how to load module? Thanks in advance
It is nice to have one helper Library which controls KEDR using some APIs rather than having SHELL or PYTHON scripts which uses max of Linux cmds. It becomes very...
KEDR 0.6. OS: ROSA R8 32-bit. Kernel: 4.7.2-nrj-laptop-1rosa-i586. The test "fault_indicators.common.01" hangs on one of my systems with the following in the system log: INFO: task bash:7306 blocked for more...
Original [issue 22](https://code.google.com/p/kedr/issues/detail?id=22) created by euspectre on 2015-01-22T14:00:03.000Z: There are functions in the kernel, which may not fail in some conditions. Examples: - mempool_alloc never fails if called in process...
Original [issue 21](https://code.google.com/p/kedr/issues/detail?id=21) created by euspectre on 2015-01-22T13:33:46.000Z: Kernel's structures file_system_type and file_operations use 'struct module *owner' field for module, which owns functions set as callback in these structures. KEDR...
Original [issue 7](https://code.google.com/p/kedr/issues/detail?id=7) created by euspectre on 2012-11-01T08:56:37.000Z: KEDR itself is only a platform for building instruments for analyze kernel modules. Several instruments are already created and included into distributed...
Original [issue 12](https://code.google.com/p/kedr/issues/detail?id=12) created by euspectre on 2013-04-12T07:37:28.000Z: There are situations where LeakCheck may output many false positives (see http://code.google.com/p/kedr/wiki/Known_Issues) which are currently too difficult to avoid. Perhaps the means...
Original [issue 10](https://code.google.com/p/kedr/issues/detail?id=10) created by euspectre on 2013-04-09T06:51:19.000Z: We have found out several kernel functions that are used (at least) in JFS and simulating faults in these functions could make...