mirror of
https://github.com/dynup/kpatch
synced 2025-02-09 05:26:53 +00:00
Prepare for updating the integration tests and move into a standard path (this should be easier for future automation). The patch directory name(s) should be in the form ${ID}-${VERSION_ID}/ as defined by the target's /etc/os-release.
17 lines
486 B
Diff
17 lines
486 B
Diff
ensure that __cmpxchg_double_slab.isra.45 and
|
|
__cmpxchg_double_slab.isra.45.part.46 aren't correlated.
|
|
Index: src/mm/slub.c
|
|
===================================================================
|
|
--- src.orig/mm/slub.c
|
|
+++ src/mm/slub.c
|
|
@@ -5320,6 +5320,9 @@ void get_slabinfo(struct kmem_cache *s,
|
|
int node;
|
|
struct kmem_cache_node *n;
|
|
|
|
+ if (!jiffies)
|
|
+ printk("slabinfo\n");
|
|
+
|
|
for_each_kmem_cache_node(s, node, n) {
|
|
nr_slabs += node_nr_slabs(n);
|
|
nr_objs += node_nr_objs(n);
|