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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D9ED2C54EBE for ; Thu, 12 Jan 2023 22:46:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233877AbjALWqX (ORCPT ); Thu, 12 Jan 2023 17:46:23 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54362 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240575AbjALWqC (ORCPT ); Thu, 12 Jan 2023 17:46:02 -0500 Received: from mail-pj1-x1035.google.com (mail-pj1-x1035.google.com [IPv6:2607:f8b0:4864:20::1035]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3B26D5EC1C for ; Thu, 12 Jan 2023 14:45:42 -0800 (PST) Received: by mail-pj1-x1035.google.com with SMTP id z1-20020a17090a66c100b00226f05b9595so7464461pjl.0 for ; Thu, 12 Jan 2023 14:45:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=Ooim2Wn4nxPzype/U3O2bg5SkJtVRY7qsQNtyTRmags=; b=YGaM1pN0C8twUIzQgGfKjkYks+VnXiObKg1aQaTkoY3olojecUD3RTItE7YfBzxsXQ ap49M0nIV5gwf/pkXPjh3bX8XHcHw2MqaSz2nwdIGfXeyGzq/xzLxr3Cigh1uBhm0PdQ xXPPrdT6WSBM60Mci5MPFJD/YztPmxYo5yMbg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=Ooim2Wn4nxPzype/U3O2bg5SkJtVRY7qsQNtyTRmags=; b=OCu3JFDZ4ZgV4wofMrY6fSIoBhRMquWhyGtrVyhAD0s+9inAR6tsK30O5+oQKqoZ/Z E/LhfAfRKx1OYJ/b6Z9vusD8mNQN558eW/lnaZKBE1CMV11Fymd5zd4Qtsrzv+U94TOJ 0UM2xoUmNSJXJZiLBnY1SWk+0xALkdk4O7EppkpCigNHq5NU0Lu7dhwb/izzXip0edfV 2ZFMkMzs3P0siDDDaOqf+ujBG2I119vANCUWmtN319PkWLRvlr8S41DfLd+d9rBR1aGF fQqLHG1MtHLcFv7CzqOeMqltUYE9b42+mBLgvoF+S3zFHAD8Yt+HIIdM+qydRcQX7bxp hSJg== X-Gm-Message-State: AFqh2kq3P1L6bYCqGvsvWZMwwYXcJuoBR5iAH7ubwffVygdDgIg/Xcf5 /BVotDz5DX2zuoqC6E4pGeTisA== X-Google-Smtp-Source: AMrXdXvGve+4kNjBvlBdmOxwGLXehsNBREHOMLlomMlydd2DdmmiiiqSkLXYqlPUtwZFaLbLOdvQUw== X-Received: by 2002:a17:90b:2356:b0:226:e1a0:6596 with SMTP id ms22-20020a17090b235600b00226e1a06596mr8726077pjb.12.1673563541660; Thu, 12 Jan 2023 14:45:41 -0800 (PST) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id y7-20020a17090a474700b00219463262desm10980238pjg.39.2023.01.12.14.45.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 12 Jan 2023 14:45:41 -0800 (PST) Date: Thu, 12 Jan 2023 14:45:40 -0800 From: Kees Cook To: "Limonciello, Mario" Cc: "linux-kernel@vger.kernel.org" , "amd-gfx@lists.freedesktop.org" , "Siqueira, Rodrigo" , "Li, Sun peng (Leo)" , "Li, Roman" , "Zuo, Jerry" , "Wu, Hersen" , "dri-devel@lists.freedesktop.org" , "Koenig, Christian" , "Lazar, Lijo" , "Pillai, Aurabindo" , "Wentland, Harry" , "Deucher, Alexander" , Daniel Vetter , David Airlie , "Pan, Xinhui" , "Wheeler, Daniel" , "Gustavo A. R. Silva" , "linux-next@vger.kernel.org" , "linux-hardening@vger.kernel.org" Subject: Re: Coverity: dm_dmub_sw_init(): Incorrect expression Message-ID: <202301121445.393EAD9B21@keescook> References: <202301121425.FB249B61B4@keescook> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Thu, Jan 12, 2023 at 10:39:20PM +0000, Limonciello, Mario wrote: > This particular one was fixed already in https://patchwork.freedesktop.org/patch/518050/ which got applied today. Ah-ha; thanks! -- Kees Cook