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=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,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 E7433C2D0E7 for ; Fri, 27 Mar 2020 06:43:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BC1D520663 for ; Fri, 27 Mar 2020 06:43:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585291384; bh=0GEjO0uzpiFYkGui2UqrFlykofVTWHI/4Xjigxn4nXo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=jzMseSYWJDphaDKc6Xrf0dR8mFcTrJM5m6kbKeQ3hszKY86fX/OvlBnOU+yzeAYgS 3SoZN1N4+JbjZx8Y0ammxmLbyKahGa2GlGnDFMk52R5/6OwL2E8WOQga3LnN1Rxfca VQVZPNlnOmgzLOAVBKGuuOyeLHZ7mjFdWY72cAxE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726661AbgC0GnB (ORCPT ); Fri, 27 Mar 2020 02:43:01 -0400 Received: from mail.kernel.org ([198.145.29.99]:48564 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725956AbgC0GnB (ORCPT ); Fri, 27 Mar 2020 02:43:01 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 4A18920663; Fri, 27 Mar 2020 06:42:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585291379; bh=0GEjO0uzpiFYkGui2UqrFlykofVTWHI/4Xjigxn4nXo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DLmxtam5IQwDfr3Fyy+l7qetC0QIkQQZ9Dy/AayXAFYlmQcF08gABclcyN1de2lc7 AQTk00rng0g7LiktECgSklgz4PdUmVKYqZ1ZgS5qUByKqW7Uzxwe8+pTUFJTLgzjrd 8Qi6uSWjx/enVdj5QkHmfhgK/dZfW/Rodv/duioc= Date: Fri, 27 Mar 2020 07:42:55 +0100 From: Greg Kroah-Hartman To: Rong Chen Cc: kbuild test robot , Colin King , kbuild-all@lists.01.org, Sekhar Nori , Roger Quadros , Felipe Balbi , Pawel Laszczak , linux-usb@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [kbuild-all] Re: [RFC PATCH] usb: cdns3: cdns3_clear_register_bit() can be static Message-ID: <20200327064255.GA1603489@kroah.com> References: <20200325125041.94769-1-colin.king@canonical.com> <20200326122858.GA50118@cde5a4ed3207> <20200326130418.GA1295433@kroah.com> <571960b6-5ed7-2106-7091-3ea83c31051a@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <571960b6-5ed7-2106-7091-3ea83c31051a@intel.com> Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Fri, Mar 27, 2020 at 08:34:52AM +0800, Rong Chen wrote: > > > On 3/26/20 9:04 PM, Greg Kroah-Hartman wrote: > > On Thu, Mar 26, 2020 at 08:28:58PM +0800, kbuild test robot wrote: > > > Fixes: 87db1192dc33 ("usb: cdns3: make signed 1 bit bitfields unsigned") > > This original patch did not "cause" this problem, it's just that you for > > some reason ran sparse for the first time on the file. > > > > So I can't take this as-is, can you remove this line and resend? > > Hi Greg, > > Sorry for the inconvenience, the patch was generated by the bot, > we'll check and resend it. It's fine that it was generated, it's a bug somewhere that thinks this specific patch was a problem so that this generated patch fixed it. Did you all just start running sparse on things again? thanks, greg k-h