Re: [PATCH 2/4] perf svghelper: Fix memory leak in svg_build_topology_map

2020-06-02 Thread LiBin (Huawei)
在 2020/5/21 22:15, Arnaldo Carvalho de Melo 写道: Em Thu, May 21, 2020 at 09:32:16PM +0800, Wei Li escreveu: From: Li Bin Fix leak of memory pointed to by t.sib_thr and t.sib_core in svg_build_topology_map. Signed-off-by: Li Bin --- tools/perf/util/svghelper.c | 10 +++--- 1 file chan

Re: [PATCH v2] prctl: fix compat handling for prctl

2018-04-18 Thread Libin (Huawei)
在 2018/4/19 10:25, Andy Lutomirski 写道: On Apr 18, 2018, at 9:06 PM, Li Bin wrote: The member auxv in prctl_mm_map structure which be shared with userspace is pointer type, but the kernel supporting COMPAT didn't handle it. This patch fix the compat handling for prctl syscall. I would propos

Re: [PATCH 0/2] sched: pick and check task if double_lock_balance() unlock the rq

2018-04-12 Thread Libin (Huawei)
在 2018/4/12 20:20, Steven Rostedt 写道: On Thu, 12 Apr 2018 14:11:45 +0200 Peter Zijlstra wrote: On Thu, Apr 12, 2018 at 06:58:53PM +0800, Li Bin wrote: Li Bin (1): sched/deadline.c: pick and check task if double_lock_balance() unlock the rq Zhou Chengming (1): sched/rt.c: pick an

Re: [PATCH] sched/rt.c: pick and check task if double_lock_balance() unlock the rq

2018-04-12 Thread Libin (Huawei)
在 2018/4/11 18:26, Peter Zijlstra 写道: On Tue, Apr 10, 2018 at 06:05:46PM -0400, Steven Rostedt wrote: Peter, Going through my inbox, I stumbled across this one. And it doesn't appear to be addressed. I think this patch is a reasonable solution. Urgh, yeah, also seem to have forgotten about