Skip to content

Instantly share code, notes, and snippets.

@klange
Created March 12, 2014 07:16
Show Gist options
  • Save klange/9502261 to your computer and use it in GitHub Desktop.
Save klange/9502261 to your computer and use it in GitHub Desktop.
toaru-0.5.2-dev /# mod mod/testb.ko[0000000006.82:kernel/fs/tty.c:140] WARNING: Incoming IOCTL request 16387
[0000000006.82:kernel/sys/module.c:33] NOTICE: Attempting to load kernel module: mod/testb.ko
[0000000006.82:kernel/sys/module.c:105] ERROR: Unresolved symbol in module: a_function
[0000000006.82:kernel/sys/module.c:106] ERROR: Did you forget to load a dependency?
[0000000006.82:kernel/fs/tty.c:140] WARNING: Incoming IOCTL request 16384
[0000000006.82:kernel/fs/tty.c:140] WARNING: Incoming IOCTL request 16387
Okay, going to load a module!
Something went wrong, failed to load module: mod/testb.ko
toaru-0.5.2-dev 1 /# mod mod/test.ko[0000000023.04:kernel/fs/tty.c:140] WARNING: Incoming IOCTL request 16387
[0000000023.04:kernel/sys/module.c:33] NOTICE: Attempting to load kernel module: mod/test.ko
[0000000023.04:modules/test.c:17] NOTICE: I am a string from the kernel.
[0000000023.04:modules/test.c:12] WARNING: I am an exported function in the module.
[0000000023.04:modules/test.c:19] NOTICE: I am a char[] in the module.
[0000000023.04:modules/test.c:20] NOTICE: I am a char * in the module.
[0000000023.04:modules/test.c:24] NOTICE: Inserting into hashmap...
[0000000023.04:modules/test.c:27] NOTICE: getting value: cake
[0000000023.04:kernel/sys/module.c:201] NOTICE: Finished loading module test
[0000000023.04:kernel/fs/tty.c:140] WARNING: Incoming IOCTL request 16384
[0000000023.04:kernel/fs/tty.c:140] WARNING: Incoming IOCTL request 16387
Okay, going to load a module!
Loaded test!
toaru-0.5.2-dev /# mod mod/testb.ko[0000000025.86:kernel/fs/tty.c:140] WARNING: Incoming IOCTL request 16387
[0000000025.86:kernel/sys/module.c:33] NOTICE: Attempting to load kernel module: mod/testb.ko
[0000000025.86:modules/testb.c:9] NOTICE: Calling a_function from other module.
[0000000025.86:modules/test.c:12] WARNING: I am an exported function in the module.
[0000000025.86:kernel/sys/module.c:201] NOTICE: Finished loading module testb
[0000000025.86:kernel/fs/tty.c:140] WARNING: Incoming IOCTL request 16384
[0000000025.86:kernel/fs/tty.c:140] WARNING: Incoming IOCTL request 16387
Okay, going to load a module!
Loaded testb!
toaru-0.5.2-dev /#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment