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=-4.1 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 EF8C5C00A89 for ; Tue, 3 Nov 2020 01:35:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AF7892225E for ; Tue, 3 Nov 2020 01:35:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604367359; bh=imgsOHAhOwrwk2jJpxhn96iuDwIVE5N4T6lmBAiyNi4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Lv7wTod65z8+o4xabLp9Gx3bqPynJTu+gc+/Nkltr/fLPrTXkn/vCr+3gKrGSSCtV K16rJG56Zj66rn7G0MWXik4snofFYKtjzW2x5/7rSemHeZdyPKFJhQp8QgFWMSaAol 3v3CoyQHNxvCkakg+QLxI5VDnA+Prct7eYlKyaHI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727230AbgKCBf7 (ORCPT ); Mon, 2 Nov 2020 20:35:59 -0500 Received: from mail.kernel.org ([198.145.29.99]:47698 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726246AbgKCBf6 (ORCPT ); Mon, 2 Nov 2020 20:35:58 -0500 Received: from google.com (unknown [104.132.1.66]) (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 02C5A2224E; Tue, 3 Nov 2020 01:35:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604367358; bh=imgsOHAhOwrwk2jJpxhn96iuDwIVE5N4T6lmBAiyNi4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LabjAq4bmcOp6LrvoZHXkBPWrx13gAlEdDEKY+X/lrmegTFLiHQ0qKtpvdRrzZyEi eo0KlUHgFS1qxxQs0y4A+/UjGhbpBtL8Qh/AF60N/ybx+TbuTR243uP/3KFnq3ugLz Z89RD2ippB/blHVS102Bk7UdDnpbsWWU13flIwCo= Date: Mon, 2 Nov 2020 17:35:56 -0800 From: Jaegeuk Kim To: Stephen Rothwell Cc: Daeho Jeong , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build failure after merge of the f2fs tree Message-ID: <20201103013556.GA3578719@google.com> References: <20201103123112.68f54d17@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201103123112.68f54d17@canb.auug.org.au> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/03, Stephen Rothwell wrote: > Hi all, > > After merging the f2fs tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > In file included from :32: > ./usr/include/linux/f2fs.h:92:2: error: unknown type name 'u8' > 92 | u8 algorithm; > | ^~ > ./usr/include/linux/f2fs.h:93:2: error: unknown type name 'u8' > 93 | u8 log_cluster_size; > | ^~ > > Caused by commit > > 63d18d4913e5 ("f2fs: add F2FS_IOC_GET_COMPRESS_OPTION ioctl") > > You should only use the "__" versions of types in uapi headers. Thanks, I fixed it in the git directly. > > I have used the version of the f2fs tree from next-20201102 for today. > > -- > Cheers, > Stephen Rothwell