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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 861C9C4363A for ; Mon, 5 Oct 2020 13:00:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2E3E820756 for ; Mon, 5 Oct 2020 13:00:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726214AbgJENAJ (ORCPT ); Mon, 5 Oct 2020 09:00:09 -0400 Received: from mga17.intel.com ([192.55.52.151]:29619 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725891AbgJENAI (ORCPT ); Mon, 5 Oct 2020 09:00:08 -0400 IronPort-SDR: U9XagJdzIXUEKCl1Vi2FX2g5gWZ0UYnNjNhu7iFsdAAof61CB9CVpYinkalA2hNj2dQNsuAJkY voDYH8n1iSXQ== X-IronPort-AV: E=McAfee;i="6000,8403,9764"; a="143447676" X-IronPort-AV: E=Sophos;i="5.77,338,1596524400"; d="scan'208";a="143447676" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Oct 2020 05:58:48 -0700 IronPort-SDR: bh/EJQOnHgtBD98BHyEiz6I7urUlEPGqOtvyMj/WcZux1w/Mlqq2XWxJKLr2hMnaQdbP/xj3SJ SLKJC1Wa9P+w== X-IronPort-AV: E=Sophos;i="5.77,338,1596524400"; d="scan'208";a="525559573" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Oct 2020 05:58:46 -0700 Received: from andy by smile with local (Exim 4.94) (envelope-from ) id 1kPQ4e-004eXB-Lt; Mon, 05 Oct 2020 15:58:40 +0300 Date: Mon, 5 Oct 2020 15:58:40 +0300 From: Andy Shevchenko To: Geert Uytterhoeven Cc: Linux Kernel Mailing List , Bartosz Golaszewski , Linus Walleij , Nick Hu , Greentime Hu , Vincent Chen Subject: Re: Build regressions/improvements in v5.9-rc8 Message-ID: <20201005125840.GP3956970@smile.fi.intel.com> References: <20201005093024.16032-1-geert@linux-m68k.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 05, 2020 at 11:35:33AM +0200, Geert Uytterhoeven wrote: > On Mon, Oct 5, 2020 at 11:33 AM Geert Uytterhoeven wrote: > > JFYI, when comparing v5.9-rc8[1] to v5.9-rc7[3], the summaries are: > > - build errors: +3/-6 Thanks for the report! > + /kisskb/src/drivers/gpio/gpiolib-cdev.c: error: implicit > declaration of function 'in_ia32_syscall' > [-Werror=implicit-function-declaration]: => 430:6 > + /kisskb/src/drivers/gpio/gpiolib-cdev.c: error: unknown type name > 'compat_u64': => 432:4 > > x86_64/um-all{mod,yes}config I guess the quick fix is to disable that code for UML, I don't know how IOCTLs are working in UML in cases when host - guest - guest app either from: 1. x86_64 - x86_64 - i386; 2. x86_64 - i386 - i386. > + error: rk3399_gru_sound.c: relocation truncated to fit: > R_NDS32_WORD_9_PCREL_RELA against `.text': => (.text+0x6a8) > > nds32-allyesconfig > > > [1] http://kisskb.ellerman.id.au/kisskb/branch/linus/head/549738f15da0e5a00275977623be199fbbf7df50/ (all 192 configs) > > [3] http://kisskb.ellerman.id.au/kisskb/branch/linus/head/a1b8638ba1320e6684aa98233c15255eb803fac7/ (all 192 configs) -- With Best Regards, Andy Shevchenko