From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sasha Levin Subject: Re: [PATCH] drm: mst: Fix query_payload ack reply struct Date: Thu, 29 Aug 2019 16:52:09 -0400 Message-ID: <20190829205209.GL5281@sasha-vm> References: <20190829165223.129662-1-sean@poorly.run> <9927a099fc5f0140ea92e34f017186d9ffe0bb13.camel@redhat.com> <20190829184415.GI218215@art_vandelay> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Return-path: Content-Disposition: inline In-Reply-To: <20190829184415.GI218215@art_vandelay> Sender: stable-owner@vger.kernel.org To: Sean Paul Cc: Lyude Paul , dri-devel@lists.freedesktop.org, Sean Paul , Todd Previte , Dave Airlie , Maarten Lankhorst , Maxime Ripard , David Airlie , Daniel Vetter , stable@vger.kernel.org List-Id: dri-devel@lists.freedesktop.org On Thu, Aug 29, 2019 at 02:44:15PM -0400, Sean Paul wrote: >On Thu, Aug 29, 2019 at 01:06:58PM -0400, Lyude Paul wrote: >> Is it worth actually CCing stable on this? This patch is certainly correct but >> I don't think we use this struct for anything quite yet. >> >> Otherwise: Reviewed-by: Lyude Paul > >Thanks for the review! I've stripped the cc stable tag and pushed to >drm-misc-next. We'll have to keep an eye out for Sasha's stable AI bot, I'm >guessing it'll try to backport this to stable regardless. Knowing the bot, it probably will :) I'll add a note for myself... 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.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 7FA5EC3A59F for ; Thu, 29 Aug 2019 20:52:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3DC5923404 for ; Thu, 29 Aug 2019 20:52:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567111932; bh=sjMx+nTBCxsyH5xXtuyd5h39rKjstIxPvOykcRzy4Ts=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=vlUC+/vT4eBp5sIvYF3rxpGTgiP8YUjsKjCPWAsCDuXM7fnkWfQiCZUe9aTG9KPie 77tyuk3IDpXK+Sgw18nsb+VTF5Kh94kqP5SjSPaSfmDqJTP7JgeHOVhPpdB8jC1ga6 DE8sCjx9ks3p4xfRHmzwzMKfzeZ+1US/+hWvkcGE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726619AbfH2UwL (ORCPT ); Thu, 29 Aug 2019 16:52:11 -0400 Received: from mail.kernel.org ([198.145.29.99]:50720 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726245AbfH2UwL (ORCPT ); Thu, 29 Aug 2019 16:52:11 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (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 BD3A423403; Thu, 29 Aug 2019 20:52:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567111931; bh=sjMx+nTBCxsyH5xXtuyd5h39rKjstIxPvOykcRzy4Ts=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=omttYrtPCJZQBmsJMn9t27qVGaX5LtDYdvJY1QqQ5A5LMlWlSZeeo9pzNB+Gct86w g56vkjHMqhFK5AX3OB+2XLU8PTNFeNnohM6nBXa2Gof4enoa9Q6fF23YGpMk6GQKr9 i3tDkmS8p3IU4wxDTErMkxIeXJUvP/twVuWqIx6k= Date: Thu, 29 Aug 2019 16:52:09 -0400 From: Sasha Levin To: Sean Paul Cc: Lyude Paul , dri-devel@lists.freedesktop.org, Sean Paul , Todd Previte , Dave Airlie , Maarten Lankhorst , Maxime Ripard , David Airlie , Daniel Vetter , stable@vger.kernel.org Subject: Re: [PATCH] drm: mst: Fix query_payload ack reply struct Message-ID: <20190829205209.GL5281@sasha-vm> References: <20190829165223.129662-1-sean@poorly.run> <9927a099fc5f0140ea92e34f017186d9ffe0bb13.camel@redhat.com> <20190829184415.GI218215@art_vandelay> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20190829184415.GI218215@art_vandelay> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Aug 29, 2019 at 02:44:15PM -0400, Sean Paul wrote: >On Thu, Aug 29, 2019 at 01:06:58PM -0400, Lyude Paul wrote: >> Is it worth actually CCing stable on this? This patch is certainly correct but >> I don't think we use this struct for anything quite yet. >> >> Otherwise: Reviewed-by: Lyude Paul > >Thanks for the review! I've stripped the cc stable tag and pushed to >drm-misc-next. We'll have to keep an eye out for Sasha's stable AI bot, I'm >guessing it'll try to backport this to stable regardless. Knowing the bot, it probably will :) I'll add a note for myself... -- Thanks, Sasha