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 E6D8AD41C06 for ; Thu, 11 Dec 2025 14:34:49 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7EC2D10E2E3; Thu, 11 Dec 2025 14:34:49 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="RK2clUKg"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.10]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9D99510E2E1; Thu, 11 Dec 2025 14:34:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1765463688; x=1796999688; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version; bh=6i5NU6XjPxXUvnqqnjni0H51gbQz9EUAbNeZ2KwNTGY=; b=RK2clUKg3jxPa+sLnJbCf5jcxOLGjYltkZu5E2R/EXIRKB4KDC6ZX/ue v0hfQtanb+54I25Dr/lhUMbMzXch0gmjpYwND4KG9VMOVou+ySbgKYFYA brZ1PcNsqez6bZDFrty3etlNKy8rd9QgDdlgmKRdhT0akBWSl5Mt9mg66 8Q10nUx7MnWEXtTacbG7mBeKsIT/sSzn5qD1sBWNQnEPXuHUW66iz3YBa ZXasonLOU8C2xcWYnOUh5RiO/eJ8RnLXovwEzcQg9LLa1qOe22fm+6uN3 8+KdikU5x3c6+7pvxYJiJd+6P1t/QEAwyYEuf2ZiylKAMeum+85ZvM/T7 A==; X-CSE-ConnectionGUID: kJ9BQlHSTW2htN6dadHOIg== X-CSE-MsgGUID: DxS9JImaR7mHtmPPL1fNFA== X-IronPort-AV: E=McAfee;i="6800,10657,11639"; a="84855402" X-IronPort-AV: E=Sophos;i="6.21,141,1763452800"; d="scan'208";a="84855402" Received: from orviesa002.jf.intel.com ([10.64.159.142]) by orvoesa102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Dec 2025 06:34:47 -0800 X-CSE-ConnectionGUID: 1cHOALioSEaa5beKHC6XOg== X-CSE-MsgGUID: w52OmYxhQ+eQ2Sn9qJ9HWA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.21,141,1763452800"; d="scan'208";a="227464444" Received: from mwiniars-mobl.ger.corp.intel.com (HELO localhost) ([10.245.246.251]) by orviesa002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Dec 2025 06:34:46 -0800 From: Jani Nikula To: Raag Jadav Cc: Maarten Lankhorst , intel-xe@lists.freedesktop.org, intel-gfx@lists.freedesktop.org Subject: Re: [PATCH 2/2] drm/i915/display: Fix intel_lpe_audio_irq_handler for PREEMPT-RT In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs Bertel Jungin Aukio 5, 02600 Espoo, Finland References: <20251209151319.494640-3-dev@lankhorst.se> <20251209151319.494640-4-dev@lankhorst.se> Date: Thu, 11 Dec 2025 16:34:42 +0200 Message-ID: <23cc04865c6f8aa4c3bf31a0c0c5e088a31084bd@intel.com> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" On Thu, 11 Dec 2025, Raag Jadav wrote: > I've been looking at some of the AMD patches and found the template > to be much useful. > > Subject: [WHAT] > > Commit message: > [WHY] > > [HOW] > > Not a hard mandate but worth thinking in this direction? Yeah, that's what you're basically supposed to do, but I hate having those template things stay in the commit messages. They're not necessary. BR, Jani. -- Jani Nikula, Intel