mirror of
https://github.com/dynup/kpatch
synced 2024-12-12 00:14:35 +00:00
698cc1c137
Add support for the following sections: - .fixup - __ex_table - .altinstructions - .altinstr_replacement Fixes #187.
13 lines
411 B
Diff
13 lines
411 B
Diff
Index: src/fs/readdir.c
|
|
===================================================================
|
|
--- src.orig/fs/readdir.c
|
|
+++ src/fs/readdir.c
|
|
@@ -169,6 +169,7 @@ static int filldir(void * __buf, const c
|
|
goto efault;
|
|
}
|
|
dirent = buf->current_dir;
|
|
+ printk("kpatch-test: testing .fixup section changes\n");
|
|
if (__put_user(d_ino, &dirent->d_ino))
|
|
goto efault;
|
|
if (__put_user(reclen, &dirent->d_reclen))
|