airbus-seclab / usbq_core

USB man in the middle linux kernel driver
19 stars 7 forks source link

kernel compile fix for get/set_fs and module param for ip address #6

Open bm16ton opened 3 years ago

bm16ton commented 3 years ago

Hello, ive never done a pull request (or yet now how to) but I did the little work required to "seemingly" fix the get/set_fs deprecation errors and I added a module param for the IP address. I realize its simple work but maybe save someone a headache. I currently have usbq and usbq-core in one repo at; https://github.com/bm16ton/usbq-usbq_core The module compiles, loads and seems to be good but it is currently untested. If interested Im sure I could figure out the pull request thing.