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 1552B326948; Fri, 19 Dec 2025 15:11:13 +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=1766157074; cv=none; b=sme49AgK9mMbus4ySaLHhYNU9zWkO+Ht5vm9meFWkHbs5Nc9NjtexDEvtmusjfxJU7bpUgTmo/VOmmp+6wsWw9sGMKHr5Zta/dJMEGOjRsOCg+FrOGMptR8ZeiDWF4NiLudunE8kZ8rXQQE1tFOqHrgtAJ2x+OqZdFg1hpf6HEU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1766157074; c=relaxed/simple; bh=uEmF4ZGcdZ0ETfse+LG0MT7WeqOViGYpnFBSh7GX0Co=; h=Mime-Version:Content-Type:Date:Message-Id:From:Subject:Cc:To: References:In-Reply-To; b=C0AcJiqUHeDT0/k3NC4fvds0MM4SbhCzEueZjPI0pPR3pP0xr0FpQpTH3NQE5quZjj1Rk5s+O9wew0wnYfnwxKMNAl2pu7BcZAO3yVU2sRkFXBJ8+OAQSTsDpB7AXUSOZIKJcDXjke0CoWaeYCeiKdcuIukBNd1Fsn153VOYdLo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=fhLxLCLE; 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="fhLxLCLE" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 93C15C113D0; Fri, 19 Dec 2025 15:11:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1766157073; bh=uEmF4ZGcdZ0ETfse+LG0MT7WeqOViGYpnFBSh7GX0Co=; h=Date:From:Subject:Cc:To:References:In-Reply-To:From; b=fhLxLCLEbm58lSTKVB+n/EEBspiw9HXB1hrccwsl5ZUC+/hOF6CZ9wo2G14U4mgxc 9rEtE/NVqim47GGjr7HgzHxrKEtKL9Svu/J7MvK6et4bh7tcsqtF5uT657SEdBHwVn bNhYOSCjvV7n4i8hxIIFpceV2odvlWNJFDjC1AqbldjklxLQHXdnKvWVFSwSfef3fK 7txJ7Y/HCcnAWR2wKWNZM4XwlJ6IZlb57rSNjpQwKzgv0rPuWUhfMJqSrjTSOsW2wu fksfDgODs6JK21b3xfmQFA6Yp6T9wEP26/PChuZABsqAhES4zPfykHqrsQgCG04BgI gNhwabZuhbE+A== Precedence: bulk X-Mailing-List: linux-media@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: Fri, 19 Dec 2025 16:11:08 +0100 Message-Id: From: "Danilo Krummrich" Subject: Re: [PATCH 1/1] software node: Also support referencing non-constant software nodes Cc: "Mehdi Djait" , "Sakari Ailus" , , "Greg Kroah-Hartman" , "Rafael J. Wysocki" , "Andy Shevchenko" , "Daniel Scally" , "Heikki Krogerus" , "Linus Walleij" , "Philipp Zabel" , "Charles Keepax" , , "Kenneth Crudup" , , "Bartosz Golaszewski" To: References: <20251219083638.2454138-1-sakari.ailus@linux.intel.com> <7d04ba37-b505-4207-95c3-b0ffb0736ea4@oss.qualcomm.com> In-Reply-To: <7d04ba37-b505-4207-95c3-b0ffb0736ea4@oss.qualcomm.com> On Fri Dec 19, 2025 at 4:05 PM CET, johannes.goede wrote: > Since this fixes a 6.19 regression: Can someone please submit > a pull-request with "[GIT FIXES for v6.19]" pull-request to > Hans + Mauro with this patch? This code is maintained throught the driver-core tree and fixes for the cur= rent release cycle ending up in this tree will be sent to Linus directly for the= next appropriate -rc. Is there any specific reason for this request?