Eugene A. Shatokhin
Eugene A. Shatokhin
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.
The issue https://github.com/kuba-moo/mt7630e/issues/19 seems to affect this variant of the driver as well. Sometimes the following error is reported to the system log at boot time or when I try...