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=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 EF875C32789 for ; Fri, 2 Nov 2018 10:34:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 97C0F20657 for ; Fri, 2 Nov 2018 10:34:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="HmYt99eE" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 97C0F20657 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726395AbeKBTlX (ORCPT ); Fri, 2 Nov 2018 15:41:23 -0400 Received: from casper.infradead.org ([85.118.1.10]:54642 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725935AbeKBTlW (ORCPT ); Fri, 2 Nov 2018 15:41:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:Content-Type: MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=KLM30uPYQGNQvaogbjwdbNFdPsIoJOkzeMmUW/KbKVI=; b=HmYt99eExb1dRSGSdkFdvvMeIH GBQNVJ3vTP5tCB0A/m7wXZE7epW0onemaJdW6VBRcUVQjG9vA8fWOeBgBW5iNl+bM1QDgsgTQ4lDq +zDIqeUv6o0T2UDQDbnpEXujiDNdkGIJOvyKgG6fqGuPVQhczRzNkRoEnE10Js4YQT9xqpXeu0YHl /rAD6+K2gUo0hv9mVrdbhKGMq9OuLLpJUP+qNs6n5deedAR/f0tULgcjjXO3dTh9xbv9YGPkXGIta EPmm0NB3Jb8i2n85HhQog77uYpM4CdVk3hi1Z4e3weMnEkXEJlj4yBYn+hlc0Qifjysis+PAVXwOd jJTz4jLQ==; Received: from [191.33.154.111] (helo=coco.lan) by casper.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1gIWml-0006e1-N5; Fri, 02 Nov 2018 10:34:40 +0000 Date: Fri, 2 Nov 2018 07:34:35 -0300 From: Mauro Carvalho Chehab To: Stephen Rothwell Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Paul Kocialkowski Subject: Re: linux-next: build warning in Linus' tree tree Message-ID: <20181102073435.4057bc96@coco.lan> In-Reply-To: <20181102073005.4fb45747@coco.lan> References: <20181101082820.76abf19e@canb.auug.org.au> <20181102073005.4fb45747@coco.lan> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Fri, 2 Nov 2018 07:30:16 -0300 Mauro Carvalho Chehab escreveu: > Hi Stephen, > > Em Thu, 1 Nov 2018 08:28:20 +1100 > Stephen Rothwell escreveu: > > > Hi all, > > > > Building Linus' tree, today's linux-next build (x86_64 allmodconfig) > > produced this warning: > > > > ./usr/include/linux/v4l2-controls.h:1105: found __[us]{8,16,32,64} type without #include > > > > Introduced by commit > > > > c27bb30e7b6d ("media: v4l: Add definitions for MPEG-2 slice format and metadata") > > > > How are you building it? Here this warning doesn't pop up. > > I'm using here: > > gcc (GCC) 8.2.1 20181011 (Red Hat 8.2.1-4) > > And I'm using: > > $ make ARCH=x86_64 CF=-D__CHECK_ENDIAN__ CONFIG_DEBUG_SECTION_MISMATCH=y W=1 CHECK='' M=drivers/media > > (it is not a full build, but it should be enough to get warnings at the > media subsystem) Nevermind. Got it using: $ make headers_check > > Thanks, > Mauro Thanks, Mauro