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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 767C9C433FE for ; Sat, 29 Jan 2022 08:32:35 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 31EBB10F96A; Sat, 29 Jan 2022 08:32:34 +0000 (UTC) Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by gabe.freedesktop.org (Postfix) with ESMTPS id C916410F966; Sat, 29 Jan 2022 08:32:32 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id D279ACE009A; Sat, 29 Jan 2022 08:24:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B513DC340E5; Sat, 29 Jan 2022 08:24:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1643444653; bh=5/jUt8ZFuRMy8Nor9Tbm4UlQ71QvAjZvWIkQVMS0w+I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jV+GPyQ/QnCVacCVf10kLM2EN1ewkqhgONba2tC6mSynzPXeibT4qxfg3p1QS7BS2 tjQLiTycRMSfcyZiaH692Vu6zfsbIqWJBdL+aKkveGlAy5iuJ8vg+ktCGYp3Hykkm4 JVCc4Z9VrPjPugzyDhwU+5xubCVpDUwr2V1bCUow= Date: Sat, 29 Jan 2022 09:24:05 +0100 From: Greg KH To: Lyude Paul Subject: Re: [PATCH] drm/nouveau/acr: Fix undefined behavior in nvkm_acr_hsfw_load_bl() Message-ID: References: <20220124165856.57022-1-zhou1615@umn.edu> <536c833413ccbe0b8ad653a50c5ea867bf975290.camel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <536c833413ccbe0b8ad653a50c5ea867bf975290.camel@redhat.com> 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: , Cc: Karol Herbst , David Airlie , nouveau@lists.freedesktop.org, kjlu@umn.edu, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Ben Skeggs , Zhou Qingyang Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, Jan 28, 2022 at 02:20:24PM -0500, Lyude Paul wrote: > Sigh-thank you for catching this - I had totally forgot about the umn.edu ban. > I pushed this already but I will go ahead and send a revert for this patch. No worries, thanks for doing this. greg k-h