kpatch/test/integration/rhel-7.6/gcc-mangled-3.patch
Artem Savkov 76ebcd2fa4 test/integration: add patches rebased for recent rhel minor releases
This commit contains centos-7 patches rebased and adjusted to work with
recent rhel minors so that integration tests actually pass on those.

Signed-off-by: Artem Savkov <asavkov@redhat.com>
2019-06-14 10:53:57 +02:00

15 lines
388 B
Diff

Index: kernel-rhel7/mm/slub.c
===================================================================
--- kernel-rhel7.orig/mm/slub.c
+++ kernel-rhel7/mm/slub.c
@@ -5611,6 +5611,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);