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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CD3BBC4332F for ; Wed, 19 Oct 2022 07:06:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229775AbiJSHGn (ORCPT ); Wed, 19 Oct 2022 03:06:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52144 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229660AbiJSHGl (ORCPT ); Wed, 19 Oct 2022 03:06:41 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BFFD074E3A; Wed, 19 Oct 2022 00:06:39 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 47D0B61787; Wed, 19 Oct 2022 07:06:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 364B7C433D6; Wed, 19 Oct 2022 07:06:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1666163198; bh=2hIj3mPDYaistCfLU1l8eKpPCAGL6nKuwyTSDH03Kqk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=x9D9ukRhqplqwhgEuxkAVqjDnVQGZQ7JLYzrV3Q9Xp5mJgWe4GqAehaA85NjeqpS/ Zah8fWGH6lMfa3P2xABL1EqXClos9ZDFMYkK7KM9h5Mo9lxbIsf11jI814SXzYZ+8V p1KF0IYoDCpW7TvpEulwflyUgg1G3Woda6A1QTH0= Date: Wed, 19 Oct 2022 09:06:35 +0200 From: Greg Kroah-Hartman To: Jani Nikula Cc: stable@vger.kernel.org, intel-gfx@lists.freedesktop.org, linux-kernel@vger.kernel.org, Hans de Goede , ville.syrjala@linux.intel.com Subject: Re: v5.19 & v6.0 stable backport request Message-ID: References: <87k04xiedr.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 19, 2022 at 08:55:55AM +0200, Greg Kroah-Hartman wrote: > On Tue, Oct 18, 2022 at 02:02:08PM +0300, Jani Nikula wrote: > > > > Hello stable team, please backport these two commits to stable kernels > > v5.19 and v6.0: > > > > 4e78d6023c15 ("drm/i915/bios: Validate fp_timing terminator presence") > > Does not apply to 5.19.y, can you provide a working backport? > > > d3a7051841f0 ("drm/i915/bios: Use hardcoded fp_timing size for generating LFP data pointers") > > Queued up to both trees now, thanks. No, wait, that breaks the build! How did you test this? I'm dropping both of these now. Please resubmit a set of tested patches if you wish to have them applied to the tree. These were obviously not even attempted, which just wastes all of our time :( greg k-h