mirror of
https://github.com/dynup/kpatch
synced 2024-12-12 00:14:35 +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>
15 lines
370 B
Diff
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);
|
|
|