kpatch/test/integration/rhel-7.7/gcc-mangled-3.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

15 lines
370 B
Diff

Index: kernel/mm/slub.c
===================================================================
--- kernel.orig/mm/slub.c
+++ kernel/mm/slub.c
@@ -5675,6 +5675,9 @@ void get_slabinfo(struct kmem_cache *s,
unsigned long nr_free = 0;
int node;
+ if (!jiffies)
+ printk("slabinfo\n");
+
for_each_online_node(node) {
struct kmem_cache_node *n = get_node(s, node);