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, URIBL_BLOCKED,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 9BD7FC49ED7 for ; Fri, 13 Sep 2019 14:46:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6D72D20717 for ; Fri, 13 Sep 2019 14:46:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568385992; bh=J5xCS6qDfWqX/oR/dT/1Krr6MkClnbbp6RqL+ShUXQ4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=CDBI7Fvq0l9dqk/Nr64IIP4wjjtJwN7B8dX/GjQ0lf0T5icNBkYg53GOYpXb/cCH8 5xIuuaFRvTRfQ0ZWwnlv0Sl2k1yJXYrb7YGqNiYjkC4x6OYcX+zoatHzM/BFe6YE3H p/QLo0Nqo8Dl5MNhAlis0btdS0rc1Dg83OPv60jw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388263AbfIMOqb (ORCPT ); Fri, 13 Sep 2019 10:46:31 -0400 Received: from mail.kernel.org ([198.145.29.99]:58746 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388244AbfIMOqb (ORCPT ); Fri, 13 Sep 2019 10:46:31 -0400 Received: from localhost (195-23-252-136.net.novis.pt [195.23.252.136]) (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 5411B20693; Fri, 13 Sep 2019 14:46:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568385990; bh=J5xCS6qDfWqX/oR/dT/1Krr6MkClnbbp6RqL+ShUXQ4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qKf1IuthaIjCB+zSvask72TPeBzRFN8Ar5q/TDdAxFErkCDtaxsXaJ1TWNTPIq/im oOQ6BFWJohGM+8q9q7obhn+kZwljstP3SdPxiX4E00PnKa2ykv330kpfrXMiGwldXu nu1toTtSNJ/FacVeCW4muLpnHjq98kmPEf/MoRQI= Date: Fri, 13 Sep 2019 10:46:27 -0400 From: Sasha Levin To: Ilia Mirkin Cc: Greg Kroah-Hartman , LKML , dri-devel , Ben Skeggs , nouveau , "# 3.9+" Subject: Re: [PATCH 4.19 092/190] drm/nouveau: Dont WARN_ON VCPI allocation failures Message-ID: <20190913144627.GH1546@sasha-vm> References: <20190913130559.669563815@linuxfoundation.org> <20190913130606.981926197@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: 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 Fri, Sep 13, 2019 at 09:33:36AM -0400, Ilia Mirkin wrote: >Hi Greg, > >This feels like it's missing a From: line. > >commit b513a18cf1d705bd04efd91c417e79e4938be093 >Author: Lyude Paul >Date: Mon Jan 28 16:03:50 2019 -0500 > > drm/nouveau: Don't WARN_ON VCPI allocation failures > >Is this an artifact of your notification-of-patches process and I >never noticed before, or was the patch ingested incorrectly? It was always like this for patches that came through me. Greg's script generates an explicit "From:" line in the patch, but I never saw the value in that since git does the right thing by looking at the "From:" line in the mail header. The right thing is being done in stable-rc and for the releases. For your example here, this is how it looks like in the stable-rc tree: commit bdcc885be68289a37d0d063cd94390da81fd8178 Author: Lyude Paul AuthorDate: Mon Jan 28 16:03:50 2019 -0500 Commit: Greg Kroah-Hartman CommitDate: Fri Sep 13 14:05:29 2019 +0100 drm/nouveau: Don't WARN_ON VCPI allocation failures -- Thanks, Sasha