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 45E7E3033F8; Wed, 29 Apr 2026 14:20:22 +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=1777472422; cv=none; b=YYWMU2GC0C+WtaOsa+5dTNZWCo+CyEi7cfhGwOujpJT6ysKzdYqPkemQX4tljTZaECsTZqMfWpsqH41Jj0hCQL7gB2zoDFdtIvcO+w3R30dYJt58FfpWVEg7OxQOexiAbNi25AXAxQhcVnAkO+MBz4/K+58RSMRZ/iz/R1YWiPs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777472422; c=relaxed/simple; bh=GgEoWjI2LF7k28fEnd/rNFOLYablFhxdSoW/M70SQY0=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=C62RJWPHVuz4hYtQtK7I4cgS3zxrHg5E7jB4O6TtnJM7fQnDJs4jr9Mu2YXpLX4dD8afJKvJkUlgEd4L5P6T5v13D/LuvfVMqvxScfmNcaHYtPnM/m7ECPFPBxz8dcAcNHSZaPmJx1dgd7DmCwTP1YBvhklfjykgLYYuH1LZovo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=eVUedMLb; 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="eVUedMLb" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AA591C2BCB8; Wed, 29 Apr 2026 14:20:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777472421; bh=GgEoWjI2LF7k28fEnd/rNFOLYablFhxdSoW/M70SQY0=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=eVUedMLbcR9rzjSW5bHDTimw8hlc5PSO8VEQkMRqeAK2lCVYEX68eFNhKqEB55xbm VGCLH3gyIpj1YNijn5CLTwS+kUqoqVzzl7gHM2mxkKwwka3ibaH/W6xxXN8IZhgNAZ lyeIXc6oYc+Rn+ItH8xVYOLbk7OoNsqvca935bi43//mPWOecbwEHPSkdfmVxz1Se6 0tYS1dpV+acHg+mMhsVDAviBcSJnuMC9jgQNinUEIIiq+Bu05gcnhI9ZY6WA6dNOYs 7+F9X0Mtu0umr0GO16HGiE6mHJ/xP+Tbo/fGGESuj/V/TtNHf8aIzQ516F6HhZ7LgP 2+Wamy+L4qPnQ== Precedence: bulk X-Mailing-List: linux-kernel@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: Wed, 29 Apr 2026 16:20:18 +0200 Message-Id: Subject: Re: [PATCH v2 1/2] driver core: faux: fix root device registration Cc: "Greg Kroah-Hartman" , "Rafael J . Wysocki" , , , To: "Johan Hovold" From: "Danilo Krummrich" References: <20260424153127.2647405-1-johan@kernel.org> <20260424153127.2647405-2-johan@kernel.org> In-Reply-To: On Wed Apr 29, 2026 at 1:19 PM CEST, Johan Hovold wrote: > The stable rules have been relaxed in practice since Autosel. Anything > that looks like a fix (e.g. has a Fixes tag) gets backported. > > And people get tired of asking the stable team to drop patches that were > not marked for backporting. There is still a difference between this happening in practice and using th= at as a justification to explicitly request a stable backport for something that = - by the official rules - isn't mandated for stable backport. If the rules changed to the point that they don't apply anymore for decidin= g whether to stick Cc: stable on a patch or not, then they should be adjusted accordingly.