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=-3.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,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 26975C4338F for ; Wed, 25 Aug 2021 16:06:08 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id DDFD360FD7 for ; Wed, 25 Aug 2021 16:06:07 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org DDFD360FD7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2781F6E3AE; Wed, 25 Aug 2021 16:06:07 +0000 (UTC) Received: from m43-7.mailgun.net (m43-7.mailgun.net [69.72.43.7]) by gabe.freedesktop.org (Postfix) with ESMTPS id 67AC26E3AE for ; Wed, 25 Aug 2021 16:06:05 +0000 (UTC) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1629907565; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=yc5dXmEbANnSyJ5gTovdFTL4dL+lLozkExAzl2y9EgI=; b=NT3KLBWGDle3OJWVo+JSZ0hzyjK4fH/MPz9oN5u+ih/bvZlIHBBBo+S3yw1jqcjg07QT9cLi guyFQFrs9jqXRleoO3twX98O/dQGljGarKnPgHq/4WWxf9xu5BiiOk650kbfWQnjoN9Mlfer n69VLYCMjtLHCBLHLkUL+VueLRs= X-Mailgun-Sending-Ip: 69.72.43.7 X-Mailgun-Sid: WyJkOTU5ZSIsICJkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnIiwgImJlOWU0YSJd Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n01.prod.us-west-2.postgun.com with SMTP id 61266a6cfc1f4cb6929a8703 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Wed, 25 Aug 2021 16:06:04 GMT Received: by smtp.codeaurora.org (Postfix, from userid 1001) id E608EC4361B; Wed, 25 Aug 2021 16:06:03 +0000 (UTC) Received: from mail.codeaurora.org (localhost.localdomain [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: khsieh) by smtp.codeaurora.org (Postfix) with ESMTPSA id 2B4E6C4361A; Wed, 25 Aug 2021 16:06:02 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Wed, 25 Aug 2021 09:06:02 -0700 From: khsieh@codeaurora.org To: Lyude Paul Cc: Jani Nikula , robdclark@gmail.com, sean@poorly.run, swboyd@chromium.org, abhinavk@codeaurora.org, aravindh@codeaurora.org, rsubbia@codeaurora.org, rnayak@codeaurora.org, freedreno@lists.freedesktop.org, airlied@linux.ie, daniel@ffwll.ch, maarten.lankhorst@linux.intel.com, mripard@kernel.org, tzimmermann@suse.de, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] drm/dp_mst: Fix return code on sideband message failure In-Reply-To: References: <1625585434-9562-1-git-send-email-khsieh@codeaurora.org> <87zguy7c5a.fsf@intel.com> <2da3949fa3504592da42c9d01dc060691c6a8b8b.camel@redhat.com> <79c5a60fc189261b7a9ef611acd126a41f921593.camel@redhat.com> <696a009e2ab34747abd12bda03c103c7@codeaurora.org> Message-ID: <64049ef6c598910c1025e0e5802bb83e@codeaurora.org> X-Sender: khsieh@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On 2021-07-27 15:44, Lyude Paul wrote: > Nice timing, you literally got me as I was 2 minutes away from leaving > work > for the day :P. I will go ahead and push it now. > Hi Lyude, Had you pushed this patch yet? We still did not see this patch at msm-nex and v5.10 branch. Thanks, > BTW - in the future I recommend using dim to add Fixes: tags as it'll > add Cc: > to stable as appropriate (this patch in particular should be Cc: > stable@vger.kernel.org # v5.3+). will add these tags when I push it > > On Tue, 2021-07-27 at 15:41 -0700, khsieh@codeaurora.org wrote: >> On 2021-07-27 12:21, Lyude Paul wrote: >> > On Thu, 2021-07-22 at 15:28 -0700, khsieh@codeaurora.org wrote: >> > > >> > > It looks like this patch is good to go (mainlined). >> > > Anything needed from me to do? >> > > Thanks, >> > >> > Do you have access for pushing this patch? If not let me know and I can >> > go >> > ahead and push it to drm-misc-next for you. >> no, I do not have access to drm-misc-next. >> Please push it for me. >> Thanks a lots. >>