Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752296AbdGBLBh (ORCPT ); Sun, 2 Jul 2017 07:01:37 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:39485 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752098AbdGBLBg (ORCPT ); Sun, 2 Jul 2017 07:01:36 -0400 Date: Sun, 2 Jul 2017 13:01:32 +0200 (CEST) From: Thomas Gleixner To: Vikas Shivappa cc: x86@kernel.org, linux-kernel@vger.kernel.org, hpa@zytor.com, peterz@infradead.org, ravi.v.shankar@intel.com, vikas.shivappa@intel.com, tony.luck@intel.com, fenghua.yu@intel.com, andi.kleen@intel.com Subject: Re: [PATCH 12/21] x86/intel_rdt/cqm: Add tasks file support In-Reply-To: <1498503368-20173-13-git-send-email-vikas.shivappa@linux.intel.com> Message-ID: References: <1498503368-20173-1-git-send-email-vikas.shivappa@linux.intel.com> <1498503368-20173-13-git-send-email-vikas.shivappa@linux.intel.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 339 Lines: 14 On Mon, 26 Jun 2017, Vikas Shivappa wrote: > @@ -866,6 +866,7 @@ struct task_struct { > #endif > #ifdef CONFIG_INTEL_RDT > int closid; > + u32 rmid; Can you please make a preparatory change which makes closid an u32 as well? We should have done that in the first place, but in hindsight we are always smarter... Thanks, tglx