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 X-Spam-Level: X-Spam-Status: No, score=-6.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 53A6AC4338F for ; Wed, 11 Aug 2021 07:46:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3913660551 for ; Wed, 11 Aug 2021 07:46:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235506AbhHKHql (ORCPT ); Wed, 11 Aug 2021 03:46:41 -0400 Received: from mail.kernel.org ([198.145.29.99]:56660 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229743AbhHKHqi (ORCPT ); Wed, 11 Aug 2021 03:46:38 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id CAD3060EB2; Wed, 11 Aug 2021 07:46:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1628667975; bh=605MzmQLiffAH7Q90NqXn2IPDwzwrySReFnbsW6/s70=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FHkAprg43wts+48IQ1hVKqfXF6FEwhgfhDIbQCyhhBSQhiaOyw1eyZtJypPxd/DAP g8PugKfn9vdavFEOSAQc7pllDkR4uxD4Rf3GYyMteR4BY6+d8RLbugNOXePj7oBeWx 7jmW7vF3oiNniNJxQzaYeMlpfzysHA72xqDha9G0= Date: Wed, 11 Aug 2021 09:46:12 +0200 From: Greg Kroah-Hartman To: Pavel Machek Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, jason@jlekstrand.net, Jonathan Gray Subject: Re: [PATCH 5.10 125/135] drm/i915: avoid uninitialised var in eb_parse() Message-ID: References: <20210810172955.660225700@linuxfoundation.org> <20210810173000.050147269@linuxfoundation.org> <20210811072843.GC10829@duo.ucw.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210811072843.GC10829@duo.ucw.cz> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Aug 11, 2021 at 09:28:43AM +0200, Pavel Machek wrote: > Hi! > > > From: Jonathan Gray > > > > The backport of c9d9fdbc108af8915d3f497bbdf3898bf8f321b8 to 5.10 in > > 6976f3cf34a1a8b791c048bbaa411ebfe48666b1 removed more than it should > > have leading to 'batch' being used uninitialised. The 5.13 backport and > > the mainline commit did not remove the portion this patch adds back. > > This patch has no upstream equivalent, right? > > Which is okay -- it explains it in plain english, but it shows that > scripts should not simply search for anything that looks like SHA and > treat it as upsteam commit it. Sounds like you have a broken script if you do it that way. good luck! greg k-h