| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
The memset() function is now fortified, which means that provides both a
compile and runtime buffer overflow checks. Since the goal of the faulty
module is to cause a buffer overflow this function can't be used anymore
and instead have to be open coded.
Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
|
|
|
|
| |
Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
|
|
|
|
|
|
| |
The init_timer() function has been deprecated, use timer_setup() instead.
Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
|
|
|
|
|
|
|
| |
Use the wait_event_interruptible() function instead of the deprecated
interruptible_sleep_on().
Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
|
|
|
|
|
|
|
| |
The struct file doesn't have a struct dentry member anymore, use the macro
to get the struct dentry for a struct file.
Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
|
|
|
|
|
|
| |
The init_timer() function has been deprecated, use timer_setup() instead.
Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
|
|
|
|
| |
Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
|
|
|
|
| |
Signed-off-by: hwangcc <hwangcc@csie.nctu.edu.tw>
|
|
|
|
| |
Signed-off-by: hwangcc <hwangcc@csie.nctu.edu.tw>
|
|
|
|
| |
Signed-off-by: hwangcc <hwangcc@csie.nctu.edu.tw>
|
|
|
|
|
|
|
| |
Don't use create_proc_read_entry as that is deprecated,
but rather use proc_create and seq_file instead.
Signed-off-by: hwangcc <hwangcc@csie.nctu.edu.tw>
|
|
|
|
|
|
|
| |
Don't use create_proc_read_entry as that is deprecated,
but rather use proc_create and seq_file instead.
Signed-off-by: hwangcc <hwangcc@csie.nctu.edu.tw>
|
|
|
|
|
|
|
| |
Don't use create_proc_entry as that is deprecated,
but rather use proc_create instead.
Signed-off-by: hwangcc <hwangcc@csie.nctu.edu.tw>
|
|
|
|
| |
system_utsname to init_uts_ns
|
|
|
|
| |
system_utsname to init_uts_ns
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
struct
Since kernel version 2.6.20 the workqueue mechanism got a rework to reduce the
work_struct size.
http://lwn.net/Articles/211279/
Splited the jiq_work in two structures according to the new ABI
|
| |
|
|
|