From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id AA1D1D47CD0 for ; Fri, 16 Jan 2026 10:43:38 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4758210E85C; Fri, 16 Jan 2026 10:43:38 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="G8KWyAek"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.10]) by gabe.freedesktop.org (Postfix) with ESMTPS id 13CDE88F94; Fri, 16 Jan 2026 10:43:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1768560217; x=1800096217; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=L0lytLGMbujuZg+wBdouHk2nzLvJCJL5TeiQkzFCsbY=; b=G8KWyAekit1XCkOWiV2Z5YgAmWsbdUdbZPYsnMq6l6dWp9yl9y+HZmR9 Yz86eXx/Bnkao3gSpGoiTlV5BCVcCGtZijSKOGnv4spAOLE5WFYDJyIBD YIJ5J64eUjwS8UZ4P/wsNJBl3Xxs+SLXlR0C7tcUBalXrZ/Oe47tej7vw /xLfKv1R+NnKyR6BugyRsTTMx1M1IlSXlq20sgh1/aMMf3QU19mqVgZiJ zhxiiClVbNMhQJipVscsDMolh5nX7k+CgU4Xwo0bgLfiH3ACLm8GzVB2L d/1KgcoDJcEZt50qSSC0SqRBRrNFH1qhyuqp/LcQTDqxlgzWEzyNhnarf w==; X-CSE-ConnectionGUID: aP7FDccOSsa/Gub2OCGU2A== X-CSE-MsgGUID: kkcFg81wRK2LkpSVqYjC0w== X-IronPort-AV: E=McAfee;i="6800,10657,11672"; a="87292976" X-IronPort-AV: E=Sophos;i="6.21,230,1763452800"; d="scan'208";a="87292976" Received: from fmviesa008.fm.intel.com ([10.60.135.148]) by orvoesa102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Jan 2026 02:43:36 -0800 X-CSE-ConnectionGUID: aLO6LASYTmOVfJQX2XCTvA== X-CSE-MsgGUID: hLd/cwkqSKuD90ysnWpX4Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.21,230,1763452800"; d="scan'208";a="205493856" Received: from pgcooper-mobl3.ger.corp.intel.com (HELO localhost) ([10.245.245.99]) by fmviesa008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Jan 2026 02:43:31 -0800 Date: Fri, 16 Jan 2026 12:43:28 +0200 From: Andy Shevchenko To: Yury Norov Cc: Steven Rostedt , Andrew Morton , Masami Hiramatsu , Mathieu Desnoyers , Christophe Leroy , Randy Dunlap , Ingo Molnar , Jani Nikula , Joonas Lahtinen , David Laight , Petr Pavlu , Andi Shyti , Rodrigo Vivi , Tvrtko Ursulin , Daniel Gomez , Greg Kroah-Hartman , "Rafael J. Wysocki" , Danilo Krummrich , Joel Fernandes , linux-kernel@vger.kernel.org, intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-modules@vger.kernel.org, linux-trace-kernel@vger.kernel.org, "Yury Norov (NVIDIA)" Subject: Re: [PATCH v5 4/6] kernel.h: include linux/instruction_pointer.h explicitly Message-ID: References: <20260116042510.241009-1-ynorov@nvidia.com> <20260116042510.241009-5-ynorov@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260116042510.241009-5-ynorov@nvidia.com> Organization: Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs, Bertel Jungin Aukio 5, 02600 Espoo X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Thu, Jan 15, 2026 at 11:25:07PM -0500, Yury Norov wrote: > In preparation for decoupling linux/instruction_pointer.h and > linux/kernel.h, include instruction_pointer.h explicitly where needed. LGTM, assuming no build breakages Reviewed-by: Andy Shevchenko -- With Best Regards, Andy Shevchenko