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.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 15259C11F64 for ; Mon, 28 Jun 2021 21:17:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id ECDF661CB4 for ; Mon, 28 Jun 2021 21:17:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237798AbhF1VUM (ORCPT ); Mon, 28 Jun 2021 17:20:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:34838 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236035AbhF1VUJ (ORCPT ); Mon, 28 Jun 2021 17:20:09 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id EDCFB61CB4; Mon, 28 Jun 2021 21:17:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1624915063; bh=9NDGyOwI1yazPLZWtPlWbzTdqeaOpj4lspR/RC2jvXk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ARbiSMhsHD6cwcpISvBx6zf0aKibeFL15qgHePaCpsuFdhM01uv9/OTXnnh0k05gs FxLJyj88UMK8jSzZ9ZdEmkEnr0TAXLpoFY7MQoT67M2NYf7f25sfK0/3Kes17TVxAa m3r6CqCXON8fcdMfRLYHWFujPU1myid2PK8XXW+6EDM2Gy6gzsONalE/OPrIS8whdl AdSvf8laYSj4AIOUi18xhUM1yQHRlWBtYLl2tNOLxLe3zGCPvX2Cv1osh1wyBcnlQ5 Z58jhDeJo4z0xxYvtevFUy4teteyV2Go6y4Q182Nv0HoGs0n01+HMD84oeSP9YkR66 VD9veY2Woznzg== Date: Mon, 28 Jun 2021 17:17:42 -0400 From: Sasha Levin To: "Chrisanthus, Anitha" Cc: "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" , Zhen Lei , Hulk Robot Subject: Re: [PATCH 5.12 019/110] drm/kmb: Fix error return code in kmb_hw_init() Message-ID: References: <20210628141828.31757-1-sashal@kernel.org> <20210628141828.31757-20-sashal@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 28, 2021 at 04:29:37PM +0000, Chrisanthus, Anitha wrote: >This patch is already pushed to drm-misc-fixes. Please check for existing patches in the dri-devel mail list before sending patches. Indeed, it's even upstream at this point. This mail is a review for the stable trees rather than Linus's tree. -- Thanks, Sasha