Hans Holmberg

Results 16 issues of Hans Holmberg

We should point students in the right direction after finishing the course on how to continue their ventures in kernel hacking. http://eudyptula-challenge.org/ lwn etc etc

enhancement

The poor students should not be faced with a checkpatch warning about missing DT documentation for the driver - we need to supply this to them (and tell them to...

enhancement

We should use regulator-fixed instead of regulator-gpio in the exercises because there is only one state. (The documentation for regulator-gpio tells us this)

bug

RocksDB now supports building plugins from external repos (https://github.com/facebook/rocksdb/pull/7918) and this pull request adds the needed cmake magic to include these in myrocks builds. The plugins to include are specified...

CLA Signed

RocksDB now supports building plugins from external repos (https://github.com/facebook/rocksdb/pull/7918) and this pull request adds the needed cmake magic to include these in myrocks builds. The plugins to include are specified...

CLA Signed

The life time hint fcntl takes a 64-bit unsigned int, so make sure to pass a uint64_t when doing the syscall. See: https://man7.org/linux/man-pages/man2/fcntl.2.html https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c75b1d9421f80f4143e389d2d50ddfc8a28c8c35 This is one of those "How...

CLA Signed