[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250826062315.644520-1-visitorckw@gmail.com>
Date: Tue, 26 Aug 2025 14:23:13 +0800
From: Kuan-Wei Chiu <visitorckw@...il.com>
To: vbabka@...e.cz,
akpm@...ux-foundation.org
Cc: cl@...two.org,
rientjes@...gle.com,
roman.gushchin@...ux.dev,
harry.yoo@...cle.com,
glittao@...il.com,
jserv@...s.ncku.edu.tw,
chuang@...nycu.edu.tw,
cfmc.cs13@...u.edu.tw,
jhcheng.cs13@...u.edu.tw,
c.yuanhaur@...tl.edu,
linux-mm@...ck.org,
linux-kernel@...r.kernel.org,
Kuan-Wei Chiu <visitorckw@...il.com>
Subject: [PATCH v2 0/2] mm/slub: Fix debugfs stack trace sorting and simplify sort call
Fix the comparison function used for sorting stack trace locations in
the slub debugfs interface. The original implementation violated the
antisymmetry property required by sort(), which could lead to
unreliable ordering of the output. The patches correct the comparison
function to return 0 when counts are equal and replace the unnecessary
use of sort_r() with the simpler sort().
---
Changes in v2:
* Use cmp_int().
* Drop Cc stable.
v1: https://lore.kernel.org/lkml/20250825013419.240278-1-visitorckw@gmail.com/
Kuan-Wei Chiu (2):
mm/slub: Fix cmp_loc_by_count() to return 0 when counts are equal
mm/slub: Replace sort_r() with sort() for debugfs stack trace sorting
mm/slub.c | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
--
2.34.1
Powered by blists - more mailing lists