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=-13.6 required=3.0 tests=DKIMWL_WL_MED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_PASS,URIBL_BLOCKED,USER_IN_DEF_DKIM_WL 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 6DE9DC43381 for ; Sun, 3 Mar 2019 16:12:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3C40C2075B for ; Sun, 3 Mar 2019 16:12:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=google.com header.i=@google.com header.b="ZicyOYPe" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726418AbfCCQML (ORCPT ); Sun, 3 Mar 2019 11:12:11 -0500 Received: from mail-qt1-f196.google.com ([209.85.160.196]:38933 "EHLO mail-qt1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726381AbfCCQML (ORCPT ); Sun, 3 Mar 2019 11:12:11 -0500 Received: by mail-qt1-f196.google.com with SMTP id o6so2722824qtk.6 for ; Sun, 03 Mar 2019 08:12:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Scldm7asFmkFv3RFdwemKhngiSVl7tHyiBYeIj/ElUA=; b=ZicyOYPebOfcqWDlSm9bqi6Jv6gGnYB6GWPwpVakCgxS3XiA8fNZoD3ac2FyigjepJ xtd5plynsXkzIFYV0CWK6LGo0rv/K5k+b5fkR2QOOvQ8SRmYbnjkdStIt1KxuiS71Zh8 14s7gAIJf9rbgpH1Pq1D6aJWBB5VjHoNn1oKY3es5TYPdEMBtb2vLCpXmthjYDtAzDqG r+ziXl0Dj/DloABoXZmP9CZ5lyI/Fpmi/6xJhcGjlleI4AZB5Ph6LoAGYLJL+WBG0rga 6pKhY9re9rP6kcW9zwwwXeBNWFTx/gY46EGFRhs+cj4mQc+L9nAgjmJNYfnj8qop23eH xptw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Scldm7asFmkFv3RFdwemKhngiSVl7tHyiBYeIj/ElUA=; b=PN/JgrtL/+UQ+oiLMIqzUgroXb+GmItvPqM1kwlCq+/iQ/4dvnaameL3pqG4uA3POL QYcrjvsT+EnO+lhkXFtIzX3+oIB0BlJCEq9c1Gs4JE7bA8dk8pQdskgOrGCiwhzQZAuT pR1l/m+eHdOWQjYVE9rXLWRJLcNMqOu4ryStXMdEupWiuQw6uQzLHBHd8NnUwmbLttO3 GG4wiAeLko+kiaoq78hLBtDlrbk22sK1L09WtsyvpNbetxnf5xOwhR9nm5QAt9xhTE8K 6PJjQI1QpBxjOOtc9oKqwfoZ7w7Zg/1QNSbA+89d0Ulyc9CnFUadMZbVSWHIOK2nDt13 PH/Q== X-Gm-Message-State: APjAAAVBTawdfLAl2/GzD3wzxQfUZksxSB2kYjeIpFp6eYLDpgKBNTbn c2huyonWm3CNMSbpzhyz3EkJJ+1/ipM7tMr2iJ0/6A== X-Google-Smtp-Source: APXvYqzEae83UdXzlFdX830+tuKK2j/CkNUvJ0+roUvZTP2BO2j0eUq6ccK1V5OdVKdgCzRbjUAuIl5ZQHSIWWdTEPI= X-Received: by 2002:a0c:bd97:: with SMTP id n23mr11452843qvg.58.1551629529955; Sun, 03 Mar 2019 08:12:09 -0800 (PST) MIME-Version: 1.0 References: <20190301160856.129678-1-joel@joelfernandes.org> <201903030526.3AuYFiuN%fengguang.wu@intel.com> In-Reply-To: <201903030526.3AuYFiuN%fengguang.wu@intel.com> From: Joel Fernandes Date: Sun, 3 Mar 2019 08:11:59 -0800 Message-ID: Subject: Re: [PATCH v4 1/2] Provide in-kernel headers for making it easy to extend the kernel To: kbuild test robot Cc: "Joel Fernandes (Google)" , kbuild-all@01.org, LKML , Andrew Morton , Alexei Starovoitov , atish patra , Daniel Colascione , Dan Williams , Dietmar Eggemann , Greg Kroah-Hartman , Guenter Roeck , Jonathan Corbet , Karim Yaghmour , Kees Cook , "Cc: Android Kernel" , "open list:DOCUMENTATION" , linux-kselftest@vger.kernel.org, linux-trace-devel@vger.kernel.org, Manoj Rao , Masahiro Yamada , Masami Hiramatsu , Qais Yousef , Randy Dunlap , Steven Rostedt , Shuah Khan , Yonghong Song Content-Type: text/plain; charset="UTF-8" Sender: linux-trace-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-trace-devel@vger.kernel.org This report is for an older version of the patch so ignore it. The issue is already resolved. On Sat, Mar 2, 2019 at 2:00 PM kbuild test robot wrote: > > Hi Joel, > > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on linus/master] > [also build test ERROR on v5.0-rc8] > [cannot apply to next-20190301] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > > url: https://github.com/0day-ci/linux/commits/Joel-Fernandes-Google/Provide-in-kernel-headers-for-making-it-easy-to-extend-the-kernel/20190303-014850 > config: sh-allmodconfig (attached as .config) > compiler: sh4-linux-gnu-gcc (Debian 8.2.0-11) 8.2.0 > reproduce: > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # save the attached .config to linux build tree > GCC_VERSION=8.2.0 make.cross ARCH=sh > > All errors (new ones prefixed by >>): > > >> find: 'arch/sh/kernel/module.lds': No such file or directory > >> find: 'arch/sh/kernel/module.lds': No such file or directory > > --- > 0-DAY kernel test infrastructure Open Source Technology Center > https://lists.01.org/pipermail/kbuild-all Intel Corporation > > -- > You received this message because you are subscribed to the Google Groups "kernel-team" group. > To unsubscribe from this group and stop receiving emails from it, send an email to kernel-team+unsubscribe@android.com.