4 Commits

Author SHA1 Message Date
6513e99438 fix .sh typo on kernel module test that accept the module as first argument 2025-05-09 16:27:29 +01:00
76c4cb0e45 fix kernel_modules build on default v5.9.2 2025-05-09 16:16:55 +01:00
dc677f62eb improve memfile a bit with missing slab and dyn_arr_reserve write out of mem error check
And don't do wrong deadlock on write error.
2025-05-01 12:42:31 +01:00
e4847e4b40 kernel modules: add a quick scull port from LDD3
Also:

* fix fops.c on both kernels:
  * 5.9: the out of space error code was 1 not 8
  * 6.6: for whatever reason we can't read the user buffer as before on the
         diagnostic print, it leads to segfault and oops
* create memfile.c which is like fops.c but of unlimited size
2025-04-30 13:15:27 +01:00