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.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,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 7B8EEC43216 for ; Mon, 30 Aug 2021 15:56:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5B2D960F56 for ; Mon, 30 Aug 2021 15:56:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237786AbhH3P5N (ORCPT ); Mon, 30 Aug 2021 11:57:13 -0400 Received: from m43-7.mailgun.net ([69.72.43.7]:17250 "EHLO m43-7.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237788AbhH3P5L (ORCPT ); Mon, 30 Aug 2021 11:57:11 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1630338977; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=U10YrBfczfj2F0eAJkorX2N74cH0fDyM7HdEotnpp4w=; b=BPkXMs3W9AzMq9el55NiQihM6G1JiwuAQrchuiWO02xrqsq4ZkOQZUQfJHjUiPmI/JzpoejH zrIVq2UETDtvB4MPV6oNK/j22/j2PlNN38NZcrHavJ5X2ejShA5c2DNb3kVJyu6Nunm7hP9f 8XhyxKBg0tMDGQBWY4lMDFsG1+w= X-Mailgun-Sending-Ip: 69.72.43.7 X-Mailgun-Sid: WyI0MWYwYSIsICJsaW51eC1rZXJuZWxAdmdlci5rZXJuZWwub3JnIiwgImJlOWU0YSJd Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n05.prod.us-west-2.postgun.com with SMTP id 612cff9340d2129ac1824453 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Mon, 30 Aug 2021 15:56:03 GMT Sender: khsieh=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id B1AA7C43619; Mon, 30 Aug 2021 15:56: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 48AA7C43460; Mon, 30 Aug 2021 15:56:02 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Mon, 30 Aug 2021 08:56: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: <88b5fbe60c95bcdf42353bec9f8c48aefa864a31.camel@redhat.com> 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> <64049ef6c598910c1025e0e5802bb83e@codeaurora.org> <88b5fbe60c95bcdf42353bec9f8c48aefa864a31.camel@redhat.com> Message-ID: X-Sender: khsieh@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2021-08-25 09:26, Lyude Paul wrote: > The patch was pushed yes (was part of drm-misc-next-2021-07-29), seems > like it > just hasn't trickled down to linus's branch quite yet. Hi Stephen B, Would you mind back porting this patch to V5.10 branch? It will have lots of helps for us to support display port MST case. Thanks, > > On Wed, 2021-08-25 at 09:06 -0700, khsieh@codeaurora.org wrote: >> 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. >> > > >>