kpatch/test/integration/rhel-7.7/fixup-section.patch
Artem Savkov 0e0cee369a test/integration: add rhel-7.7 rebased patches
Added integration-test patches rebased against rhel-7.7 GA kernel. No
conflicts, some fuzz.

Signed-off-by: Artem Savkov <asavkov@redhat.com>
2019-08-12 14:36:16 +02:00

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))