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 2254434EF02 for ; Mon, 23 Feb 2026 11:20:26 +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=1771845627; cv=none; b=X0908O/5NUnQwJ0Kvzg5mTKQAj2icXAHVv4rMfXGr10eId0vvJ9dV5blhSdg3PmuxHoY77vjh19p8vOgwNXx3q4y1THltToXyomJGu11F/6nDmEPlxS8qY47pAaUi5OyDX1yg/NQdNXC0AoUXONKBiXQ3klc44FVRauhp5uD5bg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771845627; c=relaxed/simple; bh=2C/VCJimiVdTaBfL0HoBVbkMhA9/OE2zRznQChuRiIo=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=RZxOaCPfyl3pAU765KSLYZ07LMpPIPRxNRZ7bzGgV5xWzsiYMCmtftdlPvLkqLEGxDRGWyxU5+x0NAEL4GbM6wQczwwehkDUbsPtNPkFZ4Jn16yOjf0Ac1NKNrpzGaD0PImLmo7EQJnPMEd5cg733V52slqpbnfb1nys5yKEXig= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=X29kwMHh; 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="X29kwMHh" Received: by smtp.kernel.org (Postfix) with ESMTPSA id ED1EFC116C6; Mon, 23 Feb 2026 11:20:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771845626; bh=2C/VCJimiVdTaBfL0HoBVbkMhA9/OE2zRznQChuRiIo=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=X29kwMHhegwowdYJcdWmMhKxeNisTXffgUKi72QPcZk2HvXxu/o1X9kbdBrlVsT3Z joFiZ2u2K7UcnQ5FbhihaZ9Fmn5YBTGP2Yc0OeIvrCtqqOGtRLr0KRcwONfi/XyuWM 9aE3UeOCjl4qQZvcZTSpvorvI36rTUh2LUloqemDi1HizRxPezNhwHbqMoZ49SWuUl YQ68XsYYptko7pDjlJjci3XlTgz+5wvYd/wUqrcdyVCKhzF+hw9LOzEYUWUPomQxYf w8z0lDGifpcHfmrz+wjzUi0erDUMHOr5jnSw/FHj5Hi2rfAnF8s8VI3GU5EzGPYzu+ fhHiQp7iqVR1w== Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Mon, 23 Feb 2026 12:20:23 +0100 Message-Id: Subject: Re: [PATCH v3 1/3] gpu/buddy: fix module_init() usage Cc: "Joel Fernandes" , "Greg KH" , , , "Matthew Auld" , "Dave Airlie" , "Peter Senna Tschudin" , To: "Koen Koning" From: "Danilo Krummrich" References: <1771594440.99434@nvidia.com> <2026022156-citizen-shredding-5d6d@gregkh> In-Reply-To: On Mon Feb 23, 2026 at 12:17 PM CET, Koen Koning wrote: > Thanks that makes sense, then let's just stick to addressing the current= =20 > regression with gpu/buddy in the drm-tip tree. The patch should go into drm-misc-next. > Joel, could you grab the v1 of this patchset (or the v2 with with=20 > subsys_initcall, either works) and try to get it applied to drm-tip?=20 > Since this is my first time submitting patches, I'm not really sure how= =20 > to proceed from here, and it will probably be faster if you have a look. I think we should land your original v1; I don't know if Joel can push to drm-misc-next, if not please let me know, I can pick it up then.