From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 86D4E38D6BC for ; Thu, 16 Apr 2026 20:12:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776370370; cv=none; b=GEhVLcCbImgXjx9jsSAjC44t1+nhRmOCtRtaozB0eJK0do/KIFJg8mIn2jIfDlWSuZmWPycjp7WwpxbUX7duuteGbABqHZTJzTF5igk8KFlx5JwjEQp8SOn4FaLU78OahC4xAutHl84INypz6Gt953/trJQjTHS3h+o3uFana7Q= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776370370; c=relaxed/simple; bh=S7Lyz29vNQw7ueK8+j0MzNstO84GRnc9HJjuJmASNnU=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=CDcMfsvpdq6Z19hn4YzM+See3z5/BLy9+pcYc1aegy/VbTxSZ+p98S4Y4K5WN2JE9/Ta3cHdYAx5vs5kwhHGwPz523AFr5nf9Xj0MNgt1SkNqjTZD2nmRlB0TcutX+BrgvwQt/622EOxlg7BKg9fmdu9IGOeNlNlN1h0Tn0WHkI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=debfNVvt; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="debfNVvt" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 99DE3C2BCAF; Thu, 16 Apr 2026 20:12:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776370369; bh=S7Lyz29vNQw7ueK8+j0MzNstO84GRnc9HJjuJmASNnU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=debfNVvtb4NPryVMBdw8mklrNaILbPdWvd1TDjfPXVylWd6nkovkSm2x1+mqzaDlh v1BHnjC8nGAhQNyOtjg+tax1WpWCrqmveTx8KtT9lsoIP2DfVvKox67loGjBJWdr58 z4wFCy1ot1jpHpi/BZttBHTiblowgTVKsgGsXb2W//75rrrlEhgNX2KgXITeM1DBya agZosVrT5S4Ru1q4iIKCG206JksVTtsezjM/o5FWmmFdVV1NvSD9QyPC4g/FYfEPPM ivYBxeCndOCK9OrWCChgKTsHU0w3Nv7kvmScQlP/QfkwamaOanOG8ex2ZncITEyqJs OMUZiwjzzWJJg== From: Danilo Krummrich To: Philipp Stanner Cc: Lyude Paul , Danilo Krummrich , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Matthew Brost , =?UTF-8?q?Christian=20K=C3=B6nig?= , Dave Airlie , Tvrtko Ursulin , dri-devel@lists.freedesktop.org, nouveau@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/2] drm/sched: Make drm_sched_entity_kill() a public function Date: Thu, 16 Apr 2026 22:12:36 +0200 Message-ID: <20260416201236.13856-1-dakr@kernel.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260415144956.272506-2-phasta@kernel.org> References: <20260415144956.272506-2-phasta@kernel.org> X-Patch-Reply: applied Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On Wed, 15 Apr 2026 16:49:56 +0200, Philipp Stanner wrote: > [PATCH v2 1/2] drm/sched: Make drm_sched_entity_kill() a public function Applied, thanks! Branch: drm-misc-next Tree: https://gitlab.freedesktop.org/drm/misc/kernel.git [1/2] drm/sched: Make drm_sched_entity_kill() a public function commit: 2f5f05633e22 [2/2] drm/nouveau: Fix double call to drm_sched_entity_fini() commit: cac96c8d93fa The patches will appear in the next linux-next integration (typically within 24 hours on weekdays.) The patches is queued up for the upcoming merge window for the next major kernel release.