Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp5721496ybl; Tue, 27 Aug 2019 08:45:40 -0700 (PDT) X-Google-Smtp-Source: APXvYqz81gjgQHGd2TQHfjSm+UawOiUt8JSU7DYfaGgRkhZnDzBY1AuVINB4lRsWDr+17SwXMcmS X-Received: by 2002:aa7:9638:: with SMTP id r24mr25724208pfg.68.1566920740132; Tue, 27 Aug 2019 08:45:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566920740; cv=none; d=google.com; s=arc-20160816; b=lQgIRf1oIdUkd5e4L/iAZwwQsdnzJKrE3JEVxhrru8KmowYVLz9g3AxWh9vy9VgluU eJOuRPWTcQKmOHjxprGewdkU81+dre0D/tCb3x3NvnIQzqTBFWY0GHwS9FQaviYn5ade AshCqtHdZsho2G8QLfBXjjoJ862Xz3NWzAvIILCxMXarGJubpil+Cs9BNpEc+loTH8e6 yyi/+6dcKdNxsn1vb/dPM1yDttmnD3erfetVJCBevc8Giz+xAanrWbFjQZaBqn8Rj97h XIxKrivI6B4TrZCfSpDIQGIXpF/i7fjwC0JJHAkJ4dvobgwpSAd41s23IwIIwS6yvPTn U8yg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=y1Qng1ac3sZ/U+mZUsNJDW5ikZB4Rxn/1VWnaL3gU5s=; b=G+KzdfTL7jruC3ISgDHlpgfuJVAqsxwe58M252kx0egAokeoTbG1a9yYls10gQvWDR D7fm9fFMyQ8YohV9bnbMV5u26mCEgpYiEYEOJM3xiF8KnP1x16js4KVMYpYWPiJThbLK tcQ+/iOxn4e5vWluFqZE8a8iBS0GgicrLTqoPgotwSHPIH4taHzEVFSCQWDy6TnHcrVz /8nJZ7w0e242CAnz9tjgX0ehRnltUMep1RxLCvrFCw4ywPBkAkplKzxuRMJORONTSOhk FQW/FHi1m6gnES1Wihx5cyDKSc5WF+MoFAt1S62LzpfR8QgouEDlNWaP2Kt//xWLF+9d EixA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d3si2926460pjx.75.2019.08.27.08.45.23; Tue, 27 Aug 2019 08:45:40 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726871AbfH0PnL (ORCPT + 99 others); Tue, 27 Aug 2019 11:43:11 -0400 Received: from mail.kernel.org ([198.145.29.99]:47480 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726190AbfH0PnL (ORCPT ); Tue, 27 Aug 2019 11:43:11 -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 28DE220578; Tue, 27 Aug 2019 15:43:09 +0000 (UTC) Date: Tue, 27 Aug 2019 17:43:08 +0200 From: Greg KH To: Rui Miguel Silva Cc: driverdev-devel@linuxdriverproject.org, devel@driverdev.osuosl.org, elder@kernel.org, johan@kernel.org, linux-kernel@vger.kernel.org, greybus-dev@lists.linaro.org, Dan Carpenter Subject: Re: [PATCH 0/9] staging: move greybus core out of staging Message-ID: <20190827154308.GD534@kroah.com> References: <20190825055429.18547-1-gregkh@linuxfoundation.org> <20190827133611.GE23584@kadam> <20190827134557.GA25038@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 27, 2019 at 03:30:21PM +0100, Rui Miguel Silva wrote: > Hi, > On Tue 27 Aug 2019 at 14:45, Greg Kroah-Hartman wrote: > > On Tue, Aug 27, 2019 at 04:36:11PM +0300, Dan Carpenter wrote: > >> I can't compile greybus so it's hard to run Smatch on it... I have a > >> Smatch thing which ignores missing includes and just tries its best. > >> It mostly generates garbage output but a couple of these look like > >> potential issues: > > > > Why can't you compile the code? > > > > I think we are missing includes in some of the > greybus header files. Really? Where? Builds fine here and passes 0-day :) thanks, greg k-h