issues
search
fishinabarrel
/
linux-kernel-module-rust
Framework for writing Linux kernel modules in safe Rust
GNU General Public License v2.0
1.33k
stars
120
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
support extending bpf
#279
dvc94ch
closed
3 years ago
4
build.rs: Build fixes for Centos 7
#278
WowVeryLogin
opened
3 years ago
0
Fix clippy lints in file_operations.rs
#277
Sawchord
opened
3 years ago
0
Add fsync support
#276
adamrk
closed
4 years ago
3
failed to build in Fedora32 due to expected '(' after 'asm'
#275
YsuOS
opened
4 years ago
2
Point people at the effort to upstream rust kernel modules
#274
alex
closed
3 years ago
1
add eprintln macro
#273
kloenk
closed
4 years ago
7
Enable module signing in tests
#272
adamrk
closed
4 years ago
3
Refactor the CStr API to reduce the need for nightly features
#271
alex
closed
4 years ago
2
format path as code
#270
alex
closed
4 years ago
0
Implement support for custom printk formats
#269
geofft
opened
4 years ago
0
Change the FileOperations API to reduce the use of nightly features
#268
alex
closed
4 years ago
0
fixes #263 -- remove printk indirection
#267
alex
closed
4 years ago
0
Create empty .cmd file to please modpost
#266
Bobo1239
opened
4 years ago
1
fixes #264 -- make our flags naming more consistent
#265
alex
closed
4 years ago
0
Naming of flags is inconsistent
#264
geofft
closed
4 years ago
0
Get rid of printk helper
#263
geofft
closed
4 years ago
0
bumped nightly rust version in travis
#262
alex
closed
4 years ago
0
Add skb bindings and safe smsc9512 driver
#261
geofft
opened
4 years ago
0
Add a nifty virtio driver
#260
geofft
opened
4 years ago
2
Automatically pass the right GFP flags depending on context
#259
geofft
opened
4 years ago
1
Additional allocation functions for special contexts
#258
geofft
opened
4 years ago
3
Fix markdown links in README
#257
frewsxcv
closed
4 years ago
0
Investigate ftrace and live patching
#256
geofft
opened
4 years ago
1
rust nightly clang-12 on debian unstable 5.7.0-3-amd64 builds and runs successfully
#255
omac777
closed
4 years ago
2
Run tests via qemu on multiple distros/kernels
#254
geofft
opened
4 years ago
1
tests: Move device-node code into testlib
#253
geofft
closed
4 years ago
2
Mark modinfo variables #[used] (fixes #251)
#252
geofft
closed
4 years ago
0
modinfo section missing in release mode
#251
geofft
closed
4 years ago
2
Add RCU read bindings (#143) and each_process() iterator
#250
geofft
opened
4 years ago
7
build.rs: Auto-generate all kernel_x_y_0_or_greater cfgs
#249
geofft
closed
4 years ago
0
Kbuild: Always rerun Cargo, trust Cargo to no-op if nothing changed
#248
geofft
closed
4 years ago
3
build.rs: Add KBUILD_CFLAGS_MODULE to cflags
#247
Bobo1239
closed
4 years ago
1
build.rs: Rerun if helpers.c has changed
#246
geofft
closed
4 years ago
0
I know a solution to one of the TODOs
#245
Shnatsel
closed
4 years ago
1
Go back to using KDIR to find the kernel sources (fixes #243)
#244
geofft
closed
4 years ago
0
Build fails on Debian kernel 5.x: fatal error: 'generated/autoconf.h' file not found
#243
geofft
closed
4 years ago
0
Build fails on Debian stable, kernel 4.19: implicit declaration of function 'asm_volatile_goto'
#242
geofft
closed
4 years ago
11
`-DMODULE` CFLAG doesn't propagate correctly to cargo on Arch Linux
#241
Bobo1239
closed
4 years ago
4
file_operations: Restore copy_file_range
#240
geofft
closed
4 years ago
0
Get rid of _helper from the Rust names of helpers
#239
geofft
opened
4 years ago
0
Add backwards compatbility down to kernel 4.4 (fixes #199)
#238
geofft
closed
4 years ago
0
Run cargo clippy from inside Kbuild
#237
geofft
closed
4 years ago
0
Remove kernel-cflags-finder (fixes #191)
#236
geofft
closed
4 years ago
3
Unpin bindgen and use `--size_t-is-usize`
#235
geofft
closed
4 years ago
0
fixes #30 -- remove explicit enumeration of types/functions/vars
#234
alex
closed
4 years ago
0
rustup
#233
alex
closed
4 years ago
0
Add poll to FIleOperations
#232
alex
opened
4 years ago
0
Make modinfo work properly (fixes #80)
#231
geofft
closed
4 years ago
2
Keep modinfo happy in newer kernels
#230
geofft
opened
4 years ago
1
Next