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=-6.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 766C0C47089 for ; Wed, 26 May 2021 19:27:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 52100613D7 for ; Wed, 26 May 2021 19:27:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233980AbhEZT3H (ORCPT ); Wed, 26 May 2021 15:29:07 -0400 Received: from mail.kernel.org ([198.145.29.99]:48286 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231321AbhEZT3E (ORCPT ); Wed, 26 May 2021 15:29:04 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id C0E65613D3; Wed, 26 May 2021 19:27:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1622057253; bh=KGVp4wqzVFKRaWAJBaVrOidSt0GjvPkTAxWI+nC6N1U=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=dkrT6B2xUJ9PSHBypQxKFV1rymUrbguASRGozvNXtFvl2Ycw5zo3vA0MlVaZW/otM XZEdInAPTWuCYDjxvxMh82ucBt1V9gxvqvR3ZoUvcIXRnPzWy9uElYZQ9x4it9yDT/ o9nqRNgTndac8KGeo7hsiABsWJdd9Nr2TMz5vEY3C8gP951zB5JJKAvECtGJuSa6+v E4u2ikbZGVLK7U9XF91yg/dmuhr5YKhqqVyc0/sTcJjP70RfnzwpQJ5H0eB7qOcTeS 5IERcZZQow/CldwbWQYsf5A28k/Y4sqTeBAFRNKeDPosfhks8cAKJsUnb98uLK7izK KKAs3gyRHAAIg== Date: Wed, 26 May 2021 12:27:32 -0700 From: Jakub Kicinski To: Peter Geis Cc: Andrew Lunn , Heiner Kallweit , Russell King , "David S . Miller" , Nathan Chancellor , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, clang-built-linux@googlegroups.com Subject: Re: [PATCH v2 0/2] fixes for yt8511 phy driver Message-ID: <20210526122732.5e655b9a@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: <20210525203314.14681-1-pgwipeout@gmail.com> References: <20210525203314.14681-1-pgwipeout@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 25 May 2021 16:33:12 -0400 Peter Geis wrote: > The Intel clang bot caught a few uninitialized variables in the new > Motorcomm driver. While investigating the issue, it was found that the > driver would have unintended effects when used in an unsupported mode. > > Fixed the uninitialized ret variable and abort loading the driver in > unsupported modes. > > Thank you to the Intel clang bot for catching these. Fixes tag need work, the hashes don't match the ones in net-next.