Message ID | 20190320063626.14792-1-yuehaibing@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | minor fixes for perf cs-etm | expand |
On Wed, 20 Mar 2019 at 00:37, Yue Haibing <yuehaibing@huawei.com> wrote: > > From: YueHaibing <yuehaibing@huawei.com> > > This patch series fixes two issue: > 1. fix pass-zero-to-ERR_PTR warning > 2. return correct errcode to upstream callers > > YueHaibing (2): > perf cs-etm: Remove errnoeous ERR_PTR() usage in in > cs_etm__process_auxtrace_info > perf cs-etm: return errcode in cs_etm__process_auxtrace_info() > > tools/perf/util/cs-etm.c | 12 ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-) Please run your work through checkpatch and resend. Mathieu > > -- > 2.7.0 > >
On 2019/3/21 0:16, Mathieu Poirier wrote: > On Wed, 20 Mar 2019 at 00:37, Yue Haibing <yuehaibing@huawei.com> wrote: >> >> From: YueHaibing <yuehaibing@huawei.com> >> >> This patch series fixes two issue: >> 1. fix pass-zero-to-ERR_PTR warning >> 2. return correct errcode to upstream callers >> >> YueHaibing (2): >> perf cs-etm: Remove errnoeous ERR_PTR() usage in in >> cs_etm__process_auxtrace_info >> perf cs-etm: return errcode in cs_etm__process_auxtrace_info() >> >> tools/perf/util/cs-etm.c | 12 ++++++++---- >> 1 file changed, 8 insertions(+), 4 deletions(-) > > Please run your work through checkpatch and resend. > Sorry, I will check and resend v2. > Mathieu > >> >> -- >> 2.7.0 >> >> > > . >
From: YueHaibing <yuehaibing@huawei.com> This patch series fixes two issue: 1. fix pass-zero-to-ERR_PTR warning 2. return correct errcode to upstream callers YueHaibing (2): perf cs-etm: Remove errnoeous ERR_PTR() usage in in cs_etm__process_auxtrace_info perf cs-etm: return errcode in cs_etm__process_auxtrace_info() tools/perf/util/cs-etm.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-)