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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BD0B3C433EF for ; Wed, 27 Oct 2021 23:43:32 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 5571D610C7 for ; Wed, 27 Oct 2021 23:43:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 5571D610C7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-foundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kvack.org Received: by kanga.kvack.org (Postfix) id B3B606B0071; Wed, 27 Oct 2021 19:43:31 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id AE90D940007; Wed, 27 Oct 2021 19:43:31 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 962DC6B0073; Wed, 27 Oct 2021 19:43:31 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0154.hostedemail.com [216.40.44.154]) by kanga.kvack.org (Postfix) with ESMTP id 6F4256B0071 for ; Wed, 27 Oct 2021 19:43:31 -0400 (EDT) Received: from smtpin01.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay04.hostedemail.com (Postfix) with ESMTP id F1C053A2C7 for ; Wed, 27 Oct 2021 23:43:30 +0000 (UTC) X-FDA: 78743846580.01.7032D27 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf25.hostedemail.com (Postfix) with ESMTP id F11F6B000198 for ; Wed, 27 Oct 2021 23:43:23 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 529886109F; Wed, 27 Oct 2021 23:43:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1635378209; bh=SmEanuRRB0bx6DIoW/6iADHtn3rqkhQApApaycpsgHc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=1hT0V5Adu3T6WLmu3CVMsKW0ou8JJnykS7sDtekR+r6zUEIsjEeejWgRKTBZQyERb LcPGhtW1MVrUrGphBPB1ndK50oNaeXb9Gjy0p9Ucj7hjJxS8ZDISZfD25JayDFcvFK 9a3rpZVk8WoZAV7107+ge5RGalTKcIhANgiV84vE= Date: Wed, 27 Oct 2021 16:43:24 -0700 From: Andrew Morton To: kernel test robot Cc: Andy Shevchenko , linux-kernel@vger.kernel.org, kbuild-all@lists.01.org, Linux Memory Management List Subject: Re: [PATCH v1 1/1] delay: Replace kernel.h with the necessary inclusions Message-Id: <20211027164324.d07b36541a41ada7f2917e5c@linux-foundation.org> In-Reply-To: <202110280737.hD5HfYcX-lkp@intel.com> References: <20211027150324.79827-1-andriy.shevchenko@linux.intel.com> <202110280737.hD5HfYcX-lkp@intel.com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Server: rspam03 X-Rspamd-Queue-Id: F11F6B000198 X-Stat-Signature: 784rgiu9um8fs4qcm4bfyngiba6swqzq Authentication-Results: imf25.hostedemail.com; dkim=pass header.d=linux-foundation.org header.s=korg header.b=1hT0V5Ad; dmarc=none; spf=pass (imf25.hostedemail.com: domain of akpm@linux-foundation.org designates 198.145.29.99 as permitted sender) smtp.mailfrom=akpm@linux-foundation.org X-HE-Tag: 1635378203-458207 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Thu, 28 Oct 2021 07:15:13 +0800 kernel test robot wrote: > Hi Andy, > > I love your patch! Yet something to improve: Thanks. > [auto build test ERROR on linux/master] > [also build test ERROR on hnaz-mm/master linus/master v5.15-rc7 next-20211027] > [If your patch is applied to the wrong git tree, kindly drop us a note. > And when submitting patch, we suggest to use '--base' as documented in > https://git-scm.com/docs/git-format-patch] > > url: https://github.com/0day-ci/linux/commits/Andy-Shevchenko/delay-Replace-kernel-h-with-the-necessary-inclusions/20211027-230458 > base: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 2f111a6fd5b5297b4e92f53798ca086f7c7d33a4 > config: m68k-allmodconfig (attached as .config) > compiler: m68k-linux-gcc (GCC) 11.2.0 > reproduce (this is a W=1 build): > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # https://github.com/0day-ci/linux/commit/fd321f3d5b18ccab48b82ee4099ae79961067fdc > git remote add linux-review https://github.com/0day-ci/linux > git fetch --no-tags linux-review Andy-Shevchenko/delay-Replace-kernel-h-with-the-necessary-inclusions/20211027-230458 > git checkout fd321f3d5b18ccab48b82ee4099ae79961067fdc > # save the attached .config to linux build tree > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross ARCH=m68k > > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot > > All errors (new ones prefixed by >>): > > drivers/media/dvb-frontends/cxd2880/cxd2880_common.c: In function 'cxd2880_convert2s_complement': > >> drivers/media/dvb-frontends/cxd2880/cxd2880_common.c:18:30: error: implicit declaration of function 'GENMASK' [-Werror=implicit-function-declaration] > 18 | return (int)(GENMASK(31, bitlen) | value); > | ^~~~~~~ --- a/drivers/media/dvb-frontends/cxd2880/cxd2880_common.h~delay-replace-kernelh-with-the-necessary-inclusions-fix +++ a/drivers/media/dvb-frontends/cxd2880/cxd2880_common.h @@ -12,6 +12,7 @@ #include #include #include +#include #include int cxd2880_convert2s_complement(u32 value, u32 bitlen); _