From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9ABCFC74A35 for ; Thu, 11 Jul 2019 14:33:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7450E2166E for ; Thu, 11 Jul 2019 14:33:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728535AbfGKOdU (ORCPT ); Thu, 11 Jul 2019 10:33:20 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:2255 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728045AbfGKOdS (ORCPT ); Thu, 11 Jul 2019 10:33:18 -0400 Received: from DGGEMS412-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 2283CA73C648BEC2DA7B; Thu, 11 Jul 2019 22:33:15 +0800 (CST) Received: from [127.0.0.1] (10.133.213.239) by DGGEMS412-HUB.china.huawei.com (10.3.19.212) with Microsoft SMTP Server id 14.3.439.0; Thu, 11 Jul 2019 22:33:10 +0800 Subject: Re: [PATCH v2 0/2] minor fixes for perf cs-etm To: , , , , , , , , References: <20190321023122.21332-1-yuehaibing@huawei.com> CC: , From: Yuehaibing Message-ID: Date: Thu, 11 Jul 2019 22:33:09 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.133.213.239] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Arnaldo, can you pick this? On 2019/6/4 16:50, Yuehaibing wrote: > Hi, > > Friendly ping: > > Arnaldo, will you take this serial? > > On 2019/3/21 10:31, Yue Haibing wrote: >> From: YueHaibing >> >> v2: >> - patch 1 fix commilt log >> - patch 2 use correct Fixes tag >> >> 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(-) >> > > > . >