From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754107AbbCIJpZ (ORCPT ); Mon, 9 Mar 2015 05:45:25 -0400 Received: from mail-wi0-f179.google.com ([209.85.212.179]:42288 "EHLO mail-wi0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753902AbbCIJpY (ORCPT ); Mon, 9 Mar 2015 05:45:24 -0400 Date: Mon, 9 Mar 2015 10:45:19 +0100 From: Ingo Molnar To: Borislav Petkov Cc: x86-ml , lkml Subject: Re: [GIT PULL] x86/cacheinfo update Message-ID: <20150309094519.GA11519@gmail.com> References: <20150309083912.GB9234@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150309083912.GB9234@pd.tnic> 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 * Borislav Petkov wrote: > Hi guys, > > please pull, > thanks. > > --- > The following changes since commit 13a7a6ac0a11197edcd0f756a035f472b42cdf8b: > > Linux 4.0-rc2 (2015-03-03 09:04:59 -0800) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git tags/tip_x86_cacheinfo > > for you to fetch changes up to 0d55ba46bfbee64fd2b492b87bfe2ec172e7b056: > > x86/cacheinfo: Move cacheinfo sysfs code to generic infrastructure (2015-03-09 09:32:24 +0100) > > ---------------------------------------------------------------- > Convert x86 cacheinfo code to generic sysfs cacheinfo infra. (Sudeep Holla) > > ---------------------------------------------------------------- > Sudeep Holla (1): > x86/cacheinfo: Move cacheinfo sysfs code to generic infrastructure > > arch/x86/kernel/cpu/intel_cacheinfo.c | 715 ++++++++++------------------------ > 1 file changed, 198 insertions(+), 517 deletions(-) Pulled into tip:x86/cpu, thanks Boris! Ingo