kernel-strider
kernel-strider copied to clipboard
Main repository for KernelStrider project
Need to simplify the Build process as it takes lots of time in just CMake. Usage requires lots of Steps to perform in order to identify Race Condition and can...
Commit 7523e4dc5057 in the mainline kernel ("module: use a structure to encapsulate layout") moves module_core, core_text_size, etc., to a separate structure, same for "init". KernelStrider uses these fields during the...
cmake: -- Checking the signature of net_device_ops::ndo_fdb_add() CMake Error at cmake/modules/kmodule.cmake:749 (message): Unknown signature of net_device_ops::ndo_fdb_add() Call Stack (most recent call first): functions/net/groups/net_device_ops/CMakeLists.txt:79 (check_ndo_fdb_add)
Original [issue 1](https://code.google.com/p/kernel-strider/issues/detail?id=1) created by euspectre on 2012-10-27T16:29:01.000Z: What steps will reproduce the problem? 1. Configure KEDR COI with '-DKEDR_INSTALL_DIR=/usr/local', build and install it (other parameters are left at their...
Original [issue 4](https://code.google.com/p/kernel-strider/issues/detail?id=4) created by euspectre on 2014-11-15T18:54:18.000Z: task_struct::real_start_time is no longer of type 'struct timespec' like in 3.16.x and older. It is u64 in 3.17.x. Because of this, the...
Original [issue 3](https://code.google.com/p/kernel-strider/issues/detail?id=3) created by euspectre on 2014-06-25T09:40:48.000Z: Same issue as http://code.google.com/p/kedr/issues/detail?id=18, it affects KernelStrider too.