From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753890AbcFPLgL (ORCPT ); Thu, 16 Jun 2016 07:36:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60963 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751275AbcFPLgG (ORCPT ); Thu, 16 Jun 2016 07:36:06 -0400 Date: Thu, 16 Jun 2016 13:36:00 +0200 From: Jiri Olsa To: He Kuang Cc: peterz@infradead.org, mingo@redhat.com, acme@kernel.org, alexander.shishkin@linux.intel.com, wangnan0@huawei.com, adrian.hunter@intel.com, ak@linux.intel.com, maddy@linux.vnet.ibm.com, bp@suse.de, dsahern@gmail.com, linux@horizon.com, namhyung@kernel.org, linux@rasmusvillemoes.dk, yury.norov@gmail.com, mpe@ellerman.id.au, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH v2 1/2] tools include: Adopt byte ordering macros from byteorder/generic.h Message-ID: <20160616113600.GB20646@krava> References: <1466073692-88702-1-git-send-email-hekuang@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1466073692-88702-1-git-send-email-hekuang@huawei.com> User-Agent: Mutt/1.6.1 (2016-04-27) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Thu, 16 Jun 2016 11:36:06 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 it looks ok.. jirka