From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [58.251.152.64]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3rW3H55kQTzDq5f for ; Fri, 17 Jun 2016 11:55:13 +1000 (AEST) 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 MIME-Version: 1.0 In-Reply-To: <20160616113600.GB20646@krava> Content-Type: text/plain; charset="UTF-8"; format=flowed List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 在 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 >