From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754946AbcFQBzT (ORCPT ); Thu, 16 Jun 2016 21:55:19 -0400 Received: from szxga01-in.huawei.com ([58.251.152.64]:18239 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753945AbcFQBzS (ORCPT ); Thu, 16 Jun 2016 21:55:18 -0400 Subject: Re: [PATCH v2 1/2] tools include: Adopt byte ordering macros from byteorder/generic.h To: Jiri Olsa References: <1466073692-88702-1-git-send-email-hekuang@huawei.com> <20160616113600.GB20646@krava> CC: , , , , , , , , , , , , , , , , From: Hekuang Message-ID: <57635752.6020201@huawei.com> Date: Fri, 17 Jun 2016 09:50:10 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160616113600.GB20646@krava> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.110.55.166] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020206.57635764.0142,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 1a16150caff94759a389ece986e84ed6 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 在 2016/6/16 19:36, Jiri Olsa 写道: > On Thu, Jun 16, 2016 at 10:41:31AM +0000, He Kuang wrote: >> From: Wang Nan >> >> This patch adopts the macros for byte order conversion from >> "include/linux/byteorder/generic.h" to >> "tools/include/linux/byteorder/generic.h" >> >> tools/perf/MANIFEST is also updated for 'make perf-*-src-pkg'. > other than explanation for the kbuild test robot email: > http://marc.info/?l=linux-kernel&m=146605819924421&w=2 I think that's because of yesterday I sent these two patches separately while the second one deponds on the first. Thank you. > > it looks ok.. > > jirka >