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=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 C898FC433FF for ; Thu, 8 Aug 2019 05:57:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9A2FC21874 for ; Thu, 8 Aug 2019 05:57:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565243859; bh=DEz2PWPlcjM+jBxzINtFbgeHlUl8AtxVjUlI8gJDO8k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=ylKhktqf19mdKdGq8Q+D8DuVoQ4Ttq0gGGx0zyw9VMihZRMvR6lFBNimTCTY+EzuE anuxZJr6QMHjziZEIpgDWZ165E5cBHISoth/TKOtk6a+zpUOrK16k3GBk75Jmm4MQ/ R7UxUGQUtX88HRnbVKHUaNpv6WezvPpV+tv23s5U= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730694AbfHHF5j (ORCPT ); Thu, 8 Aug 2019 01:57:39 -0400 Received: from mail.kernel.org ([198.145.29.99]:56648 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725933AbfHHF5j (ORCPT ); Thu, 8 Aug 2019 01:57:39 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E2D0C2186A; Thu, 8 Aug 2019 05:57:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565243858; bh=DEz2PWPlcjM+jBxzINtFbgeHlUl8AtxVjUlI8gJDO8k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=O1ouUUOBFV5C9jfeUIGqJsdusRMMNEMsylG7EEH8iZpa0S8HIcX/8bI2yd4a43Lhb q5af9IcNHR7pQtzejfyhXgTPW32mK3fZfEn3HneYVWwKFCTf3lYI1WUQQRmRYnVJI4 ZN9bsZ82CU0Uce+fQf/J49LkVVLoFbH3ftBbKrvs= Date: Thu, 8 Aug 2019 07:57:36 +0200 From: "gregkh@linuxfoundation.org" To: "Souza, Jose" Cc: "Nikula, Jani" , "stable@vger.kernel.org" , "ville.syrjala@linux.intel.com" , "Vivi, Rodrigo" , "kubrick@fgv6.net" , "Pandiyan, Dhinakaran" Subject: Re: [PATCH] drm/i915/vbt: Fix VBT parsing for the PSR section Message-ID: <20190808055736.GA24953@kroah.com> References: <156498469082135@kroah.com> <20190805224951.6523-1-jose.souza@intel.com> <87mugmkaam.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Aug 07, 2019 at 07:37:13PM +0000, Souza, Jose wrote: > Hi Greg > > Anything is missing to have this merged for 5.2.8? Patience :) The queue is long and you only sent this 2 days ago...