From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754130AbbJGPeY (ORCPT ); Wed, 7 Oct 2015 11:34:24 -0400 Received: from mga14.intel.com ([192.55.52.115]:21760 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752376AbbJGPeX (ORCPT ); Wed, 7 Oct 2015 11:34:23 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,649,1437462000"; d="scan'208";a="821502913" Date: Wed, 7 Oct 2015 08:34:00 -0700 From: Andi Kleen To: Matt Mullins Cc: acme@kernel.org, Vinson Lee , Peter Zijlstra , Ingo Molnar , Jiri Olsa , Namhyung Kim , Adrian Hunter , Kan Liang , linux-kernel@vger.kernel.org Subject: Re: [PATCH] perf tools: get version from uname(2), not /proc Message-ID: <20151007153400.GI26924@tassilo.jf.intel.com> References: <1444171996-24030-1-git-send-email-mmullins@twopensource.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1444171996-24030-1-git-send-email-mmullins@twopensource.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 06, 2015 at 03:53:14PM -0700, Matt Mullins wrote: > Tools in kmod (e.g. modprobe) compose the module path from the release > from uname(2). Because we use the UNAME26 personality, we need perf to > find modules located at the same path as the system tools. May be easier to just reset the personality. -Andi