mirror of
https://github.com/dynup/kpatch
synced 2024-12-19 20:00:00 +00:00
76ebcd2fa4
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>
15 lines
388 B
Diff
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);
|
|
|