mirror of
https://github.com/dynup/kpatch
synced 2024-12-18 11:24:33 +00:00
0e0cee369a
Added integration-test patches rebased against rhel-7.7 GA kernel. No conflicts, some fuzz. Signed-off-by: Artem Savkov <asavkov@redhat.com>
13 lines
375 B
Diff
13 lines
375 B
Diff
Index: kernel/fs/readdir.c
|
|
===================================================================
|
|
--- kernel.orig/fs/readdir.c
|
|
+++ kernel/fs/readdir.c
|
|
@@ -176,6 +176,7 @@ static int filldir(void * __buf, const c
|
|
goto efault;
|
|
}
|
|
dirent = buf->current_dir;
|
|
+ asm("nop");
|
|
if (__put_user(d_ino, &dirent->d_ino))
|
|
goto efault;
|
|
if (__put_user(reclen, &dirent->d_reclen))
|