From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753566AbdLHW6b (ORCPT ); Fri, 8 Dec 2017 17:58:31 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:57775 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752671AbdLHW6a (ORCPT ); Fri, 8 Dec 2017 17:58:30 -0500 Date: Fri, 8 Dec 2017 23:58:21 +0100 (CET) From: Thomas Gleixner To: Matthew Auld cc: intel-gfx@lists.freedesktop.org, Joonas Lahtinen , =?ISO-8859-15?Q?Ville_Syrj=E4l=E4?= , Chris Wilson , Paulo Zanoni , Ingo Molnar , "H . Peter Anvin" , x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/9] x86/early-quirks: Extend Intel graphics stolen memory placement to 64bit In-Reply-To: <20171207122839.29925-2-matthew.auld@intel.com> Message-ID: References: <20171207122839.29925-1-matthew.auld@intel.com> <20171207122839.29925-2-matthew.auld@intel.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Matthew, On Thu, 7 Dec 2017, Matthew Auld wrote: Can you please add a version number to your patches? Having the same subject line five times is just annoying. > From: Joonas Lahtinen > To give upcoming SKU BIOSes more flexibility in placing the Intel > graphics stolen memory, make all variables storing the placement or size > compatible with full 64 bit range. Also by exporting the stolen region > as a resource, we can then nuke the duplicated stolen discovery in i915. > > v2: export the stolen region as a resource > fix u16 << 16 (Chris) > v3: actually fix u16 << 16 And please move the version thing below the --- separator so it can be discarded by tools. It's not part of the changelog. > +struct resource intel_graphics_stolen_res = DEFINE_RES_MEM(0, 0); This is updated in __init so the variable should be marked __ro_after_init. Thanks, tglx