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 302CAFF885E for ; Mon, 27 Apr 2026 12:48:45 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C990510E724; Mon, 27 Apr 2026 12:48:44 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="C/yuP6WG"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.8]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6054910E724 for ; Mon, 27 Apr 2026 12:48:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1777294123; x=1808830123; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version:content-transfer-encoding; bh=U2QW9rPB/uMKqOLZ2MFzoqqPjdB0CVfHun3O8NYdMtU=; b=C/yuP6WGDa0mYo97mZF+noNA3AsiuBXwwbAth/dJIGDr6vAmOQuW2Vra UbG4fgBPJsiFFbypWpeHzEF9QQBdFwTWYFoILFHTmYh/ZGl7WxBetOfxN aAHeN8q8VBNgeji7iGA193HxIHbT0VMEzqTLc6cFnf0RYVIKuRIkFVxyr 0zSuzlg/IcbrsMfvjQiP/dMXefeZgLP21cWiF8M0gGDYuvai1bJs1ComN lS75ppeTivJbbNZCn1oQ7fQacp2tFi8gLBBowUkYcwloZo3Ys+deIBTo3 jMCRfAc1M7awaM/bzyQDQuKm2sGjvfrgd+F9neE7KASZBSz30b/upVht2 g==; X-CSE-ConnectionGUID: bOfVUReXTEW/WeBXM2AWLg== X-CSE-MsgGUID: pXbMn3XvQBmUWTiWs6nWbA== X-IronPort-AV: E=McAfee;i="6800,10657,11768"; a="95741021" X-IronPort-AV: E=Sophos;i="6.23,202,1770624000"; d="scan'208";a="95741021" Received: from orviesa006.jf.intel.com ([10.64.159.146]) by fmvoesa102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Apr 2026 05:48:43 -0700 X-CSE-ConnectionGUID: C3Qye8ysSOqXRf9+KrnfiA== X-CSE-MsgGUID: BoltTSEESTeZakOYm4YR4w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.23,202,1770624000"; d="scan'208";a="232642333" Received: from fpallare-mobl4.ger.corp.intel.com (HELO localhost) ([10.245.244.53]) by orviesa006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Apr 2026 05:48:41 -0700 From: Jani Nikula To: Sebastian Brzezinka , Sebastian Brzezinka , intel-gfx@lists.freedesktop.org Cc: andi.shyti@linux.intel.com, krzysztof.karas@intel.com Subject: Re: [PATCH] drm/i915: replace fetch_and_zero() with kernel xchg() 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: <75ba7e77fe28617f027ae49a620df8b580cd1000.1777291964.git.sebastian.brzezinka@intel.com> <7d18b591154516efd9be14c643bd576678b616bc@intel.com> Date: Mon, 27 Apr 2026 15:48:37 +0300 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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 Mon, 27 Apr 2026, Sebastian Brzezinka wr= ote: > This patch was initially sent to trybot and received Review-by: Krzysztof > there. So I=E2=80=99ve copied it here. In most cases, patches shouldn't be sent to trybot, and the trybot list shouldn't be used for reviews. Trybot is primarily for testing out an idea when you're not sure how things would work on a bunch of real hardware. Or when the patch is not intended for merging at all. It's not for a generic preliminary round of testing. If trybot results pass, you'll still need to send the patch for CI and review and merging on the actual list, and it just ends up wasting a CI round. BR, Jani. --=20 Jani Nikula, Intel